|
|
|
| 1 | 2026-01-28T22:29:06.480Z | job assigned to worker 01KG3BHXYKQRGTT1HMPTQW855H [factory gimlet-EVT22200007-propolis, EVT22200007/56060] (queued for 36 s) |
| |
| 2 | 2026-01-28T22:29:17.514Z | starting task 0: "setup" |
| 3 | 2026-01-28T22:29:17.539Z | ++ uname -s |
| 4 | 2026-01-28T22:29:17.539Z | + kern=SunOS |
| 5 | 2026-01-28T22:29:17.539Z | + build_user=build |
| 6 | 2026-01-28T22:29:17.539Z | + build_uid=12345 |
| 7 | 2026-01-28T22:29:17.539Z | + work_dir=/work |
| 8 | 2026-01-28T22:29:17.539Z | + input_dir=/input |
| 9 | 2026-01-28T22:29:17.539Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-28T22:29:17.539Z | + case "$kern" in |
| 11 | 2026-01-28T22:29:17.539Z | + groupadd -g 12345 build |
| 12 | 2026-01-28T22:29:17.539Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-28T22:29:19.545Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-28T22:29:19.595Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-28T22:29:19.619Z | + home_fs=zfs |
| 16 | 2026-01-28T22:29:19.619Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-28T22:29:19.619Z | + mkdir -p /home/build |
| 18 | 2026-01-28T22:29:19.619Z | + chown build:build /home/build /work |
| 19 | 2026-01-28T22:29:21.606Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-28T22:29:21.640Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-01-28T22:29:21.703Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-28T22:29:21.731Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-28T22:29:21.731Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-01-28T22:29:21.731Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-01-28T22:29:21.731Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-01-28T22:29:21.731Z | * rust toolchain profile = "default" |
| 27 | 2026-01-28T22:29:21.731Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-28T22:29:21.731Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-28T22:29:21.731Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-28T22:29:21.890Z | info: downloading installer |
| 31 | 2026-01-28T22:29:22.435Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-28T22:29:22.435Z | warn: /opt/ooce/bin |
| 33 | 2026-01-28T22:29:22.435Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-28T22:29:22.435Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-28T22:29:22.435Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-28T22:29:22.435Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-28T22:29:22.435Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-28T22:29:22.435Z | error: cannot install while Rust is installed |
| 39 | 2026-01-28T22:29:22.435Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-28T22:29:22.459Z | info: profile set to 'default' |
| 41 | 2026-01-28T22:29:22.459Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-28T22:29:22.459Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-28T22:29:22.603Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-28T22:29:22.603Z | info: downloading component 'cargo' |
| 45 | 2026-01-28T22:29:22.806Z | info: downloading component 'clippy' |
| 46 | 2026-01-28T22:29:22.906Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-28T22:29:23.330Z | info: downloading component 'rust-std' |
| 48 | 2026-01-28T22:29:23.662Z | info: downloading component 'rustc' |
| 49 | 2026-01-28T22:29:25.213Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-28T22:29:25.324Z | info: installing component 'cargo' |
| 51 | 2026-01-28T22:29:26.758Z | info: installing component 'clippy' |
| 52 | 2026-01-28T22:29:27.301Z | info: installing component 'rust-docs' |
| 53 | 2026-01-28T22:29:31.376Z | info: installing component 'rust-std' |
| 54 | 2026-01-28T22:29:33.822Z | info: installing component 'rustc' |
| 55 | 2026-01-28T22:29:44.026Z | info: installing component 'rustfmt' |
| 56 | 2026-01-28T22:29:44.518Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-28T22:29:44.518Z | |
| 58 | 2026-01-28T22:29:44.759Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-28T22:29:44.759Z | |
| 60 | 2026-01-28T22:29:44.759Z | |
| 61 | 2026-01-28T22:29:44.759Z | Rust is installed now. Great! |
| 62 | 2026-01-28T22:29:44.759Z | |
| 63 | 2026-01-28T22:29:44.759Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-28T22:29:44.759Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-28T22:29:44.759Z | |
| 66 | 2026-01-28T22:29:44.759Z | To configure your current shell, you need to source |
| 67 | 2026-01-28T22:29:44.759Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-28T22:29:44.759Z | |
| 69 | 2026-01-28T22:29:44.759Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-28T22:29:44.759Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-28T22:29:44.759Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-28T22:29:44.759Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-28T22:29:44.922Z | + rustup --version |
| 74 | 2026-01-28T22:29:44.946Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-28T22:29:44.946Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-28T22:29:45.076Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-28T22:29:45.100Z | + cargo --version |
| 78 | 2026-01-28T22:29:45.228Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-28T22:29:45.251Z | + rustc --version |
| 80 | 2026-01-28T22:29:45.403Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-28T22:29:45.427Z | process exited: duration 23725 ms, exit code 0 |
| |
| 82 | 2026-01-28T22:29:45.478Z | starting task 2: "authentication" |
| 83 | 2026-01-28T22:29:45.537Z | process exited: duration 61 ms, exit code 0 |
| |
| 84 | 2026-01-28T22:29:45.585Z | starting task 3: "clone repository" |
| 85 | 2026-01-28T22:29:45.609Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-28T22:29:45.609Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-28T22:29:45.641Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-28T22:30:00.415Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-28T22:30:00.415Z | + git fetch origin be5a1853cbadd830b26b9c0eba751a4c642fed81 |
| 90 | 2026-01-28T22:30:00.981Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-28T22:30:00.981Z | * branch be5a1853cbadd830b26b9c0eba751a4c642fed81 -> FETCH_HEAD |
| 92 | 2026-01-28T22:30:01.005Z | + [[ -n dap/bgtask-comment ]] |
| 93 | 2026-01-28T22:30:01.005Z | ++ git branch --show-current |
| 94 | 2026-01-28T22:30:01.031Z | + current=main |
| 95 | 2026-01-28T22:30:01.031Z | + [[ main != dap/bgtask-comment ]] |
| 96 | 2026-01-28T22:30:01.031Z | + git branch -f dap/bgtask-comment be5a1853cbadd830b26b9c0eba751a4c642fed81 |
| 97 | 2026-01-28T22:30:01.031Z | + git checkout -f dap/bgtask-comment |
| 98 | 2026-01-28T22:30:01.715Z | Switched to branch 'dap/bgtask-comment' |
| 99 | 2026-01-28T22:30:01.738Z | + git reset --hard be5a1853cbadd830b26b9c0eba751a4c642fed81 |
| 100 | 2026-01-28T22:30:01.762Z | HEAD is now at be5a1853c two spaces or bust |
| 101 | 2026-01-28T22:30:01.762Z | process exited: duration 16165 ms, exit code 0 |
| |
| 102 | 2026-01-28T22:30:01.811Z | starting task 4: "build" |
| 103 | 2026-01-28T22:30:01.835Z | + source ./env.sh |
| 104 | 2026-01-28T22:30:01.835Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-01-28T22:30:01.835Z | ++ set -o xtrace |
| 106 | 2026-01-28T22:30:01.835Z | ++++ dirname ./env.sh |
| 107 | 2026-01-28T22:30:01.835Z | +++ readlink -f . |
| 108 | 2026-01-28T22:30:01.860Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-01-28T22:30:01.860Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-01-28T22:30:01.860Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-01-28T22:30:01.860Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-01-28T22:30:01.860Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-01-28T22:30:01.861Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-01-28T22:30:01.861Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-01-28T22:30:01.861Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-01-28T22:30:01.861Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-01-28T22:30:01.861Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-01-28T22:30:01.861Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-01-28T22:30:01.861Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-01-28T22:30:01.861Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-01-28T22:30:01.861Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-01-28T22:30:01.861Z | + target_os=illumos |
| 123 | 2026-01-28T22:30:01.861Z | + NEXTEST_VERSION=0.9.118 |
| 124 | 2026-01-28T22:30:01.861Z | + cargo --version |
| 125 | 2026-01-28T22:30:01.951Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 126 | 2026-01-28T22:30:01.974Z | + rustc --version |
| 127 | 2026-01-28T22:30:02.094Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 128 | 2026-01-28T22:30:02.118Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.118/illumos |
| 129 | 2026-01-28T22:30:02.118Z | + gunzip |
| 130 | 2026-01-28T22:30:02.118Z | + tar -xvf - -C /home/build/.cargo/bin |
| 131 | 2026-01-28T22:30:03.126Z | x cargo-nextest, 19287944 bytes, 37672 tape blocks |
| 132 | 2026-01-28T22:30:03.150Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 133 | 2026-01-28T22:30:03.150Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 134 | 2026-01-28T22:30:03.150Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 135 | 2026-01-28T22:30:03.150Z | + mkdir /var/tmp/omicron_tmp |
| 136 | 2026-01-28T22:30:03.150Z | + OUTPUT_DIR=/work |
| 137 | 2026-01-28T22:30:03.150Z | + echo 'tests will store non-ephemeral output in /work' |
| 138 | 2026-01-28T22:30:03.150Z | tests will store non-ephemeral output in /work |
| 139 | 2026-01-28T22:30:03.150Z | + mkdir -p /work |
| 140 | 2026-01-28T22:30:03.150Z | + banner prerequisites |
| 141 | 2026-01-28T22:30:03.150Z | |
| 142 | 2026-01-28T22:30:03.150Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 143 | 2026-01-28T22:30:03.150Z | # # # # # # # # # # # # # # # |
| 144 | 2026-01-28T22:30:03.150Z | # # # # ##### # # ##### # # # # # #### # |
| 145 | 2026-01-28T22:30:03.150Z | ##### ##### # ##### # # # # # # # # # |
| 146 | 2026-01-28T22:30:03.150Z | # # # # # # # # # # # # # # # |
| 147 | 2026-01-28T22:30:03.150Z | # # # ###### # # ###### ### # #### # #### # |
| 148 | 2026-01-28T22:30:03.150Z | |
| 149 | 2026-01-28T22:30:03.150Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 150 | 2026-01-28T22:30:26.618Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 151 | 2026-01-28T22:30:45.603Z | Startup: Caching catalogs ... Done |
| 152 | 2026-01-28T22:31:23.014Z | Planning: Solver setup ... Done (34.261s) |
| 153 | 2026-01-28T22:31:23.257Z | Planning: Running solver ... Done (0.245s) |
| 154 | 2026-01-28T22:31:23.449Z | Planning: Finding local manifests ... Done (0.004s) |
| 155 | 2026-01-28T22:31:23.536Z | Planning: Fetching manifests: 0/4 0% complete |
| 156 | 2026-01-28T22:31:24.729Z | Planning: Fetching manifests: 4/4 100% complete |
| 157 | 2026-01-28T22:31:24.827Z | Planning: Package planning ... Done (0.097s) |
| 158 | 2026-01-28T22:31:24.907Z | Planning: Merging actions ... Done (0.080s) |
| 159 | 2026-01-28T22:31:25.386Z | Planning: Checking for conflicting actions ... Done (0.479s) |
| 160 | 2026-01-28T22:31:25.412Z | Planning: Consolidating action changes ... Done (0.018s) |
| 161 | 2026-01-28T22:31:26.486Z | Planning: Evaluating mediators ... Done (1.079s) |
| 162 | 2026-01-28T22:31:26.509Z | Planning: Planning completed in 40.73 seconds |
| 163 | 2026-01-28T22:31:26.533Z | Packages to install: 4 |
| 164 | 2026-01-28T22:31:26.534Z | Mediators to change: 2 |
| 165 | 2026-01-28T22:31:26.534Z | Services to change: 1 |
| 166 | 2026-01-28T22:31:26.534Z | Estimated space available: 154.93 GB |
| 167 | 2026-01-28T22:31:26.534Z | Estimated space to be consumed: 1.80 GB |
| 168 | 2026-01-28T22:31:26.534Z | Create boot environment: No |
| 169 | 2026-01-28T22:31:26.534Z | Create backup boot environment: No |
| 170 | 2026-01-28T22:31:26.534Z | Rebuild boot archive: No |
| 171 | 2026-01-28T22:31:26.534Z | |
| 172 | 2026-01-28T22:31:26.534Z | Changed mediators: |
| 173 | 2026-01-28T22:31:26.534Z | mediator clang: |
| 174 | 2026-01-28T22:31:26.534Z | version: None -> 15 (system default) |
| 175 | 2026-01-28T22:31:26.534Z | |
| 176 | 2026-01-28T22:31:26.534Z | mediator llvm: |
| 177 | 2026-01-28T22:31:26.534Z | version: 14 (system default) -> 15 (system default) |
| 178 | 2026-01-28T22:31:26.534Z | |
| 179 | 2026-01-28T22:31:26.534Z | Changed packages: |
| 180 | 2026-01-28T22:31:26.534Z | helios-dev |
| 181 | 2026-01-28T22:31:26.534Z | developer/build-essential |
| 182 | 2026-01-28T22:31:26.534Z | None -> 11-2.0 |
| 183 | 2026-01-28T22:31:26.534Z | library/libxmlsec1 |
| 184 | 2026-01-28T22:31:26.534Z | None -> 1.2.35-2.0 |
| 185 | 2026-01-28T22:31:26.534Z | ooce/developer/clang-15 |
| 186 | 2026-01-28T22:31:26.534Z | None -> 15.0.7-2.0 |
| 187 | 2026-01-28T22:31:26.534Z | ooce/developer/llvm-15 |
| 188 | 2026-01-28T22:31:26.534Z | None -> 15.0.7-2.0 |
| 189 | 2026-01-28T22:31:26.534Z | |
| 190 | 2026-01-28T22:31:26.534Z | Services: |
| 191 | 2026-01-28T22:31:26.534Z | restart_fmri: |
| 192 | 2026-01-28T22:31:26.534Z | svc:/system/update-man-index:default |
| 193 | 2026-01-28T22:31:26.616Z | |
| 194 | 2026-01-28T22:31:26.616Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 195 | 2026-01-28T22:31:31.634Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
| 196 | 2026-01-28T22:31:36.636Z | Download: 3212/3290 items 153.4/212.6MB 72% complete (15.3M/s) |
| 197 | 2026-01-28T22:31:40.781Z | Download: Completed 212.60 MB in 14.16 seconds (15.0M/s) |
| 198 | 2026-01-28T22:31:41.001Z | Actions: 1/3689 actions (Installing new actions) |
| 199 | 2026-01-28T22:31:46.233Z | Actions: 3362/3689 actions (Installing new actions) |
| 200 | 2026-01-28T22:31:48.098Z | Actions: Completed 3689 actions in 7.10 seconds. |
| 201 | 2026-01-28T22:31:49.414Z | Done (1.306s) |
| 202 | 2026-01-28T22:31:49.414Z | Done (0.000s) |
| 203 | 2026-01-28T22:31:51.206Z | Done (1.792s) |
| 204 | 2026-01-28T22:31:58.827Z | Done (7.267s) |
| 205 | 2026-01-28T22:31:58.958Z | Done (0.023s) |
| 206 | 2026-01-28T22:31:58.982Z | Done (0.000s) |
| 207 | 2026-01-28T22:31:59.185Z | Done (0.000s) |
| 208 | 2026-01-28T22:32:00.481Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2026-01-28T22:32:00.855Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-01-28T22:32:00.879Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-01-28T22:32:01.287Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-01-28T22:32:01.310Z | Planning: Planning completed in 0.81 seconds |
| 213 | 2026-01-28T22:32:01.345Z | Mediators to change: 2 |
| 214 | 2026-01-28T22:32:01.345Z | Create boot environment: No |
| 215 | 2026-01-28T22:32:01.345Z | Create backup boot environment: No |
| 216 | 2026-01-28T22:32:01.418Z | Done |
| 217 | 2026-01-28T22:32:01.418Z | Done |
| 218 | 2026-01-28T22:32:02.758Z | Done |
| 219 | 2026-01-28T22:32:09.271Z | Done |
| 220 | 2026-01-28T22:32:09.406Z | Done |
| 221 | 2026-01-28T22:32:09.407Z | Done |
| 222 | 2026-01-28T22:32:09.525Z | Done |
| 223 | 2026-01-28T22:32:10.525Z | Planning: Evaluating mediator changes ... Done |
| 224 | 2026-01-28T22:32:10.549Z | Planning: Merging actions ... Done |
| 225 | 2026-01-28T22:32:10.878Z | Planning: Checking for conflicting actions ... Done |
| 226 | 2026-01-28T22:32:10.902Z | Planning: Consolidating action changes ... Done |
| 227 | 2026-01-28T22:32:11.280Z | Planning: Evaluating mediators ... Done |
| 228 | 2026-01-28T22:32:11.359Z | Planning: Planning completed in 1.24 seconds |
| 229 | 2026-01-28T22:32:11.410Z | Packages to change: 1 |
| 230 | 2026-01-28T22:32:11.410Z | Mediators to change: 1 |
| 231 | 2026-01-28T22:32:11.410Z | Services to change: 1 |
| 232 | 2026-01-28T22:32:11.410Z | Create boot environment: No |
| 233 | 2026-01-28T22:32:11.410Z | Create backup boot environment: Yes |
| 234 | 2026-01-28T22:32:14.851Z | Actions: 1/6 actions (Updating modified actions) |
| 235 | 2026-01-28T22:32:14.875Z | Actions: Completed 6 actions in 0.00 seconds. |
| 236 | 2026-01-28T22:32:14.875Z | Done |
| 237 | 2026-01-28T22:32:14.875Z | Done |
| 238 | 2026-01-28T22:32:15.186Z | Done |
| 239 | 2026-01-28T22:32:21.935Z | Done |
| 240 | 2026-01-28T22:32:21.979Z | Done |
| 241 | 2026-01-28T22:32:22.008Z | Done |
| 242 | 2026-01-28T22:32:22.057Z | Done |
| 243 | 2026-01-28T22:32:22.814Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 244 | 2026-01-28T22:32:22.814Z | clang system 15 system |
| 245 | 2026-01-28T22:32:22.814Z | csh system system illumos |
| 246 | 2026-01-28T22:32:22.814Z | ctags system system illumos |
| 247 | 2026-01-28T22:32:22.814Z | file system system illumos |
| 248 | 2026-01-28T22:32:22.814Z | gcc vendor 12 vendor |
| 249 | 2026-01-28T22:32:22.815Z | gcc system 10 system |
| 250 | 2026-01-28T22:32:22.815Z | gcc system 7 system |
| 251 | 2026-01-28T22:32:22.815Z | go system 1.20 system |
| 252 | 2026-01-28T22:32:22.815Z | go system 1.19 system |
| 253 | 2026-01-28T22:32:22.815Z | llvm system 15 system |
| 254 | 2026-01-28T22:32:22.815Z | llvm system 14 system |
| 255 | 2026-01-28T22:32:22.815Z | mariadb system 10.6 system |
| 256 | 2026-01-28T22:32:22.815Z | mta vendor vendor dma |
| 257 | 2026-01-28T22:32:22.815Z | openjdk system 17 system |
| 258 | 2026-01-28T22:32:22.816Z | openjdk system 11 system |
| 259 | 2026-01-28T22:32:22.816Z | openjdk system 1.8 system |
| 260 | 2026-01-28T22:32:22.816Z | openssl vendor 3 vendor |
| 261 | 2026-01-28T22:32:22.816Z | perl system 5.36 system |
| 262 | 2026-01-28T22:32:22.816Z | postgresql system 15 system |
| 263 | 2026-01-28T22:32:22.816Z | postgresql system 13 system |
| 264 | 2026-01-28T22:32:22.816Z | python vendor 3 vendor |
| 265 | 2026-01-28T22:32:22.816Z | python system 2 system |
| 266 | 2026-01-28T22:32:22.816Z | python3 system 3.11 system |
| 267 | 2026-01-28T22:32:22.816Z | ruby system 3.0 system |
| 268 | 2026-01-28T22:32:22.816Z | words vendor vendor american-english |
| 269 | 2026-01-28T22:32:22.816Z | words system system australian-english |
| 270 | 2026-01-28T22:32:22.816Z | words system system british-english |
| 271 | 2026-01-28T22:32:22.817Z | words system system canadian-english |
| 272 | 2026-01-28T22:32:22.817Z | words system system french |
| 273 | 2026-01-28T22:32:22.817Z | words system system italian |
| 274 | 2026-01-28T22:32:22.817Z | words system system ngerman |
| 275 | 2026-01-28T22:32:22.817Z | words system system ogerman |
| 276 | 2026-01-28T22:32:22.817Z | words system system spanish |
| 277 | 2026-01-28T22:32:23.394Z | PUBLISHER TYPE STATUS P LOCATION |
| 278 | 2026-01-28T22:32:23.394Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 279 | 2026-01-28T22:32:34.822Z | FMRI IFO |
| 280 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 281 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 282 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 283 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 284 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 285 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 286 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 287 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 288 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 289 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 290 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 291 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 292 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 293 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 294 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 295 | 2026-01-28T22:32:34.822Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 296 | 2026-01-28T22:32:36.557Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 297 | 2026-01-28T22:32:37.083Z | Updating crates.io index |
| 298 | 2026-01-28T22:32:37.112Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 299 | 2026-01-28T22:32:37.530Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 300 | 2026-01-28T22:32:38.627Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 301 | 2026-01-28T22:32:39.132Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 302 | 2026-01-28T22:32:39.481Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 303 | 2026-01-28T22:32:39.926Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 304 | 2026-01-28T22:32:41.587Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 305 | 2026-01-28T22:32:44.439Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 306 | 2026-01-28T22:32:45.495Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 307 | 2026-01-28T22:32:45.915Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 308 | 2026-01-28T22:32:46.782Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 309 | 2026-01-28T22:32:47.534Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 310 | 2026-01-28T22:32:48.077Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 311 | 2026-01-28T22:32:48.801Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 312 | 2026-01-28T22:32:49.170Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 313 | 2026-01-28T22:32:50.117Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 314 | 2026-01-28T22:32:50.822Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-01-28T22:32:51.183Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 316 | 2026-01-28T22:32:51.599Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 317 | 2026-01-28T22:32:52.119Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 318 | 2026-01-28T22:32:52.507Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 319 | 2026-01-28T22:32:52.853Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 320 | 2026-01-28T22:32:53.234Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 321 | 2026-01-28T22:32:53.782Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 322 | 2026-01-28T22:32:54.551Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 323 | 2026-01-28T22:32:54.986Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 324 | 2026-01-28T22:32:55.432Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 325 | 2026-01-28T22:32:55.851Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 326 | 2026-01-28T22:32:57.079Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 327 | 2026-01-28T22:32:57.570Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 328 | 2026-01-28T22:32:58.099Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 329 | 2026-01-28T22:32:58.478Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 330 | 2026-01-28T22:32:59.060Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 331 | 2026-01-28T22:32:59.550Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 332 | 2026-01-28T22:32:59.966Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 333 | 2026-01-28T22:33:00.683Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 334 | 2026-01-28T22:33:00.941Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 335 | 2026-01-28T22:33:16.087Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 336 | 2026-01-28T22:33:16.087Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 337 | 2026-01-28T22:33:17.872Z | Downloading crates ... |
| 338 | 2026-01-28T22:33:17.941Z | Downloaded anstream v0.6.18 |
| 339 | 2026-01-28T22:33:17.966Z | Downloaded cargo_metadata v0.21.0 |
| 340 | 2026-01-28T22:33:17.966Z | Downloaded clap_derive v4.5.47 |
| 341 | 2026-01-28T22:33:17.966Z | Downloaded erased-serde v0.4.6 |
| 342 | 2026-01-28T22:33:17.966Z | Downloaded digest v0.10.7 |
| 343 | 2026-01-28T22:33:17.966Z | Downloaded errno v0.3.12 |
| 344 | 2026-01-28T22:33:17.966Z | Downloaded utf16_iter v1.0.5 |
| 345 | 2026-01-28T22:33:17.992Z | Downloaded zerocopy-derive v0.7.35 |
| 346 | 2026-01-28T22:33:17.992Z | Downloaded zerofrom-derive v0.1.4 |
| 347 | 2026-01-28T22:33:17.992Z | Downloaded utf8_iter v1.0.4 |
| 348 | 2026-01-28T22:33:17.992Z | Downloaded write16 v1.0.0 |
| 349 | 2026-01-28T22:33:17.992Z | Downloaded zerovec-derive v0.10.3 |
| 350 | 2026-01-28T22:33:17.992Z | Downloaded typenum v1.17.0 |
| 351 | 2026-01-28T22:33:18.066Z | Downloaded zmij v1.0.15 |
| 352 | 2026-01-28T22:33:18.066Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-01-28T22:33:18.066Z | Downloaded url v2.5.4 |
| 354 | 2026-01-28T22:33:18.066Z | Downloaded zerovec v0.10.4 |
| 355 | 2026-01-28T22:33:18.095Z | Downloaded tempfile v3.24.0 |
| 356 | 2026-01-28T22:33:18.095Z | Downloaded zerocopy v0.7.35 |
| 357 | 2026-01-28T22:33:18.095Z | Downloaded winnow v0.7.13 |
| 358 | 2026-01-28T22:33:18.095Z | Downloaded pest v2.8.2 |
| 359 | 2026-01-28T22:33:18.095Z | Downloaded idna v1.0.3 |
| 360 | 2026-01-28T22:33:18.095Z | Downloaded icu_properties_data v1.5.0 |
| 361 | 2026-01-28T22:33:18.119Z | Downloaded memchr v2.7.4 |
| 362 | 2026-01-28T22:33:18.119Z | Downloaded goblin v0.8.2 |
| 363 | 2026-01-28T22:33:18.119Z | Downloaded serde_json v1.0.149 |
| 364 | 2026-01-28T22:33:18.143Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-01-28T22:33:18.143Z | Downloaded tabled v0.15.0 |
| 366 | 2026-01-28T22:33:18.168Z | Downloaded papergrid v0.11.0 |
| 367 | 2026-01-28T22:33:18.194Z | Downloaded syn v2.0.111 |
| 368 | 2026-01-28T22:33:18.194Z | Downloaded syn v1.0.109 |
| 369 | 2026-01-28T22:33:18.217Z | Downloaded log v0.4.29 |
| 370 | 2026-01-28T22:33:18.218Z | Downloaded hashbrown v0.16.1 |
| 371 | 2026-01-28T22:33:18.218Z | Downloaded proc-macro2 v1.0.101 |
| 372 | 2026-01-28T22:33:18.218Z | Downloaded pest_generator v2.8.2 |
| 373 | 2026-01-28T22:33:18.218Z | Downloaded icu_provider v1.5.0 |
| 374 | 2026-01-28T22:33:18.218Z | Downloaded icu_normalizer_data v1.5.0 |
| 375 | 2026-01-28T22:33:18.244Z | Downloaded rustix v1.1.3 |
| 376 | 2026-01-28T22:33:18.267Z | Downloaded rustix v0.38.37 |
| 377 | 2026-01-28T22:33:18.314Z | Downloaded stable_deref_trait v1.2.0 |
| 378 | 2026-01-28T22:33:18.314Z | Downloaded sha2 v0.10.9 |
| 379 | 2026-01-28T22:33:18.338Z | Downloaded serde-value v0.7.0 |
| 380 | 2026-01-28T22:33:18.338Z | Downloaded serde v1.0.228 |
| 381 | 2026-01-28T22:33:18.338Z | Downloaded scroll_derive v0.12.0 |
| 382 | 2026-01-28T22:33:18.338Z | Downloaded scroll v0.12.0 |
| 383 | 2026-01-28T22:33:18.338Z | Downloaded pest_meta v2.8.2 |
| 384 | 2026-01-28T22:33:18.338Z | Downloaded pest_derive v2.8.2 |
| 385 | 2026-01-28T22:33:18.338Z | Downloaded macaddr v1.0.1 |
| 386 | 2026-01-28T22:33:18.338Z | Downloaded icu_locid_transform v1.5.0 |
| 387 | 2026-01-28T22:33:18.338Z | Downloaded smallvec v1.15.1 |
| 388 | 2026-01-28T22:33:18.338Z | Downloaded serde_core v1.0.228 |
| 389 | 2026-01-28T22:33:18.338Z | Downloaded semver v1.0.27 |
| 390 | 2026-01-28T22:33:18.338Z | Downloaded proc-macro-error v1.0.4 |
| 391 | 2026-01-28T22:33:18.338Z | Downloaded pretty-hex v0.4.1 |
| 392 | 2026-01-28T22:33:18.338Z | Downloaded indexmap v2.12.1 |
| 393 | 2026-01-28T22:33:18.338Z | Downloaded icu_properties v1.5.1 |
| 394 | 2026-01-28T22:33:18.338Z | Downloaded icu_collections v1.5.0 |
| 395 | 2026-01-28T22:33:18.364Z | Downloaded serde_spanned v0.6.9 |
| 396 | 2026-01-28T22:33:18.364Z | Downloaded serde_derive v1.0.228 |
| 397 | 2026-01-28T22:33:18.364Z | Downloaded ordered-float v2.10.1 |
| 398 | 2026-01-28T22:33:18.364Z | Downloaded libc v0.2.180 |
| 399 | 2026-01-28T22:33:18.388Z | Downloaded is_terminal_polyfill v1.70.1 |
| 400 | 2026-01-28T22:33:18.412Z | Downloaded fs-err v3.1.1 |
| 401 | 2026-01-28T22:33:18.412Z | Downloaded writeable v0.5.5 |
| 402 | 2026-01-28T22:33:18.412Z | Downloaded toml v0.8.23 |
| 403 | 2026-01-28T22:33:18.412Z | Downloaded synstructure v0.13.1 |
| 404 | 2026-01-28T22:33:18.412Z | Downloaded strsim v0.11.1 |
| 405 | 2026-01-28T22:33:18.412Z | Downloaded serde_tokenstream v0.2.2 |
| 406 | 2026-01-28T22:33:18.412Z | Downloaded quote v1.0.40 |
| 407 | 2026-01-28T22:33:18.412Z | Downloaded tinystr v0.7.6 |
| 408 | 2026-01-28T22:33:18.412Z | Downloaded thiserror-impl v1.0.69 |
| 409 | 2026-01-28T22:33:18.412Z | Downloaded swrite v0.1.0 |
| 410 | 2026-01-28T22:33:18.412Z | Downloaded smawk v0.3.2 |
| 411 | 2026-01-28T22:33:18.412Z | Downloaded serde-untagged v0.1.7 |
| 412 | 2026-01-28T22:33:18.437Z | Downloaded plain v0.2.3 |
| 413 | 2026-01-28T22:33:18.437Z | Downloaded percent-encoding v2.3.2 |
| 414 | 2026-01-28T22:33:18.437Z | Downloaded icu_locid v1.5.0 |
| 415 | 2026-01-28T22:33:18.437Z | Downloaded heck v0.5.0 |
| 416 | 2026-01-28T22:33:18.437Z | Downloaded generic-array v0.14.7 |
| 417 | 2026-01-28T22:33:18.437Z | Downloaded yoke v0.7.4 |
| 418 | 2026-01-28T22:33:18.437Z | Downloaded usdt-impl v0.5.0 |
| 419 | 2026-01-28T22:33:18.437Z | Downloaded ucd-trie v0.1.7 |
| 420 | 2026-01-28T22:33:18.437Z | Downloaded proc-macro-error-attr v1.0.4 |
| 421 | 2026-01-28T22:33:18.437Z | Downloaded memmap v0.7.0 |
| 422 | 2026-01-28T22:33:18.437Z | Downloaded itoa v1.0.11 |
| 423 | 2026-01-28T22:33:18.437Z | Downloaded getrandom v0.3.4 |
| 424 | 2026-01-28T22:33:18.465Z | Downloaded colorchoice v1.0.2 |
| 425 | 2026-01-28T22:33:18.466Z | Downloaded thiserror v2.0.17 |
| 426 | 2026-01-28T22:33:18.466Z | Downloaded thiserror v1.0.69 |
| 427 | 2026-01-28T22:33:18.466Z | Downloaded textwrap v0.16.2 |
| 428 | 2026-01-28T22:33:18.466Z | Downloaded terminal_size v0.4.0 |
| 429 | 2026-01-28T22:33:18.466Z | Downloaded icu_locid_transform_data v1.5.0 |
| 430 | 2026-01-28T22:33:18.466Z | Downloaded usdt-macro v0.5.0 |
| 431 | 2026-01-28T22:33:18.492Z | Downloaded usdt-attr-macro v0.5.0 |
| 432 | 2026-01-28T22:33:18.492Z | Downloaded typeid v1.0.3 |
| 433 | 2026-01-28T22:33:18.493Z | Downloaded toml_datetime v0.6.11 |
| 434 | 2026-01-28T22:33:18.493Z | Downloaded tabled_derive v0.7.0 |
| 435 | 2026-01-28T22:33:18.493Z | Downloaded once_cell v1.21.3 |
| 436 | 2026-01-28T22:33:18.493Z | Downloaded num-traits v0.2.19 |
| 437 | 2026-01-28T22:33:18.493Z | Downloaded litemap v0.7.3 |
| 438 | 2026-01-28T22:33:18.493Z | Downloaded idna_adapter v1.2.0 |
| 439 | 2026-01-28T22:33:18.493Z | Downloaded icu_provider_macros v1.5.0 |
| 440 | 2026-01-28T22:33:18.493Z | Downloaded icu_normalizer v1.5.0 |
| 441 | 2026-01-28T22:33:18.493Z | Downloaded cargo_toml v0.21.0 |
| 442 | 2026-01-28T22:33:18.493Z | Downloaded zerofrom v0.1.4 |
| 443 | 2026-01-28T22:33:18.493Z | Downloaded utf8parse v0.2.2 |
| 444 | 2026-01-28T22:33:18.493Z | Downloaded usdt v0.5.0 |
| 445 | 2026-01-28T22:33:18.493Z | Downloaded unicode-xid v0.2.6 |
| 446 | 2026-01-28T22:33:18.493Z | Downloaded unicode-linebreak v0.1.5 |
| 447 | 2026-01-28T22:33:18.493Z | Downloaded toml_write v0.1.2 |
| 448 | 2026-01-28T22:33:18.519Z | Downloaded thread-id v4.2.2 |
| 449 | 2026-01-28T22:33:18.519Z | Downloaded heck v0.4.1 |
| 450 | 2026-01-28T22:33:18.519Z | Downloaded fnv v1.0.7 |
| 451 | 2026-01-28T22:33:18.520Z | Downloaded fastrand v2.1.1 |
| 452 | 2026-01-28T22:33:18.520Z | Downloaded equivalent v1.0.2 |
| 453 | 2026-01-28T22:33:18.520Z | Downloaded yoke-derive v0.7.4 |
| 454 | 2026-01-28T22:33:18.520Z | Downloaded version_check v0.9.5 |
| 455 | 2026-01-28T22:33:18.520Z | Downloaded unicode-ident v1.0.19 |
| 456 | 2026-01-28T22:33:18.520Z | Downloaded thiserror-impl v2.0.17 |
| 457 | 2026-01-28T22:33:18.520Z | Downloaded form_urlencoded v1.2.2 |
| 458 | 2026-01-28T22:33:18.520Z | Downloaded clap v4.5.48 |
| 459 | 2026-01-28T22:33:18.544Z | Downloaded camino v1.2.1 |
| 460 | 2026-01-28T22:33:18.544Z | Downloaded bitflags v2.9.4 |
| 461 | 2026-01-28T22:33:18.544Z | Downloaded unicode-width v0.1.14 |
| 462 | 2026-01-28T22:33:18.544Z | Downloaded dtrace-parser v0.2.0 |
| 463 | 2026-01-28T22:33:18.544Z | Downloaded displaydoc v0.2.5 |
| 464 | 2026-01-28T22:33:18.544Z | Downloaded crypto-common v0.1.6 |
| 465 | 2026-01-28T22:33:18.544Z | Downloaded dof v0.3.0 |
| 466 | 2026-01-28T22:33:18.570Z | Downloaded clap_builder v4.5.48 |
| 467 | 2026-01-28T22:33:18.570Z | Downloaded autocfg v1.4.0 |
| 468 | 2026-01-28T22:33:18.570Z | Downloaded cpufeatures v0.2.14 |
| 469 | 2026-01-28T22:33:18.570Z | Downloaded clap_lex v0.7.4 |
| 470 | 2026-01-28T22:33:18.570Z | Downloaded cfg-if v1.0.4 |
| 471 | 2026-01-28T22:33:18.570Z | Downloaded block-buffer v0.10.4 |
| 472 | 2026-01-28T22:33:18.570Z | Downloaded anstyle-parse v0.2.5 |
| 473 | 2026-01-28T22:33:18.570Z | Downloaded cargo-platform v0.2.0 |
| 474 | 2026-01-28T22:33:18.571Z | Downloaded byteorder v1.5.0 |
| 475 | 2026-01-28T22:33:18.571Z | Downloaded bytecount v0.6.8 |
| 476 | 2026-01-28T22:33:18.597Z | Downloaded anyhow v1.0.99 |
| 477 | 2026-01-28T22:33:18.597Z | Downloaded anstyle v1.0.11 |
| 478 | 2026-01-28T22:33:18.598Z | Downloaded cargo-util-schemas v0.8.2 |
| 479 | 2026-01-28T22:33:18.598Z | Downloaded camino-tempfile v1.4.1 |
| 480 | 2026-01-28T22:33:18.598Z | Downloaded anstyle-query v1.1.1 |
| 481 | 2026-01-28T22:33:18.708Z | Compiling proc-macro2 v1.0.101 |
| 482 | 2026-01-28T22:33:18.708Z | Compiling unicode-ident v1.0.19 |
| 483 | 2026-01-28T22:33:18.731Z | Compiling serde_core v1.0.228 |
| 484 | 2026-01-28T22:33:18.731Z | Compiling serde v1.0.228 |
| 485 | 2026-01-28T22:33:18.731Z | Compiling version_check v0.9.5 |
| 486 | 2026-01-28T22:33:18.731Z | Compiling libc v0.2.180 |
| 487 | 2026-01-28T22:33:18.731Z | Compiling memchr v2.7.4 |
| 488 | 2026-01-28T22:33:18.732Z | Compiling stable_deref_trait v1.2.0 |
| 489 | 2026-01-28T22:33:19.124Z | Compiling thiserror v2.0.17 |
| 490 | 2026-01-28T22:33:19.150Z | Compiling zmij v1.0.15 |
| 491 | 2026-01-28T22:33:19.852Z | Compiling litemap v0.7.3 |
| 492 | 2026-01-28T22:33:20.306Z | Compiling thiserror v1.0.69 |
| 493 | 2026-01-28T22:33:20.339Z | Compiling autocfg v1.4.0 |
| 494 | 2026-01-28T22:33:20.420Z | Compiling writeable v0.5.5 |
| 495 | 2026-01-28T22:33:20.444Z | Compiling ucd-trie v0.1.7 |
| 496 | 2026-01-28T22:33:20.567Z | Compiling itoa v1.0.11 |
| 497 | 2026-01-28T22:33:21.088Z | Compiling byteorder v1.5.0 |
| 498 | 2026-01-28T22:33:21.130Z | Compiling bitflags v2.9.4 |
| 499 | 2026-01-28T22:33:21.361Z | Compiling quote v1.0.40 |
| 500 | 2026-01-28T22:33:21.428Z | Compiling errno v0.3.12 |
| 501 | 2026-01-28T22:33:21.465Z | Compiling icu_locid_transform_data v1.5.0 |
| 502 | 2026-01-28T22:33:21.704Z | Compiling serde_json v1.0.149 |
| 503 | 2026-01-28T22:33:21.731Z | Compiling icu_properties_data v1.5.0 |
| 504 | 2026-01-28T22:33:22.054Z | Compiling syn v2.0.111 |
| 505 | 2026-01-28T22:33:22.109Z | Compiling num-traits v0.2.19 |
| 506 | 2026-01-28T22:33:22.134Z | Compiling equivalent v1.0.2 |
| 507 | 2026-01-28T22:33:22.223Z | Compiling utf8_iter v1.0.4 |
| 508 | 2026-01-28T22:33:22.345Z | Compiling typeid v1.0.3 |
| 509 | 2026-01-28T22:33:22.542Z | Compiling hashbrown v0.16.1 |
| 510 | 2026-01-28T22:33:22.574Z | Compiling write16 v1.0.0 |
| 511 | 2026-01-28T22:33:22.606Z | Compiling icu_normalizer_data v1.5.0 |
| 512 | 2026-01-28T22:33:22.755Z | Compiling rustix v0.38.37 |
| 513 | 2026-01-28T22:33:22.786Z | Compiling utf16_iter v1.0.5 |
| 514 | 2026-01-28T22:33:22.848Z | Compiling smallvec v1.15.1 |
| 515 | 2026-01-28T22:33:23.364Z | Compiling proc-macro-error-attr v1.0.4 |
| 516 | 2026-01-28T22:33:23.462Z | Compiling usdt-impl v0.5.0 |
| 517 | 2026-01-28T22:33:23.794Z | Compiling winnow v0.7.13 |
| 518 | 2026-01-28T22:33:23.834Z | Compiling syn v1.0.109 |
| 519 | 2026-01-28T22:33:23.902Z | Compiling toml_write v0.1.2 |
| 520 | 2026-01-28T22:33:24.024Z | Compiling indexmap v2.12.1 |
| 521 | 2026-01-28T22:33:24.205Z | Compiling thread-id v4.2.2 |
| 522 | 2026-01-28T22:33:24.955Z | Compiling proc-macro-error v1.0.4 |
| 523 | 2026-01-28T22:33:25.458Z | Compiling utf8parse v0.2.2 |
| 524 | 2026-01-28T22:33:25.663Z | Compiling camino v1.2.1 |
| 525 | 2026-01-28T22:33:25.814Z | Compiling plain v0.2.3 |
| 526 | 2026-01-28T22:33:26.169Z | Compiling getrandom v0.3.4 |
| 527 | 2026-01-28T22:33:26.220Z | Compiling percent-encoding v2.3.2 |
| 528 | 2026-01-28T22:33:26.372Z | Compiling rustix v1.1.3 |
| 529 | 2026-01-28T22:33:26.617Z | Compiling log v0.4.29 |
| 530 | 2026-01-28T22:33:26.691Z | Compiling form_urlencoded v1.2.2 |
| 531 | 2026-01-28T22:33:27.166Z | Compiling ordered-float v2.10.1 |
| 532 | 2026-01-28T22:33:27.336Z | Compiling terminal_size v0.4.0 |
| 533 | 2026-01-28T22:33:27.626Z | Compiling anstyle-parse v0.2.5 |
| 534 | 2026-01-28T22:33:28.032Z | Compiling anstyle-query v1.1.1 |
| 535 | 2026-01-28T22:33:28.091Z | Compiling colorchoice v1.0.2 |
| 536 | 2026-01-28T22:33:28.286Z | Compiling pretty-hex v0.4.1 |
| 537 | 2026-01-28T22:33:28.323Z | Compiling anstyle v1.0.11 |
| 538 | 2026-01-28T22:33:28.422Z | Compiling is_terminal_polyfill v1.70.1 |
| 539 | 2026-01-28T22:33:28.467Z | Compiling cfg-if v1.0.4 |
| 540 | 2026-01-28T22:33:28.839Z | Compiling anstream v0.6.18 |
| 541 | 2026-01-28T22:33:28.914Z | Compiling semver v1.0.27 |
| 542 | 2026-01-28T22:33:29.264Z | Compiling fs-err v3.1.1 |
| 543 | 2026-01-28T22:33:29.639Z | Compiling fnv v1.0.7 |
| 544 | 2026-01-28T22:33:29.719Z | Compiling heck v0.4.1 |
| 545 | 2026-01-28T22:33:29.749Z | Compiling fastrand v2.1.1 |
| 546 | 2026-01-28T22:33:29.847Z | Compiling once_cell v1.21.3 |
| 547 | 2026-01-28T22:33:29.959Z | Compiling bytecount v0.6.8 |
| 548 | 2026-01-28T22:33:30.241Z | Compiling synstructure v0.13.1 |
| 549 | 2026-01-28T22:33:30.287Z | Compiling unicode-xid v0.2.6 |
| 550 | 2026-01-28T22:33:30.370Z | Compiling strsim v0.11.1 |
| 551 | 2026-01-28T22:33:30.438Z | Compiling clap_lex v0.7.4 |
| 552 | 2026-01-28T22:33:30.742Z | Compiling unicode-width v0.1.14 |
| 553 | 2026-01-28T22:33:31.036Z | Compiling anyhow v1.0.99 |
| 554 | 2026-01-28T22:33:31.235Z | Compiling heck v0.5.0 |
| 555 | 2026-01-28T22:33:31.343Z | Compiling papergrid v0.11.0 |
| 556 | 2026-01-28T22:33:31.343Z | Compiling clap_builder v4.5.48 |
| 557 | 2026-01-28T22:33:31.992Z | Compiling tempfile v3.24.0 |
| 558 | 2026-01-28T22:33:32.433Z | Compiling memmap v0.7.0 |
| 559 | 2026-01-28T22:33:32.543Z | Compiling unicode-linebreak v0.1.5 |
| 560 | 2026-01-28T22:33:32.819Z | Compiling smawk v0.3.2 |
| 561 | 2026-01-28T22:33:32.907Z | Compiling unicode-width v0.2.0 |
| 562 | 2026-01-28T22:33:33.120Z | Compiling camino-tempfile v1.4.1 |
| 563 | 2026-01-28T22:33:33.506Z | Compiling textwrap v0.16.2 |
| 564 | 2026-01-28T22:33:33.823Z | Compiling swrite v0.1.0 |
| 565 | 2026-01-28T22:33:34.036Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 566 | 2026-01-28T22:33:34.126Z | Compiling tabled_derive v0.7.0 |
| 567 | 2026-01-28T22:33:35.168Z | Compiling serde_derive v1.0.228 |
| 568 | 2026-01-28T22:33:35.193Z | Compiling zerofrom-derive v0.1.4 |
| 569 | 2026-01-28T22:33:35.193Z | Compiling yoke-derive v0.7.4 |
| 570 | 2026-01-28T22:33:35.261Z | Compiling thiserror-impl v2.0.17 |
| 571 | 2026-01-28T22:33:35.288Z | Compiling zerovec-derive v0.10.3 |
| 572 | 2026-01-28T22:33:35.673Z | Compiling displaydoc v0.2.5 |
| 573 | 2026-01-28T22:33:37.348Z | Compiling thiserror-impl v1.0.69 |
| 574 | 2026-01-28T22:33:37.885Z | Compiling icu_provider_macros v1.5.0 |
| 575 | 2026-01-28T22:33:38.063Z | Compiling zerocopy-derive v0.7.35 |
| 576 | 2026-01-28T22:33:38.888Z | Compiling zerofrom v0.1.4 |
| 577 | 2026-01-28T22:33:38.969Z | Compiling pest v2.8.2 |
| 578 | 2026-01-28T22:33:39.064Z | Compiling scroll_derive v0.12.0 |
| 579 | 2026-01-28T22:33:39.168Z | Compiling yoke v0.7.4 |
| 580 | 2026-01-28T22:33:39.617Z | Compiling zerovec v0.10.4 |
| 581 | 2026-01-28T22:33:40.115Z | Compiling zerocopy v0.7.35 |
| 582 | 2026-01-28T22:33:40.574Z | Compiling clap_derive v4.5.47 |
| 583 | 2026-01-28T22:33:40.607Z | Compiling scroll v0.12.0 |
| 584 | 2026-01-28T22:33:40.677Z | Compiling tabled v0.15.0 |
| 585 | 2026-01-28T22:33:41.223Z | Compiling goblin v0.8.2 |
| 586 | 2026-01-28T22:33:41.648Z | Compiling tinystr v0.7.6 |
| 587 | 2026-01-28T22:33:41.698Z | Compiling icu_collections v1.5.0 |
| 588 | 2026-01-28T22:33:41.988Z | Compiling pest_meta v2.8.2 |
| 589 | 2026-01-28T22:33:42.228Z | Compiling icu_locid v1.5.0 |
| 590 | 2026-01-28T22:33:43.707Z | Compiling icu_provider v1.5.0 |
| 591 | 2026-01-28T22:33:43.904Z | Compiling pest_generator v2.8.2 |
| 592 | 2026-01-28T22:33:43.998Z | Compiling serde_spanned v0.6.9 |
| 593 | 2026-01-28T22:33:44.328Z | Compiling toml_datetime v0.6.11 |
| 594 | 2026-01-28T22:33:44.537Z | Compiling icu_locid_transform v1.5.0 |
| 595 | 2026-01-28T22:33:44.824Z | Compiling toml_edit v0.22.27 |
| 596 | 2026-01-28T22:33:44.952Z | Compiling dof v0.3.0 |
| 597 | 2026-01-28T22:33:44.982Z | Compiling erased-serde v0.4.6 |
| 598 | 2026-01-28T22:33:45.836Z | Compiling serde_tokenstream v0.2.2 |
| 599 | 2026-01-28T22:33:45.935Z | Compiling serde-value v0.7.0 |
| 600 | 2026-01-28T22:33:46.281Z | Compiling icu_properties v1.5.1 |
| 601 | 2026-01-28T22:33:46.446Z | Compiling serde-untagged v0.1.7 |
| 602 | 2026-01-28T22:33:46.755Z | Compiling pest_derive v2.8.2 |
| 603 | 2026-01-28T22:33:46.823Z | Compiling cargo-platform v0.2.0 |
| 604 | 2026-01-28T22:33:46.989Z | Compiling clap v4.5.48 |
| 605 | 2026-01-28T22:33:47.213Z | Compiling macaddr v1.0.1 |
| 606 | 2026-01-28T22:33:47.660Z | Compiling dtrace-parser v0.2.0 |
| 607 | 2026-01-28T22:33:49.080Z | Compiling toml v0.8.23 |
| 608 | 2026-01-28T22:33:50.065Z | Compiling usdt-macro v0.5.0 |
| 609 | 2026-01-28T22:33:50.204Z | Compiling usdt-attr-macro v0.5.0 |
| 610 | 2026-01-28T22:33:50.204Z | Compiling cargo_toml v0.21.0 |
| 611 | 2026-01-28T22:33:50.719Z | Compiling icu_normalizer v1.5.0 |
| 612 | 2026-01-28T22:33:51.151Z | Compiling usdt v0.5.0 |
| 613 | 2026-01-28T22:33:51.831Z | Compiling idna_adapter v1.2.0 |
| 614 | 2026-01-28T22:33:52.139Z | Compiling idna v1.0.3 |
| 615 | 2026-01-28T22:33:52.772Z | Compiling url v2.5.4 |
| 616 | 2026-01-28T22:33:53.889Z | Compiling cargo-util-schemas v0.8.2 |
| 617 | 2026-01-28T22:33:56.225Z | Compiling cargo_metadata v0.21.0 |
| 618 | 2026-01-28T22:33:59.108Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 619 | 2026-01-28T22:34:04.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 620 | 2026-01-28T22:34:04.829Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 621 | 2026-01-28T22:34:06.196Z | Downloading crates ... |
| 622 | 2026-01-28T22:34:06.401Z | Downloaded arrayref v0.3.9 |
| 623 | 2026-01-28T22:34:06.466Z | Downloaded crc8 v0.1.1 |
| 624 | 2026-01-28T22:34:06.527Z | Downloaded ctr v0.9.2 |
| 625 | 2026-01-28T22:34:06.527Z | Downloaded futures-sink v0.3.31 |
| 626 | 2026-01-28T22:34:06.527Z | Downloaded group v0.13.0 |
| 627 | 2026-01-28T22:34:06.554Z | Downloaded hostname v0.4.2 |
| 628 | 2026-01-28T22:34:06.554Z | Downloaded is_ci v1.2.0 |
| 629 | 2026-01-28T22:34:06.603Z | Downloaded num v0.4.3 |
| 630 | 2026-01-28T22:34:06.641Z | Downloaded parse-size v1.1.0 |
| 631 | 2026-01-28T22:34:07.099Z | Downloaded predicates-core v1.0.8 |
| 632 | 2026-01-28T22:34:07.157Z | Downloaded rand_chacha v0.3.1 |
| 633 | 2026-01-28T22:34:07.157Z | Downloaded rustc_version v0.4.1 |
| 634 | 2026-01-28T22:34:07.157Z | Downloaded shell-words v1.1.0 |
| 635 | 2026-01-28T22:34:07.157Z | Downloaded subtle v2.6.1 |
| 636 | 2026-01-28T22:34:07.157Z | Downloaded tokio-rustls v0.25.0 |
| 637 | 2026-01-28T22:34:07.157Z | Downloaded untrusted v0.7.1 |
| 638 | 2026-01-28T22:34:07.157Z | Downloaded zone_cfg_derive v0.3.0 |
| 639 | 2026-01-28T22:34:07.157Z | Downloaded zone_cfg_derive v0.1.2 |
| 640 | 2026-01-28T22:34:07.157Z | Downloaded walkdir v2.5.0 |
| 641 | 2026-01-28T22:34:07.157Z | Downloaded yasna v0.5.2 |
| 642 | 2026-01-28T22:34:07.157Z | Downloaded zstd-safe v7.2.3 |
| 643 | 2026-01-28T22:34:07.157Z | Downloaded zopfli v0.8.1 |
| 644 | 2026-01-28T22:34:07.157Z | Downloaded zerocopy-derive v0.8.27 |
| 645 | 2026-01-28T22:34:07.157Z | Downloaded zip v4.2.0 |
| 646 | 2026-01-28T22:34:07.157Z | Downloaded x509-cert v0.2.5 |
| 647 | 2026-01-28T22:34:07.157Z | Downloaded rustls v0.22.4 |
| 648 | 2026-01-28T22:34:07.157Z | Downloaded winnow v0.6.26 |
| 649 | 2026-01-28T22:34:07.157Z | Downloaded zlib-rs v0.5.1 |
| 650 | 2026-01-28T22:34:07.157Z | Downloaded tabled v0.18.0 |
| 651 | 2026-01-28T22:34:07.157Z | Downloaded regex-syntax v0.8.5 |
| 652 | 2026-01-28T22:34:07.157Z | Downloaded webpki-roots v1.0.1 |
| 653 | 2026-01-28T22:34:07.157Z | Downloaded zerocopy v0.8.27 |
| 654 | 2026-01-28T22:34:07.157Z | Downloaded vcpkg v0.2.15 |
| 655 | 2026-01-28T22:34:07.204Z | Downloaded smoltcp v0.11.0 |
| 656 | 2026-01-28T22:34:07.260Z | Downloaded regress v0.10.4 |
| 657 | 2026-01-28T22:34:07.294Z | Downloaded smoltcp v0.9.1 |
| 658 | 2026-01-28T22:34:07.294Z | Downloaded tabled v0.20.0 |
| 659 | 2026-01-28T22:34:07.294Z | Downloaded ratatui v0.29.0 |
| 660 | 2026-01-28T22:34:07.320Z | Downloaded rustls v0.23.19 |
| 661 | 2026-01-28T22:34:07.344Z | Downloaded chrono-tz v0.10.4 |
| 662 | 2026-01-28T22:34:07.369Z | Downloaded sled v0.34.7 |
| 663 | 2026-01-28T22:34:07.369Z | Downloaded regex-syntax v0.6.29 |
| 664 | 2026-01-28T22:34:07.398Z | Downloaded winnow v0.5.40 |
| 665 | 2026-01-28T22:34:07.399Z | Downloaded typify-impl v0.4.3 |
| 666 | 2026-01-28T22:34:07.440Z | Downloaded regex-automata v0.4.11 |
| 667 | 2026-01-28T22:34:07.467Z | Downloaded zerocopy-derive v0.6.6 |
| 668 | 2026-01-28T22:34:07.467Z | Downloaded jiff v0.2.15 |
| 669 | 2026-01-28T22:34:07.520Z | Downloaded typify-impl v0.2.0 |
| 670 | 2026-01-28T22:34:07.545Z | Downloaded petgraph v0.8.2 |
| 671 | 2026-01-28T22:34:07.545Z | Downloaded petgraph v0.6.5 |
| 672 | 2026-01-28T22:34:07.545Z | Downloaded libz-sys v1.1.20 |
| 673 | 2026-01-28T22:34:07.573Z | Downloaded lzma-sys v0.1.20 |
| 674 | 2026-01-28T22:34:07.616Z | Downloaded openapiv3 v2.2.0 |
| 675 | 2026-01-28T22:34:07.641Z | Downloaded csv v1.3.1 |
| 676 | 2026-01-28T22:34:07.668Z | Downloaded hickory-proto v0.25.2 |
| 677 | 2026-01-28T22:34:07.692Z | Downloaded tough v0.20.0 |
| 678 | 2026-01-28T22:34:07.725Z | Downloaded object v0.36.5 |
| 679 | 2026-01-28T22:34:07.753Z | Downloaded nix v0.30.1 |
| 680 | 2026-01-28T22:34:07.753Z | Downloaded nix v0.28.0 |
| 681 | 2026-01-28T22:34:07.753Z | Downloaded sha3 v0.10.8 |
| 682 | 2026-01-28T22:34:07.779Z | Downloaded tokio v1.48.0 |
| 683 | 2026-01-28T22:34:07.804Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 684 | 2026-01-28T22:34:07.830Z | Downloaded unicode_categories v0.1.1 |
| 685 | 2026-01-28T22:34:07.830Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 686 | 2026-01-28T22:34:07.854Z | Downloaded unicode-normalization v0.1.24 |
| 687 | 2026-01-28T22:34:07.854Z | Downloaded tower-http v0.6.6 |
| 688 | 2026-01-28T22:34:07.854Z | Downloaded tower v0.5.2 |
| 689 | 2026-01-28T22:34:07.878Z | Downloaded tokio-util v0.7.15 |
| 690 | 2026-01-28T22:34:07.878Z | Downloaded rustls v0.21.12 |
| 691 | 2026-01-28T22:34:07.904Z | Downloaded nix v0.29.0 |
| 692 | 2026-01-28T22:34:07.904Z | Downloaded dropshot v0.16.6 |
| 693 | 2026-01-28T22:34:07.928Z | Downloaded diesel v2.2.12 |
| 694 | 2026-01-28T22:34:07.953Z | Downloaded zip v0.6.6 |
| 695 | 2026-01-28T22:34:08.037Z | Downloaded uuid v1.19.0 |
| 696 | 2026-01-28T22:34:08.037Z | Downloaded typed-path v0.9.3 |
| 697 | 2026-01-28T22:34:08.038Z | Downloaded toml_edit v0.19.15 |
| 698 | 2026-01-28T22:34:08.062Z | Downloaded rustls-webpki v0.102.8 |
| 699 | 2026-01-28T22:34:08.062Z | Downloaded rustls-webpki v0.101.7 |
| 700 | 2026-01-28T22:34:08.062Z | Downloaded radix_trie v0.2.1 |
| 701 | 2026-01-28T22:34:08.062Z | Downloaded polar-core v0.27.3 |
| 702 | 2026-01-28T22:34:08.062Z | Downloaded encoding_rs v0.8.34 |
| 703 | 2026-01-28T22:34:08.110Z | Downloaded hickory-proto v0.24.4 |
| 704 | 2026-01-28T22:34:08.135Z | Downloaded zstd v0.13.3 |
| 705 | 2026-01-28T22:34:08.135Z | Downloaded zerocopy v0.6.6 |
| 706 | 2026-01-28T22:34:08.135Z | Downloaded yansi v1.0.1 |
| 707 | 2026-01-28T22:34:08.135Z | Downloaded vte v0.11.1 |
| 708 | 2026-01-28T22:34:08.135Z | Downloaded unicode-segmentation v1.12.0 |
| 709 | 2026-01-28T22:34:08.135Z | Downloaded unicode-bidi v0.3.17 |
| 710 | 2026-01-28T22:34:08.135Z | Downloaded time v0.3.43 |
| 711 | 2026-01-28T22:34:08.135Z | Downloaded sqlparser v0.45.0 |
| 712 | 2026-01-28T22:34:08.160Z | Downloaded salty v0.3.0 |
| 713 | 2026-01-28T22:34:08.160Z | Downloaded ring v0.17.14 |
| 714 | 2026-01-28T22:34:08.211Z | Downloaded proptest v1.7.0 |
| 715 | 2026-01-28T22:34:08.245Z | Downloaded openssl v0.10.73 |
| 716 | 2026-01-28T22:34:08.245Z | Downloaded object v0.30.4 |
| 717 | 2026-01-28T22:34:08.245Z | Downloaded vergen v9.0.6 |
| 718 | 2026-01-28T22:34:08.277Z | Downloaded unsafe-libyaml v0.2.11 |
| 719 | 2026-01-28T22:34:08.277Z | Downloaded petname v2.0.2 |
| 720 | 2026-01-28T22:34:08.277Z | Downloaded vsss-rs v3.3.4 |
| 721 | 2026-01-28T22:34:08.277Z | Downloaded vergen-lib v0.1.6 |
| 722 | 2026-01-28T22:34:08.277Z | Downloaded vergen-gitcl v1.0.8 |
| 723 | 2026-01-28T22:34:08.277Z | Downloaded vergen-git2 v1.0.7 |
| 724 | 2026-01-28T22:34:08.277Z | Downloaded value-bag v1.12.0 |
| 725 | 2026-01-28T22:34:08.309Z | Downloaded uzers v0.12.1 |
| 726 | 2026-01-28T22:34:08.309Z | Downloaded usdt-impl v0.6.0 |
| 727 | 2026-01-28T22:34:08.309Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 728 | 2026-01-28T22:34:08.357Z | Downloaded typify v0.2.0 |
| 729 | 2026-01-28T22:34:08.382Z | Downloaded tracing v0.1.40 |
| 730 | 2026-01-28T22:34:08.382Z | Downloaded toml v0.9.8 |
| 731 | 2026-01-28T22:34:08.382Z | Downloaded toml v0.7.8 |
| 732 | 2026-01-28T22:34:08.382Z | Downloaded serde_with v3.16.1 |
| 733 | 2026-01-28T22:34:08.406Z | Downloaded reqwest v0.12.24 |
| 734 | 2026-01-28T22:34:08.406Z | Downloaded regex v1.11.3 |
| 735 | 2026-01-28T22:34:08.430Z | Downloaded nix v0.27.1 |
| 736 | 2026-01-28T22:34:08.430Z | Downloaded curve25519-dalek v4.1.3 |
| 737 | 2026-01-28T22:34:08.455Z | Downloaded zone v0.3.1 |
| 738 | 2026-01-28T22:34:08.455Z | Downloaded zone v0.1.8 |
| 739 | 2026-01-28T22:34:08.455Z | Downloaded zeroize_derive v1.4.2 |
| 740 | 2026-01-28T22:34:08.455Z | Downloaded zeroize v1.8.1 |
| 741 | 2026-01-28T22:34:08.455Z | Downloaded xz2 v0.1.7 |
| 742 | 2026-01-28T22:34:08.455Z | Downloaded xshell-macros v0.2.7 |
| 743 | 2026-01-28T22:34:08.455Z | Downloaded xshell v0.2.7 |
| 744 | 2026-01-28T22:34:08.455Z | Downloaded xattr v1.3.1 |
| 745 | 2026-01-28T22:34:08.455Z | Downloaded want v0.3.1 |
| 746 | 2026-01-28T22:34:08.455Z | Downloaded waitgroup v0.1.2 |
| 747 | 2026-01-28T22:34:08.455Z | Downloaded wait-timeout v0.2.0 |
| 748 | 2026-01-28T22:34:08.480Z | Downloaded vte_generate_state_changes v0.1.2 |
| 749 | 2026-01-28T22:34:08.480Z | Downloaded void v1.0.2 |
| 750 | 2026-01-28T22:34:08.480Z | Downloaded utf-8 v0.7.6 |
| 751 | 2026-01-28T22:34:08.480Z | Downloaded usdt-macro v0.6.0 |
| 752 | 2026-01-28T22:34:08.480Z | Downloaded usdt-attr-macro v0.6.0 |
| 753 | 2026-01-28T22:34:08.480Z | Downloaded usdt v0.6.0 |
| 754 | 2026-01-28T22:34:08.480Z | Downloaded typify v0.4.3 |
| 755 | 2026-01-28T22:34:08.480Z | Downloaded tungstenite v0.23.0 |
| 756 | 2026-01-28T22:34:08.480Z | Downloaded tungstenite v0.21.0 |
| 757 | 2026-01-28T22:34:08.480Z | Downloaded tracing-core v0.1.32 |
| 758 | 2026-01-28T22:34:08.504Z | Downloaded toml_parser v1.0.4 |
| 759 | 2026-01-28T22:34:08.504Z | Downloaded tokio-stream v0.1.17 |
| 760 | 2026-01-28T22:34:08.504Z | Downloaded tokio-rustls v0.26.0 |
| 761 | 2026-01-28T22:34:08.504Z | Downloaded ssh-key v0.6.6 |
| 762 | 2026-01-28T22:34:08.504Z | Downloaded similar v2.7.0 |
| 763 | 2026-01-28T22:34:08.529Z | Downloaded schemars v0.9.0 |
| 764 | 2026-01-28T22:34:08.530Z | Downloaded rustyline v14.0.0 |
| 765 | 2026-01-28T22:34:08.562Z | Downloaded rpassword v7.4.0 |
| 766 | 2026-01-28T22:34:08.562Z | Downloaded reedline v0.40.0 |
| 767 | 2026-01-28T22:34:08.562Z | Downloaded quinn-proto v0.11.8 |
| 768 | 2026-01-28T22:34:08.594Z | Downloaded moka v0.12.10 |
| 769 | 2026-01-28T22:34:08.594Z | Downloaded wyz v0.5.1 |
| 770 | 2026-01-28T22:34:08.595Z | Downloaded whoami v1.5.2 |
| 771 | 2026-01-28T22:34:08.595Z | Downloaded which v4.4.2 |
| 772 | 2026-01-28T22:34:08.595Z | Downloaded untrusted v0.9.0 |
| 773 | 2026-01-28T22:34:08.595Z | Downloaded universal-hash v0.5.1 |
| 774 | 2026-01-28T22:34:08.595Z | Downloaded unicode-truncate v1.1.0 |
| 775 | 2026-01-28T22:34:08.595Z | Downloaded unicode-properties v0.1.3 |
| 776 | 2026-01-28T22:34:08.595Z | Downloaded unicase v2.8.1 |
| 777 | 2026-01-28T22:34:08.595Z | Downloaded typify-macro v0.2.0 |
| 778 | 2026-01-28T22:34:08.595Z | Downloaded twox-hash v2.1.0 |
| 779 | 2026-01-28T22:34:08.595Z | Downloaded tui-tree-widget v0.23.1 |
| 780 | 2026-01-28T22:34:08.595Z | Downloaded tracing-attributes v0.1.27 |
| 781 | 2026-01-28T22:34:08.595Z | Downloaded tower-service v0.3.3 |
| 782 | 2026-01-28T22:34:08.624Z | Downloaded tower-layer v0.3.3 |
| 783 | 2026-01-28T22:34:08.624Z | Downloaded topological-sort v0.2.2 |
| 784 | 2026-01-28T22:34:08.624Z | Downloaded toml_writer v1.0.4 |
| 785 | 2026-01-28T22:34:08.624Z | Downloaded toml_datetime v0.7.3 |
| 786 | 2026-01-28T22:34:08.624Z | Downloaded tokio-tungstenite v0.23.1 |
| 787 | 2026-01-28T22:34:08.624Z | Downloaded tokio-tungstenite v0.21.0 |
| 788 | 2026-01-28T22:34:08.624Z | Downloaded tokio-postgres v0.7.13 |
| 789 | 2026-01-28T22:34:08.624Z | Downloaded support-bundle-viewer v0.1.2 |
| 790 | 2026-01-28T22:34:08.624Z | Downloaded slog v2.8.2 |
| 791 | 2026-01-28T22:34:08.649Z | Downloaded signal-hook v0.3.18 |
| 792 | 2026-01-28T22:34:08.649Z | Downloaded schemars v1.0.4 |
| 793 | 2026-01-28T22:34:08.675Z | Downloaded samael v0.0.19 |
| 794 | 2026-01-28T22:34:08.675Z | Downloaded russh v0.45.0 |
| 795 | 2026-01-28T22:34:08.676Z | Downloaded rayon v1.10.0 |
| 796 | 2026-01-28T22:34:08.707Z | Downloaded quick-xml v0.37.2 |
| 797 | 2026-01-28T22:34:08.708Z | Downloaded portable-atomic v1.11.0 |
| 798 | 2026-01-28T22:34:08.708Z | Downloaded unit-prefix v0.5.1 |
| 799 | 2026-01-28T22:34:08.708Z | Downloaded unarray v0.1.4 |
| 800 | 2026-01-28T22:34:08.708Z | Downloaded typify-macro v0.4.3 |
| 801 | 2026-01-28T22:34:08.708Z | Downloaded try-lock v0.2.5 |
| 802 | 2026-01-28T22:34:08.756Z | Downloaded trait-variant v0.1.2 |
| 803 | 2026-01-28T22:34:08.756Z | Downloaded tokio-rustls v0.24.1 |
| 804 | 2026-01-28T22:34:08.756Z | Downloaded tokio-macros v2.6.0 |
| 805 | 2026-01-28T22:34:08.756Z | Downloaded tls_codec_derive v0.4.1 |
| 806 | 2026-01-28T22:34:08.756Z | Downloaded tls_codec v0.4.1 |
| 807 | 2026-01-28T22:34:08.756Z | Downloaded tinyvec v1.8.0 |
| 808 | 2026-01-28T22:34:08.756Z | Downloaded tiny-keccak v2.0.2 |
| 809 | 2026-01-28T22:34:08.756Z | Downloaded thiserror-no-std v2.0.2 |
| 810 | 2026-01-28T22:34:08.756Z | Downloaded test-strategy v0.4.3 |
| 811 | 2026-01-28T22:34:08.781Z | Downloaded term v1.1.0 |
| 812 | 2026-01-28T22:34:08.781Z | Downloaded term v0.7.0 |
| 813 | 2026-01-28T22:34:08.782Z | Downloaded tar v0.4.44 |
| 814 | 2026-01-28T22:34:08.782Z | Downloaded tagptr v0.2.0 |
| 815 | 2026-01-28T22:34:08.782Z | Downloaded tabwriter v1.4.0 |
| 816 | 2026-01-28T22:34:08.782Z | Downloaded tabled_derive v0.11.0 |
| 817 | 2026-01-28T22:34:08.782Z | Downloaded tabled_derive v0.10.0 |
| 818 | 2026-01-28T22:34:08.782Z | Downloaded sync_wrapper v1.0.1 |
| 819 | 2026-01-28T22:34:08.782Z | Downloaded sync-ptr v0.1.4 |
| 820 | 2026-01-28T22:34:08.783Z | Downloaded supports-color v3.0.2 |
| 821 | 2026-01-28T22:34:08.783Z | Downloaded steno v0.4.1 |
| 822 | 2026-01-28T22:34:08.783Z | Downloaded socket2 v0.6.1 |
| 823 | 2026-01-28T22:34:08.783Z | Downloaded snafu v0.8.5 |
| 824 | 2026-01-28T22:34:08.783Z | Downloaded smf v0.2.3 |
| 825 | 2026-01-28T22:34:08.783Z | Downloaded smallvec v0.6.14 |
| 826 | 2026-01-28T22:34:08.783Z | Downloaded slog-term v2.9.2 |
| 827 | 2026-01-28T22:34:08.783Z | Downloaded slog-stdlog v4.1.1 |
| 828 | 2026-01-28T22:34:08.829Z | Downloaded slog-scope v4.4.0 |
| 829 | 2026-01-28T22:34:08.829Z | Downloaded slog-json v2.6.1 |
| 830 | 2026-01-28T22:34:08.829Z | Downloaded slog-dtrace v0.3.0 |
| 831 | 2026-01-28T22:34:08.829Z | Downloaded slog-async v2.8.0 |
| 832 | 2026-01-28T22:34:08.829Z | Downloaded slab v0.4.9 |
| 833 | 2026-01-28T22:34:08.829Z | Downloaded signal-hook-registry v1.4.2 |
| 834 | 2026-01-28T22:34:08.829Z | Downloaded schemars v0.8.22 |
| 835 | 2026-01-28T22:34:08.866Z | Downloaded ryu v1.0.18 |
| 836 | 2026-01-28T22:34:08.866Z | Downloaded rustls-pki-types v1.10.0 |
| 837 | 2026-01-28T22:34:08.866Z | Downloaded rsa v0.9.8 |
| 838 | 2026-01-28T22:34:08.866Z | Downloaded p384 v0.13.1 |
| 839 | 2026-01-28T22:34:08.866Z | Downloaded lalrpop v0.19.12 |
| 840 | 2026-01-28T22:34:08.866Z | Downloaded tokio-native-tls v0.3.1 |
| 841 | 2026-01-28T22:34:08.866Z | Downloaded tokio-dtrace v0.1.0 |
| 842 | 2026-01-28T22:34:08.866Z | Downloaded tinyvec_macros v0.1.1 |
| 843 | 2026-01-28T22:34:08.866Z | Downloaded time-macros v0.2.24 |
| 844 | 2026-01-28T22:34:08.867Z | Downloaded time-core v0.1.6 |
| 845 | 2026-01-28T22:34:08.929Z | Downloaded thread_local v1.1.8 |
| 846 | 2026-01-28T22:34:08.929Z | Downloaded thread-id v5.0.0 |
| 847 | 2026-01-28T22:34:08.929Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 848 | 2026-01-28T22:34:08.929Z | Downloaded testing_table v0.3.0 |
| 849 | 2026-01-28T22:34:08.929Z | Downloaded termtree v0.5.1 |
| 850 | 2026-01-28T22:34:08.929Z | Downloaded termios v0.3.3 |
| 851 | 2026-01-28T22:34:08.929Z | Downloaded tap v1.0.1 |
| 852 | 2026-01-28T22:34:08.929Z | Downloaded take_mut v0.2.2 |
| 853 | 2026-01-28T22:34:08.929Z | Downloaded subprocess v0.2.9 |
| 854 | 2026-01-28T22:34:08.930Z | Downloaded strum_macros v0.27.2 |
| 855 | 2026-01-28T22:34:08.930Z | Downloaded strum_macros v0.26.4 |
| 856 | 2026-01-28T22:34:08.930Z | Downloaded strum_macros v0.24.3 |
| 857 | 2026-01-28T22:34:08.930Z | Downloaded stringprep v0.1.5 |
| 858 | 2026-01-28T22:34:08.930Z | Downloaded string_cache v0.8.9 |
| 859 | 2026-01-28T22:34:08.930Z | Downloaded static_assertions v1.1.0 |
| 860 | 2026-01-28T22:34:08.930Z | Downloaded sqlformat v0.3.5 |
| 861 | 2026-01-28T22:34:08.930Z | Downloaded spin v0.9.8 |
| 862 | 2026-01-28T22:34:08.930Z | Downloaded socket2 v0.5.10 |
| 863 | 2026-01-28T22:34:08.930Z | Downloaded slog-envlogger v2.2.0 |
| 864 | 2026-01-28T22:34:08.985Z | Downloaded slog-bunyan v2.5.0 |
| 865 | 2026-01-28T22:34:08.985Z | Downloaded siphasher v1.0.1 |
| 866 | 2026-01-28T22:34:08.985Z | Downloaded siphasher v0.3.11 |
| 867 | 2026-01-28T22:34:08.985Z | Downloaded simd-adler32 v0.3.7 |
| 868 | 2026-01-28T22:34:08.985Z | Downloaded sigpipe v0.1.3 |
| 869 | 2026-01-28T22:34:08.986Z | Downloaded signature v2.2.0 |
| 870 | 2026-01-28T22:34:08.986Z | Downloaded signal-hook-tokio v0.3.1 |
| 871 | 2026-01-28T22:34:08.986Z | Downloaded signal-hook-mio v0.2.4 |
| 872 | 2026-01-28T22:34:08.986Z | Downloaded serde_yaml v0.9.34+deprecated |
| 873 | 2026-01-28T22:34:08.986Z | Downloaded scroll v0.13.0 |
| 874 | 2026-01-28T22:34:08.986Z | Downloaded schemars_derive v0.8.22 |
| 875 | 2026-01-28T22:34:08.986Z | Downloaded rusty-fork v0.3.0 |
| 876 | 2026-01-28T22:34:08.986Z | Downloaded rustversion v1.0.22 |
| 877 | 2026-01-28T22:34:08.986Z | Downloaded rustls-pemfile v1.0.4 |
| 878 | 2026-01-28T22:34:08.986Z | Downloaded ron v0.8.1 |
| 879 | 2026-01-28T22:34:08.986Z | Downloaded ron v0.7.1 |
| 880 | 2026-01-28T22:34:09.141Z | Downloaded rand v0.9.2 |
| 881 | 2026-01-28T22:34:09.141Z | Downloaded qorb v0.4.1 |
| 882 | 2026-01-28T22:34:09.141Z | Downloaded publicsuffix v2.3.0 |
| 883 | 2026-01-28T22:34:09.141Z | Downloaded p521 v0.13.3 |
| 884 | 2026-01-28T22:34:09.141Z | Downloaded num-bigint-dig v0.8.6 |
| 885 | 2026-01-28T22:34:09.141Z | Downloaded goblin v0.10.2 |
| 886 | 2026-01-28T22:34:09.141Z | Downloaded gimli v0.31.1 |
| 887 | 2026-01-28T22:34:09.141Z | Downloaded strum v0.27.2 |
| 888 | 2026-01-28T22:34:09.141Z | Downloaded strum v0.26.3 |
| 889 | 2026-01-28T22:34:09.141Z | Downloaded structmeta-derive v0.3.0 |
| 890 | 2026-01-28T22:34:09.141Z | Downloaded structmeta v0.3.0 |
| 891 | 2026-01-28T22:34:09.141Z | Downloaded strip-ansi-escapes v0.2.0 |
| 892 | 2026-01-28T22:34:09.141Z | Downloaded ssh-encoding v0.2.0 |
| 893 | 2026-01-28T22:34:09.193Z | Downloaded ssh-cipher v0.2.0 |
| 894 | 2026-01-28T22:34:09.194Z | Downloaded sqlparser_derive v0.2.2 |
| 895 | 2026-01-28T22:34:09.194Z | Downloaded spki v0.7.3 |
| 896 | 2026-01-28T22:34:09.194Z | Downloaded snafu-derive v0.8.5 |
| 897 | 2026-01-28T22:34:09.194Z | Downloaded shlex v1.3.0 |
| 898 | 2026-01-28T22:34:09.194Z | Downloaded sha1 v0.10.6 |
| 899 | 2026-01-28T22:34:09.194Z | Downloaded serde_with_macros v3.16.1 |
| 900 | 2026-01-28T22:34:09.194Z | Downloaded serde_path_to_error v0.1.20 |
| 901 | 2026-01-28T22:34:09.194Z | Downloaded serde_derive_internals v0.29.1 |
| 902 | 2026-01-28T22:34:09.194Z | Downloaded serde_cbor v0.11.2 |
| 903 | 2026-01-28T22:34:09.194Z | Downloaded serde-hex v0.1.0 |
| 904 | 2026-01-28T22:34:09.194Z | Downloaded sct v0.7.1 |
| 905 | 2026-01-28T22:34:09.194Z | Downloaded scroll_derive v0.13.1 |
| 906 | 2026-01-28T22:34:09.194Z | Downloaded scopeguard v1.2.0 |
| 907 | 2026-01-28T22:34:09.194Z | Downloaded scheduled-thread-pool v0.2.7 |
| 908 | 2026-01-28T22:34:09.194Z | Downloaded sapling-renderdag v0.1.0 |
| 909 | 2026-01-28T22:34:09.194Z | Downloaded same-file v1.0.6 |
| 910 | 2026-01-28T22:34:09.194Z | Downloaded salsa20 v0.10.2 |
| 911 | 2026-01-28T22:34:09.194Z | Downloaded rustls-pemfile v2.2.0 |
| 912 | 2026-01-28T22:34:09.194Z | Downloaded resolv-conf v0.7.0 |
| 913 | 2026-01-28T22:34:09.194Z | Downloaded rayon-core v1.12.1 |
| 914 | 2026-01-28T22:34:09.194Z | Downloaded rand v0.8.5 |
| 915 | 2026-01-28T22:34:09.194Z | Downloaded quinn v0.11.5 |
| 916 | 2026-01-28T22:34:09.194Z | Downloaded progenitor-impl v0.11.2 |
| 917 | 2026-01-28T22:34:09.194Z | Downloaded progenitor-impl v0.10.0 |
| 918 | 2026-01-28T22:34:09.195Z | Downloaded progenitor-impl v0.8.0 |
| 919 | 2026-01-28T22:34:09.195Z | Downloaded pretty_assertions v1.4.1 |
| 920 | 2026-01-28T22:34:09.195Z | Downloaded num-bigint v0.4.6 |
| 921 | 2026-01-28T22:34:09.195Z | Downloaded nom v7.1.3 |
| 922 | 2026-01-28T22:34:09.195Z | Downloaded mio v1.0.2 |
| 923 | 2026-01-28T22:34:09.195Z | Downloaded libxml v0.3.3 |
| 924 | 2026-01-28T22:34:09.195Z | Downloaded itertools v0.14.0 |
| 925 | 2026-01-28T22:34:09.195Z | Downloaded itertools v0.13.0 |
| 926 | 2026-01-28T22:34:09.195Z | Downloaded itertools v0.12.1 |
| 927 | 2026-01-28T22:34:09.195Z | Downloaded iri-string v0.7.8 |
| 928 | 2026-01-28T22:34:09.195Z | Downloaded hyper v1.8.1 |
| 929 | 2026-01-28T22:34:09.195Z | Downloaded git2 v0.20.2 |
| 930 | 2026-01-28T22:34:09.195Z | Downloaded bstr v1.10.0 |
| 931 | 2026-01-28T22:34:09.316Z | Downloaded serde_urlencoded v0.7.1 |
| 932 | 2026-01-28T22:34:09.316Z | Downloaded serde_spanned v1.0.3 |
| 933 | 2026-01-28T22:34:09.316Z | Downloaded serde_repr v0.1.19 |
| 934 | 2026-01-28T22:34:09.316Z | Downloaded serde_plain v1.0.2 |
| 935 | 2026-01-28T22:34:09.316Z | Downloaded serde_bytes v0.11.19 |
| 936 | 2026-01-28T22:34:09.316Z | Downloaded serde-big-array v0.5.1 |
| 937 | 2026-01-28T22:34:09.316Z | Downloaded seq-macro v0.3.6 |
| 938 | 2026-01-28T22:34:09.316Z | Downloaded semver v0.1.20 |
| 939 | 2026-01-28T22:34:09.316Z | Downloaded secrecy v0.10.3 |
| 940 | 2026-01-28T22:34:09.316Z | Downloaded secrecy v0.8.0 |
| 941 | 2026-01-28T22:34:09.316Z | Downloaded sec1 v0.7.3 |
| 942 | 2026-01-28T22:34:09.316Z | Downloaded scrypt v0.11.0 |
| 943 | 2026-01-28T22:34:09.316Z | Downloaded rustls-native-certs v0.8.1 |
| 944 | 2026-01-28T22:34:09.317Z | Downloaded rustc-demangle v0.1.24 |
| 945 | 2026-01-28T22:34:09.317Z | Downloaded russh-keys v0.45.0 |
| 946 | 2026-01-28T22:34:09.317Z | Downloaded rtoolbox v0.0.2 |
| 947 | 2026-01-28T22:34:09.317Z | Downloaded rfc6979 v0.4.0 |
| 948 | 2026-01-28T22:34:09.317Z | Downloaded ref-cast-impl v1.0.25 |
| 949 | 2026-01-28T22:34:09.317Z | Downloaded ref-cast v1.0.25 |
| 950 | 2026-01-28T22:34:09.317Z | Downloaded rcgen v0.12.1 |
| 951 | 2026-01-28T22:34:09.317Z | Downloaded rand_core v0.6.4 |
| 952 | 2026-01-28T22:34:09.317Z | Downloaded progenitor-macro v0.8.0 |
| 953 | 2026-01-28T22:34:09.317Z | Downloaded progenitor v0.11.2 |
| 954 | 2026-01-28T22:34:09.317Z | Downloaded progenitor v0.10.0 |
| 955 | 2026-01-28T22:34:09.317Z | Downloaded proc-macro-error2 v2.0.1 |
| 956 | 2026-01-28T22:34:09.365Z | Downloaded prettyplease v0.2.36 |
| 957 | 2026-01-28T22:34:09.365Z | Downloaded prefix-trie v0.7.0 |
| 958 | 2026-01-28T22:34:09.365Z | Downloaded postgres-types v0.2.9 |
| 959 | 2026-01-28T22:34:09.365Z | Downloaded pin-project v1.1.6 |
| 960 | 2026-01-28T22:34:09.365Z | Downloaded papergrid v0.17.0 |
| 961 | 2026-01-28T22:34:09.366Z | Downloaded p256 v0.13.2 |
| 962 | 2026-01-28T22:34:09.366Z | Downloaded openssl-sys v0.9.109 |
| 963 | 2026-01-28T22:34:09.366Z | Downloaded itertools v0.10.5 |
| 964 | 2026-01-28T22:34:09.366Z | Downloaded iddqd v0.3.16 |
| 965 | 2026-01-28T22:34:09.366Z | Downloaded http v1.4.0 |
| 966 | 2026-01-28T22:34:09.366Z | Downloaded hkdf v0.12.4 |
| 967 | 2026-01-28T22:34:09.366Z | Downloaded expectorate v1.2.0 |
| 968 | 2026-01-28T22:34:09.366Z | Downloaded rustc_version v0.1.7 |
| 969 | 2026-01-28T22:34:09.366Z | Downloaded rustc-hash v2.1.1 |
| 970 | 2026-01-28T22:34:09.366Z | Downloaded rustc-hash v1.1.0 |
| 971 | 2026-01-28T22:34:09.366Z | Downloaded russh-cryptovec v0.7.3 |
| 972 | 2026-01-28T22:34:09.366Z | Downloaded rand_xorshift v0.4.0 |
| 973 | 2026-01-28T22:34:09.366Z | Downloaded rand_seeder v0.4.0 |
| 974 | 2026-01-28T22:34:09.366Z | Downloaded rand_core v0.9.3 |
| 975 | 2026-01-28T22:34:09.366Z | Downloaded rand_chacha v0.9.0 |
| 976 | 2026-01-28T22:34:09.366Z | Downloaded r2d2 v0.8.10 |
| 977 | 2026-01-28T22:34:09.366Z | Downloaded quinn-udp v0.5.5 |
| 978 | 2026-01-28T22:34:09.366Z | Downloaded quick-error v1.2.3 |
| 979 | 2026-01-28T22:34:09.366Z | Downloaded psl-types v2.0.11 |
| 980 | 2026-01-28T22:34:09.366Z | Downloaded progenitor-macro v0.11.2 |
| 981 | 2026-01-28T22:34:09.366Z | Downloaded progenitor-macro v0.10.0 |
| 982 | 2026-01-28T22:34:09.366Z | Downloaded progenitor-client v0.11.2 |
| 983 | 2026-01-28T22:34:09.366Z | Downloaded progenitor-client v0.10.0 |
| 984 | 2026-01-28T22:34:09.366Z | Downloaded progenitor-client v0.8.0 |
| 985 | 2026-01-28T22:34:09.367Z | Downloaded progenitor v0.8.0 |
| 986 | 2026-01-28T22:34:09.367Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 987 | 2026-01-28T22:34:09.367Z | Downloaded primeorder v0.13.6 |
| 988 | 2026-01-28T22:34:09.367Z | Downloaded predicates v3.1.3 |
| 989 | 2026-01-28T22:34:09.367Z | Downloaded postcard v1.0.10 |
| 990 | 2026-01-28T22:34:09.367Z | Downloaded polyval v0.6.2 |
| 991 | 2026-01-28T22:34:09.367Z | Downloaded pkcs5 v0.7.1 |
| 992 | 2026-01-28T22:34:09.367Z | Downloaded pkcs1 v0.7.5 |
| 993 | 2026-01-28T22:34:09.367Z | Downloaded pin-project-lite v0.2.14 |
| 994 | 2026-01-28T22:34:09.367Z | Downloaded phf v0.12.1 |
| 995 | 2026-01-28T22:34:09.367Z | Downloaded phf v0.11.2 |
| 996 | 2026-01-28T22:34:09.423Z | Downloaded pem-rfc7468 v0.7.0 |
| 997 | 2026-01-28T22:34:09.423Z | Downloaded pem v3.0.5 |
| 998 | 2026-01-28T22:34:09.423Z | Downloaded peg-runtime v0.8.5 |
| 999 | 2026-01-28T22:34:09.423Z | Downloaded peg-macros v0.8.5 |
| 1000 | 2026-01-28T22:34:09.423Z | Downloaded peg v0.8.5 |
| 1001 | 2026-01-28T22:34:09.423Z | Downloaded path-slash v0.1.5 |
| 1002 | 2026-01-28T22:34:09.423Z | Downloaded paste v1.0.15 |
| 1003 | 2026-01-28T22:34:09.423Z | Downloaded password-hash v0.5.0 |
| 1004 | 2026-01-28T22:34:09.424Z | Downloaded password-hash v0.4.2 |
| 1005 | 2026-01-28T22:34:09.424Z | Downloaded parking_lot v0.12.3 |
| 1006 | 2026-01-28T22:34:09.424Z | Downloaded parking_lot v0.11.2 |
| 1007 | 2026-01-28T22:34:09.424Z | Downloaded papergrid v0.14.0 |
| 1008 | 2026-01-28T22:34:09.424Z | Downloaded owo-colors v4.2.2 |
| 1009 | 2026-01-28T22:34:09.424Z | Downloaded oso v0.27.3 |
| 1010 | 2026-01-28T22:34:09.424Z | Downloaded omicron-zone-package v0.12.2 |
| 1011 | 2026-01-28T22:34:09.424Z | Downloaded miniz_oxide v0.8.5 |
| 1012 | 2026-01-28T22:34:09.424Z | Downloaded minimal-lexical v0.2.1 |
| 1013 | 2026-01-28T22:34:09.471Z | Downloaded libm v0.2.8 |
| 1014 | 2026-01-28T22:34:09.471Z | Downloaded hashbrown v0.15.4 |
| 1015 | 2026-01-28T22:34:09.471Z | Downloaded h2 v0.4.6 |
| 1016 | 2026-01-28T22:34:09.471Z | Downloaded der v0.7.10 |
| 1017 | 2026-01-28T22:34:09.471Z | Downloaded chrono v0.4.42 |
| 1018 | 2026-01-28T22:34:09.471Z | Downloaded radium v0.7.0 |
| 1019 | 2026-01-28T22:34:09.471Z | Downloaded proc-macro-crate v1.3.1 |
| 1020 | 2026-01-28T22:34:09.471Z | Downloaded pretty-hex v0.2.1 |
| 1021 | 2026-01-28T22:34:09.472Z | Downloaded predicates-tree v1.0.12 |
| 1022 | 2026-01-28T22:34:09.472Z | Downloaded precomputed-hash v0.1.1 |
| 1023 | 2026-01-28T22:34:09.472Z | Downloaded ppv-lite86 v0.2.20 |
| 1024 | 2026-01-28T22:34:09.472Z | Downloaded powerfmt v0.2.0 |
| 1025 | 2026-01-28T22:34:09.472Z | Downloaded postgres-protocol v0.6.8 |
| 1026 | 2026-01-28T22:34:09.472Z | Downloaded poly1305 v0.8.0 |
| 1027 | 2026-01-28T22:34:09.531Z | Downloaded pkg-config v0.3.31 |
| 1028 | 2026-01-28T22:34:09.531Z | Downloaded pkcs8 v0.10.2 |
| 1029 | 2026-01-28T22:34:09.531Z | Downloaded pin-project-internal v1.1.6 |
| 1030 | 2026-01-28T22:34:09.531Z | Downloaded pbkdf2 v0.12.2 |
| 1031 | 2026-01-28T22:34:09.531Z | Downloaded pbkdf2 v0.11.0 |
| 1032 | 2026-01-28T22:34:09.531Z | Downloaded parse-display-derive v0.10.0 |
| 1033 | 2026-01-28T22:34:09.531Z | Downloaded parking_lot_core v0.9.10 |
| 1034 | 2026-01-28T22:34:09.531Z | Downloaded parking_lot_core v0.8.6 |
| 1035 | 2026-01-28T22:34:09.531Z | Downloaded packed_struct v0.10.1 |
| 1036 | 2026-01-28T22:34:09.531Z | Downloaded oxnet v0.1.4 |
| 1037 | 2026-01-28T22:34:09.531Z | Downloaded number_prefix v0.4.0 |
| 1038 | 2026-01-28T22:34:09.531Z | Downloaded num_threads v0.1.7 |
| 1039 | 2026-01-28T22:34:09.531Z | Downloaded num_enum_derive v0.5.11 |
| 1040 | 2026-01-28T22:34:09.531Z | Downloaded num_enum v0.5.11 |
| 1041 | 2026-01-28T22:34:09.531Z | Downloaded num-rational v0.4.2 |
| 1042 | 2026-01-28T22:34:09.531Z | Downloaded num-iter v0.1.45 |
| 1043 | 2026-01-28T22:34:09.531Z | Downloaded num-integer v0.1.46 |
| 1044 | 2026-01-28T22:34:09.531Z | Downloaded num-derive v0.4.2 |
| 1045 | 2026-01-28T22:34:09.531Z | Downloaded num-complex v0.4.6 |
| 1046 | 2026-01-28T22:34:09.532Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1047 | 2026-01-28T22:34:09.532Z | Downloaded newtype-uuid v1.3.2 |
| 1048 | 2026-01-28T22:34:09.532Z | Downloaded nanorand v0.7.0 |
| 1049 | 2026-01-28T22:34:09.532Z | Downloaded litrs v0.4.1 |
| 1050 | 2026-01-28T22:34:09.582Z | Downloaded libsw v3.5.0 |
| 1051 | 2026-01-28T22:34:09.583Z | Downloaded jobserver v0.1.32 |
| 1052 | 2026-01-28T22:34:09.583Z | Downloaded jiff-static v0.2.15 |
| 1053 | 2026-01-28T22:34:09.583Z | Downloaded hyper-util v0.1.19 |
| 1054 | 2026-01-28T22:34:09.583Z | Downloaded hickory-server v0.25.2 |
| 1055 | 2026-01-28T22:34:09.583Z | Downloaded futures-util v0.3.31 |
| 1056 | 2026-01-28T22:34:09.583Z | Downloaded flate2 v1.1.2 |
| 1057 | 2026-01-28T22:34:09.583Z | Downloaded elliptic-curve v0.13.8 |
| 1058 | 2026-01-28T22:34:09.583Z | Downloaded ed25519-dalek v2.1.1 |
| 1059 | 2026-01-28T22:34:09.583Z | Downloaded derive_more-impl v2.0.1 |
| 1060 | 2026-01-28T22:34:09.607Z | Downloaded darling_core v0.20.10 |
| 1061 | 2026-01-28T22:34:09.607Z | Downloaded crypto-bigint v0.5.5 |
| 1062 | 2026-01-28T22:34:09.607Z | Downloaded blake3 v1.5.4 |
| 1063 | 2026-01-28T22:34:09.607Z | Downloaded pin-utils v0.1.0 |
| 1064 | 2026-01-28T22:34:09.607Z | Downloaded phf_shared v0.12.1 |
| 1065 | 2026-01-28T22:34:09.607Z | Downloaded phf_shared v0.11.2 |
| 1066 | 2026-01-28T22:34:09.607Z | Downloaded parse-display v0.10.0 |
| 1067 | 2026-01-28T22:34:09.607Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1068 | 2026-01-28T22:34:09.607Z | Downloaded olpc-cjson v0.1.4 |
| 1069 | 2026-01-28T22:34:09.607Z | Downloaded num-derive v0.3.3 |
| 1070 | 2026-01-28T22:34:09.607Z | Downloaded num-conv v0.1.0 |
| 1071 | 2026-01-28T22:34:09.607Z | Downloaded nibble_vec v0.1.0 |
| 1072 | 2026-01-28T22:34:09.607Z | Downloaded newtype_derive v0.1.6 |
| 1073 | 2026-01-28T22:34:09.608Z | Downloaded native-tls v0.2.12 |
| 1074 | 2026-01-28T22:34:09.608Z | Downloaded multer v3.1.0 |
| 1075 | 2026-01-28T22:34:09.637Z | Downloaded memmap2 v0.9.8 |
| 1076 | 2026-01-28T22:34:09.637Z | Downloaded lock_api v0.4.12 |
| 1077 | 2026-01-28T22:34:09.637Z | Downloaded linear-map v1.2.0 |
| 1078 | 2026-01-28T22:34:09.637Z | Downloaded libloading v0.8.5 |
| 1079 | 2026-01-28T22:34:09.637Z | Downloaded lazy_static v1.5.0 |
| 1080 | 2026-01-28T22:34:09.637Z | Downloaded kstat-rs v0.2.4 |
| 1081 | 2026-01-28T22:34:09.637Z | Downloaded keccak v0.1.5 |
| 1082 | 2026-01-28T22:34:09.637Z | Downloaded indicatif v0.18.0 |
| 1083 | 2026-01-28T22:34:09.637Z | Downloaded indicatif v0.17.11 |
| 1084 | 2026-01-28T22:34:09.638Z | Downloaded ignore v0.4.23 |
| 1085 | 2026-01-28T22:34:09.703Z | Downloaded hashbrown v0.13.2 |
| 1086 | 2026-01-28T22:34:09.703Z | Downloaded flume v0.11.1 |
| 1087 | 2026-01-28T22:34:09.703Z | Downloaded dropshot-api-manager v0.2.4 |
| 1088 | 2026-01-28T22:34:09.703Z | Downloaded darling_core v0.21.0 |
| 1089 | 2026-01-28T22:34:09.703Z | Downloaded crossterm v0.28.1 |
| 1090 | 2026-01-28T22:34:09.767Z | Downloaded bitvec v1.0.1 |
| 1091 | 2026-01-28T22:34:09.767Z | Downloaded packed_struct_codegen v0.10.1 |
| 1092 | 2026-01-28T22:34:09.767Z | Downloaded oso-derive v0.27.3 |
| 1093 | 2026-01-28T22:34:09.767Z | Downloaded openssl-probe v0.1.5 |
| 1094 | 2026-01-28T22:34:09.767Z | Downloaded openssl-macros v0.1.1 |
| 1095 | 2026-01-28T22:34:09.767Z | Downloaded opaque-debug v0.3.1 |
| 1096 | 2026-01-28T22:34:09.767Z | Downloaded nu-ansi-term v0.50.1 |
| 1097 | 2026-01-28T22:34:09.767Z | Downloaded newline-converter v0.3.0 |
| 1098 | 2026-01-28T22:34:09.767Z | Downloaded new_debug_unreachable v1.0.6 |
| 1099 | 2026-01-28T22:34:09.767Z | Downloaded multimap v0.10.1 |
| 1100 | 2026-01-28T22:34:09.767Z | Downloaded mime_guess v2.0.5 |
| 1101 | 2026-01-28T22:34:09.767Z | Downloaded mime v0.3.17 |
| 1102 | 2026-01-28T22:34:09.767Z | Downloaded aws-lc-sys v0.26.0 |
| 1103 | 2026-01-28T22:34:10.057Z | Downloaded linked-hash-map v0.5.6 |
| 1104 | 2026-01-28T22:34:10.302Z | Downloaded libz-rs-sys v0.5.1 |
| 1105 | 2026-01-28T22:34:10.302Z | Downloaded libsw-core v0.3.1 |
| 1106 | 2026-01-28T22:34:10.302Z | Downloaded libefi-sys v0.1.0 |
| 1107 | 2026-01-28T22:34:10.302Z | Downloaded lazycell v1.3.0 |
| 1108 | 2026-01-28T22:34:10.302Z | Downloaded ingot-types v0.1.2 |
| 1109 | 2026-01-28T22:34:10.302Z | Downloaded ingot-macros v0.1.1 |
| 1110 | 2026-01-28T22:34:10.302Z | Downloaded indexmap v1.9.3 |
| 1111 | 2026-01-28T22:34:10.302Z | Downloaded iana-time-zone v0.1.63 |
| 1112 | 2026-01-28T22:34:10.302Z | Downloaded hyper-rustls v0.27.7 |
| 1113 | 2026-01-28T22:34:10.302Z | Downloaded httparse v1.9.5 |
| 1114 | 2026-01-28T22:34:10.302Z | Downloaded hickory-resolver v0.25.2 |
| 1115 | 2026-01-28T22:34:10.302Z | Downloaded hickory-resolver v0.24.4 |
| 1116 | 2026-01-28T22:34:10.302Z | Downloaded heapless v0.8.0 |
| 1117 | 2026-01-28T22:34:10.302Z | Downloaded heapless v0.7.17 |
| 1118 | 2026-01-28T22:34:10.302Z | Downloaded headers v0.4.1 |
| 1119 | 2026-01-28T22:34:10.302Z | Downloaded hashbrown v0.12.3 |
| 1120 | 2026-01-28T22:34:10.302Z | Downloaded futures-channel v0.3.31 |
| 1121 | 2026-01-28T22:34:10.302Z | Downloaded futures v0.3.31 |
| 1122 | 2026-01-28T22:34:10.302Z | Downloaded fatfs v0.3.6 |
| 1123 | 2026-01-28T22:34:10.303Z | Downloaded dropshot_endpoint v0.16.6 |
| 1124 | 2026-01-28T22:34:10.303Z | Downloaded diesel_derives v2.2.3 |
| 1125 | 2026-01-28T22:34:10.303Z | Downloaded des v0.8.1 |
| 1126 | 2026-01-28T22:34:10.303Z | Downloaded derive_more v2.0.1 |
| 1127 | 2026-01-28T22:34:10.303Z | Downloaded derive_builder v0.20.2 |
| 1128 | 2026-01-28T22:34:10.303Z | Downloaded derive-where v1.5.0 |
| 1129 | 2026-01-28T22:34:10.303Z | Downloaded normalize-line-endings v0.3.0 |
| 1130 | 2026-01-28T22:34:10.303Z | Downloaded nonempty v0.12.0 |
| 1131 | 2026-01-28T22:34:10.303Z | Downloaded nodrop v0.1.14 |
| 1132 | 2026-01-28T22:34:10.303Z | Downloaded memoffset v0.9.1 |
| 1133 | 2026-01-28T22:34:10.303Z | Downloaded md5 v0.7.0 |
| 1134 | 2026-01-28T22:34:10.303Z | Downloaded md-5 v0.10.6 |
| 1135 | 2026-01-28T22:34:10.304Z | Downloaded maybe-uninit v2.0.0 |
| 1136 | 2026-01-28T22:34:10.304Z | Downloaded match_cfg v0.1.0 |
| 1137 | 2026-01-28T22:34:10.304Z | Downloaded maplit v1.0.2 |
| 1138 | 2026-01-28T22:34:10.304Z | Downloaded managed v0.8.0 |
| 1139 | 2026-01-28T22:34:10.304Z | Downloaded lzss v0.8.2 |
| 1140 | 2026-01-28T22:34:10.304Z | Downloaded lru-cache v0.1.2 |
| 1141 | 2026-01-28T22:34:10.356Z | Downloaded lru v0.12.5 |
| 1142 | 2026-01-28T22:34:10.356Z | Downloaded lockfree-object-pool v0.1.6 |
| 1143 | 2026-01-28T22:34:10.356Z | Downloaded libscf-sys v1.1.0 |
| 1144 | 2026-01-28T22:34:10.356Z | Downloaded lalrpop-util v0.19.12 |
| 1145 | 2026-01-28T22:34:10.356Z | Downloaded ipnetwork v0.21.1 |
| 1146 | 2026-01-28T22:34:10.356Z | Downloaded ipnet v2.11.0 |
| 1147 | 2026-01-28T22:34:10.356Z | Downloaded ingot v0.1.1 |
| 1148 | 2026-01-28T22:34:10.357Z | Downloaded indoc v2.0.6 |
| 1149 | 2026-01-28T22:34:10.357Z | Downloaded ident_case v1.0.1 |
| 1150 | 2026-01-28T22:34:10.357Z | Downloaded hyper-tls v0.6.0 |
| 1151 | 2026-01-28T22:34:10.357Z | Downloaded hyper-staticfile v0.10.1 |
| 1152 | 2026-01-28T22:34:10.357Z | Downloaded humantime v2.2.0 |
| 1153 | 2026-01-28T22:34:10.357Z | Downloaded hubpack_derive v0.1.1 |
| 1154 | 2026-01-28T22:34:10.357Z | Downloaded hubpack v0.1.2 |
| 1155 | 2026-01-28T22:34:10.357Z | Downloaded http-range v0.1.5 |
| 1156 | 2026-01-28T22:34:10.357Z | Downloaded http-body-util v0.1.3 |
| 1157 | 2026-01-28T22:34:10.357Z | Downloaded hmac v0.12.1 |
| 1158 | 2026-01-28T22:34:10.357Z | Downloaded hickory-client v0.25.2 |
| 1159 | 2026-01-28T22:34:10.357Z | Downloaded half v2.4.1 |
| 1160 | 2026-01-28T22:34:10.357Z | Downloaded futures-executor v0.3.31 |
| 1161 | 2026-01-28T22:34:10.357Z | Downloaded fs_extra v1.3.0 |
| 1162 | 2026-01-28T22:34:10.357Z | Downloaded fs-err v2.11.0 |
| 1163 | 2026-01-28T22:34:10.357Z | Downloaded filetime v0.2.26 |
| 1164 | 2026-01-28T22:34:10.357Z | Downloaded env_logger v0.11.8 |
| 1165 | 2026-01-28T22:34:10.357Z | Downloaded ena v0.14.3 |
| 1166 | 2026-01-28T22:34:10.358Z | Downloaded ecdsa v0.16.9 |
| 1167 | 2026-01-28T22:34:10.358Z | Downloaded diff v0.1.13 |
| 1168 | 2026-01-28T22:34:10.358Z | Downloaded derive_more v0.99.20 |
| 1169 | 2026-01-28T22:34:10.358Z | Downloaded deranged v0.5.3 |
| 1170 | 2026-01-28T22:34:10.358Z | Downloaded der_derive v0.7.3 |
| 1171 | 2026-01-28T22:34:10.358Z | Downloaded daft v0.1.4 |
| 1172 | 2026-01-28T22:34:10.358Z | Downloaded bindgen v0.69.5 |
| 1173 | 2026-01-28T22:34:10.358Z | Downloaded is-terminal v0.4.13 |
| 1174 | 2026-01-28T22:34:10.358Z | Downloaded internet-checksum v0.2.1 |
| 1175 | 2026-01-28T22:34:10.358Z | Downloaded instant v0.1.13 |
| 1176 | 2026-01-28T22:34:10.358Z | Downloaded instability v0.3.2 |
| 1177 | 2026-01-28T22:34:10.358Z | Downloaded inout v0.1.3 |
| 1178 | 2026-01-28T22:34:10.358Z | Downloaded indoc v1.0.9 |
| 1179 | 2026-01-28T22:34:10.358Z | Downloaded indent_write v2.2.0 |
| 1180 | 2026-01-28T22:34:10.358Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1181 | 2026-01-28T22:34:10.358Z | Downloaded httpdate v1.0.3 |
| 1182 | 2026-01-28T22:34:10.358Z | Downloaded http-body v1.0.1 |
| 1183 | 2026-01-28T22:34:10.358Z | Downloaded highway v1.3.0 |
| 1184 | 2026-01-28T22:34:10.358Z | Downloaded hex-literal v0.4.1 |
| 1185 | 2026-01-28T22:34:10.359Z | Downloaded hex v0.4.3 |
| 1186 | 2026-01-28T22:34:10.359Z | Downloaded heck v0.3.3 |
| 1187 | 2026-01-28T22:34:10.359Z | Downloaded headers-core v0.3.0 |
| 1188 | 2026-01-28T22:34:10.359Z | Downloaded hash32 v0.3.1 |
| 1189 | 2026-01-28T22:34:10.359Z | Downloaded half v1.8.3 |
| 1190 | 2026-01-28T22:34:10.359Z | Downloaded funty v2.0.0 |
| 1191 | 2026-01-28T22:34:10.359Z | Downloaded foldhash v0.2.0 |
| 1192 | 2026-01-28T22:34:10.359Z | Downloaded foldhash v0.1.5 |
| 1193 | 2026-01-28T22:34:10.359Z | Downloaded flagset v0.4.6 |
| 1194 | 2026-01-28T22:34:10.359Z | Downloaded fixedbitset v0.5.7 |
| 1195 | 2026-01-28T22:34:10.359Z | Downloaded ff v0.13.0 |
| 1196 | 2026-01-28T22:34:10.359Z | Downloaded fd-lock v4.0.2 |
| 1197 | 2026-01-28T22:34:10.359Z | Downloaded fallible-iterator v0.2.0 |
| 1198 | 2026-01-28T22:34:10.359Z | Downloaded erased-serde v0.3.31 |
| 1199 | 2026-01-28T22:34:10.359Z | Downloaded either v1.15.0 |
| 1200 | 2026-01-28T22:34:10.359Z | Downloaded ed25519 v2.2.3 |
| 1201 | 2026-01-28T22:34:10.359Z | Downloaded dunce v1.0.5 |
| 1202 | 2026-01-28T22:34:10.359Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1203 | 2026-01-28T22:34:10.360Z | Downloaded drift v0.1.2 |
| 1204 | 2026-01-28T22:34:10.360Z | Downloaded derive_builder_core v0.20.2 |
| 1205 | 2026-01-28T22:34:10.360Z | Downloaded defmt-macros v0.3.9 |
| 1206 | 2026-01-28T22:34:10.360Z | Downloaded defmt v0.3.8 |
| 1207 | 2026-01-28T22:34:10.360Z | Downloaded darling v0.21.0 |
| 1208 | 2026-01-28T22:34:10.360Z | Downloaded daft-derive v0.1.4 |
| 1209 | 2026-01-28T22:34:10.360Z | Downloaded compact_str v0.8.0 |
| 1210 | 2026-01-28T22:34:10.360Z | Downloaded cc v1.2.30 |
| 1211 | 2026-01-28T22:34:10.360Z | Downloaded aws-lc-rs v1.12.4 |
| 1212 | 2026-01-28T22:34:10.360Z | Downloaded hostname v0.3.1 |
| 1213 | 2026-01-28T22:34:10.360Z | Downloaded home v0.5.9 |
| 1214 | 2026-01-28T22:34:10.360Z | Downloaded hash32 v0.2.1 |
| 1215 | 2026-01-28T22:34:10.361Z | Downloaded getrandom v0.2.15 |
| 1216 | 2026-01-28T22:34:10.361Z | Downloaded futures-task v0.3.31 |
| 1217 | 2026-01-28T22:34:10.361Z | Downloaded futures-io v0.3.31 |
| 1218 | 2026-01-28T22:34:10.361Z | Downloaded futures-core v0.3.31 |
| 1219 | 2026-01-28T22:34:10.361Z | Downloaded foreign-types-shared v0.3.1 |
| 1220 | 2026-01-28T22:34:10.361Z | Downloaded foreign-types-macros v0.2.3 |
| 1221 | 2026-01-28T22:34:10.361Z | Downloaded foreign-types v0.5.0 |
| 1222 | 2026-01-28T22:34:10.361Z | Downloaded float-ord v0.3.2 |
| 1223 | 2026-01-28T22:34:10.361Z | Downloaded float-cmp v0.10.0 |
| 1224 | 2026-01-28T22:34:10.361Z | Downloaded env_filter v0.1.2 |
| 1225 | 2026-01-28T22:34:10.361Z | Downloaded enum-as-inner v0.6.1 |
| 1226 | 2026-01-28T22:34:10.361Z | Downloaded endian-type v0.1.2 |
| 1227 | 2026-01-28T22:34:10.362Z | Downloaded embedded-io v0.6.1 |
| 1228 | 2026-01-28T22:34:10.363Z | Downloaded diesel-dtrace v0.4.2 |
| 1229 | 2026-01-28T22:34:10.363Z | Downloaded crossbeam-channel v0.5.15 |
| 1230 | 2026-01-28T22:34:10.363Z | Downloaded cookie v0.18.1 |
| 1231 | 2026-01-28T22:34:10.363Z | Downloaded const_format v0.2.34 |
| 1232 | 2026-01-28T22:34:10.363Z | Downloaded console v0.15.10 |
| 1233 | 2026-01-28T22:34:10.363Z | Downloaded bytes v1.10.1 |
| 1234 | 2026-01-28T22:34:10.363Z | Downloaded bumpalo v3.16.0 |
| 1235 | 2026-01-28T22:34:10.363Z | Downloaded base64 v0.21.7 |
| 1236 | 2026-01-28T22:34:10.364Z | Downloaded globwalk v0.9.1 |
| 1237 | 2026-01-28T22:34:10.364Z | Downloaded globset v0.4.15 |
| 1238 | 2026-01-28T22:34:10.364Z | Downloaded glob v0.3.2 |
| 1239 | 2026-01-28T22:34:10.364Z | Downloaded ghash v0.5.1 |
| 1240 | 2026-01-28T22:34:10.364Z | Downloaded gethostname v0.5.0 |
| 1241 | 2026-01-28T22:34:10.408Z | Downloaded fxhash v0.2.1 |
| 1242 | 2026-01-28T22:34:10.408Z | Downloaded futures-macro v0.3.31 |
| 1243 | 2026-01-28T22:34:10.408Z | Downloaded foreign-types v0.3.2 |
| 1244 | 2026-01-28T22:34:10.408Z | Downloaded fixedbitset v0.4.2 |
| 1245 | 2026-01-28T22:34:10.408Z | Downloaded dyn-clone v1.0.20 |
| 1246 | 2026-01-28T22:34:10.408Z | Downloaded dtrace-parser v0.3.0 |
| 1247 | 2026-01-28T22:34:10.408Z | Downloaded dsl_auto_type v0.1.2 |
| 1248 | 2026-01-28T22:34:10.408Z | Downloaded dof v0.4.0 |
| 1249 | 2026-01-28T22:34:10.408Z | Downloaded document-features v0.2.11 |
| 1250 | 2026-01-28T22:34:10.408Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1251 | 2026-01-28T22:34:10.408Z | Downloaded derive-ex v0.1.8 |
| 1252 | 2026-01-28T22:34:10.408Z | Downloaded data-encoding v2.9.0 |
| 1253 | 2026-01-28T22:34:10.408Z | Downloaded darling_macro v0.21.0 |
| 1254 | 2026-01-28T22:34:10.408Z | Downloaded darling_macro v0.20.10 |
| 1255 | 2026-01-28T22:34:10.408Z | Downloaded darling v0.20.10 |
| 1256 | 2026-01-28T22:34:10.408Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1257 | 2026-01-28T22:34:10.408Z | Downloaded crossbeam-deque v0.8.5 |
| 1258 | 2026-01-28T22:34:10.408Z | Downloaded crc-any v2.5.0 |
| 1259 | 2026-01-28T22:34:10.409Z | Downloaded convert_case v0.7.1 |
| 1260 | 2026-01-28T22:34:10.409Z | Downloaded colored v3.0.0 |
| 1261 | 2026-01-28T22:34:10.409Z | Downloaded colored v2.2.0 |
| 1262 | 2026-01-28T22:34:10.409Z | Downloaded ciborium-ll v0.2.2 |
| 1263 | 2026-01-28T22:34:10.409Z | Downloaded chacha20poly1305 v0.10.1 |
| 1264 | 2026-01-28T22:34:10.409Z | Downloaded chacha20 v0.9.1 |
| 1265 | 2026-01-28T22:34:10.409Z | Downloaded cfg_aliases v0.1.1 |
| 1266 | 2026-01-28T22:34:10.409Z | Downloaded cassowary v0.3.0 |
| 1267 | 2026-01-28T22:34:10.409Z | Downloaded cargo-platform v0.1.8 |
| 1268 | 2026-01-28T22:34:10.409Z | Downloaded cancel-safe-futures v0.1.5 |
| 1269 | 2026-01-28T22:34:10.409Z | Downloaded buf-list v1.0.3 |
| 1270 | 2026-01-28T22:34:10.409Z | Downloaded bit-vec v0.8.0 |
| 1271 | 2026-01-28T22:34:10.410Z | Downloaded base64 v0.22.1 |
| 1272 | 2026-01-28T22:34:10.410Z | Downloaded async-stream-impl v0.3.6 |
| 1273 | 2026-01-28T22:34:10.410Z | Downloaded async-recursion v1.1.1 |
| 1274 | 2026-01-28T22:34:10.410Z | Downloaded async-bb8-diesel v0.2.1 |
| 1275 | 2026-01-28T22:34:10.410Z | Downloaded foreign-types-shared v0.1.1 |
| 1276 | 2026-01-28T22:34:10.410Z | Downloaded embedded-io v0.4.0 |
| 1277 | 2026-01-28T22:34:10.410Z | Downloaded display-error-chain v0.2.2 |
| 1278 | 2026-01-28T22:34:10.410Z | Downloaded dirs-sys-next v0.1.2 |
| 1279 | 2026-01-28T22:34:10.410Z | Downloaded dirs-next v2.0.0 |
| 1280 | 2026-01-28T22:34:10.410Z | Downloaded difflib v0.4.0 |
| 1281 | 2026-01-28T22:34:10.410Z | Downloaded derive_builder_macro v0.20.2 |
| 1282 | 2026-01-28T22:34:10.410Z | Downloaded defmt-parser v0.3.4 |
| 1283 | 2026-01-28T22:34:10.410Z | Downloaded debug-ignore v1.0.5 |
| 1284 | 2026-01-28T22:34:10.410Z | Downloaded cstr-argument v0.1.2 |
| 1285 | 2026-01-28T22:34:10.410Z | Downloaded crunchy v0.2.2 |
| 1286 | 2026-01-28T22:34:10.410Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1287 | 2026-01-28T22:34:10.410Z | Downloaded crossterm v0.29.0 |
| 1288 | 2026-01-28T22:34:10.509Z | Downloaded crossbeam-epoch v0.9.18 |
| 1289 | 2026-01-28T22:34:10.509Z | Downloaded crc-catalog v2.4.0 |
| 1290 | 2026-01-28T22:34:10.509Z | Downloaded corncobs v0.1.4 |
| 1291 | 2026-01-28T22:34:10.509Z | Downloaded convert_case v0.4.0 |
| 1292 | 2026-01-28T22:34:10.509Z | Downloaded constant_time_eq v0.3.1 |
| 1293 | 2026-01-28T22:34:10.509Z | Downloaded const-oid v0.9.6 |
| 1294 | 2026-01-28T22:34:10.509Z | Downloaded cobs v0.2.3 |
| 1295 | 2026-01-28T22:34:10.509Z | Downloaded ciborium v0.2.2 |
| 1296 | 2026-01-28T22:34:10.509Z | Downloaded cexpr v0.6.0 |
| 1297 | 2026-01-28T22:34:10.509Z | Downloaded cargo_metadata v0.19.2 |
| 1298 | 2026-01-28T22:34:10.509Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1299 | 2026-01-28T22:34:10.509Z | Downloaded blake2 v0.10.6 |
| 1300 | 2026-01-28T22:34:10.509Z | Downloaded bitfield-struct v0.6.2 |
| 1301 | 2026-01-28T22:34:10.509Z | Downloaded bitfield-macros v0.19.2 |
| 1302 | 2026-01-28T22:34:10.509Z | Downloaded bitfield v0.19.2 |
| 1303 | 2026-01-28T22:34:10.509Z | Downloaded bit-set v0.5.3 |
| 1304 | 2026-01-28T22:34:10.509Z | Downloaded bindgen v0.71.1 |
| 1305 | 2026-01-28T22:34:10.535Z | Downloaded base16ct v0.2.0 |
| 1306 | 2026-01-28T22:34:10.535Z | Downloaded backtrace v0.3.74 |
| 1307 | 2026-01-28T22:34:10.535Z | Downloaded atty v0.2.14 |
| 1308 | 2026-01-28T22:34:10.535Z | Downloaded atomicwrites v0.4.4 |
| 1309 | 2026-01-28T22:34:10.535Z | Downloaded atomic-waker v1.1.2 |
| 1310 | 2026-01-28T22:34:10.535Z | Downloaded array-init v0.0.4 |
| 1311 | 2026-01-28T22:34:10.535Z | Downloaded allocator-api2 v0.2.21 |
| 1312 | 2026-01-28T22:34:10.536Z | Downloaded csv-core v0.1.11 |
| 1313 | 2026-01-28T22:34:10.536Z | Downloaded crossbeam-utils v0.8.21 |
| 1314 | 2026-01-28T22:34:10.536Z | Downloaded critical-section v1.1.3 |
| 1315 | 2026-01-28T22:34:10.536Z | Downloaded cookie_store v0.21.1 |
| 1316 | 2026-01-28T22:34:10.536Z | Downloaded const_format_proc_macros v0.2.34 |
| 1317 | 2026-01-28T22:34:10.536Z | Downloaded cmake v0.1.51 |
| 1318 | 2026-01-28T22:34:10.536Z | Downloaded cipher v0.4.4 |
| 1319 | 2026-01-28T22:34:10.536Z | Downloaded cfg_aliases v0.2.1 |
| 1320 | 2026-01-28T22:34:10.536Z | Downloaded castaway v0.2.3 |
| 1321 | 2026-01-28T22:34:10.536Z | Downloaded block-padding v0.3.3 |
| 1322 | 2026-01-28T22:34:10.536Z | Downloaded bit-set v0.8.0 |
| 1323 | 2026-01-28T22:34:10.536Z | Downloaded bcs v0.1.6 |
| 1324 | 2026-01-28T22:34:10.536Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1325 | 2026-01-28T22:34:10.536Z | Downloaded base64ct v1.6.0 |
| 1326 | 2026-01-28T22:34:10.536Z | Downloaded base64 v0.13.1 |
| 1327 | 2026-01-28T22:34:10.536Z | Downloaded backoff v0.4.0 |
| 1328 | 2026-01-28T22:34:10.536Z | Downloaded async-trait v0.1.89 |
| 1329 | 2026-01-28T22:34:10.536Z | Downloaded async-stream v0.3.6 |
| 1330 | 2026-01-28T22:34:10.536Z | Downloaded assert_matches v1.5.0 |
| 1331 | 2026-01-28T22:34:10.536Z | Downloaded ascii-canvas v3.0.0 |
| 1332 | 2026-01-28T22:34:10.537Z | Downloaded arrayvec v0.7.6 |
| 1333 | 2026-01-28T22:34:10.537Z | Downloaded argon2 v0.5.3 |
| 1334 | 2026-01-28T22:34:10.537Z | Downloaded aho-corasick v1.1.3 |
| 1335 | 2026-01-28T22:34:10.537Z | Downloaded ahash v0.8.12 |
| 1336 | 2026-01-28T22:34:10.537Z | Downloaded aes v0.8.4 |
| 1337 | 2026-01-28T22:34:10.537Z | Downloaded aead v0.5.2 |
| 1338 | 2026-01-28T22:34:10.537Z | Downloaded addr2line v0.24.2 |
| 1339 | 2026-01-28T22:34:10.537Z | Downloaded crc32fast v1.4.2 |
| 1340 | 2026-01-28T22:34:10.537Z | Downloaded crc v3.2.1 |
| 1341 | 2026-01-28T22:34:10.537Z | Downloaded console v0.16.0 |
| 1342 | 2026-01-28T22:34:10.537Z | Downloaded clang-sys v1.8.1 |
| 1343 | 2026-01-28T22:34:10.538Z | Downloaded ciborium-io v0.2.2 |
| 1344 | 2026-01-28T22:34:10.538Z | Downloaded cbc v0.1.2 |
| 1345 | 2026-01-28T22:34:10.538Z | Downloaded bzip2 v0.5.2 |
| 1346 | 2026-01-28T22:34:10.538Z | Downloaded bzip2 v0.4.4 |
| 1347 | 2026-01-28T22:34:10.538Z | Downloaded blowfish v0.9.1 |
| 1348 | 2026-01-28T22:34:10.573Z | Downloaded bitflags v1.3.2 |
| 1349 | 2026-01-28T22:34:10.573Z | Downloaded bit-vec v0.6.3 |
| 1350 | 2026-01-28T22:34:10.573Z | Downloaded bb8 v0.8.5 |
| 1351 | 2026-01-28T22:34:10.573Z | Downloaded arc-swap v1.7.1 |
| 1352 | 2026-01-28T22:34:10.573Z | Downloaded aes-gcm v0.10.3 |
| 1353 | 2026-01-28T22:34:10.573Z | Downloaded adler2 v2.0.0 |
| 1354 | 2026-01-28T22:34:10.792Z | Compiling value-bag v1.12.0 |
| 1355 | 2026-01-28T22:34:10.792Z | Compiling lock_api v0.4.12 |
| 1356 | 2026-01-28T22:34:10.792Z | Compiling scopeguard v1.2.0 |
| 1357 | 2026-01-28T22:34:10.823Z | Compiling shlex v1.3.0 |
| 1358 | 2026-01-28T22:34:10.823Z | Compiling smallvec v1.15.1 |
| 1359 | 2026-01-28T22:34:10.823Z | Compiling syn v2.0.111 |
| 1360 | 2026-01-28T22:34:10.863Z | Compiling getrandom v0.2.15 |
| 1361 | 2026-01-28T22:34:10.863Z | Compiling jobserver v0.1.32 |
| 1362 | 2026-01-28T22:34:11.108Z | Compiling typenum v1.17.0 |
| 1363 | 2026-01-28T22:34:11.415Z | Compiling log v0.4.29 |
| 1364 | 2026-01-28T22:34:11.511Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-01-28T22:34:11.584Z | Compiling cc v1.2.30 |
| 1366 | 2026-01-28T22:34:11.584Z | Compiling generic-array v0.14.7 |
| 1367 | 2026-01-28T22:34:11.928Z | Compiling subtle v2.6.1 |
| 1368 | 2026-01-28T22:34:11.988Z | Compiling portable-atomic v1.11.0 |
| 1369 | 2026-01-28T22:34:12.068Z | Compiling const-oid v0.9.6 |
| 1370 | 2026-01-28T22:34:12.069Z | Compiling critical-section v1.1.3 |
| 1371 | 2026-01-28T22:34:12.859Z | Compiling serde_json v1.0.149 |
| 1372 | 2026-01-28T22:34:12.860Z | Compiling getrandom v0.3.4 |
| 1373 | 2026-01-28T22:34:12.967Z | Compiling pkg-config v0.3.31 |
| 1374 | 2026-01-28T22:34:13.028Z | Compiling spin v0.9.8 |
| 1375 | 2026-01-28T22:34:15.470Z | Compiling pin-project-lite v0.2.14 |
| 1376 | 2026-01-28T22:34:15.736Z | Compiling regex-syntax v0.8.5 |
| 1377 | 2026-01-28T22:34:15.736Z | Compiling parking_lot_core v0.9.10 |
| 1378 | 2026-01-28T22:34:15.736Z | Compiling rustix v0.38.37 |
| 1379 | 2026-01-28T22:34:15.737Z | Compiling libm v0.2.8 |
| 1380 | 2026-01-28T22:34:15.737Z | Compiling once_cell v1.21.3 |
| 1381 | 2026-01-28T22:34:15.836Z | Compiling signal-hook-registry v1.4.2 |
| 1382 | 2026-01-28T22:34:15.875Z | Compiling num-traits v0.2.19 |
| 1383 | 2026-01-28T22:34:16.114Z | Compiling allocator-api2 v0.2.21 |
| 1384 | 2026-01-28T22:34:16.513Z | Compiling parking_lot v0.12.3 |
| 1385 | 2026-01-28T22:34:16.700Z | Compiling mio v1.0.2 |
| 1386 | 2026-01-28T22:34:16.700Z | Compiling futures-core v0.3.31 |
| 1387 | 2026-01-28T22:34:16.873Z | Compiling lazy_static v1.5.0 |
| 1388 | 2026-01-28T22:34:16.940Z | Compiling aho-corasick v1.1.3 |
| 1389 | 2026-01-28T22:34:16.996Z | Compiling percent-encoding v2.3.2 |
| 1390 | 2026-01-28T22:34:17.029Z | Compiling socket2 v0.6.1 |
| 1391 | 2026-01-28T22:34:17.407Z | Compiling slab v0.4.9 |
| 1392 | 2026-01-28T22:34:17.776Z | Compiling cpufeatures v0.2.14 |
| 1393 | 2026-01-28T22:34:17.898Z | Compiling glob v0.3.2 |
| 1394 | 2026-01-28T22:34:17.949Z | Compiling either v1.15.0 |
| 1395 | 2026-01-28T22:34:18.029Z | Compiling futures-sink v0.3.31 |
| 1396 | 2026-01-28T22:34:18.317Z | Compiling futures-channel v0.3.31 |
| 1397 | 2026-01-28T22:34:18.454Z | Compiling hashbrown v0.16.1 |
| 1398 | 2026-01-28T22:34:18.482Z | Compiling pin-utils v0.1.0 |
| 1399 | 2026-01-28T22:34:18.647Z | Compiling futures-io v0.3.31 |
| 1400 | 2026-01-28T22:34:18.703Z | Compiling futures-task v0.3.31 |
| 1401 | 2026-01-28T22:34:19.010Z | Compiling clang-sys v1.8.1 |
| 1402 | 2026-01-28T22:34:19.121Z | Compiling rustversion v1.0.22 |
| 1403 | 2026-01-28T22:34:19.163Z | Compiling prettyplease v0.2.36 |
| 1404 | 2026-01-28T22:34:19.440Z | Compiling regex-automata v0.4.11 |
| 1405 | 2026-01-28T22:34:19.529Z | Compiling minimal-lexical v0.2.1 |
| 1406 | 2026-01-28T22:34:19.649Z | Compiling libloading v0.8.5 |
| 1407 | 2026-01-28T22:34:19.852Z | Compiling indexmap v2.12.1 |
| 1408 | 2026-01-28T22:34:20.137Z | Compiling synstructure v0.13.1 |
| 1409 | 2026-01-28T22:34:20.164Z | Compiling nom v7.1.3 |
| 1410 | 2026-01-28T22:34:20.634Z | Compiling ident_case v1.0.1 |
| 1411 | 2026-01-28T22:34:20.901Z | Compiling bindgen v0.69.5 |
| 1412 | 2026-01-28T22:34:21.045Z | Compiling base64ct v1.6.0 |
| 1413 | 2026-01-28T22:34:21.505Z | Compiling home v0.5.9 |
| 1414 | 2026-01-28T22:34:21.701Z | Compiling pem-rfc7468 v0.7.0 |
| 1415 | 2026-01-28T22:34:21.766Z | Compiling itertools v0.12.1 |
| 1416 | 2026-01-28T22:34:21.982Z | Compiling form_urlencoded v1.2.2 |
| 1417 | 2026-01-28T22:34:22.339Z | Compiling lazycell v1.3.0 |
| 1418 | 2026-01-28T22:34:22.610Z | Compiling flagset v0.4.6 |
| 1419 | 2026-01-28T22:34:22.653Z | Compiling rustc-hash v1.1.0 |
| 1420 | 2026-01-28T22:34:22.757Z | Compiling rand_core v0.9.3 |
| 1421 | 2026-01-28T22:34:22.802Z | Compiling cmake v0.1.51 |
| 1422 | 2026-01-28T22:34:23.468Z | Compiling fs_extra v1.3.0 |
| 1423 | 2026-01-28T22:34:23.641Z | Compiling paste v1.0.15 |
| 1424 | 2026-01-28T22:34:24.023Z | Compiling cexpr v0.6.0 |
| 1425 | 2026-01-28T22:34:24.055Z | Compiling dunce v1.0.5 |
| 1426 | 2026-01-28T22:34:24.237Z | Compiling iana-time-zone v0.1.63 |
| 1427 | 2026-01-28T22:34:24.277Z | Compiling foldhash v0.1.5 |
| 1428 | 2026-01-28T22:34:24.667Z | Compiling hashbrown v0.15.4 |
| 1429 | 2026-01-28T22:34:24.734Z | Compiling rustc_version v0.4.1 |
| 1430 | 2026-01-28T22:34:24.763Z | Compiling uuid v1.19.0 |
| 1431 | 2026-01-28T22:34:24.973Z | Compiling zerocopy v0.8.27 |
| 1432 | 2026-01-28T22:34:25.106Z | Compiling serde_derive v1.0.228 |
| 1433 | 2026-01-28T22:34:27.820Z | Compiling zeroize_derive v1.4.2 |
| 1434 | 2026-01-28T22:34:27.989Z | Compiling zerofrom-derive v0.1.4 |
| 1435 | 2026-01-28T22:34:27.989Z | Compiling yoke-derive v0.7.4 |
| 1436 | 2026-01-28T22:34:27.989Z | Compiling zerovec-derive v0.10.3 |
| 1437 | 2026-01-28T22:34:27.989Z | Compiling displaydoc v0.2.5 |
| 1438 | 2026-01-28T22:34:27.989Z | Compiling zeroize v1.8.1 |
| 1439 | 2026-01-28T22:34:28.026Z | Compiling icu_provider_macros v1.5.0 |
| 1440 | 2026-01-28T22:34:28.446Z | Compiling zerocopy-derive v0.7.35 |
| 1441 | 2026-01-28T22:34:28.947Z | Compiling crypto-common v0.1.6 |
| 1442 | 2026-01-28T22:34:29.008Z | Compiling block-buffer v0.10.4 |
| 1443 | 2026-01-28T22:34:29.108Z | Compiling tokio-macros v2.6.0 |
| 1444 | 2026-01-28T22:34:29.166Z | Compiling zerofrom v0.1.4 |
| 1445 | 2026-01-28T22:34:29.225Z | Compiling thiserror-impl v2.0.17 |
| 1446 | 2026-01-28T22:34:29.306Z | Compiling digest v0.10.7 |
| 1447 | 2026-01-28T22:34:29.439Z | Compiling yoke v0.7.4 |
| 1448 | 2026-01-28T22:34:29.845Z | Compiling zerovec v0.10.4 |
| 1449 | 2026-01-28T22:34:29.875Z | Compiling hmac v0.12.1 |
| 1450 | 2026-01-28T22:34:30.176Z | Compiling block-padding v0.3.3 |
| 1451 | 2026-01-28T22:34:30.471Z | Compiling futures-macro v0.3.31 |
| 1452 | 2026-01-28T22:34:30.497Z | Compiling inout v0.1.3 |
| 1453 | 2026-01-28T22:34:30.521Z | Compiling zerocopy v0.7.35 |
| 1454 | 2026-01-28T22:34:30.728Z | Compiling regex v1.11.3 |
| 1455 | 2026-01-28T22:34:30.857Z | Compiling cipher v0.4.4 |
| 1456 | 2026-01-28T22:34:31.450Z | Compiling sha2 v0.10.9 |
| 1457 | 2026-01-28T22:34:31.861Z | Compiling tinystr v0.7.6 |
| 1458 | 2026-01-28T22:34:32.044Z | Compiling icu_collections v1.5.0 |
| 1459 | 2026-01-28T22:34:32.261Z | Compiling ppv-lite86 v0.2.20 |
| 1460 | 2026-01-28T22:34:32.354Z | Compiling icu_locid v1.5.0 |
| 1461 | 2026-01-28T22:34:32.419Z | Compiling futures-util v0.3.31 |
| 1462 | 2026-01-28T22:34:32.572Z | Compiling thiserror v2.0.17 |
| 1463 | 2026-01-28T22:34:32.659Z | Compiling der_derive v0.7.3 |
| 1464 | 2026-01-28T22:34:32.730Z | Compiling serde v1.0.228 |
| 1465 | 2026-01-28T22:34:32.758Z | Compiling pest v2.8.2 |
| 1466 | 2026-01-28T22:34:33.077Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-01-28T22:34:33.337Z | Compiling pbkdf2 v0.12.2 |
| 1468 | 2026-01-28T22:34:33.620Z | Compiling vcpkg v0.2.15 |
| 1469 | 2026-01-28T22:34:33.644Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-01-28T22:34:34.086Z | Compiling bitflags v2.9.4 |
| 1471 | 2026-01-28T22:34:34.112Z | Compiling bytes v1.10.1 |
| 1472 | 2026-01-28T22:34:34.639Z | Compiling icu_provider v1.5.0 |
| 1473 | 2026-01-28T22:34:34.925Z | Compiling chrono v0.4.42 |
| 1474 | 2026-01-28T22:34:34.967Z | Compiling der v0.7.10 |
| 1475 | 2026-01-28T22:34:35.403Z | Compiling tokio v1.48.0 |
| 1476 | 2026-01-28T22:34:35.660Z | Compiling icu_locid_transform v1.5.0 |
| 1477 | 2026-01-28T22:34:35.726Z | Compiling pest_meta v2.8.2 |
| 1478 | 2026-01-28T22:34:36.158Z | Compiling openssl-sys v0.9.109 |
| 1479 | 2026-01-28T22:34:37.286Z | Compiling icu_properties v1.5.1 |
| 1480 | 2026-01-28T22:34:38.187Z | Compiling spki v0.7.3 |
| 1481 | 2026-01-28T22:34:38.214Z | Compiling http v1.4.0 |
| 1482 | 2026-01-28T22:34:38.573Z | Compiling rand_chacha v0.9.0 |
| 1483 | 2026-01-28T22:34:38.608Z | Compiling aes v0.8.4 |
| 1484 | 2026-01-28T22:34:38.632Z | Compiling cbc v0.1.2 |
| 1485 | 2026-01-28T22:34:38.924Z | Compiling which v4.4.2 |
| 1486 | 2026-01-28T22:34:39.851Z | Compiling zerocopy-derive v0.8.27 |
| 1487 | 2026-01-28T22:34:40.572Z | Compiling pkcs5 v0.7.1 |
| 1488 | 2026-01-28T22:34:40.606Z | Compiling rand v0.9.2 |
| 1489 | 2026-01-28T22:34:41.198Z | Compiling pest_generator v2.8.2 |
| 1490 | 2026-01-28T22:34:41.315Z | Compiling icu_normalizer v1.5.0 |
| 1491 | 2026-01-28T22:34:42.067Z | Compiling tracing-attributes v0.1.27 |
| 1492 | 2026-01-28T22:34:42.298Z | Compiling serde_derive_internals v0.29.1 |
| 1493 | 2026-01-28T22:34:42.546Z | Compiling idna_adapter v1.2.0 |
| 1494 | 2026-01-28T22:34:42.812Z | Compiling idna v1.0.3 |
| 1495 | 2026-01-28T22:34:42.943Z | Compiling ring v0.17.14 |
| 1496 | 2026-01-28T22:34:43.198Z | Compiling tracing-core v0.1.32 |
| 1497 | 2026-01-28T22:34:44.096Z | Compiling url v2.5.4 |
| 1498 | 2026-01-28T22:34:44.345Z | Compiling aws-lc-rs v1.12.4 |
| 1499 | 2026-01-28T22:34:44.549Z | Compiling rustix v1.1.3 |
| 1500 | 2026-01-28T22:34:44.725Z | Compiling schemars v0.8.22 |
| 1501 | 2026-01-28T22:34:44.837Z | Compiling adler2 v2.0.0 |
| 1502 | 2026-01-28T22:34:45.069Z | Compiling tokio-util v0.7.15 |
| 1503 | 2026-01-28T22:34:45.102Z | Compiling tracing v0.1.40 |
| 1504 | 2026-01-28T22:34:45.165Z | Compiling miniz_oxide v0.8.5 |
| 1505 | 2026-01-28T22:34:45.650Z | Compiling schemars_derive v0.8.22 |
| 1506 | 2026-01-28T22:34:46.059Z | Compiling pest_derive v2.8.2 |
| 1507 | 2026-01-28T22:34:46.725Z | Compiling pkcs8 v0.10.2 |
| 1508 | 2026-01-28T22:34:47.018Z | Compiling http-body v1.0.1 |
| 1509 | 2026-01-28T22:34:47.090Z | Compiling scroll_derive v0.13.1 |
| 1510 | 2026-01-28T22:34:47.449Z | Compiling darling_core v0.20.10 |
| 1511 | 2026-01-28T22:34:47.598Z | Compiling dyn-clone v1.0.20 |
| 1512 | 2026-01-28T22:34:47.737Z | Compiling rustls-pki-types v1.10.0 |
| 1513 | 2026-01-28T22:34:47.893Z | Compiling tinyvec_macros v0.1.1 |
| 1514 | 2026-01-28T22:34:48.028Z | Compiling base64 v0.22.1 |
| 1515 | 2026-01-28T22:34:48.803Z | Compiling httparse v1.9.5 |
| 1516 | 2026-01-28T22:34:48.875Z | Compiling tinyvec v1.8.0 |
| 1517 | 2026-01-28T22:34:49.078Z | Compiling scroll v0.13.0 |
| 1518 | 2026-01-28T22:34:49.711Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1519 | 2026-01-28T22:34:50.199Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1520 | 2026-01-28T22:34:50.331Z | Compiling untrusted v0.9.0 |
| 1521 | 2026-01-28T22:34:50.504Z | Compiling try-lock v0.2.5 |
| 1522 | 2026-01-28T22:34:50.593Z | Compiling foreign-types-shared v0.1.1 |
| 1523 | 2026-01-28T22:34:50.714Z | Compiling time-core v0.1.6 |
| 1524 | 2026-01-28T22:34:50.758Z | Compiling openssl v0.10.73 |
| 1525 | 2026-01-28T22:34:50.792Z | Compiling tower-service v0.3.3 |
| 1526 | 2026-01-28T22:34:50.972Z | Compiling tower-layer v0.3.3 |
| 1527 | 2026-01-28T22:34:51.070Z | Compiling powerfmt v0.2.0 |
| 1528 | 2026-01-28T22:34:51.253Z | Compiling openssl-probe v0.1.5 |
| 1529 | 2026-01-28T22:34:51.303Z | Compiling atomic-waker v1.1.2 |
| 1530 | 2026-01-28T22:34:51.485Z | Compiling untrusted v0.7.1 |
| 1531 | 2026-01-28T22:34:51.547Z | Compiling num-conv v0.1.0 |
| 1532 | 2026-01-28T22:34:51.652Z | Compiling h2 v0.4.6 |
| 1533 | 2026-01-28T22:34:51.741Z | Compiling deranged v0.5.3 |
| 1534 | 2026-01-28T22:34:51.869Z | Compiling time-macros v0.2.24 |
| 1535 | 2026-01-28T22:34:52.415Z | Compiling tempfile v3.24.0 |
| 1536 | 2026-01-28T22:34:53.263Z | Compiling foreign-types v0.3.2 |
| 1537 | 2026-01-28T22:34:53.410Z | Compiling want v0.3.1 |
| 1538 | 2026-01-28T22:34:53.599Z | Compiling darling_macro v0.20.10 |
| 1539 | 2026-01-28T22:34:54.504Z | Compiling goblin v0.10.2 |
| 1540 | 2026-01-28T22:34:54.594Z | Compiling darling v0.20.10 |
| 1541 | 2026-01-28T22:34:54.808Z | Compiling ipnet v2.11.0 |
| 1542 | 2026-01-28T22:34:54.951Z | Compiling openssl-macros v0.1.1 |
| 1543 | 2026-01-28T22:34:55.689Z | Compiling wait-timeout v0.2.0 |
| 1544 | 2026-01-28T22:34:56.023Z | Compiling syn v1.0.109 |
| 1545 | 2026-01-28T22:34:56.197Z | Compiling bit-vec v0.8.0 |
| 1546 | 2026-01-28T22:34:56.223Z | Compiling rustls v0.23.19 |
| 1547 | 2026-01-28T22:34:56.276Z | Compiling gimli v0.31.1 |
| 1548 | 2026-01-28T22:34:56.588Z | Compiling native-tls v0.2.12 |
| 1549 | 2026-01-28T22:34:56.656Z | Compiling httpdate v1.0.3 |
| 1550 | 2026-01-28T22:34:56.751Z | Compiling crossbeam-utils v0.8.21 |
| 1551 | 2026-01-28T22:34:56.963Z | Compiling num_threads v0.1.7 |
| 1552 | 2026-01-28T22:34:57.155Z | Compiling usdt-impl v0.6.0 |
| 1553 | 2026-01-28T22:34:57.223Z | Compiling quick-error v1.2.3 |
| 1554 | 2026-01-28T22:34:57.419Z | Compiling rusty-fork v0.3.0 |
| 1555 | 2026-01-28T22:34:57.489Z | Compiling time v0.3.43 |
| 1556 | 2026-01-28T22:34:57.755Z | Compiling bit-set v0.8.0 |
| 1557 | 2026-01-28T22:34:58.153Z | Compiling derive_builder_core v0.20.2 |
| 1558 | 2026-01-28T22:35:00.448Z | Compiling hyper v1.8.1 |
| 1559 | 2026-01-28T22:35:01.231Z | Compiling addr2line v0.24.2 |
| 1560 | 2026-01-28T22:35:01.608Z | Compiling unicode-normalization v0.1.24 |
| 1561 | 2026-01-28T22:35:01.936Z | Compiling dof v0.4.0 |
| 1562 | 2026-01-28T22:35:01.971Z | Compiling dtrace-parser v0.3.0 |
| 1563 | 2026-01-28T22:35:02.669Z | Compiling signature v2.2.0 |
| 1564 | 2026-01-28T22:35:03.009Z | Compiling heapless v0.7.17 |
| 1565 | 2026-01-28T22:35:03.450Z | Compiling thiserror-impl v1.0.69 |
| 1566 | 2026-01-28T22:35:03.935Z | Compiling scroll_derive v0.12.0 |
| 1567 | 2026-01-28T22:35:04.271Z | Compiling rand_xorshift v0.4.0 |
| 1568 | 2026-01-28T22:35:04.371Z | Compiling slog v2.8.2 |
| 1569 | 2026-01-28T22:35:04.600Z | Compiling darling_core v0.21.0 |
| 1570 | 2026-01-28T22:35:04.732Z | Compiling thread-id v5.0.0 |
| 1571 | 2026-01-28T22:35:04.865Z | Compiling cookie v0.18.1 |
| 1572 | 2026-01-28T22:35:05.310Z | Compiling crc32fast v1.4.2 |
| 1573 | 2026-01-28T22:35:05.372Z | Compiling object v0.36.5 |
| 1574 | 2026-01-28T22:35:05.662Z | Compiling zlib-rs v0.5.1 |
| 1575 | 2026-01-28T22:35:06.143Z | Compiling unicode-bidi v0.3.17 |
| 1576 | 2026-01-28T22:35:06.171Z | Compiling unarray v0.1.4 |
| 1577 | 2026-01-28T22:35:06.397Z | Compiling zstd-safe v7.2.3 |
| 1578 | 2026-01-28T22:35:06.466Z | Compiling siphasher v0.3.11 |
| 1579 | 2026-01-28T22:35:06.776Z | Compiling rustc-demangle v0.1.24 |
| 1580 | 2026-01-28T22:35:06.860Z | Compiling unicode-properties v0.1.3 |
| 1581 | 2026-01-28T22:35:07.194Z | Compiling signal-hook v0.3.18 |
| 1582 | 2026-01-28T22:35:07.305Z | Compiling anyhow v1.0.99 |
| 1583 | 2026-01-28T22:35:07.496Z | Compiling stringprep v0.1.5 |
| 1584 | 2026-01-28T22:35:07.676Z | Compiling phf_shared v0.11.2 |
| 1585 | 2026-01-28T22:35:07.850Z | Compiling thiserror v1.0.69 |
| 1586 | 2026-01-28T22:35:08.070Z | Compiling proptest v1.7.0 |
| 1587 | 2026-01-28T22:35:08.149Z | Compiling scroll v0.12.0 |
| 1588 | 2026-01-28T22:35:08.859Z | Compiling hyper-util v0.1.19 |
| 1589 | 2026-01-28T22:35:09.271Z | Compiling derive_builder_macro v0.20.2 |
| 1590 | 2026-01-28T22:35:11.085Z | Compiling darling_macro v0.21.0 |
| 1591 | 2026-01-28T22:35:11.238Z | Compiling ipnetwork v0.21.1 |
| 1592 | 2026-01-28T22:35:11.915Z | Compiling libz-rs-sys v0.5.1 |
| 1593 | 2026-01-28T22:35:12.109Z | Compiling serde_spanned v0.6.9 |
| 1594 | 2026-01-28T22:35:12.314Z | Compiling serde_tokenstream v0.2.2 |
| 1595 | 2026-01-28T22:35:12.398Z | Compiling backtrace v0.3.74 |
| 1596 | 2026-01-28T22:35:12.898Z | Compiling erased-serde v0.3.31 |
| 1597 | 2026-01-28T22:35:12.989Z | Compiling toml_datetime v0.6.11 |
| 1598 | 2026-01-28T22:35:13.013Z | Compiling rand_chacha v0.3.1 |
| 1599 | 2026-01-28T22:35:13.189Z | Compiling md-5 v0.10.6 |
| 1600 | 2026-01-28T22:35:13.505Z | Compiling curve25519-dalek v4.1.3 |
| 1601 | 2026-01-28T22:35:13.606Z | Compiling vergen-lib v0.1.6 |
| 1602 | 2026-01-28T22:35:13.947Z | Compiling num-integer v0.1.46 |
| 1603 | 2026-01-28T22:35:14.223Z | Compiling sync_wrapper v1.0.1 |
| 1604 | 2026-01-28T22:35:14.397Z | Compiling ff v0.13.0 |
| 1605 | 2026-01-28T22:35:14.427Z | Compiling hash32 v0.2.1 |
| 1606 | 2026-01-28T22:35:14.672Z | Compiling memoffset v0.9.1 |
| 1607 | 2026-01-28T22:35:14.705Z | Compiling psl-types v2.0.11 |
| 1608 | 2026-01-28T22:35:14.863Z | Compiling num-bigint-dig v0.8.6 |
| 1609 | 2026-01-28T22:35:14.958Z | Compiling ref-cast v1.0.25 |
| 1610 | 2026-01-28T22:35:15.028Z | Compiling base16ct v0.2.0 |
| 1611 | 2026-01-28T22:35:15.052Z | Compiling litrs v0.4.1 |
| 1612 | 2026-01-28T22:35:15.227Z | Compiling smoltcp v0.9.1 |
| 1613 | 2026-01-28T22:35:15.375Z | Compiling cfg_aliases v0.2.1 |
| 1614 | 2026-01-28T22:35:15.450Z | Compiling fallible-iterator v0.2.0 |
| 1615 | 2026-01-28T22:35:15.513Z | Compiling nix v0.29.0 |
| 1616 | 2026-01-28T22:35:15.669Z | Compiling sec1 v0.7.3 |
| 1617 | 2026-01-28T22:35:16.159Z | Compiling publicsuffix v2.3.0 |
| 1618 | 2026-01-28T22:35:16.185Z | Compiling document-features v0.2.11 |
| 1619 | 2026-01-28T22:35:16.225Z | Compiling postgres-protocol v0.6.8 |
| 1620 | 2026-01-28T22:35:16.355Z | Compiling group v0.13.0 |
| 1621 | 2026-01-28T22:35:16.496Z | Compiling num-iter v0.1.45 |
| 1622 | 2026-01-28T22:35:16.705Z | Compiling newtype-uuid v1.3.2 |
| 1623 | 2026-01-28T22:35:16.735Z | Compiling tower v0.5.2 |
| 1624 | 2026-01-28T22:35:17.582Z | Compiling rand v0.8.5 |
| 1625 | 2026-01-28T22:35:17.639Z | Compiling flate2 v1.1.2 |
| 1626 | 2026-01-28T22:35:17.981Z | Compiling darling v0.21.0 |
| 1627 | 2026-01-28T22:35:18.154Z | Compiling oxnet v0.1.4 |
| 1628 | 2026-01-28T22:35:18.417Z | Compiling derive_builder v0.20.2 |
| 1629 | 2026-01-28T22:35:18.507Z | Compiling tokio-native-tls v0.3.1 |
| 1630 | 2026-01-28T22:35:18.689Z | Compiling goblin v0.8.2 |
| 1631 | 2026-01-28T22:35:19.363Z | Compiling rustls-native-certs v0.8.1 |
| 1632 | 2026-01-28T22:35:19.697Z | Compiling webpki-roots v1.0.1 |
| 1633 | 2026-01-28T22:35:19.952Z | Compiling http-body-util v0.1.3 |
| 1634 | 2026-01-28T22:35:20.089Z | Compiling strum_macros v0.27.2 |
| 1635 | 2026-01-28T22:35:20.115Z | Compiling terminal_size v0.4.0 |
| 1636 | 2026-01-28T22:35:20.115Z | Compiling cargo-platform v0.1.8 |
| 1637 | 2026-01-28T22:35:20.426Z | Compiling hkdf v0.12.4 |
| 1638 | 2026-01-28T22:35:20.496Z | Compiling crypto-bigint v0.5.5 |
| 1639 | 2026-01-28T22:35:20.719Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1640 | 2026-01-28T22:35:20.756Z | Compiling async-trait v0.1.89 |
| 1641 | 2026-01-28T22:35:22.436Z | Compiling ref-cast-impl v1.0.25 |
| 1642 | 2026-01-28T22:35:22.502Z | Compiling hubpack_derive v0.1.1 |
| 1643 | 2026-01-28T22:35:23.598Z | Compiling daft-derive v0.1.4 |
| 1644 | 2026-01-28T22:35:23.720Z | Compiling vergen v9.0.6 |
| 1645 | 2026-01-28T22:35:23.804Z | Compiling ahash v0.8.12 |
| 1646 | 2026-01-28T22:35:24.146Z | Compiling fs-err v3.1.1 |
| 1647 | 2026-01-28T22:35:24.292Z | Compiling buf-list v1.0.3 |
| 1648 | 2026-01-28T22:35:24.613Z | Compiling bumpalo v3.16.0 |
| 1649 | 2026-01-28T22:35:25.013Z | Compiling simd-adler32 v0.3.7 |
| 1650 | 2026-01-28T22:35:25.196Z | Compiling lockfree-object-pool v0.1.6 |
| 1651 | 2026-01-28T22:35:25.397Z | Compiling unicode-segmentation v1.12.0 |
| 1652 | 2026-01-28T22:35:25.508Z | Compiling bitflags v1.3.2 |
| 1653 | 2026-01-28T22:35:25.542Z | Compiling managed v0.8.0 |
| 1654 | 2026-01-28T22:35:25.583Z | Compiling iri-string v0.7.8 |
| 1655 | 2026-01-28T22:35:25.650Z | Compiling ryu v1.0.18 |
| 1656 | 2026-01-28T22:35:26.041Z | Compiling winnow v0.5.40 |
| 1657 | 2026-01-28T22:35:26.416Z | Compiling serde_urlencoded v0.7.1 |
| 1658 | 2026-01-28T22:35:26.975Z | Compiling clap_builder v4.5.48 |
| 1659 | 2026-01-28T22:35:27.020Z | Compiling strum v0.27.2 |
| 1660 | 2026-01-28T22:35:27.339Z | Compiling dof v0.3.0 |
| 1661 | 2026-01-28T22:35:28.242Z | Compiling zopfli v0.8.1 |
| 1662 | 2026-01-28T22:35:29.020Z | Compiling tower-http v0.6.6 |
| 1663 | 2026-01-28T22:35:29.363Z | Compiling daft v0.1.4 |
| 1664 | 2026-01-28T22:35:30.000Z | Compiling toml_edit v0.19.15 |
| 1665 | 2026-01-28T22:35:30.165Z | Compiling elliptic-curve v0.13.8 |
| 1666 | 2026-01-28T22:35:30.232Z | Compiling hubpack v0.1.2 |
| 1667 | 2026-01-28T22:35:30.440Z | Compiling cargo_metadata v0.19.2 |
| 1668 | 2026-01-28T22:35:30.724Z | Compiling hyper-tls v0.6.0 |
| 1669 | 2026-01-28T22:35:31.182Z | Compiling signal-hook-mio v0.2.4 |
| 1670 | 2026-01-28T22:35:31.262Z | Compiling cookie_store v0.21.1 |
| 1671 | 2026-01-28T22:35:31.409Z | Compiling zstd v0.13.3 |
| 1672 | 2026-01-28T22:35:33.947Z | Compiling serde_with_macros v3.16.1 |
| 1673 | 2026-01-28T22:35:34.582Z | Compiling postgres-types v0.2.9 |
| 1674 | 2026-01-28T22:35:36.052Z | Compiling usdt-attr-macro v0.6.0 |
| 1675 | 2026-01-28T22:35:36.179Z | Compiling usdt-macro v0.6.0 |
| 1676 | 2026-01-28T22:35:36.745Z | Compiling dtrace-parser v0.2.0 |
| 1677 | 2026-01-28T22:35:37.126Z | Compiling phf v0.11.2 |
| 1678 | 2026-01-28T22:35:37.483Z | Compiling ed25519 v2.2.3 |
| 1679 | 2026-01-28T22:35:37.752Z | Compiling bzip2 v0.5.2 |
| 1680 | 2026-01-28T22:35:37.817Z | Compiling bzip2 v0.4.4 |
| 1681 | 2026-01-28T22:35:37.853Z | Compiling pkcs1 v0.7.5 |
| 1682 | 2026-01-28T22:35:38.228Z | Compiling strum_macros v0.26.4 |
| 1683 | 2026-01-28T22:35:38.334Z | Compiling clap_derive v4.5.47 |
| 1684 | 2026-01-28T22:35:38.952Z | Compiling enum-as-inner v0.6.1 |
| 1685 | 2026-01-28T22:35:39.007Z | Compiling hex v0.4.3 |
| 1686 | 2026-01-28T22:35:39.031Z | Compiling serde-big-array v0.5.1 |
| 1687 | 2026-01-28T22:35:39.327Z | Compiling rfc6979 v0.4.0 |
| 1688 | 2026-01-28T22:35:39.600Z | Compiling bstr v1.10.0 |
| 1689 | 2026-01-28T22:35:39.726Z | Compiling serde_repr v0.1.19 |
| 1690 | 2026-01-28T22:35:39.888Z | Compiling float-cmp v0.10.0 |
| 1691 | 2026-01-28T22:35:40.079Z | Compiling env_filter v0.1.2 |
| 1692 | 2026-01-28T22:35:40.189Z | Compiling memmap2 v0.9.8 |
| 1693 | 2026-01-28T22:35:40.786Z | Compiling socket2 v0.5.10 |
| 1694 | 2026-01-28T22:35:40.841Z | Compiling encoding_rs v0.8.34 |
| 1695 | 2026-01-28T22:35:40.867Z | Compiling keccak v0.1.5 |
| 1696 | 2026-01-28T22:35:41.397Z | Compiling static_assertions v1.1.0 |
| 1697 | 2026-01-28T22:35:41.535Z | Compiling jiff v0.2.15 |
| 1698 | 2026-01-28T22:35:41.865Z | Compiling data-encoding v2.9.0 |
| 1699 | 2026-01-28T22:35:42.883Z | Compiling new_debug_unreachable v1.0.6 |
| 1700 | 2026-01-28T22:35:42.924Z | Compiling normalize-line-endings v0.3.0 |
| 1701 | 2026-01-28T22:35:43.022Z | Compiling difflib v0.4.0 |
| 1702 | 2026-01-28T22:35:43.140Z | Compiling precomputed-hash v0.1.1 |
| 1703 | 2026-01-28T22:35:43.310Z | Compiling foldhash v0.2.0 |
| 1704 | 2026-01-28T22:35:43.350Z | Compiling fixedbitset v0.4.2 |
| 1705 | 2026-01-28T22:35:43.807Z | Compiling rustc-hash v2.1.1 |
| 1706 | 2026-01-28T22:35:43.862Z | Compiling whoami v1.5.2 |
| 1707 | 2026-01-28T22:35:43.906Z | Compiling predicates-core v1.0.8 |
| 1708 | 2026-01-28T22:35:44.095Z | Compiling mime v0.3.17 |
| 1709 | 2026-01-28T22:35:44.345Z | Compiling fixedbitset v0.5.7 |
| 1710 | 2026-01-28T22:35:44.579Z | Compiling tokio-postgres v0.7.13 |
| 1711 | 2026-01-28T22:35:44.609Z | Compiling predicates v3.1.3 |
| 1712 | 2026-01-28T22:35:44.783Z | Compiling iddqd v0.3.16 |
| 1713 | 2026-01-28T22:35:44.834Z | Compiling petgraph v0.6.5 |
| 1714 | 2026-01-28T22:35:45.123Z | Compiling petgraph v0.8.2 |
| 1715 | 2026-01-28T22:35:46.376Z | Compiling string_cache v0.8.9 |
| 1716 | 2026-01-28T22:35:46.874Z | Compiling strum v0.26.3 |
| 1717 | 2026-01-28T22:35:47.156Z | Compiling toml_edit v0.22.27 |
| 1718 | 2026-01-28T22:35:47.351Z | Compiling clap v4.5.48 |
| 1719 | 2026-01-28T22:35:47.504Z | Compiling hickory-proto v0.25.2 |
| 1720 | 2026-01-28T22:35:47.695Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1721 | 2026-01-28T22:35:49.179Z | Compiling sha3 v0.10.8 |
| 1722 | 2026-01-28T22:35:50.319Z | Compiling similar v2.7.0 |
| 1723 | 2026-01-28T22:35:50.675Z | Compiling zip v4.2.0 |
| 1724 | 2026-01-28T22:35:50.731Z | Compiling usdt-impl v0.5.0 |
| 1725 | 2026-01-28T22:35:52.198Z | Compiling usdt v0.6.0 |
| 1726 | 2026-01-28T22:35:52.598Z | Compiling env_logger v0.11.8 |
| 1727 | 2026-01-28T22:35:52.734Z | Compiling serde_with v3.16.1 |
| 1728 | 2026-01-28T22:35:53.036Z | Compiling ecdsa v0.16.9 |
| 1729 | 2026-01-28T22:35:53.495Z | Compiling rsa v0.9.8 |
| 1730 | 2026-01-28T22:35:54.089Z | Compiling zip v0.6.6 |
| 1731 | 2026-01-28T22:35:55.074Z | Compiling ed25519-dalek v2.1.1 |
| 1732 | 2026-01-28T22:35:55.268Z | Compiling toml v0.7.8 |
| 1733 | 2026-01-28T22:35:56.644Z | Compiling crossterm v0.28.1 |
| 1734 | 2026-01-28T22:35:57.516Z | Compiling heck v0.4.1 |
| 1735 | 2026-01-28T22:35:57.778Z | Compiling crossbeam-epoch v0.9.18 |
| 1736 | 2026-01-28T22:35:57.804Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1737 | 2026-01-28T22:35:57.895Z | Compiling tokio-stream v0.1.17 |
| 1738 | 2026-01-28T22:35:58.004Z | Compiling x509-cert v0.2.5 |
| 1739 | 2026-01-28T22:35:58.391Z | Compiling openapiv3 v2.2.0 |
| 1740 | 2026-01-28T22:35:58.566Z | Compiling sha1 v0.10.6 |
| 1741 | 2026-01-28T22:35:59.083Z | Compiling itertools v0.10.5 |
| 1742 | 2026-01-28T22:35:59.115Z | Compiling itertools v0.13.0 |
| 1743 | 2026-01-28T22:36:00.451Z | Compiling winnow v0.6.26 |
| 1744 | 2026-01-28T22:36:00.482Z | Compiling lalrpop-util v0.19.12 |
| 1745 | 2026-01-28T22:36:00.931Z | Compiling peg-runtime v0.8.5 |
| 1746 | 2026-01-28T22:36:01.626Z | Compiling thread_local v1.1.8 |
| 1747 | 2026-01-28T22:36:02.152Z | Compiling slog-async v2.8.0 |
| 1748 | 2026-01-28T22:36:02.223Z | Compiling crossbeam-channel v0.5.15 |
| 1749 | 2026-01-28T22:36:02.376Z | Compiling xattr v1.3.1 |
| 1750 | 2026-01-28T22:36:02.664Z | Compiling futures-executor v0.3.31 |
| 1751 | 2026-01-28T22:36:02.695Z | Compiling filetime v0.2.26 |
| 1752 | 2026-01-28T22:36:02.731Z | Compiling is-terminal v0.4.13 |
| 1753 | 2026-01-28T22:36:02.838Z | Compiling term v1.1.0 |
| 1754 | 2026-01-28T22:36:02.900Z | Compiling take_mut v0.2.2 |
| 1755 | 2026-01-28T22:36:03.070Z | Compiling futures v0.3.31 |
| 1756 | 2026-01-28T22:36:03.118Z | Compiling tar v0.4.44 |
| 1757 | 2026-01-28T22:36:04.405Z | Compiling slog-term v2.9.2 |
| 1758 | 2026-01-28T22:36:08.186Z | Compiling aws-lc-sys v0.26.0 |
| 1759 | 2026-01-28T22:36:52.668Z | Compiling rustls-webpki v0.102.8 |
| 1760 | 2026-01-28T22:37:01.049Z | Compiling tokio-rustls v0.26.0 |
| 1761 | 2026-01-28T22:37:01.514Z | Compiling hyper-rustls v0.27.7 |
| 1762 | 2026-01-28T22:37:01.977Z | Compiling reqwest v0.12.24 |
| 1763 | 2026-01-28T22:37:08.232Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1764 | 2026-01-28T22:37:08.761Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1765 | 2026-01-28T22:37:16.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 11s |
| 1766 | 2026-01-28T22:37:17.109Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1767 | 2026-01-28T22:37:17.221Z | Jan 28 22:37:16.603 INFO Starting download, target: Clickhouse |
| 1768 | 2026-01-28T22:37:17.221Z | Jan 28 22:37:16.606 INFO Starting download, target: Cockroach |
| 1769 | 2026-01-28T22:37:17.221Z | Jan 28 22:37:16.606 INFO Starting download, target: Console |
| 1770 | 2026-01-28T22:37:17.221Z | Jan 28 22:37:16.606 INFO Starting download, target: DendriteStub |
| 1771 | 2026-01-28T22:37:17.221Z | Jan 28 22:37:16.606 INFO Starting download, target: MaghemiteMgd |
| 1772 | 2026-01-28T22:37:17.222Z | Jan 28 22:37:16.606 INFO Starting download, target: TransceiverControl |
| 1773 | 2026-01-28T22:37:17.246Z | Jan 28 22:37:16.607 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1774 | 2026-01-28T22:37:17.246Z | Jan 28 22:37:16.607 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1775 | 2026-01-28T22:37:17.246Z | Jan 28 22:37:16.607 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1776 | 2026-01-28T22:37:17.246Z | Jan 28 22:37:16.607 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1777 | 2026-01-28T22:37:17.246Z | Jan 28 22:37:16.607 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1778 | 2026-01-28T22:37:17.246Z | Jan 28 22:37:16.607 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1779 | 2026-01-28T22:37:17.663Z | Jan 28 22:37:17.043 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1780 | 2026-01-28T22:37:18.057Z | Jan 28 22:37:17.428 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1781 | 2026-01-28T22:37:18.282Z | Jan 28 22:37:17.653 INFO Download complete, target: Console |
| 1782 | 2026-01-28T22:37:18.613Z | Jan 28 22:37:17.990 INFO Download complete, target: TransceiverControl |
| 1783 | 2026-01-28T22:37:20.246Z | Jan 28 22:37:19.630 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1784 | 2026-01-28T22:37:20.389Z | Jan 28 22:37:19.772 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1785 | 2026-01-28T22:37:22.702Z | Jan 28 22:37:22.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1786 | 2026-01-28T22:37:22.702Z | Jan 28 22:37:22.088 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1787 | 2026-01-28T22:37:26.508Z | Jan 28 22:37:25.892 INFO Download complete, target: MaghemiteMgd |
| 1788 | 2026-01-28T22:37:26.533Z | Jan 28 22:37:25.908 INFO Download complete, target: DendriteStub |
| 1789 | 2026-01-28T22:37:31.392Z | Jan 28 22:37:30.732 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1790 | 2026-01-28T22:37:33.951Z | Jan 28 22:37:33.338 INFO Checking that binary works, target: Cockroach |
| 1791 | 2026-01-28T22:37:34.268Z | Jan 28 22:37:33.655 INFO Download complete, target: Cockroach |
| 1792 | 2026-01-28T22:37:45.939Z | Jan 28 22:37:45.328 INFO Checking that binary works, target: Clickhouse |
| 1793 | 2026-01-28T22:37:46.183Z | Jan 28 22:37:45.571 INFO Download complete, target: Clickhouse |
| 1794 | 2026-01-28T22:37:46.221Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1795 | 2026-01-28T22:37:46.283Z | |
| 1796 | 2026-01-28T22:37:46.283Z | real 7:43.171528545 |
| 1797 | 2026-01-28T22:37:46.283Z | user 22:06.506524219 |
| 1798 | 2026-01-28T22:37:46.283Z | sys 3:28.255569928 |
| 1799 | 2026-01-28T22:37:46.283Z | trap 1.020264688 |
| 1800 | 2026-01-28T22:37:46.283Z | tflt 0.653848518 |
| 1801 | 2026-01-28T22:37:46.284Z | dflt 1.251329218 |
| 1802 | 2026-01-28T22:37:46.284Z | kflt 0.022125578 |
| 1803 | 2026-01-28T22:37:46.284Z | lock 55:38.495882285 |
| 1804 | 2026-01-28T22:37:46.284Z | slp 1:20:28.581835661 |
| 1805 | 2026-01-28T22:37:46.284Z | lat 1:36.489028249 |
| 1806 | 2026-01-28T22:37:46.284Z | stop 3:26.386263140 |
| 1807 | 2026-01-28T22:37:46.284Z | ++ bmat factory name |
| 1808 | 2026-01-28T22:37:46.284Z | ++ bmat factory private |
| 1809 | 2026-01-28T22:37:46.284Z | + jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/56060 '{ |
| 1810 | 2026-01-28T22:37:46.284Z | buildomat: { |
| 1811 | 2026-01-28T22:37:46.284Z | factory: { |
| 1812 | 2026-01-28T22:37:46.284Z | name: $bmat_factory_name, |
| 1813 | 2026-01-28T22:37:46.284Z | private: $bmat_factory_private, |
| 1814 | 2026-01-28T22:37:46.285Z | }, |
| 1815 | 2026-01-28T22:37:46.285Z | }, |
| 1816 | 2026-01-28T22:37:46.285Z | }' |
| 1817 | 2026-01-28T22:37:46.309Z | + banner ls-apis |
| 1818 | 2026-01-28T22:37:46.310Z | |
| 1819 | 2026-01-28T22:37:46.310Z | # #### ## ##### # #### |
| 1820 | 2026-01-28T22:37:46.310Z | # # # # # # # # |
| 1821 | 2026-01-28T22:37:46.310Z | # #### ##### # # # # # #### |
| 1822 | 2026-01-28T22:37:46.310Z | # # ###### ##### # # |
| 1823 | 2026-01-28T22:37:46.310Z | # # # # # # # # # |
| 1824 | 2026-01-28T22:37:46.310Z | ###### #### # # # # #### |
| 1825 | 2026-01-28T22:37:46.310Z | |
| 1826 | 2026-01-28T22:37:46.310Z | + source ./tools/include/force-git-over-https.sh |
| 1827 | 2026-01-28T22:37:46.310Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1828 | 2026-01-28T22:37:46.310Z | ++ (( i = 0 )) |
| 1829 | 2026-01-28T22:37:46.310Z | ++ (( i < 5 )) |
| 1830 | 2026-01-28T22:37:46.310Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1831 | 2026-01-28T22:37:46.334Z | ++ (( i++ )) |
| 1832 | 2026-01-28T22:37:46.334Z | ++ (( i < 5 )) |
| 1833 | 2026-01-28T22:37:46.334Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1834 | 2026-01-28T22:37:46.334Z | ++ (( i++ )) |
| 1835 | 2026-01-28T22:37:46.334Z | ++ (( i < 5 )) |
| 1836 | 2026-01-28T22:37:46.334Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1837 | 2026-01-28T22:37:46.334Z | ++ (( i++ )) |
| 1838 | 2026-01-28T22:37:46.335Z | ++ (( i < 5 )) |
| 1839 | 2026-01-28T22:37:46.335Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1840 | 2026-01-28T22:37:46.335Z | ++ (( i++ )) |
| 1841 | 2026-01-28T22:37:46.335Z | ++ (( i < 5 )) |
| 1842 | 2026-01-28T22:37:46.335Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1843 | 2026-01-28T22:37:46.335Z | ++ (( i++ )) |
| 1844 | 2026-01-28T22:37:46.335Z | ++ (( i < 5 )) |
| 1845 | 2026-01-28T22:37:46.335Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1846 | 2026-01-28T22:37:46.335Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1847 | 2026-01-28T22:37:46.335Z | + ptime -m cargo xtask ls-apis apis |
| 1848 | 2026-01-28T22:37:47.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 1849 | 2026-01-28T22:37:47.863Z | Running `target/debug/xtask ls-apis apis` |
| 1850 | 2026-01-28T22:37:49.557Z | Compiling semver v0.1.20 |
| 1851 | 2026-01-28T22:37:49.582Z | Compiling erased-serde v0.4.6 |
| 1852 | 2026-01-28T22:37:49.614Z | Compiling ordered-float v2.10.1 |
| 1853 | 2026-01-28T22:37:49.640Z | Compiling structmeta-derive v0.3.0 |
| 1854 | 2026-01-28T22:37:49.640Z | Compiling toml v0.8.23 |
| 1855 | 2026-01-28T22:37:49.640Z | Compiling cargo-platform v0.2.0 |
| 1856 | 2026-01-28T22:37:49.679Z | Compiling indent_write v2.2.0 |
| 1857 | 2026-01-28T22:37:50.014Z | Compiling rustc_version v0.1.7 |
| 1858 | 2026-01-28T22:37:50.274Z | Compiling serde-value v0.7.0 |
| 1859 | 2026-01-28T22:37:50.487Z | Compiling newtype_derive v0.1.6 |
| 1860 | 2026-01-28T22:37:50.765Z | Compiling serde-untagged v0.1.7 |
| 1861 | 2026-01-28T22:37:51.212Z | Compiling cargo-util-schemas v0.8.2 |
| 1862 | 2026-01-28T22:37:51.551Z | Compiling structmeta v0.3.0 |
| 1863 | 2026-01-28T22:37:51.971Z | Compiling parse-display-derive v0.10.0 |
| 1864 | 2026-01-28T22:37:53.658Z | Compiling cargo_metadata v0.21.0 |
| 1865 | 2026-01-28T22:37:54.619Z | Compiling parse-display v0.10.0 |
| 1866 | 2026-01-28T22:37:55.676Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 1867 | 2026-01-28T22:38:03.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.72s |
| 1868 | 2026-01-28T22:38:03.831Z | Running `target/debug/ls-apis apis` |
| 1869 | 2026-01-28T22:38:03.923Z | loading metadata for workspace omicron from current workspace |
| 1870 | 2026-01-28T22:38:09.470Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml |
| 1871 | 2026-01-28T22:38:09.494Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 1872 | 2026-01-28T22:38:09.494Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 1873 | 2026-01-28T22:38:09.494Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 1874 | 2026-01-28T22:38:09.494Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 1875 | 2026-01-28T22:38:37.907Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml |
| 1876 | 2026-01-28T22:38:40.173Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 1877 | 2026-01-28T22:38:40.203Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 1878 | 2026-01-28T22:38:40.503Z | Bootstrap Agent (client: bootstrap-agent-client) |
| 1879 | 2026-01-28T22:38:40.503Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1880 | 2026-01-28T22:38:40.503Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
| 1881 | 2026-01-28T22:38:40.503Z | |
| 1882 | 2026-01-28T22:38:40.503Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
| 1883 | 2026-01-28T22:38:40.503Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1884 | 2026-01-28T22:38:40.504Z | |
| 1885 | 2026-01-28T22:38:40.504Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
| 1886 | 2026-01-28T22:38:40.504Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1887 | 2026-01-28T22:38:40.504Z | |
| 1888 | 2026-01-28T22:38:40.504Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
| 1889 | 2026-01-28T22:38:40.504Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1890 | 2026-01-28T22:38:40.504Z | |
| 1891 | 2026-01-28T22:38:40.504Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
| 1892 | 2026-01-28T22:38:40.504Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1893 | 2026-01-28T22:38:40.504Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1894 | 2026-01-28T22:38:40.504Z | |
| 1895 | 2026-01-28T22:38:40.504Z | Crucible Agent (client: crucible-agent-client) |
| 1896 | 2026-01-28T22:38:40.528Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1897 | 2026-01-28T22:38:40.528Z | |
| 1898 | 2026-01-28T22:38:40.528Z | Crucible Control (for testing only) (client: crucible-control-client) |
| 1899 | 2026-01-28T22:38:40.528Z | |
| 1900 | 2026-01-28T22:38:40.528Z | Crucible Pantry (client: crucible-pantry-client) |
| 1901 | 2026-01-28T22:38:40.528Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1902 | 2026-01-28T22:38:40.528Z | |
| 1903 | 2026-01-28T22:38:40.528Z | Maghemite DDM Admin (client: ddm-admin-client) |
| 1904 | 2026-01-28T22:38:40.528Z | consumed by: installinator (omicron/installinator) via 1 path |
| 1905 | 2026-01-28T22:38:40.529Z | consumed by: mgd (maghemite/mgd) via 1 path |
| 1906 | 2026-01-28T22:38:40.529Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1907 | 2026-01-28T22:38:40.529Z | consumed by: wicketd (omicron/wicketd) via 1 path |
| 1908 | 2026-01-28T22:38:40.529Z | |
| 1909 | 2026-01-28T22:38:40.529Z | DNS Server (client: dns-service-client) |
| 1910 | 2026-01-28T22:38:40.529Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1911 | 2026-01-28T22:38:40.529Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1912 | 2026-01-28T22:38:40.529Z | |
| 1913 | 2026-01-28T22:38:40.529Z | Dendrite DPD (client: dpd-client) |
| 1914 | 2026-01-28T22:38:40.529Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
| 1915 | 2026-01-28T22:38:40.529Z | consumed by: lldpd (lldp/lldpd) via 2 paths |
| 1916 | 2026-01-28T22:38:40.529Z | consumed by: mgd (maghemite/mgd) via 1 path |
| 1917 | 2026-01-28T22:38:40.529Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1918 | 2026-01-28T22:38:40.529Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1919 | 2026-01-28T22:38:40.529Z | consumed by: tfportd (dendrite/tfportd) via 2 paths |
| 1920 | 2026-01-28T22:38:40.529Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
| 1921 | 2026-01-28T22:38:40.529Z | |
| 1922 | 2026-01-28T22:38:40.529Z | Downstairs Controller (debugging only) (client: dsc-client) |
| 1923 | 2026-01-28T22:38:40.529Z | |
| 1924 | 2026-01-28T22:38:40.529Z | Management Gateway Service (client: gateway-client) |
| 1925 | 2026-01-28T22:38:40.529Z | consumed by: dpd (dendrite/dpd) via 1 path |
| 1926 | 2026-01-28T22:38:40.529Z | consumed by: mgd (maghemite/mgd) via 1 path |
| 1927 | 2026-01-28T22:38:40.529Z | consumed by: omicron-nexus (omicron/nexus) via 4 paths |
| 1928 | 2026-01-28T22:38:40.529Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1929 | 2026-01-28T22:38:40.529Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
| 1930 | 2026-01-28T22:38:40.529Z | |
| 1931 | 2026-01-28T22:38:40.529Z | Wicketd Installinator (client: installinator-client) |
| 1932 | 2026-01-28T22:38:40.529Z | consumed by: installinator (omicron/installinator) via 1 path |
| 1933 | 2026-01-28T22:38:40.529Z | |
| 1934 | 2026-01-28T22:38:40.529Z | LLDP daemon (client: lldpd-client) |
| 1935 | 2026-01-28T22:38:40.529Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1936 | 2026-01-28T22:38:40.529Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
| 1937 | 2026-01-28T22:38:40.529Z | |
| 1938 | 2026-01-28T22:38:40.529Z | Maghemite MG Admin (client: mg-admin-client) |
| 1939 | 2026-01-28T22:38:40.555Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1940 | 2026-01-28T22:38:40.555Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1941 | 2026-01-28T22:38:40.555Z | |
| 1942 | 2026-01-28T22:38:40.555Z | Nexus Internal API (client: nexus-client) |
| 1943 | 2026-01-28T22:38:40.555Z | consumed by: crucible-pantry (crucible/pantry) via 1 path |
| 1944 | 2026-01-28T22:38:40.555Z | consumed by: dpd (dendrite/dpd) via 1 path |
| 1945 | 2026-01-28T22:38:40.555Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1946 | 2026-01-28T22:38:40.555Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
| 1947 | 2026-01-28T22:38:40.555Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
| 1948 | 2026-01-28T22:38:40.555Z | |
| 1949 | 2026-01-28T22:38:40.555Z | Nexus Internal Lockstep API (client: nexus-lockstep-client) |
| 1950 | 2026-01-28T22:38:40.555Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1951 | 2026-01-28T22:38:40.555Z | status: expected, reason: Only RSS uses this API and it is not part of upgrade |
| 1952 | 2026-01-28T22:38:40.555Z | |
| 1953 | 2026-01-28T22:38:40.555Z | NTP Admin (client: ntp-admin-client) |
| 1954 | 2026-01-28T22:38:40.555Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1955 | 2026-01-28T22:38:40.555Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
| 1956 | 2026-01-28T22:38:40.555Z | |
| 1957 | 2026-01-28T22:38:40.555Z | External API (client: oxide-client) |
| 1958 | 2026-01-28T22:38:40.555Z | |
| 1959 | 2026-01-28T22:38:40.556Z | Oximeter (client: oximeter-client) |
| 1960 | 2026-01-28T22:38:40.556Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1961 | 2026-01-28T22:38:40.556Z | |
| 1962 | 2026-01-28T22:38:40.556Z | Propolis (client: propolis-client) |
| 1963 | 2026-01-28T22:38:40.556Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1964 | 2026-01-28T22:38:40.556Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
| 1965 | 2026-01-28T22:38:40.556Z | |
| 1966 | 2026-01-28T22:38:40.556Z | Crucible Repair (client: repair-client) |
| 1967 | 2026-01-28T22:38:40.556Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
| 1968 | 2026-01-28T22:38:40.556Z | |
| 1969 | 2026-01-28T22:38:40.556Z | Repo Depot API (client: repo-depot-client) |
| 1970 | 2026-01-28T22:38:40.556Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1971 | 2026-01-28T22:38:40.556Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1972 | 2026-01-28T22:38:40.556Z | |
| 1973 | 2026-01-28T22:38:40.556Z | Sled Agent (client: sled-agent-client) |
| 1974 | 2026-01-28T22:38:40.556Z | consumed by: omicron-nexus (omicron/nexus) via 8 paths |
| 1975 | 2026-01-28T22:38:40.556Z | |
| 1976 | 2026-01-28T22:38:40.556Z | Wicketd (client: wicketd-client) |
| 1977 | 2026-01-28T22:38:40.580Z | |
| 1978 | 2026-01-28T22:38:40.679Z | |
| 1979 | 2026-01-28T22:38:40.679Z | real 54.314217825 |
| 1980 | 2026-01-28T22:38:40.679Z | user 50.718820218 |
| 1981 | 2026-01-28T22:38:40.679Z | sys 22.219251420 |
| 1982 | 2026-01-28T22:38:40.679Z | trap 0.042100878 |
| 1983 | 2026-01-28T22:38:40.679Z | tflt 0.066290639 |
| 1984 | 2026-01-28T22:38:40.679Z | dflt 0.314793823 |
| 1985 | 2026-01-28T22:38:40.679Z | kflt 0.000003898 |
| 1986 | 2026-01-28T22:38:40.679Z | lock 1:28.480264762 |
| 1987 | 2026-01-28T22:38:40.679Z | slp 5:37.207667316 |
| 1988 | 2026-01-28T22:38:40.679Z | lat 1.792933678 |
| 1989 | 2026-01-28T22:38:40.679Z | stop 2.176836696 |
| 1990 | 2026-01-28T22:38:40.703Z | + ptime -m cargo xtask ls-apis deployment-units |
| 1991 | 2026-01-28T22:38:42.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 1992 | 2026-01-28T22:38:42.225Z | Running `target/debug/xtask ls-apis deployment-units` |
| 1993 | 2026-01-28T22:38:44.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 1994 | 2026-01-28T22:38:44.097Z | Running `target/debug/ls-apis deployment-units` |
| 1995 | 2026-01-28T22:38:44.169Z | loading metadata for workspace omicron from current workspace |
| 1996 | 2026-01-28T22:38:46.429Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 1997 | 2026-01-28T22:38:46.453Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 1998 | 2026-01-28T22:38:46.453Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml |
| 1999 | 2026-01-28T22:38:46.453Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 2000 | 2026-01-28T22:38:46.453Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2001 | 2026-01-28T22:38:51.921Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml |
| 2002 | 2026-01-28T22:38:53.588Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2003 | 2026-01-28T22:38:53.621Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2004 | 2026-01-28T22:38:53.937Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
| 2005 | 2026-01-28T22:38:53.937Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
| 2006 | 2026-01-28T22:38:53.937Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
| 2007 | 2026-01-28T22:38:53.937Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
| 2008 | 2026-01-28T22:38:53.937Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
| 2009 | 2026-01-28T22:38:53.986Z | |
| 2010 | 2026-01-28T22:38:53.986Z | |
| 2011 | 2026-01-28T22:38:53.986Z | Cockroach |
| 2012 | 2026-01-28T22:38:53.986Z | omicron-cockroach-admin (omicron/cockroach-admin) |
| 2013 | 2026-01-28T22:38:53.986Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
| 2014 | 2026-01-28T22:38:53.986Z | |
| 2015 | 2026-01-28T22:38:53.986Z | |
| 2016 | 2026-01-28T22:38:53.986Z | Crucible |
| 2017 | 2026-01-28T22:38:53.986Z | crucible-agent (crucible/agent) |
| 2018 | 2026-01-28T22:38:53.986Z | exposes: Crucible Agent (client = crucible-agent-client) |
| 2019 | 2026-01-28T22:38:53.986Z | |
| 2020 | 2026-01-28T22:38:53.986Z | crucible-downstairs (crucible/downstairs) |
| 2021 | 2026-01-28T22:38:53.986Z | exposes: Crucible Repair (client = repair-client) |
| 2022 | 2026-01-28T22:38:53.986Z | consumes: repair-client |
| 2023 | 2026-01-28T22:38:53.986Z | |
| 2024 | 2026-01-28T22:38:53.986Z | |
| 2025 | 2026-01-28T22:38:53.986Z | Crucible Pantry |
| 2026 | 2026-01-28T22:38:53.986Z | crucible-pantry (crucible/pantry) |
| 2027 | 2026-01-28T22:38:53.986Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
| 2028 | 2026-01-28T22:38:53.987Z | consumes: nexus-client |
| 2029 | 2026-01-28T22:38:53.987Z | |
| 2030 | 2026-01-28T22:38:53.987Z | |
| 2031 | 2026-01-28T22:38:53.987Z | DNS Server |
| 2032 | 2026-01-28T22:38:53.987Z | dns-server (omicron/dns-server) |
| 2033 | 2026-01-28T22:38:53.987Z | exposes: DNS Server (client = dns-service-client) |
| 2034 | 2026-01-28T22:38:53.987Z | |
| 2035 | 2026-01-28T22:38:53.987Z | |
| 2036 | 2026-01-28T22:38:53.987Z | Host OS |
| 2037 | 2026-01-28T22:38:53.987Z | ddmd (maghemite/ddmd) |
| 2038 | 2026-01-28T22:38:53.987Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
| 2039 | 2026-01-28T22:38:53.987Z | consumes: dpd-client |
| 2040 | 2026-01-28T22:38:53.987Z | |
| 2041 | 2026-01-28T22:38:53.987Z | dpd (dendrite/dpd) |
| 2042 | 2026-01-28T22:38:53.987Z | exposes: Dendrite DPD (client = dpd-client) |
| 2043 | 2026-01-28T22:38:53.987Z | consumes: gateway-client |
| 2044 | 2026-01-28T22:38:53.987Z | consumes: nexus-client |
| 2045 | 2026-01-28T22:38:53.987Z | |
| 2046 | 2026-01-28T22:38:53.987Z | lldpd (lldp/lldpd) |
| 2047 | 2026-01-28T22:38:53.987Z | exposes: LLDP daemon (client = lldpd-client) |
| 2048 | 2026-01-28T22:38:53.987Z | consumes: dpd-client |
| 2049 | 2026-01-28T22:38:53.987Z | |
| 2050 | 2026-01-28T22:38:53.987Z | mgd (maghemite/mgd) |
| 2051 | 2026-01-28T22:38:53.987Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
| 2052 | 2026-01-28T22:38:53.987Z | consumes: ddm-admin-client |
| 2053 | 2026-01-28T22:38:53.987Z | consumes: dpd-client |
| 2054 | 2026-01-28T22:38:53.987Z | consumes: gateway-client |
| 2055 | 2026-01-28T22:38:53.987Z | |
| 2056 | 2026-01-28T22:38:53.987Z | omicron-gateway (omicron/gateway) |
| 2057 | 2026-01-28T22:38:53.987Z | exposes: Management Gateway Service (client = gateway-client) |
| 2058 | 2026-01-28T22:38:53.987Z | |
| 2059 | 2026-01-28T22:38:53.987Z | omicron-sled-agent (omicron/sled-agent) |
| 2060 | 2026-01-28T22:38:53.987Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
| 2061 | 2026-01-28T22:38:53.987Z | exposes: Repo Depot API (client = repo-depot-client) |
| 2062 | 2026-01-28T22:38:53.987Z | exposes: Sled Agent (client = sled-agent-client) |
| 2063 | 2026-01-28T22:38:53.987Z | consumes: bootstrap-agent-client |
| 2064 | 2026-01-28T22:38:53.987Z | consumes: cockroach-admin-client |
| 2065 | 2026-01-28T22:38:53.987Z | consumes: ddm-admin-client |
| 2066 | 2026-01-28T22:38:53.987Z | consumes: dns-service-client |
| 2067 | 2026-01-28T22:38:53.988Z | consumes: dpd-client |
| 2068 | 2026-01-28T22:38:53.988Z | consumes: gateway-client |
| 2069 | 2026-01-28T22:38:53.988Z | consumes: mg-admin-client |
| 2070 | 2026-01-28T22:38:53.988Z | consumes: nexus-client |
| 2071 | 2026-01-28T22:38:53.988Z | consumes: nexus-lockstep-client |
| 2072 | 2026-01-28T22:38:53.988Z | consumes: ntp-admin-client |
| 2073 | 2026-01-28T22:38:53.988Z | consumes: propolis-client |
| 2074 | 2026-01-28T22:38:53.988Z | consumes: repo-depot-client |
| 2075 | 2026-01-28T22:38:53.988Z | |
| 2076 | 2026-01-28T22:38:53.988Z | propolis-server (propolis/bin/propolis-server) |
| 2077 | 2026-01-28T22:38:53.988Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
| 2078 | 2026-01-28T22:38:53.988Z | exposes: Propolis (client = propolis-client) |
| 2079 | 2026-01-28T22:38:53.988Z | consumes: nexus-client |
| 2080 | 2026-01-28T22:38:53.988Z | |
| 2081 | 2026-01-28T22:38:53.988Z | tfportd (dendrite/tfportd) |
| 2082 | 2026-01-28T22:38:53.988Z | consumes: dpd-client |
| 2083 | 2026-01-28T22:38:53.988Z | consumes: lldpd-client |
| 2084 | 2026-01-28T22:38:53.988Z | |
| 2085 | 2026-01-28T22:38:53.988Z | wicketd (omicron/wicketd) |
| 2086 | 2026-01-28T22:38:53.988Z | exposes: Wicketd Installinator (client = installinator-client) |
| 2087 | 2026-01-28T22:38:53.988Z | exposes: Wicketd (client = wicketd-client) |
| 2088 | 2026-01-28T22:38:54.013Z | consumes: bootstrap-agent-client |
| 2089 | 2026-01-28T22:38:54.013Z | consumes: ddm-admin-client |
| 2090 | 2026-01-28T22:38:54.013Z | consumes: dpd-client |
| 2091 | 2026-01-28T22:38:54.013Z | consumes: gateway-client |
| 2092 | 2026-01-28T22:38:54.013Z | |
| 2093 | 2026-01-28T22:38:54.013Z | |
| 2094 | 2026-01-28T22:38:54.013Z | Installinator |
| 2095 | 2026-01-28T22:38:54.013Z | installinator (omicron/installinator) |
| 2096 | 2026-01-28T22:38:54.013Z | consumes: ddm-admin-client |
| 2097 | 2026-01-28T22:38:54.013Z | consumes: installinator-client |
| 2098 | 2026-01-28T22:38:54.013Z | |
| 2099 | 2026-01-28T22:38:54.013Z | |
| 2100 | 2026-01-28T22:38:54.013Z | NTP |
| 2101 | 2026-01-28T22:38:54.013Z | omicron-ntp-admin (omicron/ntp-admin) |
| 2102 | 2026-01-28T22:38:54.013Z | exposes: NTP Admin (client = ntp-admin-client) |
| 2103 | 2026-01-28T22:38:54.013Z | |
| 2104 | 2026-01-28T22:38:54.013Z | |
| 2105 | 2026-01-28T22:38:54.013Z | Nexus |
| 2106 | 2026-01-28T22:38:54.013Z | omicron-nexus (omicron/nexus) |
| 2107 | 2026-01-28T22:38:54.013Z | exposes: Nexus Internal API (client = nexus-client) |
| 2108 | 2026-01-28T22:38:54.013Z | exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client) |
| 2109 | 2026-01-28T22:38:54.014Z | exposes: External API (client = oxide-client) |
| 2110 | 2026-01-28T22:38:54.014Z | consumes: clickhouse-admin-keeper-client |
| 2111 | 2026-01-28T22:38:54.014Z | consumes: clickhouse-admin-server-client |
| 2112 | 2026-01-28T22:38:54.014Z | consumes: clickhouse-admin-single-client |
| 2113 | 2026-01-28T22:38:54.014Z | consumes: cockroach-admin-client |
| 2114 | 2026-01-28T22:38:54.014Z | consumes: crucible-agent-client |
| 2115 | 2026-01-28T22:38:54.014Z | consumes: crucible-pantry-client |
| 2116 | 2026-01-28T22:38:54.014Z | consumes: dns-service-client |
| 2117 | 2026-01-28T22:38:54.014Z | consumes: dpd-client |
| 2118 | 2026-01-28T22:38:54.014Z | consumes: gateway-client |
| 2119 | 2026-01-28T22:38:54.014Z | consumes: lldpd-client |
| 2120 | 2026-01-28T22:38:54.014Z | consumes: mg-admin-client |
| 2121 | 2026-01-28T22:38:54.014Z | consumes: ntp-admin-client |
| 2122 | 2026-01-28T22:38:54.014Z | consumes: oximeter-client |
| 2123 | 2026-01-28T22:38:54.014Z | consumes: propolis-client |
| 2124 | 2026-01-28T22:38:54.014Z | consumes: repo-depot-client |
| 2125 | 2026-01-28T22:38:54.014Z | consumes: sled-agent-client |
| 2126 | 2026-01-28T22:38:54.014Z | |
| 2127 | 2026-01-28T22:38:54.014Z | |
| 2128 | 2026-01-28T22:38:54.014Z | Oximeter |
| 2129 | 2026-01-28T22:38:54.014Z | oximeter-collector (omicron/oximeter/collector) |
| 2130 | 2026-01-28T22:38:54.014Z | exposes: Oximeter (client = oximeter-client) |
| 2131 | 2026-01-28T22:38:54.014Z | consumes: nexus-client |
| 2132 | 2026-01-28T22:38:54.014Z | |
| 2133 | 2026-01-28T22:38:54.014Z | |
| 2134 | 2026-01-28T22:38:54.101Z | |
| 2135 | 2026-01-28T22:38:54.101Z | real 13.381354773 |
| 2136 | 2026-01-28T22:38:54.101Z | user 10.445663888 |
| 2137 | 2026-01-28T22:38:54.101Z | sys 5.013257490 |
| 2138 | 2026-01-28T22:38:54.101Z | trap 0.005818079 |
| 2139 | 2026-01-28T22:38:54.102Z | tflt 0.000135842 |
| 2140 | 2026-01-28T22:38:54.102Z | dflt 0.000458673 |
| 2141 | 2026-01-28T22:38:54.102Z | kflt 0.000002986 |
| 2142 | 2026-01-28T22:38:54.126Z | lock 0.577606004 |
| 2143 | 2026-01-28T22:38:54.126Z | slp 47.371019250 |
| 2144 | 2026-01-28T22:38:54.126Z | lat 0.100500136 |
| 2145 | 2026-01-28T22:38:54.126Z | stop 0.015958441 |
| 2146 | 2026-01-28T22:38:54.126Z | + ptime -m cargo xtask ls-apis servers |
| 2147 | 2026-01-28T22:38:55.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2148 | 2026-01-28T22:38:55.364Z | Running `target/debug/xtask ls-apis servers` |
| 2149 | 2026-01-28T22:38:57.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 2150 | 2026-01-28T22:38:57.163Z | Running `target/debug/ls-apis servers` |
| 2151 | 2026-01-28T22:38:57.238Z | loading metadata for workspace omicron from current workspace |
| 2152 | 2026-01-28T22:38:59.637Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 2153 | 2026-01-28T22:38:59.661Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 2154 | 2026-01-28T22:38:59.661Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 2155 | 2026-01-28T22:38:59.661Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml |
| 2156 | 2026-01-28T22:38:59.685Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2157 | 2026-01-28T22:39:04.789Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml |
| 2158 | 2026-01-28T22:39:06.302Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2159 | 2026-01-28T22:39:06.337Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2160 | 2026-01-28T22:39:06.659Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
| 2161 | 2026-01-28T22:39:06.659Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
| 2162 | 2026-01-28T22:39:06.659Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
| 2163 | 2026-01-28T22:39:06.659Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
| 2164 | 2026-01-28T22:39:06.712Z | |
| 2165 | 2026-01-28T22:39:06.712Z | omicron-cockroach-admin (omicron/cockroach-admin) |
| 2166 | 2026-01-28T22:39:06.712Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
| 2167 | 2026-01-28T22:39:06.712Z | |
| 2168 | 2026-01-28T22:39:06.712Z | crucible-agent (crucible/agent) |
| 2169 | 2026-01-28T22:39:06.712Z | exposes: Crucible Agent (client = crucible-agent-client) |
| 2170 | 2026-01-28T22:39:06.712Z | |
| 2171 | 2026-01-28T22:39:06.713Z | crucible-downstairs (crucible/downstairs) |
| 2172 | 2026-01-28T22:39:06.713Z | exposes: Crucible Repair (client = repair-client) |
| 2173 | 2026-01-28T22:39:06.713Z | consumes: repair-client |
| 2174 | 2026-01-28T22:39:06.713Z | |
| 2175 | 2026-01-28T22:39:06.713Z | crucible-pantry (crucible/pantry) |
| 2176 | 2026-01-28T22:39:06.713Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
| 2177 | 2026-01-28T22:39:06.713Z | consumes: nexus-client |
| 2178 | 2026-01-28T22:39:06.713Z | |
| 2179 | 2026-01-28T22:39:06.713Z | dns-server (omicron/dns-server) |
| 2180 | 2026-01-28T22:39:06.713Z | exposes: DNS Server (client = dns-service-client) |
| 2181 | 2026-01-28T22:39:06.713Z | |
| 2182 | 2026-01-28T22:39:06.713Z | omicron-sled-agent (omicron/sled-agent) |
| 2183 | 2026-01-28T22:39:06.713Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
| 2184 | 2026-01-28T22:39:06.713Z | exposes: Repo Depot API (client = repo-depot-client) |
| 2185 | 2026-01-28T22:39:06.713Z | exposes: Sled Agent (client = sled-agent-client) |
| 2186 | 2026-01-28T22:39:06.713Z | consumes: bootstrap-agent-client |
| 2187 | 2026-01-28T22:39:06.713Z | consumes: cockroach-admin-client |
| 2188 | 2026-01-28T22:39:06.713Z | consumes: ddm-admin-client |
| 2189 | 2026-01-28T22:39:06.713Z | consumes: dns-service-client |
| 2190 | 2026-01-28T22:39:06.713Z | consumes: dpd-client |
| 2191 | 2026-01-28T22:39:06.713Z | consumes: gateway-client |
| 2192 | 2026-01-28T22:39:06.713Z | consumes: mg-admin-client |
| 2193 | 2026-01-28T22:39:06.713Z | consumes: nexus-client |
| 2194 | 2026-01-28T22:39:06.713Z | consumes: nexus-lockstep-client |
| 2195 | 2026-01-28T22:39:06.713Z | consumes: ntp-admin-client |
| 2196 | 2026-01-28T22:39:06.713Z | consumes: propolis-client |
| 2197 | 2026-01-28T22:39:06.713Z | consumes: repo-depot-client |
| 2198 | 2026-01-28T22:39:06.713Z | |
| 2199 | 2026-01-28T22:39:06.713Z | propolis-server (propolis/bin/propolis-server) |
| 2200 | 2026-01-28T22:39:06.713Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
| 2201 | 2026-01-28T22:39:06.713Z | exposes: Propolis (client = propolis-client) |
| 2202 | 2026-01-28T22:39:06.713Z | consumes: nexus-client |
| 2203 | 2026-01-28T22:39:06.713Z | |
| 2204 | 2026-01-28T22:39:06.713Z | ddmd (maghemite/ddmd) |
| 2205 | 2026-01-28T22:39:06.713Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
| 2206 | 2026-01-28T22:39:06.713Z | consumes: dpd-client |
| 2207 | 2026-01-28T22:39:06.713Z | |
| 2208 | 2026-01-28T22:39:06.713Z | dpd (dendrite/dpd) |
| 2209 | 2026-01-28T22:39:06.714Z | exposes: Dendrite DPD (client = dpd-client) |
| 2210 | 2026-01-28T22:39:06.714Z | consumes: gateway-client |
| 2211 | 2026-01-28T22:39:06.714Z | consumes: nexus-client |
| 2212 | 2026-01-28T22:39:06.714Z | |
| 2213 | 2026-01-28T22:39:06.714Z | lldpd (lldp/lldpd) |
| 2214 | 2026-01-28T22:39:06.714Z | exposes: LLDP daemon (client = lldpd-client) |
| 2215 | 2026-01-28T22:39:06.714Z | consumes: dpd-client |
| 2216 | 2026-01-28T22:39:06.714Z | |
| 2217 | 2026-01-28T22:39:06.714Z | mgd (maghemite/mgd) |
| 2218 | 2026-01-28T22:39:06.714Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
| 2219 | 2026-01-28T22:39:06.714Z | consumes: ddm-admin-client |
| 2220 | 2026-01-28T22:39:06.714Z | consumes: dpd-client |
| 2221 | 2026-01-28T22:39:06.714Z | consumes: gateway-client |
| 2222 | 2026-01-28T22:39:06.714Z | |
| 2223 | 2026-01-28T22:39:06.714Z | omicron-gateway (omicron/gateway) |
| 2224 | 2026-01-28T22:39:06.714Z | exposes: Management Gateway Service (client = gateway-client) |
| 2225 | 2026-01-28T22:39:06.739Z | |
| 2226 | 2026-01-28T22:39:06.739Z | tfportd (dendrite/tfportd) |
| 2227 | 2026-01-28T22:39:06.739Z | consumes: dpd-client |
| 2228 | 2026-01-28T22:39:06.739Z | consumes: lldpd-client |
| 2229 | 2026-01-28T22:39:06.740Z | |
| 2230 | 2026-01-28T22:39:06.740Z | wicketd (omicron/wicketd) |
| 2231 | 2026-01-28T22:39:06.740Z | exposes: Wicketd Installinator (client = installinator-client) |
| 2232 | 2026-01-28T22:39:06.740Z | exposes: Wicketd (client = wicketd-client) |
| 2233 | 2026-01-28T22:39:06.740Z | consumes: bootstrap-agent-client |
| 2234 | 2026-01-28T22:39:06.740Z | consumes: ddm-admin-client |
| 2235 | 2026-01-28T22:39:06.740Z | consumes: dpd-client |
| 2236 | 2026-01-28T22:39:06.740Z | consumes: gateway-client |
| 2237 | 2026-01-28T22:39:06.740Z | |
| 2238 | 2026-01-28T22:39:06.740Z | installinator (omicron/installinator) |
| 2239 | 2026-01-28T22:39:06.740Z | consumes: ddm-admin-client |
| 2240 | 2026-01-28T22:39:06.740Z | consumes: installinator-client |
| 2241 | 2026-01-28T22:39:06.740Z | |
| 2242 | 2026-01-28T22:39:06.740Z | omicron-ntp-admin (omicron/ntp-admin) |
| 2243 | 2026-01-28T22:39:06.740Z | exposes: NTP Admin (client = ntp-admin-client) |
| 2244 | 2026-01-28T22:39:06.740Z | |
| 2245 | 2026-01-28T22:39:06.740Z | omicron-nexus (omicron/nexus) |
| 2246 | 2026-01-28T22:39:06.740Z | exposes: Nexus Internal API (client = nexus-client) |
| 2247 | 2026-01-28T22:39:06.740Z | exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client) |
| 2248 | 2026-01-28T22:39:06.740Z | exposes: External API (client = oxide-client) |
| 2249 | 2026-01-28T22:39:06.740Z | consumes: clickhouse-admin-keeper-client |
| 2250 | 2026-01-28T22:39:06.740Z | consumes: clickhouse-admin-server-client |
| 2251 | 2026-01-28T22:39:06.740Z | consumes: clickhouse-admin-single-client |
| 2252 | 2026-01-28T22:39:06.740Z | consumes: cockroach-admin-client |
| 2253 | 2026-01-28T22:39:06.740Z | consumes: crucible-agent-client |
| 2254 | 2026-01-28T22:39:06.740Z | consumes: crucible-pantry-client |
| 2255 | 2026-01-28T22:39:06.740Z | consumes: dns-service-client |
| 2256 | 2026-01-28T22:39:06.740Z | consumes: dpd-client |
| 2257 | 2026-01-28T22:39:06.740Z | consumes: gateway-client |
| 2258 | 2026-01-28T22:39:06.740Z | consumes: lldpd-client |
| 2259 | 2026-01-28T22:39:06.740Z | consumes: mg-admin-client |
| 2260 | 2026-01-28T22:39:06.741Z | consumes: ntp-admin-client |
| 2261 | 2026-01-28T22:39:06.741Z | consumes: oximeter-client |
| 2262 | 2026-01-28T22:39:06.741Z | consumes: propolis-client |
| 2263 | 2026-01-28T22:39:06.741Z | consumes: repo-depot-client |
| 2264 | 2026-01-28T22:39:06.741Z | consumes: sled-agent-client |
| 2265 | 2026-01-28T22:39:06.741Z | |
| 2266 | 2026-01-28T22:39:06.741Z | oximeter-collector (omicron/oximeter/collector) |
| 2267 | 2026-01-28T22:39:06.741Z | exposes: Oximeter (client = oximeter-client) |
| 2268 | 2026-01-28T22:39:06.741Z | consumes: nexus-client |
| 2269 | 2026-01-28T22:39:06.741Z | |
| 2270 | 2026-01-28T22:39:06.884Z | |
| 2271 | 2026-01-28T22:39:06.884Z | real 12.738585320 |
| 2272 | 2026-01-28T22:39:06.884Z | user 10.258005433 |
| 2273 | 2026-01-28T22:39:06.884Z | sys 4.575736331 |
| 2274 | 2026-01-28T22:39:06.884Z | trap 0.003013252 |
| 2275 | 2026-01-28T22:39:06.884Z | tflt 0.000174913 |
| 2276 | 2026-01-28T22:39:06.884Z | dflt 0.000112866 |
| 2277 | 2026-01-28T22:39:06.884Z | kflt 0.000000000 |
| 2278 | 2026-01-28T22:39:06.884Z | lock 0.622835560 |
| 2279 | 2026-01-28T22:39:06.884Z | slp 45.944048384 |
| 2280 | 2026-01-28T22:39:06.884Z | lat 0.041642439 |
| 2281 | 2026-01-28T22:39:06.884Z | stop 0.016432427 |
| 2282 | 2026-01-28T22:39:06.908Z | + ptime -m cargo xtask ls-apis check |
| 2283 | 2026-01-28T22:39:08.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2284 | 2026-01-28T22:39:08.257Z | Running `target/debug/xtask ls-apis check` |
| 2285 | 2026-01-28T22:39:09.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 2286 | 2026-01-28T22:39:10.061Z | Running `target/debug/ls-apis check` |
| 2287 | 2026-01-28T22:39:10.144Z | loading metadata for workspace omicron from current workspace |
| 2288 | 2026-01-28T22:39:12.604Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 2289 | 2026-01-28T22:39:12.628Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 2290 | 2026-01-28T22:39:12.652Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 2291 | 2026-01-28T22:39:12.652Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml |
| 2292 | 2026-01-28T22:39:12.652Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2293 | 2026-01-28T22:39:17.725Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml |
| 2294 | 2026-01-28T22:39:19.215Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2295 | 2026-01-28T22:39:19.246Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2296 | 2026-01-28T22:39:19.824Z | |
| 2297 | 2026-01-28T22:39:19.824Z | |
| 2298 | 2026-01-28T22:39:19.824Z | Server-managed APIs: |
| 2299 | 2026-01-28T22:39:19.824Z | |
| 2300 | 2026-01-28T22:39:19.824Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
| 2301 | 2026-01-28T22:39:19.824Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
| 2302 | 2026-01-28T22:39:19.824Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
| 2303 | 2026-01-28T22:39:19.824Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
| 2304 | 2026-01-28T22:39:19.824Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
| 2305 | 2026-01-28T22:39:19.824Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
| 2306 | 2026-01-28T22:39:19.824Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
| 2307 | 2026-01-28T22:39:19.824Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
| 2308 | 2026-01-28T22:39:19.824Z | DNS Server (dns-service-client, exposed by dns-server) |
| 2309 | 2026-01-28T22:39:19.824Z | Dendrite DPD (dpd-client, exposed by dpd) |
| 2310 | 2026-01-28T22:39:19.824Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
| 2311 | 2026-01-28T22:39:19.824Z | LLDP daemon (lldpd-client, exposed by lldpd) |
| 2312 | 2026-01-28T22:39:19.824Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
| 2313 | 2026-01-28T22:39:19.824Z | NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin) |
| 2314 | 2026-01-28T22:39:19.824Z | External API (oxide-client, exposed by omicron-nexus) |
| 2315 | 2026-01-28T22:39:19.824Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
| 2316 | 2026-01-28T22:39:19.824Z | Propolis (propolis-client, exposed by propolis-server) |
| 2317 | 2026-01-28T22:39:19.824Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
| 2318 | 2026-01-28T22:39:19.825Z | Wicketd (wicketd-client, exposed by wicketd) |
| 2319 | 2026-01-28T22:39:19.825Z | |
| 2320 | 2026-01-28T22:39:19.825Z | |
| 2321 | 2026-01-28T22:39:19.825Z | Client-managed API: |
| 2322 | 2026-01-28T22:39:19.825Z | |
| 2323 | 2026-01-28T22:39:19.825Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
| 2324 | 2026-01-28T22:39:19.825Z | reason: depends on itself (i.e., instances call each other) |
| 2325 | 2026-01-28T22:39:19.825Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
| 2326 | 2026-01-28T22:39:19.825Z | reason: client is provided implicitly by the operator |
| 2327 | 2026-01-28T22:39:19.825Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
| 2328 | 2026-01-28T22:39:19.825Z | reason: Circular dependencies between Nexus and other services |
| 2329 | 2026-01-28T22:39:19.825Z | Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus) |
| 2330 | 2026-01-28T22:39:19.825Z | reason: Circular dependencies between Nexus and other services |
| 2331 | 2026-01-28T22:39:19.825Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
| 2332 | 2026-01-28T22:39:19.825Z | reason: depends on itself (i.e., instances call each other) |
| 2333 | 2026-01-28T22:39:19.825Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
| 2334 | 2026-01-28T22:39:19.825Z | reason: depends on itself (i.e., instances call each other) |
| 2335 | 2026-01-28T22:39:19.825Z | |
| 2336 | 2026-01-28T22:39:19.825Z | |
| 2337 | 2026-01-28T22:39:19.825Z | APIs with unknown version management: none |
| 2338 | 2026-01-28T22:39:19.825Z | |
| 2339 | 2026-01-28T22:39:19.825Z | |
| 2340 | 2026-01-28T22:39:19.825Z | APIs that failed consumer checks: none |
| 2341 | 2026-01-28T22:39:19.904Z | |
| 2342 | 2026-01-28T22:39:19.904Z | real 12.978981205 |
| 2343 | 2026-01-28T22:39:19.904Z | user 10.714319994 |
| 2344 | 2026-01-28T22:39:19.904Z | sys 4.588815144 |
| 2345 | 2026-01-28T22:39:19.904Z | trap 0.003370357 |
| 2346 | 2026-01-28T22:39:19.904Z | tflt 0.000151915 |
| 2347 | 2026-01-28T22:39:19.904Z | dflt 0.000143240 |
| 2348 | 2026-01-28T22:39:19.904Z | kflt 0.000000000 |
| 2349 | 2026-01-28T22:39:19.904Z | lock 0.774066689 |
| 2350 | 2026-01-28T22:39:19.904Z | slp 43.815862199 |
| 2351 | 2026-01-28T22:39:19.904Z | lat 0.045564720 |
| 2352 | 2026-01-28T22:39:19.904Z | stop 0.017918763 |
| 2353 | 2026-01-28T22:39:19.929Z | + ptime -m cargo xtask ls-apis adoc |
| 2354 | 2026-01-28T22:39:21.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2355 | 2026-01-28T22:39:21.251Z | Running `target/debug/xtask ls-apis adoc` |
| 2356 | 2026-01-28T22:39:23.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 2357 | 2026-01-28T22:39:23.108Z | Running `target/debug/ls-apis adoc` |
| 2358 | 2026-01-28T22:39:23.192Z | loading metadata for workspace omicron from current workspace |
| 2359 | 2026-01-28T22:39:25.667Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 2360 | 2026-01-28T22:39:25.691Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 2361 | 2026-01-28T22:39:25.691Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml |
| 2362 | 2026-01-28T22:39:25.691Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 2363 | 2026-01-28T22:39:25.715Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2364 | 2026-01-28T22:39:30.865Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml |
| 2365 | 2026-01-28T22:39:32.397Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2366 | 2026-01-28T22:39:32.448Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2367 | 2026-01-28T22:39:33.006Z | |
| 2368 | 2026-01-28T22:39:33.006Z | real 13.058640723 |
| 2369 | 2026-01-28T22:39:33.007Z | user 10.826912739 |
| 2370 | 2026-01-28T22:39:33.007Z | sys 4.567572556 |
| 2371 | 2026-01-28T22:39:33.007Z | trap 0.003241929 |
| 2372 | 2026-01-28T22:39:33.007Z | tflt 0.000163670 |
| 2373 | 2026-01-28T22:39:33.007Z | dflt 0.000272893 |
| 2374 | 2026-01-28T22:39:33.007Z | kflt 0.000005902 |
| 2375 | 2026-01-28T22:39:33.007Z | lock 0.574259351 |
| 2376 | 2026-01-28T22:39:33.007Z | slp 44.899015209 |
| 2377 | 2026-01-28T22:39:33.007Z | lat 0.042765125 |
| 2378 | 2026-01-28T22:39:33.033Z | stop 0.016264836 |
| 2379 | 2026-01-28T22:39:33.033Z | + banner build |
| 2380 | 2026-01-28T22:39:33.033Z | |
| 2381 | 2026-01-28T22:39:33.033Z | ##### # # # # ##### |
| 2382 | 2026-01-28T22:39:33.033Z | # # # # # # # # |
| 2383 | 2026-01-28T22:39:33.033Z | ##### # # # # # # |
| 2384 | 2026-01-28T22:39:33.033Z | # # # # # # # # |
| 2385 | 2026-01-28T22:39:33.033Z | # # # # # # # # |
| 2386 | 2026-01-28T22:39:33.033Z | ##### #### # ###### ##### |
| 2387 | 2026-01-28T22:39:33.033Z | |
| 2388 | 2026-01-28T22:39:33.033Z | + export 'RUSTFLAGS=--cfg tokio_unstable -D warnings' |
| 2389 | 2026-01-28T22:39:33.033Z | + RUSTFLAGS='--cfg tokio_unstable -D warnings' |
| 2390 | 2026-01-28T22:39:33.033Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
| 2391 | 2026-01-28T22:39:33.033Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2392 | 2026-01-28T22:39:33.033Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
| 2393 | 2026-01-28T22:39:33.034Z | + RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
| 2394 | 2026-01-28T22:39:33.034Z | + export TMPDIR=/var/tmp/omicron_tmp |
| 2395 | 2026-01-28T22:39:33.034Z | + TMPDIR=/var/tmp/omicron_tmp |
| 2396 | 2026-01-28T22:39:33.034Z | + export RUST_BACKTRACE=1 |
| 2397 | 2026-01-28T22:39:33.034Z | + RUST_BACKTRACE=1 |
| 2398 | 2026-01-28T22:39:33.034Z | + export CARGO_INCREMENTAL=0 |
| 2399 | 2026-01-28T22:39:33.034Z | + CARGO_INCREMENTAL=0 |
| 2400 | 2026-01-28T22:39:33.034Z | + export RUSTC_BOOTSTRAP=1 |
| 2401 | 2026-01-28T22:39:33.034Z | + RUSTC_BOOTSTRAP=1 |
| 2402 | 2026-01-28T22:39:33.034Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose |
| 2403 | 2026-01-28T22:39:38.448Z | Compiling proc-macro2 v1.0.101 |
| 2404 | 2026-01-28T22:39:38.448Z | Compiling unicode-ident v1.0.19 |
| 2405 | 2026-01-28T22:39:38.448Z | Compiling libc v0.2.180 |
| 2406 | 2026-01-28T22:39:38.448Z | Compiling serde_core v1.0.228 |
| 2407 | 2026-01-28T22:39:38.494Z | Compiling cfg-if v1.0.4 |
| 2408 | 2026-01-28T22:39:38.494Z | Compiling serde v1.0.228 |
| 2409 | 2026-01-28T22:39:38.494Z | Compiling autocfg v1.4.0 |
| 2410 | 2026-01-28T22:39:38.494Z | Compiling memchr v2.7.4 |
| 2411 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=5b7ceae783dcd744 -C extra-filename=-8808dea6eb3cea3d --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2412 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=534dba3f3c98b179 -C extra-filename=-303fed53668a23a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2413 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=b226afe1f6a13f69 -C extra-filename=-c0c0d1b4ac4c92c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2414 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2d4cecb18f29c604 -C extra-filename=-53f5903cda871f6b --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2415 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=372624f56427f6de -C extra-filename=-198cfdcd7aed6023 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2416 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0e138bb5d5c96cf2 -C extra-filename=-afea2278d9bc496e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2417 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38e36d17a24727b6 -C extra-filename=-f43eaeead31529f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2418 | 2026-01-28T22:39:38.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=2fe5a4277503f348 -C extra-filename=-9b8d246c7e3e185e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2419 | 2026-01-28T22:39:39.008Z | Compiling value-bag v1.12.0 |
| 2420 | 2026-01-28T22:39:39.069Z | Compiling smallvec v1.15.1 |
| 2421 | 2026-01-28T22:39:39.093Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "inline-str", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=a9a5abcd22c935ad -C extra-filename=-29730e7e6105c1fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2422 | 2026-01-28T22:39:39.124Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=85c5739916c35a14 -C extra-filename=-ec04b22c3ab89ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2423 | 2026-01-28T22:39:39.345Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build` |
| 2424 | 2026-01-28T22:39:39.439Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=25bb4e80a514eef7 -C extra-filename=-621676faf194ecf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 2425 | 2026-01-28T22:39:39.541Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build` |
| 2426 | 2026-01-28T22:39:39.596Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1/build-script-build` |
| 2427 | 2026-01-28T22:39:39.652Z | Compiling version_check v0.9.5 |
| 2428 | 2026-01-28T22:39:39.675Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fed3ebdd0a8d8f4 -C extra-filename=-2ff88dd682b77008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2429 | 2026-01-28T22:39:39.710Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=366c850d108d246e -C extra-filename=-b9bf1208c93b2e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 2430 | 2026-01-28T22:39:39.797Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build` |
| 2431 | 2026-01-28T22:39:39.856Z | Compiling log v0.4.29 |
| 2432 | 2026-01-28T22:39:39.880Z | Compiling itoa v1.0.11 |
| 2433 | 2026-01-28T22:39:39.880Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=b675af08ed370fa0 -C extra-filename=-960003e0783a03bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-29730e7e6105c1fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2434 | 2026-01-28T22:39:39.880Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=918adedc60bd3c61 -C extra-filename=-c7c658e705ae5e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2435 | 2026-01-28T22:39:39.975Z | Compiling lock_api v0.4.12 |
| 2436 | 2026-01-28T22:39:40.027Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=277f189081e91839 -C extra-filename=-e845434a7fd94edb --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2437 | 2026-01-28T22:39:40.265Z | Compiling scopeguard v1.2.0 |
| 2438 | 2026-01-28T22:39:40.309Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5e8433c4acf1110a -C extra-filename=-a654ba7dfca26712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2439 | 2026-01-28T22:39:40.367Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ce5b3544de285d78 -C extra-filename=-f97a0f1cbee19b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
| 2440 | 2026-01-28T22:39:40.482Z | Compiling libm v0.2.8 |
| 2441 | 2026-01-28T22:39:40.506Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ffb33613e8d4a7af -C extra-filename=-01ef88c2096a02ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2442 | 2026-01-28T22:39:40.548Z | Compiling num-traits v0.2.19 |
| 2443 | 2026-01-28T22:39:40.548Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build` |
| 2444 | 2026-01-28T22:39:40.571Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e21afc24a635e5d7 -C extra-filename=-eb985e79811f81f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2445 | 2026-01-28T22:39:40.649Z | Compiling zmij v1.0.15 |
| 2446 | 2026-01-28T22:39:40.673Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b9b0a2f07dddf77f -C extra-filename=-ef371a4d2a6a40c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2447 | 2026-01-28T22:39:40.873Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=36968f43a5c66b14 -C extra-filename=-6f10c0b5517ba48f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
| 2448 | 2026-01-28T22:39:40.898Z | Compiling serde_json v1.0.149 |
| 2449 | 2026-01-28T22:39:40.898Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0e6db122f130972f -C extra-filename=-a9359c1d8e652b93 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2450 | 2026-01-28T22:39:41.118Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build` |
| 2451 | 2026-01-28T22:39:41.225Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build` |
| 2452 | 2026-01-28T22:39:41.250Z | Compiling getrandom v0.2.15 |
| 2453 | 2026-01-28T22:39:41.274Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=35565f56e8d7123f -C extra-filename=-d175a24152610cf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2454 | 2026-01-28T22:39:41.348Z | Compiling quote v1.0.40 |
| 2455 | 2026-01-28T22:39:41.348Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c260b3d635be2c5f -C extra-filename=-b55febe251e532be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2456 | 2026-01-28T22:39:41.408Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=719984985072f2b3 -C extra-filename=-aca419b966ec5f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2457 | 2026-01-28T22:39:41.491Z | Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build` |
| 2458 | 2026-01-28T22:39:41.515Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build` |
| 2459 | 2026-01-28T22:39:41.597Z | Compiling stable_deref_trait v1.2.0 |
| 2460 | 2026-01-28T22:39:41.621Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0aa77d5fdf691434 -C extra-filename=-b41c7bc68364b791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2461 | 2026-01-28T22:39:41.671Z | Compiling portable-atomic v1.11.0 |
| 2462 | 2026-01-28T22:39:41.719Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=bf2ca5a3224a2a76 -C extra-filename=-ff6320f598a10ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2463 | 2026-01-28T22:39:41.742Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b516b13122754e43 -C extra-filename=-5b0d2fb8e613e661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'` |
| 2464 | 2026-01-28T22:39:41.800Z | Compiling getrandom v0.3.4 |
| 2465 | 2026-01-28T22:39:41.824Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=e7c41bbdc5efee69 -C extra-filename=-91b470fbf6cfb92c --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2466 | 2026-01-28T22:39:41.868Z | Compiling critical-section v1.1.3 |
| 2467 | 2026-01-28T22:39:41.892Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=a8f2758216383534 -C extra-filename=-e47f30cd4437bc06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2468 | 2026-01-28T22:39:42.117Z | Compiling syn v2.0.111 |
| 2469 | 2026-01-28T22:39:42.140Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0c2d81e5dfbfaaee -C extra-filename=-d276db4d2647f55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2470 | 2026-01-28T22:39:42.171Z | Compiling litemap v0.7.3 |
| 2471 | 2026-01-28T22:39:42.195Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=9e3b1609ea163231 -C extra-filename=-f8d7dda46b524d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2472 | 2026-01-28T22:39:42.231Z | Compiling writeable v0.5.5 |
| 2473 | 2026-01-28T22:39:42.254Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=6790c0051423f72a -C extra-filename=-6dcddd387f9eabd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2474 | 2026-01-28T22:39:42.407Z | Compiling percent-encoding v2.3.2 |
| 2475 | 2026-01-28T22:39:42.456Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=25af006ef2d43065 -C extra-filename=-4e27467e3006387d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2476 | 2026-01-28T22:39:42.669Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=0ca50965bf927454 -C extra-filename=-e2c1fb2295e429a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-aca419b966ec5f81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` |
| 2477 | 2026-01-28T22:39:42.838Z | Compiling allocator-api2 v0.2.21 |
| 2478 | 2026-01-28T22:39:42.861Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=bcaef229cabbc49b -C extra-filename=-5d1b947e3c59ece1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2479 | 2026-01-28T22:39:42.895Z | Compiling icu_locid_transform_data v1.5.0 |
| 2480 | 2026-01-28T22:39:42.919Z | Compiling errno v0.3.12 |
| 2481 | 2026-01-28T22:39:42.919Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2830a9f21bcf3f8c -C extra-filename=-ff5ddd7b436347e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2482 | 2026-01-28T22:39:42.948Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba0c6e8d2d890339 -C extra-filename=-95ae2a6ef060d0cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2483 | 2026-01-28T22:39:42.948Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build` |
| 2484 | 2026-01-28T22:39:43.107Z | Compiling icu_properties_data v1.5.0 |
| 2485 | 2026-01-28T22:39:43.107Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6b9c6f5b279814f -C extra-filename=-4a8118ea9a2ac535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2486 | 2026-01-28T22:39:43.198Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=dc91a4695adec0be -C extra-filename=-847f833c2dcf0067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'` |
| 2487 | 2026-01-28T22:39:43.304Z | Compiling rand_core v0.6.4 |
| 2488 | 2026-01-28T22:39:43.351Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4a3e740af0439b26 -C extra-filename=-6a42c010b5a060c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2489 | 2026-01-28T22:39:43.529Z | Compiling pin-project-lite v0.2.14 |
| 2490 | 2026-01-28T22:39:43.553Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=856067d4e71ac1cf -C extra-filename=-01b2cd9ff7035cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2491 | 2026-01-28T22:39:43.580Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build` |
| 2492 | 2026-01-28T22:39:43.658Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=a26cd1bb37d3029b -C extra-filename=-f05a29efbbe49ca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2493 | 2026-01-28T22:39:43.755Z | Compiling write16 v1.0.0 |
| 2494 | 2026-01-28T22:39:43.779Z | Compiling utf8_iter v1.0.4 |
| 2495 | 2026-01-28T22:39:43.779Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=850b53d1389796f4 -C extra-filename=-93ab4f48133cf7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2496 | 2026-01-28T22:39:43.779Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8f89225af32a837 -C extra-filename=-d60a17f3aef31344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2497 | 2026-01-28T22:39:43.971Z | Compiling icu_normalizer_data v1.5.0 |
| 2498 | 2026-01-28T22:39:43.995Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe79ead9b4489446 -C extra-filename=-54abd0820f39e054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2499 | 2026-01-28T22:39:44.021Z | Compiling utf16_iter v1.0.5 |
| 2500 | 2026-01-28T22:39:44.045Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0aac6982bd24e3e -C extra-filename=-1912248d2e789ee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2501 | 2026-01-28T22:39:44.138Z | Compiling form_urlencoded v1.2.2 |
| 2502 | 2026-01-28T22:39:44.162Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f14b340420b4e1f1 -C extra-filename=-27609812460f1d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2503 | 2026-01-28T22:39:44.194Z | Compiling shlex v1.3.0 |
| 2504 | 2026-01-28T22:39:44.220Z | Compiling byteorder v1.5.0 |
| 2505 | 2026-01-28T22:39:44.220Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b161aa1515df61a -C extra-filename=-498b3287c21cda57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2506 | 2026-01-28T22:39:44.220Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=46a4d0958f5c19ef -C extra-filename=-7979b4ba2f5cd7b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2507 | 2026-01-28T22:39:44.322Z | Compiling regex-syntax v0.8.5 |
| 2508 | 2026-01-28T22:39:44.346Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=5d303abb65ad90cf -C extra-filename=-01dd8b748c5ec2c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2509 | 2026-01-28T22:39:44.459Z | Compiling once_cell v1.21.3 |
| 2510 | 2026-01-28T22:39:44.483Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8508b972e77dfe82 -C extra-filename=-db7d74724b41b313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-e47f30cd4437bc06.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2511 | 2026-01-28T22:39:44.536Z | Compiling equivalent v1.0.2 |
| 2512 | 2026-01-28T22:39:44.560Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=776cf3769342d5f0 -C extra-filename=-19a94b8838b7bdc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2513 | 2026-01-28T22:39:44.591Z | Compiling parking_lot_core v0.9.10 |
| 2514 | 2026-01-28T22:39:44.615Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5c3c5aa2249f0a1a -C extra-filename=-a0fcaaa03e3057a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2515 | 2026-01-28T22:39:44.675Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=dd24c8a5b9ae8eba -C extra-filename=-c85a4dfc7c919f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-5b0d2fb8e613e661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 2516 | 2026-01-28T22:39:44.749Z | Compiling semver v1.0.27 |
| 2517 | 2026-01-28T22:39:44.777Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=61e420ca0cb90e97 -C extra-filename=-2515eb2f1813c14a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2518 | 2026-01-28T22:39:44.804Z | Compiling jobserver v0.1.32 |
| 2519 | 2026-01-28T22:39:44.828Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ee48e4149a4f2ee -C extra-filename=-133428d38228fa59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2520 | 2026-01-28T22:39:44.905Z | Compiling subtle v2.6.1 |
| 2521 | 2026-01-28T22:39:44.929Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=23e434bbdaf8ca38 -C extra-filename=-e3f1b5474dd052f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2522 | 2026-01-28T22:39:44.987Z | Compiling heck v0.5.0 |
| 2523 | 2026-01-28T22:39:45.011Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0388ddfa62170877 -C extra-filename=-d61228a413094487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2524 | 2026-01-28T22:39:45.174Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build` |
| 2525 | 2026-01-28T22:39:45.240Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=42c30f5aab06d8d2 -C extra-filename=-8e284b80c969f440 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2526 | 2026-01-28T22:39:45.356Z | Compiling cc v1.2.30 |
| 2527 | 2026-01-28T22:39:45.380Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=44a07279ef3793ef -C extra-filename=-ac2b24ba1e467931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-133428d38228fa59.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2528 | 2026-01-28T22:39:45.493Z | Compiling signal-hook-registry v1.4.2 |
| 2529 | 2026-01-28T22:39:45.516Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59c2e3e316028ba8 -C extra-filename=-e02a3f4cfec0435b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2530 | 2026-01-28T22:39:45.600Z | Compiling rustix v0.38.37 |
| 2531 | 2026-01-28T22:39:45.624Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=8cbc18b7233b939a -C extra-filename=-8110dac6aaaa045f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2532 | 2026-01-28T22:39:45.700Z | Compiling parking_lot v0.12.3 |
| 2533 | 2026-01-28T22:39:45.724Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=f316c04e8e3ce254 -C extra-filename=-e4d4c09c5872212f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-6f10c0b5517ba48f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-8e284b80c969f440.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2534 | 2026-01-28T22:39:45.888Z | Compiling typenum v1.17.0 |
| 2535 | 2026-01-28T22:39:45.912Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=ee2d8f49e5bc4990 -C extra-filename=-f5fb402aae458783 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2536 | 2026-01-28T22:39:46.234Z | Compiling generic-array v0.14.7 |
| 2537 | 2026-01-28T22:39:46.258Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=cd99cdd9281b502c -C extra-filename=-4556cc4bf380c3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2538 | 2026-01-28T22:39:46.440Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build` |
| 2539 | 2026-01-28T22:39:46.669Z | Compiling aho-corasick v1.1.3 |
| 2540 | 2026-01-28T22:39:46.692Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=29da616680000667 -C extra-filename=-4e8f28f0989e36db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2541 | 2026-01-28T22:39:46.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build` |
| 2542 | 2026-01-28T22:39:46.814Z | Compiling fnv v1.0.7 |
| 2543 | 2026-01-28T22:39:46.837Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=35bf2126d6040ac8 -C extra-filename=-22553d033a4f20d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2544 | 2026-01-28T22:39:46.891Z | Compiling mio v1.0.2 |
| 2545 | 2026-01-28T22:39:46.915Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=cd21e5124f1972b5 -C extra-filename=-0abfbd36dab6dab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2546 | 2026-01-28T22:39:47.100Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main` |
| 2547 | 2026-01-28T22:39:47.100Z | Compiling futures-core v0.3.31 |
| 2548 | 2026-01-28T22:39:47.100Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=347a603dd3405beb -C extra-filename=-5ef34cadf3341d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2549 | 2026-01-28T22:39:47.267Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4a8ab02c6164efdd -C extra-filename=-9ce058c51c6e1495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2550 | 2026-01-28T22:39:47.447Z | Compiling thiserror v2.0.17 |
| 2551 | 2026-01-28T22:39:47.447Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=65046a1b74a1b986 -C extra-filename=-6c8c7b63ae47623a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-6c8c7b63ae47623a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2552 | 2026-01-28T22:39:47.875Z | Compiling iana-time-zone v0.1.63 |
| 2553 | 2026-01-28T22:39:47.899Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=70a1cc7fb4677cc5 -C extra-filename=-5a02bdd32cb005b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2554 | 2026-01-28T22:39:48.052Z | Compiling hashbrown v0.16.1 |
| 2555 | 2026-01-28T22:39:48.116Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=57989456d6779e72 -C extra-filename=-f506e72af970f0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2556 | 2026-01-28T22:39:48.306Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6c8c7b63ae47623a/build-script-build` |
| 2557 | 2026-01-28T22:39:48.361Z | Compiling socket2 v0.6.1 |
| 2558 | 2026-01-28T22:39:48.361Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=760e9958a75fb98d -C extra-filename=-742c923e3785b97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2559 | 2026-01-28T22:39:48.550Z | Compiling either v1.15.0 |
| 2560 | 2026-01-28T22:39:48.574Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=ab1b82fe956bd13a -C extra-filename=-20015a7f2ab24a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2561 | 2026-01-28T22:39:48.907Z | Compiling uuid v1.19.0 |
| 2562 | 2026-01-28T22:39:48.931Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=3f2ab953a35d7319 -C extra-filename=-b561f39f43570a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2563 | 2026-01-28T22:39:49.043Z | Compiling regex-automata v0.4.11 |
| 2564 | 2026-01-28T22:39:49.069Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=faf46a9a4ff0311c -C extra-filename=-e943678c4f94acce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2565 | 2026-01-28T22:39:49.319Z | Compiling indexmap v2.12.1 |
| 2566 | 2026-01-28T22:39:49.343Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=bf6f4b7e0e99969b -C extra-filename=-f78447817f9330f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2567 | 2026-01-28T22:39:49.421Z | Compiling spin v0.9.8 |
| 2568 | 2026-01-28T22:39:49.445Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=cdbbfe1606ae1bbc -C extra-filename=-284d20035accdfe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-6f10c0b5517ba48f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2569 | 2026-01-28T22:39:49.485Z | Compiling thiserror v1.0.69 |
| 2570 | 2026-01-28T22:39:49.572Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98bb5d8700040862 -C extra-filename=-a8ae918124bfdb98 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2571 | 2026-01-28T22:39:49.942Z | Compiling synstructure v0.13.1 |
| 2572 | 2026-01-28T22:39:49.966Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=03c07e5caa8aede6 -C extra-filename=-c285e5032600a151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2573 | 2026-01-28T22:39:50.205Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build` |
| 2574 | 2026-01-28T22:39:50.412Z | Compiling const-oid v0.9.6 |
| 2575 | 2026-01-28T22:39:50.436Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=a17f5ddf6b7e06d4 -C extra-filename=-7fcf3363fa4d8b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2576 | 2026-01-28T22:39:50.462Z | Compiling serde_derive_internals v0.29.1 |
| 2577 | 2026-01-28T22:39:50.462Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f423ab1b8dcfdc1 -C extra-filename=-357ad39461d96b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2578 | 2026-01-28T22:39:50.704Z | Compiling futures-io v0.3.31 |
| 2579 | 2026-01-28T22:39:50.729Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=9138852ac137def3 -C extra-filename=-aa566f17b2a089a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2580 | 2026-01-28T22:39:50.884Z | Compiling dyn-clone v1.0.20 |
| 2581 | 2026-01-28T22:39:50.908Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44991b627a65e95e -C extra-filename=-ed331fa3a9daa5c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2582 | 2026-01-28T22:39:51.046Z | Compiling schemars v0.8.22 |
| 2583 | 2026-01-28T22:39:51.070Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=0da63852bb7fe7ff -C extra-filename=-944e5ab610a3878f --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2584 | 2026-01-28T22:39:51.189Z | Compiling lazy_static v1.5.0 |
| 2585 | 2026-01-28T22:39:51.213Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=eba3e56816648a9a -C extra-filename=-bdecca09356102e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2586 | 2026-01-28T22:39:51.303Z | Compiling slab v0.4.9 |
| 2587 | 2026-01-28T22:39:51.349Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=37dccc4abae4ea2a -C extra-filename=-957ae5cebe2d89ea --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2588 | 2026-01-28T22:39:51.425Z | Compiling rustversion v1.0.22 |
| 2589 | 2026-01-28T22:39:51.449Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f959ffc467937c95 -C extra-filename=-6e7ce715e8dae855 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2590 | 2026-01-28T22:39:51.491Z | Compiling pkg-config v0.3.31 |
| 2591 | 2026-01-28T22:39:51.546Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05662a3a4d15ae87 -C extra-filename=-480ab039f767e1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2592 | 2026-01-28T22:39:51.614Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build` |
| 2593 | 2026-01-28T22:39:51.639Z | Compiling syn v1.0.109 |
| 2594 | 2026-01-28T22:39:51.663Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=0f2bf8101601d425 -C extra-filename=-39e09c7289f08747 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2595 | 2026-01-28T22:39:51.797Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build` |
| 2596 | 2026-01-28T22:39:52.009Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fa68cc1e9629eda3 -C extra-filename=-0c38d5d793d964d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2597 | 2026-01-28T22:39:52.324Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build` |
| 2598 | 2026-01-28T22:39:52.378Z | Compiling strsim v0.11.1 |
| 2599 | 2026-01-28T22:39:52.403Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4785fa8a11b3e581 -C extra-filename=-4f2345662d24d9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2600 | 2026-01-28T22:39:52.467Z | Compiling futures-sink v0.3.31 |
| 2601 | 2026-01-28T22:39:52.467Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build` |
| 2602 | 2026-01-28T22:39:52.467Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=018e82b04946cc8d -C extra-filename=-4ea66d469f289a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2603 | 2026-01-28T22:39:52.543Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b54ad4321b47d19 -C extra-filename=-f2a99d18b9861c4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
| 2604 | 2026-01-28T22:39:52.611Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=5305e98b1ed845ab -C extra-filename=-8ed2192b54913f4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
| 2605 | 2026-01-28T22:39:52.741Z | Compiling cpufeatures v0.2.14 |
| 2606 | 2026-01-28T22:39:52.765Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=810b8dd6388c52a6 -C extra-filename=-4b1a5e7e778fc806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2607 | 2026-01-28T22:39:52.873Z | Compiling pin-utils v0.1.0 |
| 2608 | 2026-01-28T22:39:52.897Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc544caf5df12c3 -C extra-filename=-12262d058be2a232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2609 | 2026-01-28T22:39:52.927Z | Compiling futures-channel v0.3.31 |
| 2610 | 2026-01-28T22:39:52.951Z | Compiling futures-task v0.3.31 |
| 2611 | 2026-01-28T22:39:52.951Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4bee382005545098 -C extra-filename=-dfa4784a203e919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2612 | 2026-01-28T22:39:52.951Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=0099686923e6c376 -C extra-filename=-4cbfb02a23417368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2613 | 2026-01-28T22:39:53.068Z | Compiling foldhash v0.1.5 |
| 2614 | 2026-01-28T22:39:53.092Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0af7159976e6ea09 -C extra-filename=-c3d5002c5b21b0d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2615 | 2026-01-28T22:39:53.201Z | Compiling adler2 v2.0.0 |
| 2616 | 2026-01-28T22:39:53.226Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=6d1bfda09ea702a9 -C extra-filename=-4e01008adafbd2a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2617 | 2026-01-28T22:39:53.379Z | Compiling hashbrown v0.15.4 |
| 2618 | 2026-01-28T22:39:53.402Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=34e702d107e3bbe7 -C extra-filename=-24722ee613ffd7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c3d5002c5b21b0d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2619 | 2026-01-28T22:39:53.431Z | Compiling tracing-core v0.1.32 |
| 2620 | 2026-01-28T22:39:53.455Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=52aa3aa75fdd93ac -C extra-filename=-5da925d4b013e013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2621 | 2026-01-28T22:39:53.489Z | Compiling miniz_oxide v0.8.5 |
| 2622 | 2026-01-28T22:39:53.540Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=bcaf0fd9c57cbabf -C extra-filename=-ebd2cfde094068a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-4e01008adafbd2a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2623 | 2026-01-28T22:39:53.540Z | Compiling glob v0.3.2 |
| 2624 | 2026-01-28T22:39:53.565Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5291214e70172b44 -C extra-filename=-ed462446230ba54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2625 | 2026-01-28T22:39:53.984Z | Compiling gimli v0.31.1 |
| 2626 | 2026-01-28T22:39:54.010Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=477ff8bf4702ae1c -C extra-filename=-de113b574af1d25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2627 | 2026-01-28T22:39:54.440Z | Compiling object v0.36.5 |
| 2628 | 2026-01-28T22:39:54.464Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=965fbba05787b029 -C extra-filename=-e33dfd345d6e2ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2629 | 2026-01-28T22:39:54.501Z | Compiling serde_derive v1.0.228 |
| 2630 | 2026-01-28T22:39:54.567Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=eac0de5650c12dee -C extra-filename=-4106a313f197086e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2631 | 2026-01-28T22:39:54.673Z | Compiling zeroize_derive v1.4.2 |
| 2632 | 2026-01-28T22:39:54.696Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d978b3878578333 -C extra-filename=-192871d11294b859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2633 | 2026-01-28T22:39:54.767Z | Compiling zerofrom-derive v0.1.4 |
| 2634 | 2026-01-28T22:39:54.791Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d409ed0e8c66d171 -C extra-filename=-24367e626261e796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c285e5032600a151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2635 | 2026-01-28T22:39:54.977Z | Compiling yoke-derive v0.7.4 |
| 2636 | 2026-01-28T22:39:55.002Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62db75973e253c99 -C extra-filename=-9c394c113d8750e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c285e5032600a151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2637 | 2026-01-28T22:39:56.164Z | Compiling zeroize v1.8.1 |
| 2638 | 2026-01-28T22:39:56.215Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=88d5bd5e56c08f71 -C extra-filename=-af4e2b450e46dc94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-192871d11294b859.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2639 | 2026-01-28T22:39:56.599Z | Compiling zerovec-derive v0.10.3 |
| 2640 | 2026-01-28T22:39:56.625Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4a21bc4020eb540 -C extra-filename=-688b07c7e5fe28bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2641 | 2026-01-28T22:39:57.899Z | Compiling displaydoc v0.2.5 |
| 2642 | 2026-01-28T22:39:57.923Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=12e55d79f4fe5ab1 -C extra-filename=-7dcfd17a577e18c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2643 | 2026-01-28T22:39:58.265Z | Compiling zerofrom v0.1.4 |
| 2644 | 2026-01-28T22:39:58.289Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=a6bbb91234db6912 -C extra-filename=-ff4efecf8d58e35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-24367e626261e796.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2645 | 2026-01-28T22:39:58.558Z | Compiling yoke v0.7.4 |
| 2646 | 2026-01-28T22:39:58.583Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=ba07fff4a2df91de -C extra-filename=-951cc5c8cbbfc159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-9c394c113d8750e0.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2647 | 2026-01-28T22:39:58.880Z | Compiling icu_provider_macros v1.5.0 |
| 2648 | 2026-01-28T22:39:58.904Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cec4fde5c9736a1f -C extra-filename=-093eef26b8c282d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2649 | 2026-01-28T22:39:58.992Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=18c02123efd24598 -C extra-filename=-47471b442f50a582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
| 2650 | 2026-01-28T22:39:59.286Z | Compiling zerovec v0.10.4 |
| 2651 | 2026-01-28T22:39:59.310Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=52cf7b37a4fac4c2 -C extra-filename=-6f8335aca0b49f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-688b07c7e5fe28bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2652 | 2026-01-28T22:39:59.580Z | Compiling thiserror-impl v2.0.17 |
| 2653 | 2026-01-28T22:39:59.604Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbb503f22034e21f -C extra-filename=-559f737f8d30a02f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2654 | 2026-01-28T22:39:59.637Z | Compiling regex v1.11.3 |
| 2655 | 2026-01-28T22:39:59.693Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=14df734b31f5454c -C extra-filename=-154dd6639b7e72c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2656 | 2026-01-28T22:40:00.082Z | Compiling tokio-macros v2.6.0 |
| 2657 | 2026-01-28T22:40:00.105Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a6cea8e838d79ae -C extra-filename=-85bfbce07711d923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2658 | 2026-01-28T22:40:00.472Z | Compiling crypto-common v0.1.6 |
| 2659 | 2026-01-28T22:40:00.496Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=e72abaef28546414 -C extra-filename=-cd3482b36310c24b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2660 | 2026-01-28T22:40:00.729Z | Compiling thiserror-impl v1.0.69 |
| 2661 | 2026-01-28T22:40:00.752Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3db28b20b6edd35d -C extra-filename=-9c5c8572ab3597e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2662 | 2026-01-28T22:40:00.789Z | Compiling zerocopy-derive v0.7.35 |
| 2663 | 2026-01-28T22:40:00.814Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62695215f26b08f7 -C extra-filename=-251111b13adb315c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2664 | 2026-01-28T22:40:01.397Z | Compiling tinystr v0.7.6 |
| 2665 | 2026-01-28T22:40:01.421Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=f9260ab822b83144 -C extra-filename=-752ed5eec1c69b30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2666 | 2026-01-28T22:40:01.488Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=eb07060d528cccb7 -C extra-filename=-a63eaf9643a0dfb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 2667 | 2026-01-28T22:40:01.601Z | Compiling icu_collections v1.5.0 |
| 2668 | 2026-01-28T22:40:01.624Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=6651f4598ee3a6ea -C extra-filename=-e80065faab5ca01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2669 | 2026-01-28T22:40:01.804Z | Compiling schemars_derive v0.8.22 |
| 2670 | 2026-01-28T22:40:01.828Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b376521ee84a4012 -C extra-filename=-f5044b98a337decc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-357ad39461d96b70.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2671 | 2026-01-28T22:40:01.963Z | Compiling icu_locid v1.5.0 |
| 2672 | 2026-01-28T22:40:01.987Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=8a2fde5ea1fb444a -C extra-filename=-6426a9aa1d179c25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-f8d7dda46b524d38.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2673 | 2026-01-28T22:40:02.963Z | Compiling bitflags v2.9.4 |
| 2674 | 2026-01-28T22:40:02.987Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=2c7b169510dbfe03 -C extra-filename=-8335c3fff4809f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2675 | 2026-01-28T22:40:03.149Z | Compiling bytes v1.10.1 |
| 2676 | 2026-01-28T22:40:03.173Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=9714c466ac314a69 -C extra-filename=-62ecb1184096bc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2677 | 2026-01-28T22:40:03.205Z | Compiling chrono v0.4.42 |
| 2678 | 2026-01-28T22:40:03.229Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=7ec8d2e4ca9ce4c4 -C extra-filename=-48fb03ed99eab2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2679 | 2026-01-28T22:40:03.229Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cc680119d3775f05 -C extra-filename=-7b831e6b31a0eb2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-559f737f8d30a02f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 2680 | 2026-01-28T22:40:03.468Z | Compiling icu_provider v1.5.0 |
| 2681 | 2026-01-28T22:40:03.492Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=9d4f377ac32d10e0 -C extra-filename=-ca66eba24a4f3ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-6426a9aa1d179c25.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-093eef26b8c282d8.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2682 | 2026-01-28T22:40:03.579Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=29f7d339deb720d2 -C extra-filename=-e5812aada0aea4b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
| 2683 | 2026-01-28T22:40:04.036Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a93681e63e327e47 -C extra-filename=-90d02e105026a3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9c5c8572ab3597e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
| 2684 | 2026-01-28T22:40:04.089Z | Compiling zerocopy v0.7.35 |
| 2685 | 2026-01-28T22:40:04.113Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=db6475c4613a7ea2 -C extra-filename=-353d04d439cf2a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-251111b13adb315c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2686 | 2026-01-28T22:40:04.274Z | Compiling block-buffer v0.10.4 |
| 2687 | 2026-01-28T22:40:04.299Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8bc452d51b27491 -C extra-filename=-96583ea7f23dc1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2688 | 2026-01-28T22:40:04.378Z | Compiling icu_locid_transform v1.5.0 |
| 2689 | 2026-01-28T22:40:04.402Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e8f85fc2a3ffcbe1 -C extra-filename=-634c3c91ad3ac506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-6426a9aa1d179c25.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-ff5ddd7b436347e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ca66eba24a4f3ed8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2690 | 2026-01-28T22:40:04.588Z | Compiling tokio v1.48.0 |
| 2691 | 2026-01-28T22:40:04.612Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a93dae3e7cc406f5 -C extra-filename=-f7152447f7d83a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-85bfbce07711d923.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2692 | 2026-01-28T22:40:04.663Z | Compiling digest v0.10.7 |
| 2693 | 2026-01-28T22:40:04.708Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=921b717889edc86b -C extra-filename=-1c6d496b319eaa8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-96583ea7f23dc1c2.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2694 | 2026-01-28T22:40:04.732Z | Compiling futures-macro v0.3.31 |
| 2695 | 2026-01-28T22:40:04.732Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=776e75aa6edf74b5 -C extra-filename=-fd81243b996b0b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2696 | 2026-01-28T22:40:05.063Z | Compiling tracing-attributes v0.1.27 |
| 2697 | 2026-01-28T22:40:05.086Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=b2eb4fea15cc71cb -C extra-filename=-54fda6a5f17ce7d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2698 | 2026-01-28T22:40:05.235Z | Compiling http v1.4.0 |
| 2699 | 2026-01-28T22:40:05.259Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1baf6b06d80a6457 -C extra-filename=-e0688423ffdf1dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2700 | 2026-01-28T22:40:05.717Z | Compiling ppv-lite86 v0.2.20 |
| 2701 | 2026-01-28T22:40:05.741Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=489634448fc506e9 -C extra-filename=-19d333e4cdbcbdba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2702 | 2026-01-28T22:40:06.611Z | Compiling icu_properties v1.5.1 |
| 2703 | 2026-01-28T22:40:06.635Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=4b7d6bc2bced95ac -C extra-filename=-976b018edc213fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e80065faab5ca01c.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-634c3c91ad3ac506.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-4a8118ea9a2ac535.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ca66eba24a4f3ed8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2704 | 2026-01-28T22:40:06.676Z | Compiling futures-util v0.3.31 |
| 2705 | 2026-01-28T22:40:06.727Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=099817039d0bbe70 -C extra-filename=-513e6bd09d65a657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-fd81243b996b0b6b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2706 | 2026-01-28T22:40:06.843Z | Compiling addr2line v0.24.2 |
| 2707 | 2026-01-28T22:40:06.867Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=efd6280046a614bc -C extra-filename=-8e0c27c498e18c5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-de113b574af1d25c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2708 | 2026-01-28T22:40:06.964Z | Compiling rustc-demangle v0.1.24 |
| 2709 | 2026-01-28T22:40:06.987Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=c73404a73d30be0d -C extra-filename=-abd6aebe5b35833f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2710 | 2026-01-28T22:40:07.724Z | Compiling backtrace v0.3.74 |
| 2711 | 2026-01-28T22:40:07.748Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=fce8663858dd5f2f -C extra-filename=-6818a8c900831f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-8e0c27c498e18c5a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e33dfd345d6e2ca2.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-abd6aebe5b35833f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2712 | 2026-01-28T22:40:07.793Z | Compiling clang-sys v1.8.1 |
| 2713 | 2026-01-28T22:40:07.817Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=76423fd14588d237 -C extra-filename=-0842850093c5fa9d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2714 | 2026-01-28T22:40:08.086Z | Compiling crossbeam-utils v0.8.21 |
| 2715 | 2026-01-28T22:40:08.110Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=694433e5cf154c48 -C extra-filename=-a7af6d897e8ce022 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2716 | 2026-01-28T22:40:08.429Z | Compiling tracing v0.1.40 |
| 2717 | 2026-01-28T22:40:08.453Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=c861727e80bf299c -C extra-filename=-2d9a6f5e195032c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-54fda6a5f17ce7d4.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-5da925d4b013e013.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2718 | 2026-01-28T22:40:08.512Z | Compiling prettyplease v0.2.36 |
| 2719 | 2026-01-28T22:40:08.536Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=35ea3dad00d27841 -C extra-filename=-3dbd4f39029450c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2720 | 2026-01-28T22:40:08.658Z | Compiling minimal-lexical v0.2.1 |
| 2721 | 2026-01-28T22:40:08.682Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=a6f1c9cad411d5de -C extra-filename=-0882896c32d27b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2722 | 2026-01-28T22:40:08.791Z | Compiling paste v1.0.15 |
| 2723 | 2026-01-28T22:40:08.815Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c59d25c819f3978f -C extra-filename=-4fb0e3b03d49a8c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2724 | 2026-01-28T22:40:09.000Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build` |
| 2725 | 2026-01-28T22:40:09.048Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build` |
| 2726 | 2026-01-28T22:40:09.128Z | Compiling nom v7.1.3 |
| 2727 | 2026-01-28T22:40:09.152Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=f0277b41f978dc00 -C extra-filename=-5ab434a4034fc222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-0882896c32d27b3f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2728 | 2026-01-28T22:40:09.176Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build` |
| 2729 | 2026-01-28T22:40:09.235Z | Compiling serde_tokenstream v0.2.2 |
| 2730 | 2026-01-28T22:40:09.236Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9885b25c1fa7542 -C extra-filename=-9607ef7a21e960d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2731 | 2026-01-28T22:40:09.304Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=5a1edb19afa712d2 -C extra-filename=-16e875d6462de814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
| 2732 | 2026-01-28T22:40:09.434Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build` |
| 2733 | 2026-01-28T22:40:09.555Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa15ff242619532e -C extra-filename=-051ed0912bcc526d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
| 2734 | 2026-01-28T22:40:09.930Z | Compiling libloading v0.8.5 |
| 2735 | 2026-01-28T22:40:09.955Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46625bc0e96bfcd0 -C extra-filename=-15d2e85de1686563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2736 | 2026-01-28T22:40:10.438Z | Compiling anyhow v1.0.99 |
| 2737 | 2026-01-28T22:40:10.462Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=21c2f8a40915e080 -C extra-filename=-79de0427848dddb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2738 | 2026-01-28T22:40:10.486Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=21b3287bcc2f8a51 -C extra-filename=-f8f02bf32a2ed5e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-15d2e85de1686563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2739 | 2026-01-28T22:40:10.770Z | Compiling icu_normalizer v1.5.0 |
| 2740 | 2026-01-28T22:40:10.794Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=c7db30eb5d0d37be -C extra-filename=-053de0288e57e063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-7dcfd17a577e18c5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e80065faab5ca01c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-54abd0820f39e054.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-976b018edc213fb8.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ca66eba24a4f3ed8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-1912248d2e789ee1.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-93ab4f48133cf7c0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2741 | 2026-01-28T22:40:10.820Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ce5e56c6be2be197 -C extra-filename=-067edc1c4c1cec03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 2742 | 2026-01-28T22:40:11.154Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build` |
| 2743 | 2026-01-28T22:40:11.532Z | Compiling block-padding v0.3.3 |
| 2744 | 2026-01-28T22:40:11.556Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ee64d1703f6cf0d7 -C extra-filename=-e2e21b8e8e358488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2745 | 2026-01-28T22:40:11.723Z | Compiling powerfmt v0.2.0 |
| 2746 | 2026-01-28T22:40:11.747Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=7ac69aed83ec123e -C extra-filename=-bc4b1110b3174b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2747 | 2026-01-28T22:40:11.892Z | Compiling idna_adapter v1.2.0 |
| 2748 | 2026-01-28T22:40:11.916Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=0103c29e4da93446 -C extra-filename=-6dcffaa66aed5c48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-053de0288e57e063.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-976b018edc213fb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2749 | 2026-01-28T22:40:12.231Z | Compiling idna v1.0.3 |
| 2750 | 2026-01-28T22:40:12.255Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=9af022a3ae674294 -C extra-filename=-64a7acf0887fa60d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-6dcffaa66aed5c48.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2751 | 2026-01-28T22:40:12.320Z | Compiling cexpr v0.6.0 |
| 2752 | 2026-01-28T22:40:12.320Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6e4fb89ab1580f8 -C extra-filename=-f3beade94157be4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2753 | 2026-01-28T22:40:12.494Z | Compiling home v0.5.9 |
| 2754 | 2026-01-28T22:40:12.518Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bff5ef09759f3f2 -C extra-filename=-ef6679bdb4d45792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2755 | 2026-01-28T22:40:12.549Z | Compiling base64ct v1.6.0 |
| 2756 | 2026-01-28T22:40:12.600Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=3639cdff17fde07c -C extra-filename=-0a4b7964ee767b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2757 | 2026-01-28T22:40:12.624Z | Compiling num-conv v0.1.0 |
| 2758 | 2026-01-28T22:40:12.624Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c7fa2f6a4e064f4 -C extra-filename=-bb23ded9e9458ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2759 | 2026-01-28T22:40:12.793Z | Compiling base64 v0.22.1 |
| 2760 | 2026-01-28T22:40:12.837Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=706d6f8114e9e05f -C extra-filename=-142d12a8ca42df76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2761 | 2026-01-28T22:40:12.963Z | Compiling url v2.5.4 |
| 2762 | 2026-01-28T22:40:12.987Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=cf009acd0057ecb4 -C extra-filename=-140e58fe84ea194a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2763 | 2026-01-28T22:40:13.214Z | Compiling time-core v0.1.6 |
| 2764 | 2026-01-28T22:40:13.238Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f32cce9d6fba644 -C extra-filename=-1de69f85b872ba93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2765 | 2026-01-28T22:40:13.519Z | Compiling deranged v0.5.3 |
| 2766 | 2026-01-28T22:40:13.543Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=244e4e81f4bc1357 -C extra-filename=-31621a6bb15dbd69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-bc4b1110b3174b86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2767 | 2026-01-28T22:40:13.596Z | Compiling time-macros v0.2.24 |
| 2768 | 2026-01-28T22:40:13.620Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=916afade31e59b07 -C extra-filename=-668262bdb1c23283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-bb23ded9e9458ecb.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-1de69f85b872ba93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2769 | 2026-01-28T22:40:13.765Z | Compiling inout v0.1.3 |
| 2770 | 2026-01-28T22:40:13.811Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=bc56c888c4d5c267 -C extra-filename=-de462ea811994f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e2e21b8e8e358488.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2771 | 2026-01-28T22:40:13.849Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=56e207d20eb405a4 -C extra-filename=-df78b2092db34720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-6818a8c900831f26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
| 2772 | 2026-01-28T22:40:13.951Z | Compiling ring v0.17.14 |
| 2773 | 2026-01-28T22:40:13.975Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4bee96b763e49e56 -C extra-filename=-285c5b5f920ddaea --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-285c5b5f920ddaea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2774 | 2026-01-28T22:40:14.125Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=affd03eaba851229 -C extra-filename=-8536971ec6dc5e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-f5044b98a337decc.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
| 2775 | 2026-01-28T22:40:14.700Z | Compiling utf8parse v0.2.2 |
| 2776 | 2026-01-28T22:40:14.724Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=9550a8bb083e4a87 -C extra-filename=-cd83b6c56c59e652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2777 | 2026-01-28T22:40:14.820Z | Compiling num_threads v0.1.7 |
| 2778 | 2026-01-28T22:40:14.844Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e023eaa7048c96 -C extra-filename=-f9e56f2973b384d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2779 | 2026-01-28T22:40:14.953Z | Compiling vcpkg v0.2.15 |
| 2780 | 2026-01-28T22:40:14.977Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7a354fa5c740a4d -C extra-filename=-523aa01e87ec1c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2781 | 2026-01-28T22:40:15.035Z | Compiling cipher v0.4.4 |
| 2782 | 2026-01-28T22:40:15.059Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=3a2a28661c818245 -C extra-filename=-f1826a9539d67185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2783 | 2026-01-28T22:40:15.192Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-285c5b5f920ddaea/build-script-build` |
| 2784 | 2026-01-28T22:40:15.721Z | Compiling ipnet v2.11.0 |
| 2785 | 2026-01-28T22:40:15.745Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=b9fb3c0079d0c075 -C extra-filename=-96d44b0553356cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2786 | 2026-01-28T22:40:16.196Z | Compiling zerocopy v0.8.27 |
| 2787 | 2026-01-28T22:40:16.222Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=792b13a13d402e5e -C extra-filename=-4c949498b0a9713e --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2788 | 2026-01-28T22:40:16.325Z | Compiling time v0.3.43 |
| 2789 | 2026-01-28T22:40:16.349Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=de64f3332c1f5ae9 -C extra-filename=-129e369738b0a325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-31621a6bb15dbd69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-bb23ded9e9458ecb.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f9e56f2973b384d0.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-bc4b1110b3174b86.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-1de69f85b872ba93.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-668262bdb1c23283.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2790 | 2026-01-28T22:40:16.734Z | Compiling zerocopy-derive v0.8.27 |
| 2791 | 2026-01-28T22:40:16.758Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbcbc72a840e71b0 -C extra-filename=-bf8c2a66e19f9bb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2792 | 2026-01-28T22:40:16.970Z | Compiling itertools v0.12.1 |
| 2793 | 2026-01-28T22:40:16.994Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=e2fc1f761ffe9f25 -C extra-filename=-9c26ba82ff743d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2794 | 2026-01-28T22:40:17.212Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build` |
| 2795 | 2026-01-28T22:40:17.355Z | Compiling bindgen v0.69.5 |
| 2796 | 2026-01-28T22:40:17.378Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=95f0e186316d3afc -C extra-filename=-b0796a1bbf5748de --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2797 | 2026-01-28T22:40:17.550Z | Compiling ident_case v1.0.1 |
| 2798 | 2026-01-28T22:40:17.574Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2f340b980949cfe -C extra-filename=-420e9301b8e5cfd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2799 | 2026-01-28T22:40:17.805Z | Compiling tokio-util v0.7.15 |
| 2800 | 2026-01-28T22:40:17.830Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=59978c5b139756ad -C extra-filename=-e852a3047cb61de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2801 | 2026-01-28T22:40:18.397Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de/build-script-build` |
| 2802 | 2026-01-28T22:40:18.465Z | Compiling which v4.4.2 |
| 2803 | 2026-01-28T22:40:18.489Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=8c775ec5bc3af358 -C extra-filename=-3a1fe09c45025a7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2804 | 2026-01-28T22:40:19.013Z | Compiling sha2 v0.10.9 |
| 2805 | 2026-01-28T22:40:19.038Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=decf85fb7f0cfccf -C extra-filename=-a3b1abe2e585c741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2806 | 2026-01-28T22:40:19.097Z | Compiling anstyle v1.0.11 |
| 2807 | 2026-01-28T22:40:19.121Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4bd4460cf476ffc5 -C extra-filename=-5be4cc3a9597241e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2808 | 2026-01-28T22:40:19.629Z | Compiling atomic-waker v1.1.2 |
| 2809 | 2026-01-28T22:40:19.653Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=6c1df0a5eb70e0c9 -C extra-filename=-89b3ffcbb26367e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2810 | 2026-01-28T22:40:19.887Z | Compiling httparse v1.9.5 |
| 2811 | 2026-01-28T22:40:19.911Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f55cab3c25b706d9 -C extra-filename=-67011793a8a8d245 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2812 | 2026-01-28T22:40:19.970Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=20127fcf3dfc9644 -C extra-filename=-51ff2a45a24caa66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-bf8c2a66e19f9bb8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
| 2813 | 2026-01-28T22:40:20.053Z | Compiling rustc-hash v1.1.0 |
| 2814 | 2026-01-28T22:40:20.077Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c9b57224ba2011cf -C extra-filename=-afaf0736521ebcd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2815 | 2026-01-28T22:40:20.122Z | Compiling lazycell v1.3.0 |
| 2816 | 2026-01-28T22:40:20.146Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=68ee8e3eed235bb0 -C extra-filename=-7e95de5e094cac83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2817 | 2026-01-28T22:40:20.186Z | Compiling pem-rfc7468 v0.7.0 |
| 2818 | 2026-01-28T22:40:20.211Z | Compiling hmac v0.12.1 |
| 2819 | 2026-01-28T22:40:20.211Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b2b5d875fd3afc6b -C extra-filename=-76ae0420101700af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2820 | 2026-01-28T22:40:20.211Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=bc8af39540395ac0 -C extra-filename=-9a7e0dfd2befbd68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2821 | 2026-01-28T22:40:20.296Z | Compiling cmake v0.1.51 |
| 2822 | 2026-01-28T22:40:20.347Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec1a8bfe37d7e0f3 -C extra-filename=-a93ac5dd321d178d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2823 | 2026-01-28T22:40:20.394Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=19ed9526ff579419 -C extra-filename=-66469bbf1187bd9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-7e95de5e094cac83.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-afaf0736521ebcd3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-3a1fe09c45025a7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2824 | 2026-01-28T22:40:20.600Z | Compiling dunce v1.0.5 |
| 2825 | 2026-01-28T22:40:20.625Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2290ae0b7f932b4d -C extra-filename=-17fde09c8ef0b70d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2826 | 2026-01-28T22:40:20.653Z | Compiling fs_extra v1.3.0 |
| 2827 | 2026-01-28T22:40:20.677Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99fb1567a215f1f3 -C extra-filename=-3c3e205062a1f697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2828 | 2026-01-28T22:40:20.713Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build` |
| 2829 | 2026-01-28T22:40:20.818Z | Compiling untrusted v0.9.0 |
| 2830 | 2026-01-28T22:40:20.864Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffbbdf6ab370d5bd -C extra-filename=-f32f11b39e1363d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2831 | 2026-01-28T22:40:20.930Z | Compiling fastrand v2.1.1 |
| 2832 | 2026-01-28T22:40:20.955Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=9f67e4ba010b9ee4 -C extra-filename=-9ac85dd095c3ee8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2833 | 2026-01-28T22:40:20.955Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b71524f520c18be7 -C extra-filename=-729da03359e5c081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
| 2834 | 2026-01-28T22:40:21.095Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=c5616246ccac1b3e -C extra-filename=-bf00ff95c8089375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test` |
| 2835 | 2026-01-28T22:40:21.195Z | Compiling anstyle-parse v0.2.5 |
| 2836 | 2026-01-28T22:40:21.258Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=5bd1f5f0e158bc1c -C extra-filename=-6d409d61a45bc313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2837 | 2026-01-28T22:40:21.282Z | Compiling rand_chacha v0.3.1 |
| 2838 | 2026-01-28T22:40:21.282Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=70400e20744aeea9 -C extra-filename=-9e172ee533783540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2839 | 2026-01-28T22:40:21.461Z | Compiling anstyle-query v1.1.1 |
| 2840 | 2026-01-28T22:40:21.487Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f5f760928bafe2a -C extra-filename=-55ed83b7543c3209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2841 | 2026-01-28T22:40:21.651Z | Compiling colorchoice v1.0.2 |
| 2842 | 2026-01-28T22:40:21.674Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=768fb155d3bb661c -C extra-filename=-f6adb314ee913eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2843 | 2026-01-28T22:40:21.703Z | Compiling is_terminal_polyfill v1.70.1 |
| 2844 | 2026-01-28T22:40:21.728Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=f0466a3d33daf22d -C extra-filename=-4109259b85291e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2845 | 2026-01-28T22:40:21.758Z | Compiling der_derive v0.7.3 |
| 2846 | 2026-01-28T22:40:21.782Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60ad9e45fe9ffda -C extra-filename=-b7367e46bcb44674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2847 | 2026-01-28T22:40:21.909Z | Compiling anstream v0.6.18 |
| 2848 | 2026-01-28T22:40:21.933Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=6b89b1927e66d680 -C extra-filename=-bb9d7527c73b49b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-6d409d61a45bc313.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-55ed83b7543c3209.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6adb314ee913eb2.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-4109259b85291e21.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2849 | 2026-01-28T22:40:21.958Z | Compiling rand v0.8.5 |
| 2850 | 2026-01-28T22:40:22.023Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=5eb9ff3d5f261eeb -C extra-filename=-e24efe75f2906a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2851 | 2026-01-28T22:40:22.157Z | Compiling ryu v1.0.18 |
| 2852 | 2026-01-28T22:40:22.181Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f20755479609b36b -C extra-filename=-d387870d74e6e1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2853 | 2026-01-28T22:40:22.578Z | Compiling flagset v0.4.6 |
| 2854 | 2026-01-28T22:40:22.602Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=67786c7e9b629061 -C extra-filename=-1dea235448aeae48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2855 | 2026-01-28T22:40:22.720Z | Compiling terminal_size v0.4.0 |
| 2856 | 2026-01-28T22:40:22.744Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5876d489b504f32b -C extra-filename=-498e12e84f0f81cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2857 | 2026-01-28T22:40:22.848Z | Compiling unicode-segmentation v1.12.0 |
| 2858 | 2026-01-28T22:40:22.872Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=7f2f0b89a8ad5ce4 -C extra-filename=-469dcac1900e48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2859 | 2026-01-28T22:40:23.006Z | Compiling aws-lc-rs v1.12.4 |
| 2860 | 2026-01-28T22:40:23.030Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=5b24aa1b815b75dd -C extra-filename=-d886d24e6ffbb8dc --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2861 | 2026-01-28T22:40:23.250Z | Compiling rustls-pki-types v1.10.0 |
| 2862 | 2026-01-28T22:40:23.274Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=6da6c2d3be8b8673 -C extra-filename=-1e47dd6669950f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2863 | 2026-01-28T22:40:23.555Z | Compiling http-body v1.0.1 |
| 2864 | 2026-01-28T22:40:23.579Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fdbb5957ff03ffb -C extra-filename=-8a0e739038dae1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2865 | 2026-01-28T22:40:23.717Z | Compiling clap_lex v0.7.4 |
| 2866 | 2026-01-28T22:40:23.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b292a12a2f40d47c -C extra-filename=-8a90ebcfcef7aad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2867 | 2026-01-28T22:40:23.883Z | Compiling serde_spanned v0.6.9 |
| 2868 | 2026-01-28T22:40:23.907Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=12d0c70a65265afe -C extra-filename=-001dcbe3b5ca8177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2869 | 2026-01-28T22:40:23.937Z | Compiling toml_datetime v0.6.11 |
| 2870 | 2026-01-28T22:40:23.998Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=562254c4d04efb1c -C extra-filename=-42fa2b149e75e6f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2871 | 2026-01-28T22:40:24.068Z | Compiling clap_builder v4.5.48 |
| 2872 | 2026-01-28T22:40:24.092Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=1ff8b7dd74ec75d3 -C extra-filename=-b5c52762ebcb9ec9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8a90ebcfcef7aad8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-498e12e84f0f81cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2873 | 2026-01-28T22:40:24.116Z | Compiling der v0.7.10 |
| 2874 | 2026-01-28T22:40:24.116Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=328278de407754a3 -C extra-filename=-3f0702ae7a4e5d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-b7367e46bcb44674.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2875 | 2026-01-28T22:40:24.223Z | Compiling clap_derive v4.5.47 |
| 2876 | 2026-01-28T22:40:24.247Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=eff449d7da4e302c -C extra-filename=-89fd85bf568c0270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2877 | 2026-01-28T22:40:24.279Z | Compiling untrusted v0.7.1 |
| 2878 | 2026-01-28T22:40:24.303Z | Compiling httpdate v1.0.3 |
| 2879 | 2026-01-28T22:40:24.303Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a9fbb36fc318ad -C extra-filename=-77243b0bd188ebab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2880 | 2026-01-28T22:40:24.303Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa1386086e284f58 -C extra-filename=-5c5d7e8b815e7bc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2881 | 2026-01-28T22:40:24.495Z | Compiling try-lock v0.2.5 |
| 2882 | 2026-01-28T22:40:24.519Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ab9b5b59845fb4f -C extra-filename=-c3aceda6d94319b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2883 | 2026-01-28T22:40:24.602Z | Compiling h2 v0.4.6 |
| 2884 | 2026-01-28T22:40:24.626Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=b195fe8e23eba8b0 -C extra-filename=-198087b8be680c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2885 | 2026-01-28T22:40:24.730Z | Compiling want v0.3.1 |
| 2886 | 2026-01-28T22:40:24.774Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e8b51bf314c8167 -C extra-filename=-84f095c4003bf950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-c3aceda6d94319b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2887 | 2026-01-28T22:40:24.798Z | Compiling tower-layer v0.3.3 |
| 2888 | 2026-01-28T22:40:24.798Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d10eb3944d24eef6 -C extra-filename=-3257dabfc11d193a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2889 | 2026-01-28T22:40:25.099Z | Compiling tower-service v0.3.3 |
| 2890 | 2026-01-28T22:40:25.124Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4849d3b7f2abb6a3 -C extra-filename=-6ddcf9da373dcc6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2891 | 2026-01-28T22:40:25.124Z | Compiling camino v1.2.1 |
| 2892 | 2026-01-28T22:40:25.124Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=a34b09b32652f71d -C extra-filename=-3f9e0a434a993c7a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-3f9e0a434a993c7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2893 | 2026-01-28T22:40:25.264Z | Compiling pbkdf2 v0.12.2 |
| 2894 | 2026-01-28T22:40:25.288Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=c166ed6adfbe9032 -C extra-filename=-9f61b2551e717720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2895 | 2026-01-28T22:40:25.507Z | Compiling openssl-sys v0.9.109 |
| 2896 | 2026-01-28T22:40:25.531Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=cc5e5a31a596c48d -C extra-filename=-5ff09220dff8c077 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ff09220dff8c077 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-523aa01e87ec1c69.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2897 | 2026-01-28T22:40:25.558Z | Compiling aes v0.8.4 |
| 2898 | 2026-01-28T22:40:25.625Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=174e6b8740bc9cf4 -C extra-filename=-f0a73f8d750ffdb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2899 | 2026-01-28T22:40:25.827Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-3f9e0a434a993c7a/build-script-build` |
| 2900 | 2026-01-28T22:40:25.942Z | Compiling async-trait v0.1.89 |
| 2901 | 2026-01-28T22:40:25.967Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b71f9ca1d8b5bbe -C extra-filename=-2af21442a3b43a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2902 | 2026-01-28T22:40:26.766Z | Compiling spki v0.7.3 |
| 2903 | 2026-01-28T22:40:26.789Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=4cb4c007998c1887 -C extra-filename=-abc6b8501e9c9633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2904 | 2026-01-28T22:40:27.152Z | Compiling slog v2.8.2 |
| 2905 | 2026-01-28T22:40:27.175Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=fcdd040b37e530b8 -C extra-filename=-2cd63dfd2eeba7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2906 | 2026-01-28T22:40:27.317Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ff09220dff8c077/build-script-main` |
| 2907 | 2026-01-28T22:40:27.440Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=68efad9a31727b62 -C extra-filename=-54336e2d6e7eae24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'` |
| 2908 | 2026-01-28T22:40:27.614Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build` |
| 2909 | 2026-01-28T22:40:27.678Z | Compiling cbc v0.1.2 |
| 2910 | 2026-01-28T22:40:27.702Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=8fef3c46439f71f3 -C extra-filename=-24586da27d12798a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2911 | 2026-01-28T22:40:27.988Z | Compiling salsa20 v0.10.2 |
| 2912 | 2026-01-28T22:40:28.012Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=df7f2976c45c6275 -C extra-filename=-ab1f48dbcf24e08f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2913 | 2026-01-28T22:40:28.238Z | Compiling erased-serde v0.3.31 |
| 2914 | 2026-01-28T22:40:28.262Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=f4198db3edd4907c -C extra-filename=-555a351adafaba5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2915 | 2026-01-28T22:40:28.310Z | Compiling rustc_version v0.4.1 |
| 2916 | 2026-01-28T22:40:28.310Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8d528daea2794a3 -C extra-filename=-432faec17290e42d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2917 | 2026-01-28T22:40:28.369Z | Compiling rand_core v0.9.3 |
| 2918 | 2026-01-28T22:40:28.393Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=02a6c18f51d84126 -C extra-filename=-e1e612e7dbac87d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2919 | 2026-01-28T22:40:28.559Z | Compiling clap v4.5.48 |
| 2920 | 2026-01-28T22:40:28.601Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=697d690a1216d1bb -C extra-filename=-523ecfc7617bc60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-89fd85bf568c0270.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2921 | 2026-01-28T22:40:28.701Z | Compiling ucd-trie v0.1.7 |
| 2922 | 2026-01-28T22:40:28.724Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0a3d0f8901e80a43 -C extra-filename=-a26b2f99a5a31eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2923 | 2026-01-28T22:40:28.754Z | Compiling rustix v1.1.3 |
| 2924 | 2026-01-28T22:40:28.799Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=b6d797f24c5f5de1 -C extra-filename=-1d637f5254121005 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2925 | 2026-01-28T22:40:28.992Z | Compiling mime v0.3.17 |
| 2926 | 2026-01-28T22:40:29.016Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbbe0fb9735ac64a -C extra-filename=-84ec3d24c8861872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2927 | 2026-01-28T22:40:29.040Z | Compiling scrypt v0.11.0 |
| 2928 | 2026-01-28T22:40:29.040Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=edb946be370b6fb6 -C extra-filename=-a103de4faba033e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-ab1f48dbcf24e08f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2929 | 2026-01-28T22:40:29.264Z | Compiling pest v2.8.2 |
| 2930 | 2026-01-28T22:40:29.288Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=af8dfe4522791ae0 -C extra-filename=-9457d73df75ca6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-a26b2f99a5a31eff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2931 | 2026-01-28T22:40:29.566Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=f7f6d013f0c99a29 -C extra-filename=-222a78cdaa281fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-555a351adafaba5e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'` |
| 2932 | 2026-01-28T22:40:29.624Z | Compiling pkcs5 v0.7.1 |
| 2933 | 2026-01-28T22:40:29.624Z | Compiling http-body-util v0.1.3 |
| 2934 | 2026-01-28T22:40:29.624Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build` |
| 2935 | 2026-01-28T22:40:29.648Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=c0ce14580ea5fb5d -C extra-filename=-eb292b4bf00ff2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a103de4faba033e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2936 | 2026-01-28T22:40:29.648Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=4cdc52d1537eddfe -C extra-filename=-d5311ff8ad060f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2937 | 2026-01-28T22:40:30.256Z | Compiling plain v0.2.3 |
| 2938 | 2026-01-28T22:40:30.280Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5526a2106839e86e -C extra-filename=-4b99ac002000e8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2939 | 2026-01-28T22:40:30.501Z | Compiling pkcs8 v0.10.2 |
| 2940 | 2026-01-28T22:40:30.543Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=4ab03a0e23553dd7 -C extra-filename=-c9b71fc347911eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-eb292b4bf00ff2f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2941 | 2026-01-28T22:40:30.567Z | Compiling rand_chacha v0.9.0 |
| 2942 | 2026-01-28T22:40:30.650Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ab2af3dbb5f067e6 -C extra-filename=-db8d4aa03e39ae1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2943 | 2026-01-28T22:40:30.723Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f845c5da28c00833 -C extra-filename=-3f549b674c48674d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
| 2944 | 2026-01-28T22:40:30.772Z | Compiling foreign-types-shared v0.1.1 |
| 2945 | 2026-01-28T22:40:30.796Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64737a01e8a7b4c6 -C extra-filename=-343033d8f2dd05b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2946 | 2026-01-28T22:40:30.986Z | Compiling openssl-probe v0.1.5 |
| 2947 | 2026-01-28T22:40:31.010Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d647475ea4cf349 -C extra-filename=-bfb240f84d962d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2948 | 2026-01-28T22:40:31.297Z | Compiling openssl v0.10.73 |
| 2949 | 2026-01-28T22:40:31.321Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=97b02287c0708d86 -C extra-filename=-3993aabfb0db3d9c --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2950 | 2026-01-28T22:40:31.489Z | Compiling rand v0.9.2 |
| 2951 | 2026-01-28T22:40:31.513Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=03f4a0f6f65e0853 -C extra-filename=-81cddf8435918e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2952 | 2026-01-28T22:40:31.991Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build` |
| 2953 | 2026-01-28T22:40:32.055Z | Compiling pest_meta v2.8.2 |
| 2954 | 2026-01-28T22:40:32.080Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=3ec4b7242cb4de71 -C extra-filename=-beccadadeb07e4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2955 | 2026-01-28T22:40:32.137Z | Compiling hyper v1.8.1 |
| 2956 | 2026-01-28T22:40:32.161Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=b5eb49c5421829ef -C extra-filename=-583eb8cec2ba98ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-198087b8be680c0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-84f095c4003bf950.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2957 | 2026-01-28T22:40:32.354Z | Compiling foreign-types v0.3.2 |
| 2958 | 2026-01-28T22:40:32.378Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdde52dfac0edab4 -C extra-filename=-ce23beb6eb3676f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-343033d8f2dd05b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2959 | 2026-01-28T22:40:32.532Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=c84a26c2fbcc8f26 -C extra-filename=-89504b0c229a16ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'` |
| 2960 | 2026-01-28T22:40:32.578Z | Compiling serde_urlencoded v0.7.1 |
| 2961 | 2026-01-28T22:40:32.640Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2ea442188739d94 -C extra-filename=-7d189bf503988c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2962 | 2026-01-28T22:40:33.150Z | Compiling hex v0.4.3 |
| 2963 | 2026-01-28T22:40:33.173Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=92080f935c0a417c -C extra-filename=-be4aef7e3611ca80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2964 | 2026-01-28T22:40:33.521Z | Compiling tempfile v3.24.0 |
| 2965 | 2026-01-28T22:40:33.545Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=fa42331bad1465d0 -C extra-filename=-1ccc481c475781ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2966 | 2026-01-28T22:40:33.784Z | Compiling pest_generator v2.8.2 |
| 2967 | 2026-01-28T22:40:33.809Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=f6f1cf2be47d0d84 -C extra-filename=-12911755b4beee17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-beccadadeb07e4bb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2968 | 2026-01-28T22:40:33.835Z | Compiling openssl-macros v0.1.1 |
| 2969 | 2026-01-28T22:40:33.890Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d2f416ee0fe599d -C extra-filename=-258ec4c813f19d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2970 | 2026-01-28T22:40:33.919Z | Compiling encoding_rs v0.8.34 |
| 2971 | 2026-01-28T22:40:33.919Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=09fe5644fe4e440b -C extra-filename=-a8db7e413abf61b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2972 | 2026-01-28T22:40:34.402Z | Compiling pretty-hex v0.4.1 |
| 2973 | 2026-01-28T22:40:34.426Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=672d0235a7724ce9 -C extra-filename=-4cc5ba24a6003517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2974 | 2026-01-28T22:40:34.591Z | Compiling rustls v0.23.19 |
| 2975 | 2026-01-28T22:40:34.615Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=d82b7a4a38e2087f -C extra-filename=-3c6fd879802621de --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2976 | 2026-01-28T22:40:34.707Z | Compiling hyper-util v0.1.19 |
| 2977 | 2026-01-28T22:40:34.731Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=9dcc2c66251a6f99 -C extra-filename=-34784501566ece99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2978 | 2026-01-28T22:40:34.758Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=5838a0aad1846b89 -C extra-filename=-f7dbb948798e8015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-258ec4c813f19d30.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
| 2979 | 2026-01-28T22:40:35.058Z | Compiling openapiv3 v2.2.0 |
| 2980 | 2026-01-28T22:40:35.085Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=96781f37b50b56cb -C extra-filename=-55854e406e36a0f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2981 | 2026-01-28T22:40:35.450Z | Compiling native-tls v0.2.12 |
| 2982 | 2026-01-28T22:40:35.474Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=a427351dc311887f -C extra-filename=-e415e630c4a0d985 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2983 | 2026-01-28T22:40:35.869Z | Compiling ipnetwork v0.21.1 |
| 2984 | 2026-01-28T22:40:35.894Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=99520d6384e6ee02 -C extra-filename=-e6c8d889893b1fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2985 | 2026-01-28T22:40:35.974Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build` |
| 2986 | 2026-01-28T22:40:36.063Z | Compiling cookie v0.18.1 |
| 2987 | 2026-01-28T22:40:36.087Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=5753ead368064905 -C extra-filename=-07aa082a8031d7af --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2988 | 2026-01-28T22:40:36.405Z | Compiling pest_derive v2.8.2 |
| 2989 | 2026-01-28T22:40:36.429Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=667fff0288b182fe -C extra-filename=-beb17cca98262e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-12911755b4beee17.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2990 | 2026-01-28T22:40:36.565Z | Compiling litrs v0.4.1 |
| 2991 | 2026-01-28T22:40:36.624Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=f1d6d0f54630d087 -C extra-filename=-6718ddecb23c8b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2992 | 2026-01-28T22:40:36.816Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build` |
| 2993 | 2026-01-28T22:40:36.960Z | Compiling sync_wrapper v1.0.1 |
| 2994 | 2026-01-28T22:40:36.984Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=e81126ca503ee2a6 -C extra-filename=-97e59ee6a82c9763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2995 | 2026-01-28T22:40:37.284Z | Compiling winnow v0.7.13 |
| 2996 | 2026-01-28T22:40:37.308Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=12dbf89cc2a4cc4c -C extra-filename=-bfe077220902c678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2997 | 2026-01-28T22:40:37.626Z | Compiling psl-types v2.0.11 |
| 2998 | 2026-01-28T22:40:37.650Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=238342e4c7f4d411 -C extra-filename=-0758c31e43c3b82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2999 | 2026-01-28T22:40:37.815Z | Compiling tower v0.5.2 |
| 3000 | 2026-01-28T22:40:37.839Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=0c31a730db6dde68 -C extra-filename=-2c09da9693e01586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3001 | 2026-01-28T22:40:37.948Z | Compiling publicsuffix v2.3.0 |
| 3002 | 2026-01-28T22:40:37.971Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=bd3aa6c366db98c3 -C extra-filename=-b6d235fa17234758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0758c31e43c3b82a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3003 | 2026-01-28T22:40:37.996Z | Compiling document-features v0.2.11 |
| 3004 | 2026-01-28T22:40:38.020Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=8796994962584b70 -C extra-filename=-e60f99372aaa550a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-6718ddecb23c8b5b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3005 | 2026-01-28T22:40:38.380Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=6618b2c483530dce -C extra-filename=-f1a56c0a641fda20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3006 | 2026-01-28T22:40:39.087Z | Compiling rustls-native-certs v0.8.1 |
| 3007 | 2026-01-28T22:40:39.111Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a2c00028c250365 -C extra-filename=-6dcfb168df31f742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3008 | 2026-01-28T22:40:39.242Z | Compiling webpki-roots v1.0.1 |
| 3009 | 2026-01-28T22:40:39.266Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9421c27004151f57 -C extra-filename=-2f6441d53cbddf21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3010 | 2026-01-28T22:40:39.551Z | Compiling signature v2.2.0 |
| 3011 | 2026-01-28T22:40:39.575Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=61cae54830c39867 -C extra-filename=-4b1c622ece0fa1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3012 | 2026-01-28T22:40:39.608Z | Compiling iri-string v0.7.8 |
| 3013 | 2026-01-28T22:40:39.643Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=9851b8946f0e9e9b -C extra-filename=-81fbfc3f0f1ebf8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3014 | 2026-01-28T22:40:39.668Z | Compiling cookie_store v0.21.1 |
| 3015 | 2026-01-28T22:40:39.692Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=c9efe46ac263262a -C extra-filename=-9c06bb47f135485b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-b6d235fa17234758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3016 | 2026-01-28T22:40:39.759Z | Compiling data-encoding v2.9.0 |
| 3017 | 2026-01-28T22:40:39.783Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=065b5b31e795d3de -C extra-filename=-5d4dd4f25a3a940c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3018 | 2026-01-28T22:40:39.820Z | Compiling winnow v0.5.40 |
| 3019 | 2026-01-28T22:40:39.843Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a99a82e1e4836bbe -C extra-filename=-72473495d17f19f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3020 | 2026-01-28T22:40:39.987Z | Compiling darling_core v0.21.0 |
| 3021 | 2026-01-28T22:40:40.011Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=d7c37defc3f65520 -C extra-filename=-e6221525eab0fd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3022 | 2026-01-28T22:40:41.295Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=3325b58332fd188c -C extra-filename=-f28104d752f78e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
| 3023 | 2026-01-28T22:40:41.345Z | Compiling darling_core v0.20.10 |
| 3024 | 2026-01-28T22:40:41.369Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=6089e3db450fca09 -C extra-filename=-20510a6276007ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3025 | 2026-01-28T22:40:41.571Z | Compiling sha1 v0.10.6 |
| 3026 | 2026-01-28T22:40:41.595Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=4f5a3fffdd4308f0 -C extra-filename=-90ca0236b234b3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3027 | 2026-01-28T22:40:42.053Z | Compiling tokio-native-tls v0.3.1 |
| 3028 | 2026-01-28T22:40:42.076Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=20e6f9bb7e4e92cd -C extra-filename=-39f314a2f5f61f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f28104d752f78e8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3029 | 2026-01-28T22:40:42.126Z | Compiling strum_macros v0.26.4 |
| 3030 | 2026-01-28T22:40:42.126Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=571072e7234e5095 -C extra-filename=-ec738fe1adf04ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3031 | 2026-01-28T22:40:42.560Z | Compiling hyper-tls v0.6.0 |
| 3032 | 2026-01-28T22:40:42.584Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=743948febe8f6613 -C extra-filename=-c4795ebd0e8c407b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f28104d752f78e8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-39f314a2f5f61f9a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3033 | 2026-01-28T22:40:43.039Z | Compiling tower-http v0.6.6 |
| 3034 | 2026-01-28T22:40:43.063Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=6b0219b940218a81 -C extra-filename=-3821a12aa3ac5879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-81fbfc3f0f1ebf8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2c09da9693e01586.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3035 | 2026-01-28T22:40:43.337Z | Compiling tinyvec_macros v0.1.1 |
| 3036 | 2026-01-28T22:40:43.361Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27d8a254dbd867d5 -C extra-filename=-7e10bbf32c77695d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3037 | 2026-01-28T22:40:43.515Z | Compiling toml_edit v0.19.15 |
| 3038 | 2026-01-28T22:40:43.552Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=70fff86e0914f6bc -C extra-filename=-3532364bc661e1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-72473495d17f19f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3039 | 2026-01-28T22:40:43.784Z | Compiling tinyvec v1.8.0 |
| 3040 | 2026-01-28T22:40:43.807Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=691e11f761881eb9 -C extra-filename=-86d39d757ff7819a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-7e10bbf32c77695d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3041 | 2026-01-28T22:40:44.009Z | Compiling scroll_derive v0.12.0 |
| 3042 | 2026-01-28T22:40:44.033Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42dcb202b8649d6f -C extra-filename=-9cea006ca6696c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3043 | 2026-01-28T22:40:44.104Z | Compiling num-integer v0.1.46 |
| 3044 | 2026-01-28T22:40:44.128Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f3709ee2f906ab59 -C extra-filename=-6dcbfb1e8babd6ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3045 | 2026-01-28T22:40:44.958Z | Compiling quick-error v1.2.3 |
| 3046 | 2026-01-28T22:40:44.982Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=796e006f2f126583 -C extra-filename=-f4177b83accb982b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3047 | 2026-01-28T22:40:45.205Z | Compiling ahash v0.8.12 |
| 3048 | 2026-01-28T22:40:45.229Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=46370b02722680ec -C extra-filename=-445bcbe1e128c827 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3049 | 2026-01-28T22:40:45.496Z | Compiling static_assertions v1.1.0 |
| 3050 | 2026-01-28T22:40:45.523Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=de6e917f07e366fb -C extra-filename=-b3b91e8fe3ef1a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3051 | 2026-01-28T22:40:45.691Z | Compiling oxnet v0.1.4 |
| 3052 | 2026-01-28T22:40:45.715Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=0b2fe477b100ea4c -C extra-filename=-e2c2ba30359648b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3053 | 2026-01-28T22:40:45.746Z | Compiling scroll v0.12.0 |
| 3054 | 2026-01-28T22:40:45.770Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=2d41bf68472f4b1e -C extra-filename=-1ff72436100fc923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-9cea006ca6696c8e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3055 | 2026-01-28T22:40:45.828Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build` |
| 3056 | 2026-01-28T22:40:45.956Z | Compiling hubpack_derive v0.1.1 |
| 3057 | 2026-01-28T22:40:45.980Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b090cb60ef20c4c6 -C extra-filename=-bd8e2a888e539771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3058 | 2026-01-28T22:40:46.492Z | Compiling goblin v0.8.2 |
| 3059 | 2026-01-28T22:40:46.516Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=ffb23ad1a97a218d -C extra-filename=-14211b7462dbe36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-1ff72436100fc923.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3060 | 2026-01-28T22:40:46.546Z | Compiling darling_macro v0.21.0 |
| 3061 | 2026-01-28T22:40:46.597Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc0ccb6b6997512d -C extra-filename=-2411a0648868a131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e6221525eab0fd3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3062 | 2026-01-28T22:40:46.671Z | Compiling usdt-impl v0.5.0 |
| 3063 | 2026-01-28T22:40:46.694Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=21db4e42249df5bc -C extra-filename=-faa4f6782989b6de --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3064 | 2026-01-28T22:40:46.971Z | Compiling strum v0.26.3 |
| 3065 | 2026-01-28T22:40:46.995Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=9cad410a22decd57 -C extra-filename=-a584387af8d415c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec738fe1adf04ce5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3066 | 2026-01-28T22:40:47.211Z | Compiling crc32fast v1.4.2 |
| 3067 | 2026-01-28T22:40:47.235Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=5b0e96eb1ac81638 -C extra-filename=-e665abceb2a7947a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3068 | 2026-01-28T22:40:47.355Z | Compiling bit-vec v0.8.0 |
| 3069 | 2026-01-28T22:40:47.379Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=3d736ccbf0e87ebb -C extra-filename=-a477195100bc788b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3070 | 2026-01-28T22:40:47.413Z | Compiling base16ct v0.2.0 |
| 3071 | 2026-01-28T22:40:47.445Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=7783f897d2866553 -C extra-filename=-3498298cb3287a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3072 | 2026-01-28T22:40:47.721Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build` |
| 3073 | 2026-01-28T22:40:47.791Z | Compiling darling_macro v0.20.10 |
| 3074 | 2026-01-28T22:40:47.857Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fae849bea0dc98dc -C extra-filename=-169bff8d6ba6f6b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-20510a6276007ac7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3075 | 2026-01-28T22:40:47.895Z | Compiling bit-set v0.8.0 |
| 3076 | 2026-01-28T22:40:47.920Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=93699d58078ff24d -C extra-filename=-1bbb8a7353698747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a477195100bc788b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3077 | 2026-01-28T22:40:47.972Z | Compiling sec1 v0.7.3 |
| 3078 | 2026-01-28T22:40:47.997Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ee8ad4ee399ec4d1 -C extra-filename=-0053930843531127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3079 | 2026-01-28T22:40:48.034Z | Compiling hubpack v0.1.2 |
| 3080 | 2026-01-28T22:40:48.058Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44399d0002011b18 -C extra-filename=-6e1e4f5b71f0c0f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-bd8e2a888e539771.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3081 | 2026-01-28T22:40:48.106Z | Compiling darling v0.21.0 |
| 3082 | 2026-01-28T22:40:48.165Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=91d0f95171c01a27 -C extra-filename=-f7be53da0af7497f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e6221525eab0fd3d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2411a0648868a131.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3083 | 2026-01-28T22:40:48.304Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=27ebdc0b0222de2e -C extra-filename=-b86e19eb56cd552a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'` |
| 3084 | 2026-01-28T22:40:48.393Z | Compiling num-iter v0.1.45 |
| 3085 | 2026-01-28T22:40:48.417Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=812679b35c1ebdcb -C extra-filename=-6e6262e2ec4ec296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3086 | 2026-01-28T22:40:48.580Z | Compiling dtrace-parser v0.2.0 |
| 3087 | 2026-01-28T22:40:48.604Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00d517751ccbfac9 -C extra-filename=-d988833a065daeaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-beb17cca98262e1c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3088 | 2026-01-28T22:40:48.677Z | Compiling ff v0.13.0 |
| 3089 | 2026-01-28T22:40:48.703Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=4ec19db4f66abfb1 -C extra-filename=-43bf1ca6a514b6aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3090 | 2026-01-28T22:40:48.728Z | Compiling thread-id v4.2.2 |
| 3091 | 2026-01-28T22:40:48.752Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4a34f84b5d6b468 -C extra-filename=-ffaf04ed8428d73d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3092 | 2026-01-28T22:40:48.903Z | Compiling wait-timeout v0.2.0 |
| 3093 | 2026-01-28T22:40:48.949Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa7b4b3ee6873949 -C extra-filename=-7fad237810e4574c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3094 | 2026-01-28T22:40:48.973Z | Compiling num-bigint-dig v0.8.6 |
| 3095 | 2026-01-28T22:40:48.973Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=47f0629861715b96 -C extra-filename=-64649a47d1aff8f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3096 | 2026-01-28T22:40:49.018Z | Compiling toml_write v0.1.2 |
| 3097 | 2026-01-28T22:40:49.042Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=399448527869f62f -C extra-filename=-02170c98dd0eef5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3098 | 2026-01-28T22:40:49.157Z | Compiling darling v0.20.10 |
| 3099 | 2026-01-28T22:40:49.181Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=1d4d8a5a24ce93e9 -C extra-filename=-f7340329ccdf1fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-20510a6276007ac7.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-169bff8d6ba6f6b8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3100 | 2026-01-28T22:40:49.348Z | Compiling group v0.13.0 |
| 3101 | 2026-01-28T22:40:49.372Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=628c840c6485c4bf -C extra-filename=-27f9c755a800f8bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3102 | 2026-01-28T22:40:49.488Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build` |
| 3103 | 2026-01-28T22:40:49.554Z | Compiling toml_edit v0.22.27 |
| 3104 | 2026-01-28T22:40:49.578Z | Compiling heck v0.4.1 |
| 3105 | 2026-01-28T22:40:49.578Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=badb45d7ba54f8dc -C extra-filename=-8204521628226dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-02170c98dd0eef5f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3106 | 2026-01-28T22:40:49.578Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=c36d9bf330367547 -C extra-filename=-dabc04b0d25f1f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3107 | 2026-01-28T22:40:49.673Z | Compiling hkdf v0.12.4 |
| 3108 | 2026-01-28T22:40:49.697Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=96689eeeade566fb -C extra-filename=-bd7130e99a144471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3109 | 2026-01-28T22:40:49.792Z | Compiling crossbeam-epoch v0.9.18 |
| 3110 | 2026-01-28T22:40:49.815Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=41b01f875ceb578d -C extra-filename=-baf0c92fd85ce9a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3111 | 2026-01-28T22:40:50.080Z | Compiling crypto-bigint v0.5.5 |
| 3112 | 2026-01-28T22:40:50.104Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=f76b9c81046b528a -C extra-filename=-d0c2da2483ddbfab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3113 | 2026-01-28T22:40:50.219Z | Compiling bstr v1.10.0 |
| 3114 | 2026-01-28T22:40:50.243Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=c24f95a754a77d18 -C extra-filename=-d20757e461794771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3115 | 2026-01-28T22:40:50.638Z | Compiling scroll_derive v0.13.1 |
| 3116 | 2026-01-28T22:40:50.662Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f003437a45e53091 -C extra-filename=-d6f1ca77e2430d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3117 | 2026-01-28T22:40:50.813Z | Compiling itertools v0.13.0 |
| 3118 | 2026-01-28T22:40:50.837Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0b23c2a03dbfeff7 -C extra-filename=-f0f9e563abed1aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3119 | 2026-01-28T22:40:51.063Z | Compiling zlib-rs v0.5.1 |
| 3120 | 2026-01-28T22:40:51.087Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=05de1ba68c641b32 -C extra-filename=-bae8abd85fb85230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3121 | 2026-01-28T22:40:52.081Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=fa3fd80cf7512a62 -C extra-filename=-7d9aa0a651064790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-aca419b966ec5f81.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
| 3122 | 2026-01-28T22:40:53.076Z | Compiling scroll v0.13.0 |
| 3123 | 2026-01-28T22:40:53.099Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c3bf9cfef520f73b -C extra-filename=-6b8d69ca0906b676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-d6f1ca77e2430d79.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3124 | 2026-01-28T22:40:53.825Z | Compiling dof v0.3.0 |
| 3125 | 2026-01-28T22:40:53.849Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=1c37692605548e8c -C extra-filename=-302d56358dcb5327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-14211b7462dbe36d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3126 | 2026-01-28T22:40:54.181Z | Compiling elliptic-curve v0.13.8 |
| 3127 | 2026-01-28T22:40:54.205Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=63e5753e3a0cdf80 -C extra-filename=-79ba77e562a2dc78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d0c2da2483ddbfab.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3128 | 2026-01-28T22:40:55.201Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=2a2d3a89e1b40af2 -C extra-filename=-0365e9380dea6bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ffaf04ed8428d73d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 3129 | 2026-01-28T22:40:55.743Z | Compiling rusty-fork v0.3.0 |
| 3130 | 2026-01-28T22:40:55.780Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=2d9416a6806295bb -C extra-filename=-b52c42515fbb1d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3131 | 2026-01-28T22:40:56.630Z | Compiling pkcs1 v0.7.5 |
| 3132 | 2026-01-28T22:40:56.655Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=88b81de024d5d62f -C extra-filename=-6ea09a72f67a0b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3133 | 2026-01-28T22:40:56.717Z | Compiling rand_xorshift v0.4.0 |
| 3134 | 2026-01-28T22:40:56.742Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f11b29012121d2f7 -C extra-filename=-b6c7f4a8f1590593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3135 | 2026-01-28T22:40:56.924Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 3136 | 2026-01-28T22:40:56.948Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=953880880c8f4621 -C extra-filename=-a9a7c6f802534066 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9a7c6f802534066 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3137 | 2026-01-28T22:40:57.167Z | Compiling unarray v0.1.4 |
| 3138 | 2026-01-28T22:40:57.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aab6a764ff0788b -C extra-filename=-0d1cbf4decd5986d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3139 | 2026-01-28T22:40:57.740Z | Compiling goblin v0.10.2 |
| 3140 | 2026-01-28T22:40:57.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=43c67e78196490be -C extra-filename=-5eaa9ea6a92178c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6b8d69ca0906b676.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3141 | 2026-01-28T22:40:57.740Z | Compiling rsa v0.9.8 |
| 3142 | 2026-01-28T22:40:57.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=564e81a176af5f25 -C extra-filename=-c0cf9adb20b0bb04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6ea09a72f67a0b34.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3143 | 2026-01-28T22:40:57.740Z | Compiling proptest v1.7.0 |
| 3144 | 2026-01-28T22:40:57.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=b44d1d36badbd3fb -C extra-filename=-947c6bc7e98fa7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1bbb8a7353698747.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a477195100bc788b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-b6c7f4a8f1590593.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b52c42515fbb1d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0d1cbf4decd5986d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3145 | 2026-01-28T22:40:57.781Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9a7c6f802534066/build-script-build` |
| 3146 | 2026-01-28T22:40:57.873Z | Compiling curve25519-dalek v4.1.3 |
| 3147 | 2026-01-28T22:40:57.953Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=c1268199dafa9a52 -C extra-filename=-ea6d569e787eecb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3148 | 2026-01-28T22:40:58.953Z | Compiling libz-rs-sys v0.5.1 |
| 3149 | 2026-01-28T22:40:58.978Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=ac5ff47aa8169191 -C extra-filename=-349a6e2955accf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-bae8abd85fb85230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3150 | 2026-01-28T22:40:59.059Z | Compiling x509-cert v0.2.5 |
| 3151 | 2026-01-28T22:40:59.084Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=84d3fcaccdfb29e7 -C extra-filename=-a13594a241f967e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3152 | 2026-01-28T22:40:59.393Z | Compiling flate2 v1.1.2 |
| 3153 | 2026-01-28T22:40:59.417Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=1452c2e62d23101a -C extra-filename=-ee56dd0c78618953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-349a6e2955accf25.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3154 | 2026-01-28T22:40:59.508Z | Compiling bitflags v1.3.2 |
| 3155 | 2026-01-28T22:40:59.531Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=c783b94eb562b595 -C extra-filename=-2b8f5067655268d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3156 | 2026-01-28T22:40:59.701Z | Compiling usdt-impl v0.6.0 |
| 3157 | 2026-01-28T22:40:59.725Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b86945bce5b0959a -C extra-filename=-db5c11af64f98a8b --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3158 | 2026-01-28T22:41:00.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build` |
| 3159 | 2026-01-28T22:41:00.377Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=51eddba1293d4475 -C extra-filename=-61bff90c6eb4d97f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -l static=bz2` |
| 3160 | 2026-01-28T22:41:00.560Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build` |
| 3161 | 2026-01-28T22:41:00.623Z | Compiling derive_builder_core v0.20.2 |
| 3162 | 2026-01-28T22:41:00.647Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=01039ec5fcfb75a9 -C extra-filename=-6f373df925b3453c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7340329ccdf1fc5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3163 | 2026-01-28T22:41:00.781Z | Compiling dtrace-parser v0.3.0 |
| 3164 | 2026-01-28T22:41:00.806Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2541576593d3850e -C extra-filename=-1676c9f7110555a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9457d73df75ca6d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-beb17cca98262e1c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3165 | 2026-01-28T22:41:02.988Z | Compiling rfc6979 v0.4.0 |
| 3166 | 2026-01-28T22:41:03.012Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7b497acf825189a -C extra-filename=-1b86d25cc91b665a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3167 | 2026-01-28T22:41:03.266Z | Compiling curve25519-dalek-derive v0.1.1 |
| 3168 | 2026-01-28T22:41:03.290Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c04eacdebd0ec13a -C extra-filename=-3d3fae18bea19d19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3169 | 2026-01-28T22:41:03.342Z | Compiling thread-id v5.0.0 |
| 3170 | 2026-01-28T22:41:03.366Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64fcf838075b2471 -C extra-filename=-dbb73afa9ba27761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3171 | 2026-01-28T22:41:03.581Z | Compiling siphasher v0.3.11 |
| 3172 | 2026-01-28T22:41:03.605Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=582622778b7a69e3 -C extra-filename=-546fc1ccf657c5d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3173 | 2026-01-28T22:41:03.849Z | Compiling signal-hook v0.3.18 |
| 3174 | 2026-01-28T22:41:03.873Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=bc3792716284ff47 -C extra-filename=-57ba64b564ed44a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3175 | 2026-01-28T22:41:04.110Z | Compiling phf_shared v0.11.2 |
| 3176 | 2026-01-28T22:41:04.134Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=eb0aa3f043d713dd -C extra-filename=-065b615e0557dad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-546fc1ccf657c5d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3177 | 2026-01-28T22:41:04.367Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build` |
| 3178 | 2026-01-28T22:41:04.467Z | Compiling newtype-uuid v1.3.2 |
| 3179 | 2026-01-28T22:41:04.491Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=159a71e8e8c15a7c -C extra-filename=-8125891eebfa0a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3180 | 2026-01-28T22:41:04.609Z | Compiling ecdsa v0.16.9 |
| 3181 | 2026-01-28T22:41:04.633Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=2380025577be9b0a -C extra-filename=-e062cf5a1d23a0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1b86d25cc91b665a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3182 | 2026-01-28T22:41:05.102Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=e9686e002d67a88e -C extra-filename=-6d94dcf1bf056c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-3d3fae18bea19d19.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
| 3183 | 2026-01-28T22:41:05.326Z | Compiling derive_builder_macro v0.20.2 |
| 3184 | 2026-01-28T22:41:05.350Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=9060fd19a928635b -C extra-filename=-7c2ffdba676acad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-6f373df925b3453c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3185 | 2026-01-28T22:41:05.768Z | Compiling toml v0.7.8 |
| 3186 | 2026-01-28T22:41:05.792Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a82d44e2ad8f2559 -C extra-filename=-8deef866a4a26c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3187 | 2026-01-28T22:41:05.970Z | Compiling daft-derive v0.1.4 |
| 3188 | 2026-01-28T22:41:05.994Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c6c0831354714a9 -C extra-filename=-625eb0415048f626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3189 | 2026-01-28T22:41:06.508Z | Compiling dof v0.4.0 |
| 3190 | 2026-01-28T22:41:06.534Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2148277d97e465cf -C extra-filename=-03a782d9d4b19db9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5eaa9ea6a92178c4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3191 | 2026-01-28T22:41:06.683Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 3192 | 2026-01-28T22:41:06.707Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=241d36cdec9996a5 -C extra-filename=-0f856328fcfd2ce7 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-0f856328fcfd2ce7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3193 | 2026-01-28T22:41:07.490Z | Compiling memmap2 v0.9.8 |
| 3194 | 2026-01-28T22:41:07.514Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=dd5b32a12c118f93 -C extra-filename=-d63320512bf6945c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3195 | 2026-01-28T22:41:07.798Z | Compiling env_filter v0.1.2 |
| 3196 | 2026-01-28T22:41:07.822Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63fe0cc8f59196c1 -C extra-filename=-a1c768a48bc85be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3197 | 2026-01-28T22:41:08.018Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=c04cf0ed231aba5f -C extra-filename=-f4c5f4ab124c7995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1676c9f7110555a5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-dbb73afa9ba27761.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'` |
| 3198 | 2026-01-28T22:41:08.086Z | Compiling memoffset v0.9.1 |
| 3199 | 2026-01-28T22:41:08.110Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=1d9dd299e4adb1e2 -C extra-filename=-d413877f52f50cf2 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3200 | 2026-01-28T22:41:08.651Z | Compiling cfg_aliases v0.2.1 |
| 3201 | 2026-01-28T22:41:08.675Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cd84f1f831e543a -C extra-filename=-9f63cecee3c4c7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3202 | 2026-01-28T22:41:08.726Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build` |
| 3203 | 2026-01-28T22:41:08.917Z | Compiling env_logger v0.11.8 |
| 3204 | 2026-01-28T22:41:08.941Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=85b3ada887134b1c -C extra-filename=-fbaeb29d3673a0a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-a1c768a48bc85be6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3205 | 2026-01-28T22:41:08.984Z | Compiling daft v0.1.4 |
| 3206 | 2026-01-28T22:41:09.036Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=11cf3e2fcb3e2929 -C extra-filename=-9291fc78212aa833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-625eb0415048f626.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3207 | 2026-01-28T22:41:09.314Z | Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-0f856328fcfd2ce7/build-script-build` |
| 3208 | 2026-01-28T22:41:09.544Z | Compiling derive_builder v0.20.2 |
| 3209 | 2026-01-28T22:41:09.568Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=78027f6bf714f155 -C extra-filename=-e9cc8fdbf4d1c29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-7c2ffdba676acad5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3210 | 2026-01-28T22:41:09.806Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5932afbcf1d2d7d0 -C extra-filename=-b0de081c40ed7ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3211 | 2026-01-28T22:41:09.869Z | Compiling serde_with_macros v3.16.1 |
| 3212 | 2026-01-28T22:41:09.893Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=6a5c8ac44eac1c1c -C extra-filename=-96c5a720df3aabd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7be53da0af7497f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3213 | 2026-01-28T22:41:09.925Z | Compiling unicode-normalization v0.1.24 |
| 3214 | 2026-01-28T22:41:09.949Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba1cab0884c79f14 -C extra-filename=-6139c256f103d169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3215 | 2026-01-28T22:41:10.575Z | Compiling ed25519 v2.2.3 |
| 3216 | 2026-01-28T22:41:10.599Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=8b91a4ff7deef35f -C extra-filename=-867d7dc609281a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3217 | 2026-01-28T22:41:10.779Z | Compiling enum-as-inner v0.6.1 |
| 3218 | 2026-01-28T22:41:10.803Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58d6623c2aae3878 -C extra-filename=-8d755279626495bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3219 | 2026-01-28T22:41:10.939Z | Compiling vergen-lib v0.1.6 |
| 3220 | 2026-01-28T22:41:10.963Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=7bd25a4a826de5c7 -C extra-filename=-a5e3934f2197ac8b --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3221 | 2026-01-28T22:41:11.387Z | Compiling keccak v0.1.5 |
| 3222 | 2026-01-28T22:41:11.411Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=3837c867db77c698 -C extra-filename=-988f9cb713822ff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3223 | 2026-01-28T22:41:12.003Z | Compiling managed v0.8.0 |
| 3224 | 2026-01-28T22:41:12.027Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=3f920bc30f647c85 -C extra-filename=-3251fccde2bb069b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3225 | 2026-01-28T22:41:12.538Z | Compiling sha3 v0.10.8 |
| 3226 | 2026-01-28T22:41:12.586Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=50c41d9a3bab04b9 -C extra-filename=-d7fd07d916944978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-988f9cb713822ff4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3227 | 2026-01-28T22:41:12.636Z | Compiling serde_with v3.16.1 |
| 3228 | 2026-01-28T22:41:12.660Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=cb3e7b0601f63df1 -C extra-filename=-a809e9d8c4170b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-96c5a720df3aabd5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3229 | 2026-01-28T22:41:12.688Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build` |
| 3230 | 2026-01-28T22:41:12.786Z | Compiling ed25519-dalek v2.1.1 |
| 3231 | 2026-01-28T22:41:12.809Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=0bff521603d03090 -C extra-filename=-cdcdf780c038777d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-867d7dc609281a27.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3232 | 2026-01-28T22:41:13.303Z | Compiling usdt-attr-macro v0.6.0 |
| 3233 | 2026-01-28T22:41:13.335Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a27c117e73f1778 -C extra-filename=-cabd532452067d7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1676c9f7110555a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3234 | 2026-01-28T22:41:13.482Z | Compiling usdt-macro v0.6.0 |
| 3235 | 2026-01-28T22:41:13.505Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a173a6a32c599418 -C extra-filename=-0e2d9285a4756f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1676c9f7110555a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3236 | 2026-01-28T22:41:13.607Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=3ec9e47f400c4a5f -C extra-filename=-1c1091fa0c3be57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` |
| 3237 | 2026-01-28T22:41:13.854Z | Compiling cargo-platform v0.1.8 |
| 3238 | 2026-01-28T22:41:13.878Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba40a71afcb2aa4 -C extra-filename=-379328dfadb8c639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3239 | 2026-01-28T22:41:14.237Z | Compiling vergen v9.0.6 |
| 3240 | 2026-01-28T22:41:14.261Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=e31413f57c0553a9 -C extra-filename=-42860864cfc1a355 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3241 | 2026-01-28T22:41:14.436Z | Compiling itertools v0.10.5 |
| 3242 | 2026-01-28T22:41:14.460Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=386c86c4dbdc0e11 -C extra-filename=-d47b523d2b6a239a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3243 | 2026-01-28T22:41:14.682Z | Compiling ref-cast v1.0.25 |
| 3244 | 2026-01-28T22:41:14.706Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d74b6fd735046642 -C extra-filename=-255a2eeaff789f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3245 | 2026-01-28T22:41:15.282Z | Compiling new_debug_unreachable v1.0.6 |
| 3246 | 2026-01-28T22:41:15.306Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdf6712c14f18a35 -C extra-filename=-84cd7013a5593a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3247 | 2026-01-28T22:41:15.359Z | Compiling fixedbitset v0.4.2 |
| 3248 | 2026-01-28T22:41:15.383Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=337ddc9af0799e8d -C extra-filename=-14f9139bb36270dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3249 | 2026-01-28T22:41:15.408Z | Compiling zstd-safe v7.2.3 |
| 3250 | 2026-01-28T22:41:15.434Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=b262418fa42a82dd -C extra-filename=-e672cd2f5686a214 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3251 | 2026-01-28T22:41:15.469Z | Compiling precomputed-hash v0.1.1 |
| 3252 | 2026-01-28T22:41:15.495Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b32dac75f87755b -C extra-filename=-506dacd16d4fb18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3253 | 2026-01-28T22:41:15.671Z | Compiling string_cache v0.8.9 |
| 3254 | 2026-01-28T22:41:15.695Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=d5ea2d00a882903c -C extra-filename=-895147969acef52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-84cd7013a5593a73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-506dacd16d4fb18a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3255 | 2026-01-28T22:41:15.835Z | Compiling petgraph v0.6.5 |
| 3256 | 2026-01-28T22:41:15.860Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=7946ca97f63da1b1 -C extra-filename=-c8faf3ef761b5017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-14f9139bb36270dd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3257 | 2026-01-28T22:41:15.926Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build` |
| 3258 | 2026-01-28T22:41:16.076Z | Compiling usdt v0.6.0 |
| 3259 | 2026-01-28T22:41:16.100Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=1313d0d590f0ec48 -C extra-filename=-2cc4ccc53913d0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5eaa9ea6a92178c4.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-cabd532452067d7e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-0e2d9285a4756f60.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3260 | 2026-01-28T22:41:16.159Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build` |
| 3261 | 2026-01-28T22:41:16.226Z | Compiling cargo_metadata v0.19.2 |
| 3262 | 2026-01-28T22:41:16.250Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=285f0f289908265f -C extra-filename=-65c44cb727c2eb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-379328dfadb8c639.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3263 | 2026-01-28T22:41:16.709Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=5456c8ea478f68be -C extra-filename=-7c4372dfd309d33c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
| 3264 | 2026-01-28T22:41:16.998Z | Compiling signal-hook-mio v0.2.4 |
| 3265 | 2026-01-28T22:41:17.022Z | Compiling bzip2 v0.4.4 |
| 3266 | 2026-01-28T22:41:17.022Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=9ac6e8abc4d76ba8 -C extra-filename=-20f38074f4e33615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3267 | 2026-01-28T22:41:17.022Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=e4ef6a04c8a2fa19 -C extra-filename=-d71e1b4c3025ba8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-61bff90c6eb4d97f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib` |
| 3268 | 2026-01-28T22:41:17.362Z | Compiling ref-cast-impl v1.0.25 |
| 3269 | 2026-01-28T22:41:17.386Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f46bc8e1b3dd7cfb -C extra-filename=-f53d844f98f92546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3270 | 2026-01-28T22:41:17.619Z | Compiling rustc-hash v2.1.1 |
| 3271 | 2026-01-28T22:41:17.643Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=277a3c54385bde4b -C extra-filename=-8224c8d8cdd657a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3272 | 2026-01-28T22:41:17.676Z | Compiling zip v0.6.6 |
| 3273 | 2026-01-28T22:41:17.702Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=538764b8516d1351 -C extra-filename=-d3beb03ed84bca04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-d71e1b4c3025ba8c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib` |
| 3274 | 2026-01-28T22:41:17.890Z | Compiling heapless v0.7.17 |
| 3275 | 2026-01-28T22:41:17.914Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=db3f79ebaf33a684 -C extra-filename=-f2c4e2aeff7b334e --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3276 | 2026-01-28T22:41:18.507Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=f02f75d6e6423b9f -C extra-filename=-554cda91acabd23b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-65c44cb727c2eb4f.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
| 3277 | 2026-01-28T22:41:18.727Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c13a9bdd03d51c4e -C extra-filename=-fd7e6d90bc377feb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-f53d844f98f92546.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'` |
| 3278 | 2026-01-28T22:41:18.944Z | Compiling lockfree-object-pool v0.1.6 |
| 3279 | 2026-01-28T22:41:18.968Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cc1ac7e747c0ace -C extra-filename=-efd7057b7b155881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3280 | 2026-01-28T22:41:19.016Z | Compiling lalrpop-util v0.19.12 |
| 3281 | 2026-01-28T22:41:19.040Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=9de8cc9e89e93eb6 -C extra-filename=-6f139e9a3dd2f1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3282 | 2026-01-28T22:41:19.273Z | Compiling simd-adler32 v0.3.7 |
| 3283 | 2026-01-28T22:41:19.297Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=0bcd44b8a99b09d0 -C extra-filename=-f35c934cba75b8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3284 | 2026-01-28T22:41:19.432Z | Compiling bumpalo v3.16.0 |
| 3285 | 2026-01-28T22:41:19.456Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=8eed1241b0cb4bc1 -C extra-filename=-c67e733ef25cacfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3286 | 2026-01-28T22:41:19.482Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build` |
| 3287 | 2026-01-28T22:41:19.606Z | Compiling crossterm v0.28.1 |
| 3288 | 2026-01-28T22:41:19.630Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=28459f7c71bebb89 -C extra-filename=-de1496c0a7f895f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3289 | 2026-01-28T22:41:19.692Z | Compiling nix v0.29.0 |
| 3290 | 2026-01-28T22:41:19.716Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=8d143286a2fd3088 -C extra-filename=-527e5ac303953798 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9f63cecee3c4c7b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3291 | 2026-01-28T22:41:19.751Z | Compiling bzip2 v0.5.2 |
| 3292 | 2026-01-28T22:41:19.775Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=5630c876153e9757 -C extra-filename=-7b59099efea250ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-61bff90c6eb4d97f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib` |
| 3293 | 2026-01-28T22:41:19.861Z | Compiling zopfli v0.8.1 |
| 3294 | 2026-01-28T22:41:19.885Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=4ee9c9f2c3432511 -C extra-filename=-a81af4a9abbae8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-c67e733ef25cacfc.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-efd7057b7b155881.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-f35c934cba75b8bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3295 | 2026-01-28T22:41:19.964Z | Compiling serde-big-array v0.5.1 |
| 3296 | 2026-01-28T22:41:19.988Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f0bd687b3db3ce2 -C extra-filename=-0ec8627c359aaefa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3297 | 2026-01-28T22:41:20.219Z | Compiling hash32 v0.2.1 |
| 3298 | 2026-01-28T22:41:20.243Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d7beefbe9fb7100 -C extra-filename=-a2e7c0dc656489c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3299 | 2026-01-28T22:41:20.295Z | Compiling socket2 v0.5.10 |
| 3300 | 2026-01-28T22:41:20.320Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=de814a06f8b27f4a -C extra-filename=-003ec141f350818d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3301 | 2026-01-28T22:41:20.622Z | Compiling winnow v0.6.26 |
| 3302 | 2026-01-28T22:41:20.646Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c7ff911b0092c9a5 -C extra-filename=-f92dae31b801dd6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3303 | 2026-01-28T22:41:20.675Z | Compiling fs-err v3.1.1 |
| 3304 | 2026-01-28T22:41:20.699Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=5e353e98e196a72b -C extra-filename=-2c81c11fffeae8a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3305 | 2026-01-28T22:41:21.153Z | Compiling predicates-core v1.0.8 |
| 3306 | 2026-01-28T22:41:21.177Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1672f534ab02eace -C extra-filename=-8c84b218df4123f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3307 | 2026-01-28T22:41:21.291Z | Compiling buf-list v1.0.3 |
| 3308 | 2026-01-28T22:41:21.338Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=86923701bf4e466c -C extra-filename=-559744a8bef9eb70 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3309 | 2026-01-28T22:41:21.588Z | Compiling jiff v0.2.15 |
| 3310 | 2026-01-28T22:41:21.612Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=92fbd5f5ff961786 -C extra-filename=-fe0456d722bba6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3311 | 2026-01-28T22:41:21.636Z | Compiling smoltcp v0.9.1 |
| 3312 | 2026-01-28T22:41:21.700Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=b9a335c3591d59be -C extra-filename=-8e92c4c4fd6c147c --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3313 | 2026-01-28T22:41:22.061Z | Compiling unicode-properties v0.1.3 |
| 3314 | 2026-01-28T22:41:22.137Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=f380c22c38545ea6 -C extra-filename=-5eeb8f303f50616d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3315 | 2026-01-28T22:41:22.161Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=c186a69a99126626 -C extra-filename=-951de3bf988ee21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -l static=zstd` |
| 3316 | 2026-01-28T22:41:22.465Z | Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build` |
| 3317 | 2026-01-28T22:41:22.578Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=c05aef45acb56fe0 -C extra-filename=-f219b7c465583037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-951de3bf988ee21d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out` |
| 3318 | 2026-01-28T22:41:22.602Z | Compiling unicode-bidi v0.3.17 |
| 3319 | 2026-01-28T22:41:22.602Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=fe7ee2aa6c666aa6 -C extra-filename=-78b730ffa9574a34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3320 | 2026-01-28T22:41:22.638Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build` |
| 3321 | 2026-01-28T22:41:22.707Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build` |
| 3322 | 2026-01-28T22:41:22.828Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build` |
| 3323 | 2026-01-28T22:41:22.898Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build` |
| 3324 | 2026-01-28T22:41:22.973Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=60e788ff156ae68b -C extra-filename=-c01b9cb7e236a70c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-a2e7c0dc656489c1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
| 3325 | 2026-01-28T22:41:23.046Z | Compiling zstd v0.13.3 |
| 3326 | 2026-01-28T22:41:23.071Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=6e519c58ba35a9f9 -C extra-filename=-5c637844be290586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-f219b7c465583037.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out` |
| 3327 | 2026-01-28T22:41:23.130Z | Compiling hickory-proto v0.25.2 |
| 3328 | 2026-01-28T22:41:23.154Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=f3678f1dc15bac25 -C extra-filename=-b2c22f643748ca7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-8d755279626495bf.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3329 | 2026-01-28T22:41:23.690Z | Compiling stringprep v0.1.5 |
| 3330 | 2026-01-28T22:41:23.715Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47552a7c72c933e6 -C extra-filename=-78dd981619b27a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-78b730ffa9574a34.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-5eeb8f303f50616d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3331 | 2026-01-28T22:41:23.967Z | Compiling similar v2.7.0 |
| 3332 | 2026-01-28T22:41:23.991Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=efa86aa0f502a4bb -C extra-filename=-86f40f3e61b1f3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3333 | 2026-01-28T22:41:24.075Z | Compiling tokio-stream v0.1.17 |
| 3334 | 2026-01-28T22:41:24.099Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=3a58d23b695cc3e2 -C extra-filename=-bd18a41507420ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3335 | 2026-01-28T22:41:24.198Z | Compiling md-5 v0.10.6 |
| 3336 | 2026-01-28T22:41:24.223Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=f6b2e9937adc4ee3 -C extra-filename=-244665dfd06a28bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3337 | 2026-01-28T22:41:24.527Z | Compiling strum_macros v0.27.2 |
| 3338 | 2026-01-28T22:41:24.551Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1be3b4101b8c88a4 -C extra-filename=-e744534270d34cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3339 | 2026-01-28T22:41:24.748Z | Compiling float-cmp v0.10.0 |
| 3340 | 2026-01-28T22:41:24.772Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=8fdddd844eb5c618 -C extra-filename=-15a7a4364b143832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3341 | 2026-01-28T22:41:25.065Z | Compiling difflib v0.4.0 |
| 3342 | 2026-01-28T22:41:25.090Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70e05679a33def40 -C extra-filename=-f9cd55a27f5a47f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3343 | 2026-01-28T22:41:25.120Z | Compiling fallible-iterator v0.2.0 |
| 3344 | 2026-01-28T22:41:25.144Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7639ff69db336669 -C extra-filename=-336ad027395713e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3345 | 2026-01-28T22:41:25.523Z | Compiling normalize-line-endings v0.3.0 |
| 3346 | 2026-01-28T22:41:25.547Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6909f6adaec7901d -C extra-filename=-3ce985909127b301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3347 | 2026-01-28T22:41:25.735Z | Compiling predicates v3.1.3 |
| 3348 | 2026-01-28T22:41:25.759Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=024a5d4a75d59b36 -C extra-filename=-ad1b960f39afe063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f9cd55a27f5a47f6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-15a7a4364b143832.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3ce985909127b301.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3349 | 2026-01-28T22:41:25.846Z | Compiling postgres-protocol v0.6.8 |
| 3350 | 2026-01-28T22:41:25.870Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=8ab657acd875d723 -C extra-filename=-713ccb458bd21f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-244665dfd06a28bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-78dd981619b27a4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3351 | 2026-01-28T22:41:26.071Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=3f1279be45ac497e -C extra-filename=-bc1599dfac370cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c01b9cb7e236a70c.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3352 | 2026-01-28T22:41:26.330Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=6fe5391cdf77f091 -C extra-filename=-82d883864d46861b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
| 3353 | 2026-01-28T22:41:27.187Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=23d453e92f0b785b -C extra-filename=-ce9644087b104c32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
| 3354 | 2026-01-28T22:41:27.311Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ed16b81385702c3d -C extra-filename=-69c549845365092f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
| 3355 | 2026-01-28T22:41:27.358Z | Compiling serde_repr v0.1.19 |
| 3356 | 2026-01-28T22:41:27.358Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=084c50d498d6bc37 -C extra-filename=-4316a1ed6681090b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3357 | 2026-01-28T22:41:27.858Z | Compiling foldhash v0.2.0 |
| 3358 | 2026-01-28T22:41:27.883Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=1171322363f10db3 -C extra-filename=-597297e42a37300a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3359 | 2026-01-28T22:41:28.083Z | Compiling peg-runtime v0.8.5 |
| 3360 | 2026-01-28T22:41:28.130Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=e47e91254bb0ae5f -C extra-filename=-c3c45eadcf471616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3361 | 2026-01-28T22:41:28.330Z | Compiling fixedbitset v0.5.7 |
| 3362 | 2026-01-28T22:41:28.365Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=895e5095820f1ad5 -C extra-filename=-3aeb89a010009da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3363 | 2026-01-28T22:41:28.592Z | Compiling iddqd v0.3.16 |
| 3364 | 2026-01-28T22:41:28.616Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=80ab4af5fe810306 -C extra-filename=-868fcd3922541fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3365 | 2026-01-28T22:41:28.733Z | Compiling postgres-types v0.2.9 |
| 3366 | 2026-01-28T22:41:28.758Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=78cb45bfc506eaed -C extra-filename=-7680edb508daf0bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-713ccb458bd21f83.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3367 | 2026-01-28T22:41:29.071Z | Compiling zip v4.2.0 |
| 3368 | 2026-01-28T22:41:29.095Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=62b75a1eb24e4a0b -C extra-filename=-e8c214eac5355d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-7b59099efea250ad.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-a81af4a9abbae8c3.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-5c637844be290586.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out` |
| 3369 | 2026-01-28T22:41:29.134Z | Compiling petgraph v0.8.2 |
| 3370 | 2026-01-28T22:41:29.196Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=0484b1b813406021 -C extra-filename=-bffbde57c905a831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3371 | 2026-01-28T22:41:29.246Z | Compiling strum v0.27.2 |
| 3372 | 2026-01-28T22:41:29.270Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=24495d642aa943f0 -C extra-filename=-7440387433421dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e744534270d34cf5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3373 | 2026-01-28T22:41:29.514Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3374 | 2026-01-28T22:41:29.539Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=ebe47e823716b0f4 -C extra-filename=-89661fa98ebad8b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-4316a1ed6681090b.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-bc1599dfac370cad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e744534270d34cf5.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3375 | 2026-01-28T22:41:30.005Z | Compiling phf v0.11.2 |
| 3376 | 2026-01-28T22:41:30.032Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=4196ae7c562886b5 -C extra-filename=-b0e5e94ce985ebb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3377 | 2026-01-28T22:41:30.381Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3378 | 2026-01-28T22:41:30.405Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=34bc6d5ff085f142 -C extra-filename=-37e6e1b3c2259deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3379 | 2026-01-28T22:41:30.871Z | Compiling whoami v1.5.2 |
| 3380 | 2026-01-28T22:41:30.899Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=72294c2e79f0eec9 -C extra-filename=-c03f2093532bc994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3381 | 2026-01-28T22:41:31.249Z | Compiling futures-executor v0.3.31 |
| 3382 | 2026-01-28T22:41:31.273Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=14e2673905df9f73 -C extra-filename=-276110bc69978dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3383 | 2026-01-28T22:41:31.297Z | Compiling tokio-postgres v0.7.13 |
| 3384 | 2026-01-28T22:41:31.332Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=1562b2d75385e2b6 -C extra-filename=-02125a17e3af2d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b0e5e94ce985ebb8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-713ccb458bd21f83.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3385 | 2026-01-28T22:41:31.505Z | Compiling is-terminal v0.4.13 |
| 3386 | 2026-01-28T22:41:31.529Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca8cbea3b3e354b8 -C extra-filename=-ee9b1eeb21d16278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3387 | 2026-01-28T22:41:31.716Z | Compiling futures v0.3.31 |
| 3388 | 2026-01-28T22:41:31.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=96ff257c33521f41 -C extra-filename=-fa2e91ea0140bc4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-276110bc69978dcd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3389 | 2026-01-28T22:41:31.839Z | Compiling regress v0.10.4 |
| 3390 | 2026-01-28T22:41:31.862Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=c511cc56477b5962 -C extra-filename=-22b400c657b980ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3391 | 2026-01-28T22:41:31.895Z | Compiling crossbeam-channel v0.5.15 |
| 3392 | 2026-01-28T22:41:31.919Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17f2967d3edfb8a2 -C extra-filename=-cb4b144e64c7585e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3393 | 2026-01-28T22:41:33.047Z | Compiling thread_local v1.1.8 |
| 3394 | 2026-01-28T22:41:33.071Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=43c857f7e69a4233 -C extra-filename=-b5e42171ff59283b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3395 | 2026-01-28T22:41:33.363Z | Compiling slog-async v2.8.0 |
| 3396 | 2026-01-28T22:41:33.387Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=267f166da218af86 -C extra-filename=-ab90b911a0f5a2d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3397 | 2026-01-28T22:41:33.596Z | Compiling term v1.1.0 |
| 3398 | 2026-01-28T22:41:33.619Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e401e7728568e2e1 -C extra-filename=-16fc5061b61c59eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3399 | 2026-01-28T22:41:33.898Z | Compiling unsafe-libyaml v0.2.11 |
| 3400 | 2026-01-28T22:41:33.922Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3470bb8886985fc5 -C extra-filename=-c10c08c29bf29e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3401 | 2026-01-28T22:41:33.967Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build` |
| 3402 | 2026-01-28T22:41:34.081Z | Compiling take_mut v0.2.2 |
| 3403 | 2026-01-28T22:41:34.106Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e9e4becea6707ff -C extra-filename=-f84fe4a131bfb0f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3404 | 2026-01-28T22:41:34.309Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=70e604f8d933a371 -C extra-filename=-7936fd933a8096b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f84fe4a131bfb0f7.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
| 3405 | 2026-01-28T22:41:34.632Z | Compiling slog-term v2.9.2 |
| 3406 | 2026-01-28T22:41:34.656Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=735a66d3b5de957b -C extra-filename=-031f9bf090302b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-16fc5061b61c59eb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3407 | 2026-01-28T22:41:35.001Z | Compiling match_cfg v0.1.0 |
| 3408 | 2026-01-28T22:41:35.025Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=5aabc9fe88851059 -C extra-filename=-98b8fcf6ae3d3604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3409 | 2026-01-28T22:41:35.194Z | Compiling serde_yaml v0.9.34+deprecated |
| 3410 | 2026-01-28T22:41:35.218Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=989026ad9e48ac18 -C extra-filename=-a959e02773e7f4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c10c08c29bf29e7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3411 | 2026-01-28T22:41:35.372Z | Compiling hostname v0.3.1 |
| 3412 | 2026-01-28T22:41:35.395Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=775142a8f23c997d -C extra-filename=-62ffab0ce663e2c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-98b8fcf6ae3d3604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3413 | 2026-01-28T22:41:35.505Z | Compiling typify-impl v0.4.3 |
| 3414 | 2026-01-28T22:41:35.529Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f38d18a53c4cee62 -C extra-filename=-0adafb8b14e38153 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3415 | 2026-01-28T22:41:35.646Z | Compiling newtype-uuid-macros v0.1.0 |
| 3416 | 2026-01-28T22:41:35.670Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b64026e69c7918bd -C extra-filename=-0db6b41ddd6bb885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3417 | 2026-01-28T22:41:35.914Z | Compiling debug-ignore v1.0.5 |
| 3418 | 2026-01-28T22:41:35.938Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ca8884acf286b3d3 -C extra-filename=-0b55845432654624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3419 | 2026-01-28T22:41:36.157Z | Compiling unicode-width v0.1.14 |
| 3420 | 2026-01-28T22:41:36.181Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3399f9d04765d892 -C extra-filename=-80212553b0ad03df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3421 | 2026-01-28T22:41:36.333Z | Compiling structmeta-derive v0.3.0 |
| 3422 | 2026-01-28T22:41:36.357Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfb5c092dbc0b57f -C extra-filename=-9421e0e39a64ee1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3423 | 2026-01-28T22:41:36.692Z | Compiling rustls v0.22.4 |
| 3424 | 2026-01-28T22:41:36.716Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=924a40c29fe20dab -C extra-filename=-e4db045ea1e76e0f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3425 | 2026-01-28T22:41:36.777Z | Compiling toml_parser v1.0.4 |
| 3426 | 2026-01-28T22:41:36.801Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=1a0793717b700552 -C extra-filename=-222728211d69bbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3427 | 2026-01-28T22:41:37.211Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build` |
| 3428 | 2026-01-28T22:41:37.279Z | Compiling serde_path_to_error v0.1.20 |
| 3429 | 2026-01-28T22:41:37.303Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f1265a728d82a06 -C extra-filename=-973a32440ace5723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3430 | 2026-01-28T22:41:37.565Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3431 | 2026-01-28T22:41:37.589Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=c9d7e11d1e29ff68 -C extra-filename=-38a83f2bf2484050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3432 | 2026-01-28T22:41:38.228Z | Compiling serde_spanned v1.0.3 |
| 3433 | 2026-01-28T22:41:38.252Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=1e4b41cbe189c306 -C extra-filename=-82bfe796431b6f1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3434 | 2026-01-28T22:41:38.439Z | Compiling toml_datetime v0.7.3 |
| 3435 | 2026-01-28T22:41:38.463Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=261b51567e21cd38 -C extra-filename=-fe8f668c7722968e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3436 | 2026-01-28T22:41:38.598Z | Compiling multer v3.1.0 |
| 3437 | 2026-01-28T22:41:38.622Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=8af537d838cabf61 -C extra-filename=-b429e85d124cdfbd --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3438 | 2026-01-28T22:41:38.913Z | Compiling toml_writer v1.0.4 |
| 3439 | 2026-01-28T22:41:38.938Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e8b38edf7dbbaa48 -C extra-filename=-5405c80af96b5034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3440 | 2026-01-28T22:41:39.034Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build` |
| 3441 | 2026-01-28T22:41:39.116Z | Compiling slog-json v2.6.1 |
| 3442 | 2026-01-28T22:41:39.141Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=0a5cbe61aa7132ec -C extra-filename=-fd399d65e5ace529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3443 | 2026-01-28T22:41:39.176Z | Compiling structmeta v0.3.0 |
| 3444 | 2026-01-28T22:41:39.200Z | Compiling async-stream-impl v0.3.6 |
| 3445 | 2026-01-28T22:41:39.200Z | Compiling dropshot v0.16.6 |
| 3446 | 2026-01-28T22:41:39.200Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8acc9ae2de94175e -C extra-filename=-9df7a471dbdee697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-9421e0e39a64ee1c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3447 | 2026-01-28T22:41:39.230Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a980080cbaf3379a -C extra-filename=-9cd496325c3db533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3448 | 2026-01-28T22:41:39.281Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=01d4b169debc3afa -C extra-filename=-70681fe0dcd90256 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-70681fe0dcd90256 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3449 | 2026-01-28T22:41:39.398Z | Compiling toml v0.9.8 |
| 3450 | 2026-01-28T22:41:39.422Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=1a872ec0239fa2a9 -C extra-filename=-5d181fbbef32e538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-82bfe796431b6f1a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-fe8f668c7722968e.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-222728211d69bbbf.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-5405c80af96b5034.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3451 | 2026-01-28T22:41:39.448Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=e9ceb8162a30c64e -C extra-filename=-1680290002eee35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3452 | 2026-01-28T22:41:39.541Z | Compiling slog-bunyan v2.5.0 |
| 3453 | 2026-01-28T22:41:39.565Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=655b888f7dfad0eb -C extra-filename=-c692530ae4277504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-62ffab0ce663e2c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd399d65e5ace529.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3454 | 2026-01-28T22:41:39.673Z | Compiling rustls-pemfile v2.2.0 |
| 3455 | 2026-01-28T22:41:39.697Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a0e8498336f7481f -C extra-filename=-b980969d56f21bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3456 | 2026-01-28T22:41:39.732Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-70681fe0dcd90256/build-script-build` |
| 3457 | 2026-01-28T22:41:39.858Z | Compiling waitgroup v0.1.2 |
| 3458 | 2026-01-28T22:41:39.882Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd19f60cce4582e6 -C extra-filename=-d285c0cb51e4a2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3459 | 2026-01-28T22:41:39.923Z | Compiling dropshot_endpoint v0.16.6 |
| 3460 | 2026-01-28T22:41:39.923Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1dc4e41b3673de0a -C extra-filename=-d8fabec0ac607a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3461 | 2026-01-28T22:41:40.083Z | Compiling hostname v0.4.2 |
| 3462 | 2026-01-28T22:41:40.107Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a6394edc22be4202 -C extra-filename=-5742bdc72f8cda4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3463 | 2026-01-28T22:41:40.188Z | Compiling derive-ex v0.1.8 |
| 3464 | 2026-01-28T22:41:40.213Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d46af6d80d3e90c -C extra-filename=-4a4578004da14bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3465 | 2026-01-28T22:41:40.381Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3466 | 2026-01-28T22:41:40.405Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/70d3253/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=0e50294adfc8738f -C extra-filename=-688e13ec54c28a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3467 | 2026-01-28T22:41:40.522Z | Compiling itertools v0.14.0 |
| 3468 | 2026-01-28T22:41:40.546Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=db31e3c371fe1716 -C extra-filename=-52bf11be3f17390d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3469 | 2026-01-28T22:41:40.665Z | Compiling macaddr v1.0.1 |
| 3470 | 2026-01-28T22:41:40.689Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=111f2f77aa3bc46e -C extra-filename=-c61241bf6747118d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3471 | 2026-01-28T22:41:40.772Z | Compiling async-stream v0.3.6 |
| 3472 | 2026-01-28T22:41:40.796Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69ff932a500618c3 -C extra-filename=-b468ac47d0f7e9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-9cd496325c3db533.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3473 | 2026-01-28T22:41:41.137Z | Compiling tabwriter v1.4.0 |
| 3474 | 2026-01-28T22:41:41.161Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=43456103c9db3d93 -C extra-filename=-c7e16a2bc3c2662b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3475 | 2026-01-28T22:41:41.192Z | Compiling instant v0.1.13 |
| 3476 | 2026-01-28T22:41:41.216Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=7a5bfee23acc9af8 -C extra-filename=-b68a064d808476dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3477 | 2026-01-28T22:41:41.505Z | Compiling parse-display-derive v0.10.0 |
| 3478 | 2026-01-28T22:41:41.529Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=745909d2509e2aa3 -C extra-filename=-1e0213480757aa98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3479 | 2026-01-28T22:41:41.785Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3480 | 2026-01-28T22:41:41.847Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=92982d34eb43ea2c -C extra-filename=-830b086d88fbbf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3481 | 2026-01-28T22:41:42.956Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3482 | 2026-01-28T22:41:42.980Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=23239b5035a9c4dd -C extra-filename=-c35136537bf436a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-830b086d88fbbf25.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3483 | 2026-01-28T22:41:43.146Z | Compiling backoff v0.4.0 |
| 3484 | 2026-01-28T22:41:43.170Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=18ec36ad8563461a -C extra-filename=-cdc6c2a4b793b844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3485 | 2026-01-28T22:41:43.301Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3486 | 2026-01-28T22:41:43.335Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/rdb-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=b165126dd344d921 -C extra-filename=-700172e7ef5918c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3487 | 2026-01-28T22:41:43.671Z | Compiling colored v3.0.0 |
| 3488 | 2026-01-28T22:41:43.695Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=dabd906c0b27aac9 -C extra-filename=-8977f1b2f5eb734a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3489 | 2026-01-28T22:41:44.080Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3490 | 2026-01-28T22:41:44.104Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51fb1d09a4b9360b -C extra-filename=-795352b9e27f4a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3491 | 2026-01-28T22:41:44.279Z | Compiling camino-tempfile v1.4.1 |
| 3492 | 2026-01-28T22:41:44.314Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e3019e922ea8687a -C extra-filename=-409572d94def6899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3493 | 2026-01-28T22:41:44.603Z | Compiling toml v0.8.23 |
| 3494 | 2026-01-28T22:41:44.627Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=4e7a1955107f0842 -C extra-filename=-3048daff7399efb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3495 | 2026-01-28T22:41:44.862Z | Compiling proc-macro-error-attr v1.0.4 |
| 3496 | 2026-01-28T22:41:44.886Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86bd2884bfd210ef -C extra-filename=-368f6b7a4b0f4789 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3497 | 2026-01-28T22:41:44.919Z | Compiling test-strategy v0.4.3 |
| 3498 | 2026-01-28T22:41:44.943Z | Compiling proc-macro-error v1.0.4 |
| 3499 | 2026-01-28T22:41:44.943Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea77289435d521b7 -C extra-filename=-c35cac3726db9610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-4a4578004da14bf7.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3500 | 2026-01-28T22:41:44.943Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=bc0c1117911f4c8c -C extra-filename=-2a345076b97e466a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3501 | 2026-01-28T22:41:45.436Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build` |
| 3502 | 2026-01-28T22:41:45.583Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build` |
| 3503 | 2026-01-28T22:41:45.611Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=906d3ec1940a746c -C extra-filename=-28bc945222b67604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3504 | 2026-01-28T22:41:45.827Z | Compiling crossbeam-deque v0.8.5 |
| 3505 | 2026-01-28T22:41:45.852Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1118b88ee3357ef8 -C extra-filename=-0df2ccc27fbb5693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3506 | 2026-01-28T22:41:46.289Z | Compiling rayon-core v1.12.1 |
| 3507 | 2026-01-28T22:41:46.313Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=9c250b4c817fe12c -C extra-filename=-9e4ca3db0f72cfc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3508 | 2026-01-28T22:41:46.373Z | Compiling crucible-workspace-hack v0.1.0 |
| 3509 | 2026-01-28T22:41:46.397Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=693d92ab45bffcf4 -C extra-filename=-8039e21bb3f74681 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3510 | 2026-01-28T22:41:46.553Z | Compiling parse-display v0.10.0 |
| 3511 | 2026-01-28T22:41:46.624Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=a2f80b5b2f6122b4 -C extra-filename=-85fc057e33034b1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-1e0213480757aa98.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3512 | 2026-01-28T22:41:46.689Z | Compiling unicode-width v0.2.0 |
| 3513 | 2026-01-28T22:41:46.714Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=9d8e15fab50777cd -C extra-filename=-b90862fbe68f089a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3514 | 2026-01-28T22:41:46.798Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ddb26dd6ef70e639 -C extra-filename=-a463ec35a5a1cb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-28bc945222b67604.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
| 3515 | 2026-01-28T22:41:46.910Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build` |
| 3516 | 2026-01-28T22:41:46.933Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build` |
| 3517 | 2026-01-28T22:41:47.008Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=6a49ef9c647723bc -C extra-filename=-29655e6d9af68c21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0df2ccc27fbb5693.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3518 | 2026-01-28T22:41:47.145Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fa370e981b3fa4d -C extra-filename=-cec2014a805dc7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3519 | 2026-01-28T22:41:47.346Z | Compiling proc-macro-crate v1.3.1 |
| 3520 | 2026-01-28T22:41:47.370Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b24af4ef4180b054 -C extra-filename=-a7d75ae6162ed154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3521 | 2026-01-28T22:41:47.432Z | Compiling nix v0.30.1 |
| 3522 | 2026-01-28T22:41:47.486Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=74871dc59b432512 -C extra-filename=-2c3b6c30e3626c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9f63cecee3c4c7b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3523 | 2026-01-28T22:41:47.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3524 | 2026-01-28T22:41:47.570Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0f0ac219bae3382 -C extra-filename=-cf87d4cdd576844e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3525 | 2026-01-28T22:41:47.651Z | Compiling heapless v0.8.0 |
| 3526 | 2026-01-28T22:41:47.675Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=49763c61936a6a51 -C extra-filename=-bec28175c5a06f60 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3527 | 2026-01-28T22:41:48.105Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build` |
| 3528 | 2026-01-28T22:41:48.225Z | Compiling rayon v1.10.0 |
| 3529 | 2026-01-28T22:41:48.248Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ae65eba16c8c3bb1 -C extra-filename=-36b1178678ed49cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-29655e6d9af68c21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3530 | 2026-01-28T22:41:48.306Z | Compiling typify-macro v0.4.3 |
| 3531 | 2026-01-28T22:41:48.330Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e8563e9bd6ac99c -C extra-filename=-affa118c8dbda206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0adafb8b14e38153.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3532 | 2026-01-28T22:41:48.404Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build` |
| 3533 | 2026-01-28T22:41:48.481Z | Compiling num_enum_derive v0.5.11 |
| 3534 | 2026-01-28T22:41:48.505Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build` |
| 3535 | 2026-01-28T22:41:48.505Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=0418fb96ee859eba -C extra-filename=-2c8f7257f6381e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-a7d75ae6162ed154.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3536 | 2026-01-28T22:41:48.625Z | Compiling ingot-macros v0.1.1 |
| 3537 | 2026-01-28T22:41:48.652Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=034183aa009e2e86 -C extra-filename=-b400596e2ce66b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7be53da0af7497f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3538 | 2026-01-28T22:41:48.810Z | Compiling hash32 v0.3.1 |
| 3539 | 2026-01-28T22:41:48.834Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=861c6656fb29455b -C extra-filename=-2b0a24fcfbef8175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3540 | 2026-01-28T22:41:48.860Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3541 | 2026-01-28T22:41:48.884Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44ed14e0360e52e7 -C extra-filename=-606db71631a6b0fb --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3542 | 2026-01-28T22:41:49.165Z | Compiling smoltcp v0.11.0 |
| 3543 | 2026-01-28T22:41:49.191Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=50040c9c28a55c80 -C extra-filename=-5746e71133dd0899 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3544 | 2026-01-28T22:41:49.302Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3545 | 2026-01-28T22:41:49.326Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=502773bf451ced7b -C extra-filename=-c9366d76eb17dc33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3546 | 2026-01-28T22:41:49.359Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build` |
| 3547 | 2026-01-28T22:41:49.479Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=2a22c12686cc5557 -C extra-filename=-4295d0496fff4e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-2b0a24fcfbef8175.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3548 | 2026-01-28T22:41:50.286Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build` |
| 3549 | 2026-01-28T22:41:50.360Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ff2ef4d99fb28fd1 -C extra-filename=-b45c4e9bb9d73f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'` |
| 3550 | 2026-01-28T22:41:50.610Z | Compiling foreign-types-macros v0.2.3 |
| 3551 | 2026-01-28T22:41:50.634Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=10d7b3651b1e94e0 -C extra-filename=-38cf07b42295a939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3552 | 2026-01-28T22:41:50.733Z | Compiling cobs v0.2.3 |
| 3553 | 2026-01-28T22:41:50.757Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e35a45a832319ab9 -C extra-filename=-a200751c873a6898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3554 | 2026-01-28T22:41:51.130Z | Compiling foreign-types-shared v0.3.1 |
| 3555 | 2026-01-28T22:41:51.154Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cc70879ac4282b6 -C extra-filename=-ef07b04c2fa087cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3556 | 2026-01-28T22:41:51.367Z | Compiling postcard v1.0.10 |
| 3557 | 2026-01-28T22:41:51.367Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=ccdc8c44722f12c7 -C extra-filename=-7bea8dc043a9ce92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-a200751c873a6898.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3558 | 2026-01-28T22:41:51.483Z | Compiling num_enum v0.5.11 |
| 3559 | 2026-01-28T22:41:51.507Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=17183a5790c347a3 -C extra-filename=-4d8438b52de172ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-2c8f7257f6381e55.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3560 | 2026-01-28T22:41:51.752Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=752ff66339de5fbf -C extra-filename=-97f60e8e3f4c1bdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-4295d0496fff4e6e.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3561 | 2026-01-28T22:41:52.346Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=316f65b101d0710a -C extra-filename=-2d39aff2288d2df1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
| 3562 | 2026-01-28T22:41:52.394Z | Compiling foreign-types v0.5.0 |
| 3563 | 2026-01-28T22:41:52.418Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f13b94e110932a42 -C extra-filename=-02f605f47724bda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-38cf07b42295a939.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ef07b04c2fa087cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3564 | 2026-01-28T22:41:52.638Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=569609bb9f231913 -C extra-filename=-b9121cd31d9f5d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
| 3565 | 2026-01-28T22:41:52.710Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3566 | 2026-01-28T22:41:52.777Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf21688d29d0cbb6 -C extra-filename=-d4bc50c52c0f0ec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3567 | 2026-01-28T22:41:52.994Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3568 | 2026-01-28T22:41:53.018Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=43d93d8b4a3518cd -C extra-filename=-362a991fb280fbb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3569 | 2026-01-28T22:41:53.500Z | Compiling typify v0.4.3 |
| 3570 | 2026-01-28T22:41:53.524Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=a3e842280737632e -C extra-filename=-78281ea22c2b0792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0adafb8b14e38153.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-affa118c8dbda206.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3571 | 2026-01-28T22:41:53.854Z | Compiling progenitor-impl v0.11.2 |
| 3572 | 2026-01-28T22:41:53.878Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=845b202c6f4c729f -C extra-filename=-9e568b81cb028b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-78281ea22c2b0792.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3573 | 2026-01-28T22:41:53.906Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3574 | 2026-01-28T22:41:53.930Z | Compiling cstr-argument v0.1.2 |
| 3575 | 2026-01-28T22:41:53.930Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=685679dff3706acc -C extra-filename=-1922af0bae3772b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-1922af0bae3772b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3576 | 2026-01-28T22:41:53.930Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3fb5bf4cd54afdfb -C extra-filename=-7d2e50debd4289d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3577 | 2026-01-28T22:41:54.037Z | Compiling pretty-hex v0.2.1 |
| 3578 | 2026-01-28T22:41:54.061Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=174b367501476807 -C extra-filename=-3c8906e158b79c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3579 | 2026-01-28T22:41:54.094Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3580 | 2026-01-28T22:41:54.118Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7beaf6213b71ae6f -C extra-filename=-9f97c7e93e7bcb23 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3581 | 2026-01-28T22:41:54.400Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3582 | 2026-01-28T22:41:54.424Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5a3ac4312a283a6 -C extra-filename=-80dd75b4b466dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-2d39aff2288d2df1.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4d8438b52de172ce.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3c8906e158b79c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3583 | 2026-01-28T22:41:54.465Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3584 | 2026-01-28T22:41:54.534Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b370d8456d40aa9 -C extra-filename=-0d13028db3065457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-7d2e50debd4289d0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-02f605f47724bda5.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3585 | 2026-01-28T22:41:54.558Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-1922af0bae3772b6/build-script-build` |
| 3586 | 2026-01-28T22:41:54.765Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build` |
| 3587 | 2026-01-28T22:41:54.789Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3588 | 2026-01-28T22:41:54.789Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=156753cea538db53 -C extra-filename=-e7fd82d532f9ddf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d4bc50c52c0f0ec6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3589 | 2026-01-28T22:41:54.812Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3590 | 2026-01-28T22:41:54.813Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1713b58c619faa66 -C extra-filename=-4459b3c3b7ad1241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3591 | 2026-01-28T22:41:55.021Z | Compiling colored v2.2.0 |
| 3592 | 2026-01-28T22:41:55.045Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=2dfe647dad0f9f8d -C extra-filename=-e19bce47ba6e7c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3593 | 2026-01-28T22:41:55.094Z | Compiling sigpipe v0.1.3 |
| 3594 | 2026-01-28T22:41:55.151Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=befc68c9f53a008e -C extra-filename=-def14352b8506b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3595 | 2026-01-28T22:41:55.200Z | Compiling convert_case v0.4.0 |
| 3596 | 2026-01-28T22:41:55.224Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=03ee88d4196f5b08 -C extra-filename=-d0bcfd7d873695a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3597 | 2026-01-28T22:41:55.336Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3598 | 2026-01-28T22:41:55.359Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c6cfa013121e778 -C extra-filename=-81d3e4acd776cb10 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-81d3e4acd776cb10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3599 | 2026-01-28T22:41:56.002Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eadfb6da8bd6ef51 -C extra-filename=-f4467ba4ea647fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-80dd75b4b466dcd4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4d8438b52de172ce.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0d13028db3065457.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e7fd82d532f9ddf9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
| 3600 | 2026-01-28T22:41:56.025Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-81d3e4acd776cb10/build-script-build` |
| 3601 | 2026-01-28T22:41:56.083Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3602 | 2026-01-28T22:41:56.142Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0598c32d087869ea -C extra-filename=-87114619d1c73d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4d8438b52de172ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3603 | 2026-01-28T22:41:56.165Z | Compiling derive_more v0.99.20 |
| 3604 | 2026-01-28T22:41:56.230Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=3df1e6b2f2f8158a -C extra-filename=-2133ebbca558c9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-d0bcfd7d873695a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3605 | 2026-01-28T22:41:56.254Z | Compiling zone_cfg_derive v0.3.0 |
| 3606 | 2026-01-28T22:41:56.254Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22b8c683af404062 -C extra-filename=-8b178e14ad8dba81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3607 | 2026-01-28T22:41:56.628Z | Compiling ingot-types v0.1.2 |
| 3608 | 2026-01-28T22:41:56.652Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5ad8f3965b8b8d16 -C extra-filename=-99ac5238c152f218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b400596e2ce66b47.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3609 | 2026-01-28T22:41:56.892Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3610 | 2026-01-28T22:41:56.916Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7284f95af96d4a8c -C extra-filename=-11447e9d6da21cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3611 | 2026-01-28T22:41:57.057Z | Compiling smf v0.2.3 |
| 3612 | 2026-01-28T22:41:57.082Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b329d5a9b8511fc7 -C extra-filename=-1fc8b609d511c1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3613 | 2026-01-28T22:41:57.527Z | Compiling num-derive v0.4.2 |
| 3614 | 2026-01-28T22:41:57.551Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bff5a50ad50a0c65 -C extra-filename=-4879ffd5a90b5d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3615 | 2026-01-28T22:41:57.891Z | Compiling ingot v0.1.1 |
| 3616 | 2026-01-28T22:41:57.915Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=bbd098e2066c96ec -C extra-filename=-700257ad333c2889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b400596e2ce66b47.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-99ac5238c152f218.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3617 | 2026-01-28T22:41:57.950Z | Compiling aws-lc-sys v0.26.0 |
| 3618 | 2026-01-28T22:41:58.008Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=739353506c77392a -C extra-filename=-7d4e737f08835faa --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7d4e737f08835faa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-66469bbf1187bd9f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-a93ac5dd321d178d.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-17fde09c8ef0b70d.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-3c3e205062a1f697.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3619 | 2026-01-28T22:41:58.210Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3620 | 2026-01-28T22:41:58.234Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=aff483e1c761ef88 -C extra-filename=-8c8d9d618e3f606c --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3621 | 2026-01-28T22:41:58.513Z | Compiling zone v0.3.1 |
| 3622 | 2026-01-28T22:41:58.537Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=051be4aa3ea3dd76 -C extra-filename=-d7c997eef480a5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-8b178e14ad8dba81.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3623 | 2026-01-28T22:41:58.728Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build` |
| 3624 | 2026-01-28T22:41:58.801Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3625 | 2026-01-28T22:41:58.825Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e3b0ae0f272db28 -C extra-filename=-b9bca60a8154af48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-11447e9d6da21cb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3626 | 2026-01-28T22:41:59.394Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c52b0774c4b3eeb0 -C extra-filename=-8407b3b40a6abe01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -l static=pci` |
| 3627 | 2026-01-28T22:41:59.995Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3628 | 2026-01-28T22:42:00.019Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fd1a0eb072c98f2 -C extra-filename=-7c76e15ff3d24c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4879ffd5a90b5d17.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3629 | 2026-01-28T22:42:00.046Z | Compiling progenitor-impl v0.10.0 |
| 3630 | 2026-01-28T22:42:00.107Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d661aa24fad89a42 -C extra-filename=-654eaf398714b6dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-78281ea22c2b0792.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3631 | 2026-01-28T22:42:00.312Z | Compiling indent_write v2.2.0 |
| 3632 | 2026-01-28T22:42:00.368Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2165a934b73ce9e7 -C extra-filename=-ddfcc758eeae249e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3633 | 2026-01-28T22:42:00.407Z | Compiling secrecy v0.10.3 |
| 3634 | 2026-01-28T22:42:00.439Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d2cf37b3688ab711 -C extra-filename=-c933b8053937a95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3635 | 2026-01-28T22:42:00.710Z | Compiling half v2.4.1 |
| 3636 | 2026-01-28T22:42:00.710Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1ce71565fb5cb51b -C extra-filename=-989aecc8a68e10b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3637 | 2026-01-28T22:42:00.779Z | Compiling ciborium-io v0.2.2 |
| 3638 | 2026-01-28T22:42:00.803Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=431357f3193757cb -C extra-filename=-36e8255da928bcf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3639 | 2026-01-28T22:42:01.021Z | Compiling usdt-attr-macro v0.5.0 |
| 3640 | 2026-01-28T22:42:01.045Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=9b5556793d9d3a9a -C extra-filename=-3f19aa2964933600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3641 | 2026-01-28T22:42:01.079Z | Compiling usdt-macro v0.5.0 |
| 3642 | 2026-01-28T22:42:01.142Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=0f7880da0801e64a -C extra-filename=-40cef063918a0bcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3643 | 2026-01-28T22:42:01.453Z | Compiling ciborium-ll v0.2.2 |
| 3644 | 2026-01-28T22:42:01.477Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=70ed0ea42eb33027 -C extra-filename=-a140d3d2df69c2c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-989aecc8a68e10b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3645 | 2026-01-28T22:42:01.615Z | Compiling progenitor-macro v0.11.2 |
| 3646 | 2026-01-28T22:42:01.639Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ad1cdc05154052b -C extra-filename=-faeeb22f332b43bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9e568b81cb028b77.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3647 | 2026-01-28T22:42:02.026Z | Compiling ciborium v0.2.2 |
| 3648 | 2026-01-28T22:42:02.051Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58a28bd679186cf3 -C extra-filename=-12588703293e7333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-a140d3d2df69c2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3649 | 2026-01-28T22:42:02.673Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3650 | 2026-01-28T22:42:02.697Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=25a2b048b7d92d58 -C extra-filename=-452ca7b645ab47dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-362a991fb280fbb2.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-700257ad333c2889.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97f60e8e3f4c1bdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3651 | 2026-01-28T22:42:03.180Z | Compiling memmap v0.7.0 |
| 3652 | 2026-01-28T22:42:03.204Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d45899333064610 -C extra-filename=-a128702411858bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3653 | 2026-01-28T22:42:03.348Z | Compiling num-rational v0.4.2 |
| 3654 | 2026-01-28T22:42:03.372Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=4ca7cf23f9f69d51 -C extra-filename=-e5488b041fa41604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3655 | 2026-01-28T22:42:03.612Z | Compiling usdt v0.5.0 |
| 3656 | 2026-01-28T22:42:03.636Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=36bcb87ff2dfd57d -C extra-filename=-2401ea19a19a9240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-14211b7462dbe36d.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a128702411858bfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3f19aa2964933600.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-40cef063918a0bcb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3657 | 2026-01-28T22:42:03.665Z | Compiling num-complex v0.4.6 |
| 3658 | 2026-01-28T22:42:03.689Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=b74ea3cd6486b6d7 -C extra-filename=-f3b4b6bd8aed9d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3659 | 2026-01-28T22:42:03.875Z | Compiling float-ord v0.3.2 |
| 3660 | 2026-01-28T22:42:03.899Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=871aab3e25242431 -C extra-filename=-852f92ed2604cabf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3661 | 2026-01-28T22:42:04.132Z | Compiling universal-hash v0.5.1 |
| 3662 | 2026-01-28T22:42:04.156Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b178981fe67d4c3e -C extra-filename=-3c70bba186f41443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3663 | 2026-01-28T22:42:04.180Z | Compiling opaque-debug v0.3.1 |
| 3664 | 2026-01-28T22:42:04.204Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98a85b84fbc00466 -C extra-filename=-1b3622c5985a5447 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3665 | 2026-01-28T22:42:04.349Z | Compiling swrite v0.1.0 |
| 3666 | 2026-01-28T22:42:04.373Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=79ac2ad98594fc28 -C extra-filename=-cb8985e8d329ccf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3667 | 2026-01-28T22:42:04.417Z | Compiling aead v0.5.2 |
| 3668 | 2026-01-28T22:42:04.442Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=03b58066cfa10eab -C extra-filename=-f4da68107a794871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3669 | 2026-01-28T22:42:04.557Z | Compiling poly1305 v0.8.0 |
| 3670 | 2026-01-28T22:42:04.597Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=c309f69135a70f8b -C extra-filename=-e8bd0c4234c896f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3c70bba186f41443.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3671 | 2026-01-28T22:42:04.764Z | Compiling num v0.4.3 |
| 3672 | 2026-01-28T22:42:04.788Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=e1885291cd3c1896 -C extra-filename=-f8d2a4477cf2b4fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-f3b4b6bd8aed9d2a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e5488b041fa41604.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3673 | 2026-01-28T22:42:04.834Z | Compiling chacha20 v0.9.1 |
| 3674 | 2026-01-28T22:42:04.884Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=6e251a403a5f8ad5 -C extra-filename=-126df6891d839fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3675 | 2026-01-28T22:42:04.922Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3676 | 2026-01-28T22:42:04.922Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1df4540273a3b3d2 -C extra-filename=-9ebfdcdd41a67965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3677 | 2026-01-28T22:42:05.040Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e110099264a615cc -C extra-filename=-fd13c34860fda19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-362a991fb280fbb2.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-700257ad333c2889.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-4459b3c3b7ad1241.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-452ca7b645ab47dc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
| 3678 | 2026-01-28T22:42:05.443Z | Compiling password-hash v0.5.0 |
| 3679 | 2026-01-28T22:42:05.467Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=4547b427330194a5 -C extra-filename=-31785880907915a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3680 | 2026-01-28T22:42:05.493Z | Compiling blake2 v0.10.6 |
| 3681 | 2026-01-28T22:42:05.542Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=2eea600f040ec008 -C extra-filename=-6456253bc8e63f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3682 | 2026-01-28T22:42:06.078Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3683 | 2026-01-28T22:42:06.102Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=fcae18cf217e90fa -C extra-filename=-391b7d31232e2294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-362a991fb280fbb2.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fd13c34860fda19f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3684 | 2026-01-28T22:42:06.202Z | Compiling argon2 v0.5.3 |
| 3685 | 2026-01-28T22:42:06.227Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=e0670987aea998d6 -C extra-filename=-81e3cc07f2ccc19a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6456253bc8e63f16.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-31785880907915a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3686 | 2026-01-28T22:42:06.494Z | Compiling chacha20poly1305 v0.10.1 |
| 3687 | 2026-01-28T22:42:06.518Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=93d4f06a3dc18cdf -C extra-filename=-6fd602822c740409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-f4da68107a794871.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3688 | 2026-01-28T22:42:06.817Z | Compiling console v0.15.10 |
| 3689 | 2026-01-28T22:42:06.841Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=01daf7ee628a1fbe -C extra-filename=-988e9159243af5a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3690 | 2026-01-28T22:42:06.880Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3691 | 2026-01-28T22:42:06.880Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8edd2c4a42aa9579 -C extra-filename=-2b1c4ccd44ab7fe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3692 | 2026-01-28T22:42:07.425Z | Compiling progenitor-macro v0.10.0 |
| 3693 | 2026-01-28T22:42:07.425Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad476acbd4a23334 -C extra-filename=-609ec9937e600796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-654eaf398714b6dc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3694 | 2026-01-28T22:42:07.955Z | Compiling thiserror-no-std v2.0.2 |
| 3695 | 2026-01-28T22:42:07.979Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b0513f03c7753285 -C extra-filename=-1d871a8b34b4eee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-9ebfdcdd41a67965.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3696 | 2026-01-28T22:42:08.157Z | Compiling vsss-rs v3.3.4 |
| 3697 | 2026-01-28T22:42:08.181Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=c84169d28ea7b57e -C extra-filename=-ebbfd024017a9ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-1d871a8b34b4eee3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3698 | 2026-01-28T22:42:08.244Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3699 | 2026-01-28T22:42:08.268Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f7a6946c4cf9304 -C extra-filename=-e87327207c18477b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3700 | 2026-01-28T22:42:08.363Z | Compiling derive-where v1.5.0 |
| 3701 | 2026-01-28T22:42:08.386Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=23c9b36b74515291 -C extra-filename=-60fa691f2e3d2012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3702 | 2026-01-28T22:42:08.939Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3703 | 2026-01-28T22:42:08.963Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/4bd8a40/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=407eb0e2375d12f8 -C extra-filename=-fa3437227262e2ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f4467ba4ea647fe8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fd13c34860fda19f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3704 | 2026-01-28T22:42:09.181Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3705 | 2026-01-28T22:42:09.205Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5043b4cca225cbc4 -C extra-filename=-5482a45611d8fa59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-2b1c4ccd44ab7fe2.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e87327207c18477b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3706 | 2026-01-28T22:42:09.290Z | Compiling atomicwrites v0.4.4 |
| 3707 | 2026-01-28T22:42:09.316Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f0cea0f04a53c13 -C extra-filename=-a6215793bd729d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3708 | 2026-01-28T22:42:09.711Z | Compiling newline-converter v0.3.0 |
| 3709 | 2026-01-28T22:42:09.711Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c78dd1185d142837 -C extra-filename=-05b935fbee1218fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3710 | 2026-01-28T22:42:09.959Z | Compiling expectorate v1.2.0 |
| 3711 | 2026-01-28T22:42:09.987Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4bd7da64c26b9764 -C extra-filename=-4da72209569787f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-05b935fbee1218fc.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3712 | 2026-01-28T22:42:10.321Z | Compiling bytecount v0.6.8 |
| 3713 | 2026-01-28T22:42:10.345Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=7b80facd6d96e92c -C extra-filename=-33623e474bd95237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3714 | 2026-01-28T22:42:10.630Z | Compiling owo-colors v4.2.2 |
| 3715 | 2026-01-28T22:42:10.654Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=5eab4b42556ff401 -C extra-filename=-114491a65852687c --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-114491a65852687c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3716 | 2026-01-28T22:42:10.957Z | Compiling tokio-dtrace v0.1.0 |
| 3717 | 2026-01-28T22:42:10.981Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be25ffe1cb17aaff -C extra-filename=-195f6081aed7b4b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3718 | 2026-01-28T22:42:11.505Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-114491a65852687c/build-script-build` |
| 3719 | 2026-01-28T22:42:11.533Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7d4e737f08835faa/build-script-main` |
| 3720 | 2026-01-28T22:42:11.591Z | Compiling cancel-safe-futures v0.1.5 |
| 3721 | 2026-01-28T22:42:11.615Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=86ae0a5f91680374 -C extra-filename=-cd5f5024290aadd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3722 | 2026-01-28T22:42:11.648Z | Compiling oxide-tokio-rt v0.1.2 |
| 3723 | 2026-01-28T22:42:11.672Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e7d041e04a17cd12 -C extra-filename=-6b5b4814f21df2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'` |
| 3724 | 2026-01-28T22:42:11.672Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=c01180f18de1e2ef -C extra-filename=-537dbddc2bceb15b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-195f6081aed7b4b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3725 | 2026-01-28T22:42:12.192Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build` |
| 3726 | 2026-01-28T22:42:12.216Z | Compiling libsw-core v0.3.1 |
| 3727 | 2026-01-28T22:42:12.216Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=ac1f61ca4a969c52 -C extra-filename=-ad98593cc9925862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3728 | 2026-01-28T22:42:12.273Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=c456d8e61c73905f -C extra-filename=-196f623fecbf515c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3729 | 2026-01-28T22:42:12.529Z | Compiling libsw v3.5.0 |
| 3730 | 2026-01-28T22:42:12.553Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=d7414e8efa763c51 -C extra-filename=-c7e5e99258156adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-ad98593cc9925862.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3731 | 2026-01-28T22:42:12.594Z | Compiling linear-map v1.2.0 |
| 3732 | 2026-01-28T22:42:12.618Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=26c9fbdc1c4cf01a -C extra-filename=-222b2c5c60bec36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3733 | 2026-01-28T22:42:12.913Z | Compiling gethostname v0.5.0 |
| 3734 | 2026-01-28T22:42:12.937Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15e8f0c051a5f846 -C extra-filename=-6492d12b1902f594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3735 | 2026-01-28T22:42:13.031Z | Compiling same-file v1.0.6 |
| 3736 | 2026-01-28T22:42:13.055Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d78ce09807079942 -C extra-filename=-12066769263d7baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3737 | 2026-01-28T22:42:13.099Z | Compiling unicode-xid v0.2.6 |
| 3738 | 2026-01-28T22:42:13.123Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=9531087aa02825ff -C extra-filename=-fc62dcc87d98955d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3739 | 2026-01-28T22:42:13.218Z | Compiling async-recursion v1.1.1 |
| 3740 | 2026-01-28T22:42:13.242Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f1a4d95f2781858 -C extra-filename=-10b8a35da5e7ad3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3741 | 2026-01-28T22:42:13.412Z | Compiling walkdir v2.5.0 |
| 3742 | 2026-01-28T22:42:13.437Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96336f16816c36c4 -C extra-filename=-272bee5b8028af44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-12066769263d7baf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3743 | 2026-01-28T22:42:13.486Z | Compiling resolv-conf v0.7.0 |
| 3744 | 2026-01-28T22:42:13.534Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=fa2c66a4a9813be3 -C extra-filename=-914768df730ad686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-62ffab0ce663e2c3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3745 | 2026-01-28T22:42:13.926Z | Compiling convert_case v0.7.1 |
| 3746 | 2026-01-28T22:42:13.950Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=844b9387cab000d7 -C extra-filename=-c88d4181c4d5466a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3747 | 2026-01-28T22:42:14.194Z | Compiling smawk v0.3.2 |
| 3748 | 2026-01-28T22:42:14.219Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=bf7aedd0352578d4 -C extra-filename=-997c13e0f27c0ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3749 | 2026-01-28T22:42:14.247Z | Compiling unicode-linebreak v0.1.5 |
| 3750 | 2026-01-28T22:42:14.270Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bacc075024578af -C extra-filename=-617103e56f3ad8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3751 | 2026-01-28T22:42:14.377Z | Compiling slog-dtrace v0.3.0 |
| 3752 | 2026-01-28T22:42:14.400Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8d943e239f46ea5 -C extra-filename=-ddefb90379f200cf --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3753 | 2026-01-28T22:42:14.482Z | Compiling globset v0.4.15 |
| 3754 | 2026-01-28T22:42:14.506Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=fe60f0cafa744886 -C extra-filename=-d4fb3867a8061fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3755 | 2026-01-28T22:42:14.780Z | Compiling derive_more-impl v2.0.1 |
| 3756 | 2026-01-28T22:42:14.804Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=26cb00b87dd6c0ef -C extra-filename=-abee340fcc6af7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-c88d4181c4d5466a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3757 | 2026-01-28T22:42:14.835Z | Compiling vte_generate_state_changes v0.1.2 |
| 3758 | 2026-01-28T22:42:14.859Z | Compiling termtree v0.5.1 |
| 3759 | 2026-01-28T22:42:14.859Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb119b24d5390052 -C extra-filename=-4326d44b658438c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3760 | 2026-01-28T22:42:14.859Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c1aaffa59411d1d -C extra-filename=-229621499bbc22b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3761 | 2026-01-28T22:42:14.943Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build` |
| 3762 | 2026-01-28T22:42:15.082Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=193b79f014075248 -C extra-filename=-86e05b476a947325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3763 | 2026-01-28T22:42:15.258Z | Compiling fd-lock v4.0.2 |
| 3764 | 2026-01-28T22:42:15.287Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72c41d6b1f444c46 -C extra-filename=-2326cf26f55f4a58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3765 | 2026-01-28T22:42:15.399Z | Compiling linked-hash-map v0.5.6 |
| 3766 | 2026-01-28T22:42:15.422Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=93a9426665847dd7 -C extra-filename=-12ead618769e5d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3767 | 2026-01-28T22:42:15.540Z | Compiling hickory-proto v0.24.4 |
| 3768 | 2026-01-28T22:42:15.564Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=ca9b52c845c4f287 -C extra-filename=-26c1cb675014a6e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-8d755279626495bf.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3769 | 2026-01-28T22:42:15.660Z | Compiling vte v0.11.1 |
| 3770 | 2026-01-28T22:42:15.684Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=cc1b2e605ef33c25 -C extra-filename=-3c25063435b94937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4326d44b658438c3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3771 | 2026-01-28T22:42:15.762Z | Compiling nibble_vec v0.1.0 |
| 3772 | 2026-01-28T22:42:15.786Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61d3fa3739933aa4 -C extra-filename=-3cd14364afaeffd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3773 | 2026-01-28T22:42:15.830Z | Compiling lru-cache v0.1.2 |
| 3774 | 2026-01-28T22:42:15.858Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=2eaa0ab8f4e205ab -C extra-filename=-e53dc1234c506264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-12ead618769e5d3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3775 | 2026-01-28T22:42:16.082Z | Compiling nu-ansi-term v0.50.1 |
| 3776 | 2026-01-28T22:42:16.107Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=94ce88294532f58e -C extra-filename=-d4bb1c7ccf391199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3777 | 2026-01-28T22:42:16.132Z | Compiling display-error-chain v0.2.2 |
| 3778 | 2026-01-28T22:42:16.132Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d764d29d1964096c -C extra-filename=-800f9bab2506898c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3779 | 2026-01-28T22:42:16.168Z | Compiling endian-type v0.1.2 |
| 3780 | 2026-01-28T22:42:16.193Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=394bcfdb5201f514 -C extra-filename=-6824eeb661539979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3781 | 2026-01-28T22:42:16.413Z | Compiling pin-project-internal v1.1.6 |
| 3782 | 2026-01-28T22:42:16.437Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4396ca86441408fa -C extra-filename=-a989341c652d703f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3783 | 2026-01-28T22:42:16.492Z | Compiling radix_trie v0.2.1 |
| 3784 | 2026-01-28T22:42:16.516Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4ac130ac52590673 -C extra-filename=-718412a883d32ff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-6824eeb661539979.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-3cd14364afaeffd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3785 | 2026-01-28T22:42:16.768Z | Compiling derive_more v2.0.1 |
| 3786 | 2026-01-28T22:42:16.793Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=1463455125a47282 -C extra-filename=-79ebc55be27633c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-abee340fcc6af7c8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3787 | 2026-01-28T22:42:16.824Z | Compiling textwrap v0.16.2 |
| 3788 | 2026-01-28T22:42:16.848Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=9a8a585a99fce6f7 -C extra-filename=-be5b80ef649d95c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-997c13e0f27c0ed3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-498e12e84f0f81cd.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3789 | 2026-01-28T22:42:16.966Z | Compiling crossterm v0.29.0 |
| 3790 | 2026-01-28T22:42:16.990Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=606f328315c5263d -C extra-filename=-4112d6455578450b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-79ebc55be27633c6.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3791 | 2026-01-28T22:42:17.086Z | Compiling strip-ansi-escapes v0.2.0 |
| 3792 | 2026-01-28T22:42:17.201Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9fa348089e8f150 -C extra-filename=-c429b87060133146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-3c25063435b94937.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3793 | 2026-01-28T22:42:17.269Z | Compiling pem v3.0.5 |
| 3794 | 2026-01-28T22:42:17.293Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=97e11cb55b6d73cc -C extra-filename=-1007dc04ff25c671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3795 | 2026-01-28T22:42:17.558Z | Compiling reedline v0.40.0 |
| 3796 | 2026-01-28T22:42:17.582Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=c8ef8ed996fe6667 -C extra-filename=-14f27863790f5676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2326cf26f55f4a58.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d4bb1c7ccf391199.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-c429b87060133146.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec738fe1adf04ce5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3797 | 2026-01-28T22:42:17.984Z | Compiling snafu-derive v0.8.5 |
| 3798 | 2026-01-28T22:42:18.013Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=0eb09e64a0d26443 -C extra-filename=-fd71fd7915a12065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3799 | 2026-01-28T22:42:18.041Z | Compiling csv-core v0.1.11 |
| 3800 | 2026-01-28T22:42:18.066Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=c1f912dad36f898b -C extra-filename=-18ebdb12a2c1271b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3801 | 2026-01-28T22:42:18.642Z | Compiling humantime v2.2.0 |
| 3802 | 2026-01-28T22:42:18.666Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d837337b5f8f2da -C extra-filename=-4e9a4232a09a68c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3803 | 2026-01-28T22:42:19.158Z | Compiling cfg_aliases v0.1.1 |
| 3804 | 2026-01-28T22:42:19.195Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5331e3120789072f -C extra-filename=-fb44fee7d914f7ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3805 | 2026-01-28T22:42:19.322Z | Compiling nix v0.28.0 |
| 3806 | 2026-01-28T22:42:19.347Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=b786b7421b20f2e8 -C extra-filename=-a0acc4d771cf1e82 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-fb44fee7d914f7ba.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3807 | 2026-01-28T22:42:19.372Z | Compiling pin-project v1.1.6 |
| 3808 | 2026-01-28T22:42:19.372Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81e8d83e74a69429 -C extra-filename=-943ba09213d4b919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-a989341c652d703f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3809 | 2026-01-28T22:42:19.577Z | Compiling csv v1.3.1 |
| 3810 | 2026-01-28T22:42:19.600Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45e293961afd48fd -C extra-filename=-29db05cf9b0786e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-18ebdb12a2c1271b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3811 | 2026-01-28T22:42:19.789Z | Compiling olpc-cjson v0.1.4 |
| 3812 | 2026-01-28T22:42:19.812Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9b76a35bc645fd3 -C extra-filename=-943fa7a86421dd20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3813 | 2026-01-28T22:42:20.147Z | Compiling serde_plain v1.0.2 |
| 3814 | 2026-01-28T22:42:20.171Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d52bd6bd184e7c4 -C extra-filename=-ce5cae8204be0272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3815 | 2026-01-28T22:42:20.195Z | Compiling typed-path v0.9.3 |
| 3816 | 2026-01-28T22:42:20.195Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f6efe1abca67c6b2 -C extra-filename=-0c5c981704dd1cfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3817 | 2026-01-28T22:42:20.642Z | Compiling hickory-resolver v0.24.4 |
| 3818 | 2026-01-28T22:42:20.691Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=5080740395854675 -C extra-filename=-7fdb40d1e7915d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-26c1cb675014a6e6.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3819 | 2026-01-28T22:42:20.834Z | Compiling siphasher v1.0.1 |
| 3820 | 2026-01-28T22:42:20.861Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=f12a116774b80a79 -C extra-filename=-06378f3c694c3078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3821 | 2026-01-28T22:42:20.899Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build` |
| 3822 | 2026-01-28T22:42:20.972Z | Compiling papergrid v0.11.0 |
| 3823 | 2026-01-28T22:42:20.996Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=3861b4547f8790be -C extra-filename=-96723b75982d3979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3824 | 2026-01-28T22:42:21.345Z | Compiling phf_shared v0.12.1 |
| 3825 | 2026-01-28T22:42:21.369Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=603b91937ee3a8a0 -C extra-filename=-eb2ac1f5566149c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-06378f3c694c3078.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3826 | 2026-01-28T22:42:21.818Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3827 | 2026-01-28T22:42:21.842Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6df058f498e4e6d -C extra-filename=-625fac5aae74f42d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3828 | 2026-01-28T22:42:22.735Z | Compiling snafu v0.8.5 |
| 3829 | 2026-01-28T22:42:22.759Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=c0d49dcba1558153 -C extra-filename=-0d7f5d50e2859463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-943ba09213d4b919.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-fd71fd7915a12065.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3830 | 2026-01-28T22:42:23.261Z | Compiling qorb v0.4.1 |
| 3831 | 2026-01-28T22:42:23.285Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=0fef06e54a1b0e52 -C extra-filename=-684097c599e5dfc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7fdb40d1e7915d10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3832 | 2026-01-28T22:42:23.368Z | Compiling tabled_derive v0.7.0 |
| 3833 | 2026-01-28T22:42:23.392Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea2d6c35998026f5 -C extra-filename=-837c6bc9d7131e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3834 | 2026-01-28T22:42:23.530Z | Compiling base64 v0.21.7 |
| 3835 | 2026-01-28T22:42:23.555Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=db408746a38a8d6a -C extra-filename=-25862f5051364d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3836 | 2026-01-28T22:42:23.918Z | Compiling chrono-tz v0.10.4 |
| 3837 | 2026-01-28T22:42:23.942Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=1097ff9104868cf0 -C extra-filename=-a7b0a16d6b72ecf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3838 | 2026-01-28T22:42:24.230Z | Compiling highway v1.3.0 |
| 3839 | 2026-01-28T22:42:24.254Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e4476edd1062145a -C extra-filename=-b552a5abd74e3046 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3840 | 2026-01-28T22:42:24.321Z | Compiling semver v0.1.20 |
| 3841 | 2026-01-28T22:42:24.345Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e25a6483100bb82 -C extra-filename=-0fc8cabf20f6b391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3842 | 2026-01-28T22:42:24.462Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build` |
| 3843 | 2026-01-28T22:42:24.524Z | Compiling phf v0.12.1 |
| 3844 | 2026-01-28T22:42:24.524Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=3537c97b23736fc2 -C extra-filename=-9bd759fe34670f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-eb2ac1f5566149c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3845 | 2026-01-28T22:42:24.613Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=a1e4494b20021d3f -C extra-filename=-97470aaf7246429a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
| 3846 | 2026-01-28T22:42:24.846Z | Compiling rustc_version v0.1.7 |
| 3847 | 2026-01-28T22:42:24.870Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a7281884e01a8d4 -C extra-filename=-c3499add24f4674d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fc8cabf20f6b391.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3848 | 2026-01-28T22:42:24.913Z | Compiling const_format_proc_macros v0.2.34 |
| 3849 | 2026-01-28T22:42:24.938Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=9232e49a95b4cee7 -C extra-filename=-6829be0109cbef0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3850 | 2026-01-28T22:42:25.018Z | Compiling peg-macros v0.8.5 |
| 3851 | 2026-01-28T22:42:25.043Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=a91c442f16f19c0e -C extra-filename=-17c09b18c081a1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3852 | 2026-01-28T22:42:25.314Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3853 | 2026-01-28T22:42:25.338Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=28c2ce2d461e4969 -C extra-filename=-7b27d2d534b176a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3854 | 2026-01-28T22:42:25.546Z | Compiling tabled v0.15.0 |
| 3855 | 2026-01-28T22:42:25.570Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=9ec187e9ea0becaf -C extra-filename=-99fa6c2fce8d7f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-96723b75982d3979.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-837c6bc9d7131e83.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3856 | 2026-01-28T22:42:25.897Z | Compiling sqlparser_derive v0.2.2 |
| 3857 | 2026-01-28T22:42:25.921Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=568001b5b8fe4acb -C extra-filename=-443393dc1907f7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3858 | 2026-01-28T22:42:26.357Z | Compiling unicode_categories v0.1.1 |
| 3859 | 2026-01-28T22:42:26.400Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2060889845f89c8f -C extra-filename=-920d2a650a0b7f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3860 | 2026-01-28T22:42:26.722Z | Compiling const_format v0.2.34 |
| 3861 | 2026-01-28T22:42:26.722Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=74f98c7f2725c64c -C extra-filename=-3ccd842abda31d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-6829be0109cbef0f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3862 | 2026-01-28T22:42:26.765Z | Compiling sqlformat v0.3.5 |
| 3863 | 2026-01-28T22:42:26.790Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15a3fc87f2211b53 -C extra-filename=-580ab898584e9fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-920d2a650a0b7f11.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3864 | 2026-01-28T22:42:27.065Z | Compiling sqlparser v0.45.0 |
| 3865 | 2026-01-28T22:42:27.089Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=222ccaf8b99d0fda -C extra-filename=-c9c1ef874ec784dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-443393dc1907f7f9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3866 | 2026-01-28T22:42:27.480Z | Compiling rustyline v14.0.0 |
| 3867 | 2026-01-28T22:42:27.505Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=65a0dfec9ccc3458 -C extra-filename=-b3add1ed94188069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2326cf26f55f4a58.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-97470aaf7246429a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3868 | 2026-01-28T22:42:27.661Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2/build-script-build` |
| 3869 | 2026-01-28T22:42:27.741Z | Compiling newtype_derive v0.1.6 |
| 3870 | 2026-01-28T22:42:27.765Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=dc9d8342ecba7ef1 -C extra-filename=-5ab531ee3772738d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c3499add24f4674d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3871 | 2026-01-28T22:42:27.897Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=7f138093c9e4c28c -C extra-filename=-9743d9c55a644b04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9bd759fe34670f7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3872 | 2026-01-28T22:42:28.126Z | Compiling peg v0.8.5 |
| 3873 | 2026-01-28T22:42:28.210Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=7263318bda710e1f -C extra-filename=-d5c79c108e63e61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-17c09b18c081a1fd.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3874 | 2026-01-28T22:42:28.249Z | Compiling bcs v0.1.6 |
| 3875 | 2026-01-28T22:42:28.273Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c496de2cd813a5be -C extra-filename=-568c13d24e06e61f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3876 | 2026-01-28T22:42:28.381Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build` |
| 3877 | 2026-01-28T22:42:28.440Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=61f473666e05677f -C extra-filename=-01eb04f9a54b8339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
| 3878 | 2026-01-28T22:42:28.618Z | Compiling steno v0.4.1 |
| 3879 | 2026-01-28T22:42:28.642Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a3ebfb5fb97f5e9 -C extra-filename=-ed9e1369a31250ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3880 | 2026-01-28T22:42:28.988Z | Compiling utf-8 v0.7.6 |
| 3881 | 2026-01-28T22:42:29.025Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d458e69239b431a -C extra-filename=-5c3837f8e867c8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3882 | 2026-01-28T22:42:29.136Z | Compiling arc-swap v1.7.1 |
| 3883 | 2026-01-28T22:42:29.175Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=466e189d68006d27 -C extra-filename=-aca7a564c430cc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3884 | 2026-01-28T22:42:29.362Z | Compiling tungstenite v0.21.0 |
| 3885 | 2026-01-28T22:42:29.393Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=0385a55c6c3bb4e4 -C extra-filename=-8288c4fabba6ef25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3886 | 2026-01-28T22:42:29.770Z | Compiling slog-scope v4.4.0 |
| 3887 | 2026-01-28T22:42:29.795Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9445d2ca48edc8a1 -C extra-filename=-57fb36a6a0ef092e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-aca7a564c430cc69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3888 | 2026-01-28T22:42:30.290Z | Compiling slog-stdlog v4.1.1 |
| 3889 | 2026-01-28T22:42:30.314Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=1cec53a01aca1b1f -C extra-filename=-826d8e209a58c2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-57fb36a6a0ef092e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3890 | 2026-01-28T22:42:30.745Z | Compiling tokio-tungstenite v0.21.0 |
| 3891 | 2026-01-28T22:42:30.770Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=6bcb9d415ac05195 -C extra-filename=-e16f53cd01adae80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-8288c4fabba6ef25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3892 | 2026-01-28T22:42:31.239Z | Compiling xattr v1.3.1 |
| 3893 | 2026-01-28T22:42:31.326Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=e333fe049c62f938 -C extra-filename=-c78d961c20136662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3894 | 2026-01-28T22:42:31.408Z | Compiling filetime v0.2.26 |
| 3895 | 2026-01-28T22:42:31.446Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=004cb9d257c0bbf7 -C extra-filename=-4d1c13631f59c0a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3896 | 2026-01-28T22:42:31.446Z | Compiling slog-envlogger v2.2.0 |
| 3897 | 2026-01-28T22:42:31.500Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=378530c617726566 -C extra-filename=-7d907953176cab33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-57fb36a6a0ef092e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-826d8e209a58c2ce.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3898 | 2026-01-28T22:42:31.562Z | Compiling typify-impl v0.2.0 |
| 3899 | 2026-01-28T22:42:31.594Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbe052c6d2d818cb -C extra-filename=-82077244fcdc6ce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3900 | 2026-01-28T22:42:31.639Z | Compiling subprocess v0.2.9 |
| 3901 | 2026-01-28T22:42:31.639Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb7a2b8165ead34 -C extra-filename=-0fe15547c5f1c020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3902 | 2026-01-28T22:42:31.841Z | Compiling tar v0.4.44 |
| 3903 | 2026-01-28T22:42:31.871Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=232951395ccbf244 -C extra-filename=-48b0a10bad3382fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-c78d961c20136662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3904 | 2026-01-28T22:42:32.272Z | Compiling headers-core v0.3.0 |
| 3905 | 2026-01-28T22:42:32.338Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4703eb8b6d2acdd -C extra-filename=-79c4c8c33951ae19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3906 | 2026-01-28T22:42:32.505Z | Compiling headers v0.4.1 |
| 3907 | 2026-01-28T22:42:32.537Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2f665eeaeaa84e04 -C extra-filename=-fb6f81a0d2dfb7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-79c4c8c33951ae19.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3908 | 2026-01-28T22:42:33.458Z | Compiling lzma-sys v0.1.20 |
| 3909 | 2026-01-28T22:42:33.485Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3c9d8781d8427a65 -C extra-filename=-5b18d0890e752614 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-5b18d0890e752614 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3910 | 2026-01-28T22:42:34.101Z | Compiling heck v0.3.3 |
| 3911 | 2026-01-28T22:42:34.127Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14ef96ff308d8fff -C extra-filename=-74983719dcdb964c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3912 | 2026-01-28T22:42:34.324Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3913 | 2026-01-28T22:42:34.348Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54d767ed3210e1ca -C extra-filename=-192819728ee0adf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3914 | 2026-01-28T22:42:34.414Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-5b18d0890e752614/build-script-build` |
| 3915 | 2026-01-28T22:42:34.494Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=d1c1599d376d0b77 -C extra-filename=-cc81b22936d130a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
| 3916 | 2026-01-28T22:42:34.563Z | Compiling zone_cfg_derive v0.1.2 |
| 3917 | 2026-01-28T22:42:34.588Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b82d5b77024877 -C extra-filename=-6fa974682e292462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-74983719dcdb964c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3918 | 2026-01-28T22:42:34.824Z | Compiling yasna v0.5.2 |
| 3919 | 2026-01-28T22:42:34.865Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=0be998682b5ebe82 -C extra-filename=-dad5ae4dfdf884c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3920 | 2026-01-28T22:42:34.904Z | Compiling number_prefix v0.4.0 |
| 3921 | 2026-01-28T22:42:34.905Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4b6d31e3bda270bf -C extra-filename=-0edca3b1d41daef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3922 | 2026-01-28T22:42:34.971Z | Compiling base64 v0.13.1 |
| 3923 | 2026-01-28T22:42:35.011Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a18339beaee69cd2 -C extra-filename=-5e33a127eafee9ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3924 | 2026-01-28T22:42:35.191Z | Compiling indicatif v0.17.11 |
| 3925 | 2026-01-28T22:42:35.226Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=ecbc7f67b7d77f6c -C extra-filename=-b38b554c28a4d9a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-0edca3b1d41daef1.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3926 | 2026-01-28T22:42:35.681Z | Compiling ron v0.7.1 |
| 3927 | 2026-01-28T22:42:35.774Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=5b226c49d6323815 -C extra-filename=-e7598687a1975def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e33a127eafee9ce.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3928 | 2026-01-28T22:42:36.182Z | Compiling zone v0.1.8 |
| 3929 | 2026-01-28T22:42:36.208Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e683a12af5a7cd79 -C extra-filename=-2a787759f22d5b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6fa974682e292462.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3930 | 2026-01-28T22:42:36.533Z | Compiling rcgen v0.12.1 |
| 3931 | 2026-01-28T22:42:36.559Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=2e8e3222389a8cfd -C extra-filename=-f40259633cfcf316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-dad5ae4dfdf884c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 3932 | 2026-01-28T22:42:37.359Z | Compiling xz2 v0.1.7 |
| 3933 | 2026-01-28T22:42:37.383Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=fece2dc213f3b529 -C extra-filename=-1fed042c835e15e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-cc81b22936d130a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
| 3934 | 2026-01-28T22:42:37.743Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3935 | 2026-01-28T22:42:37.767Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=461ed42347b7bd4c -C extra-filename=-554dfa706dd11674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-192819728ee0adf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3936 | 2026-01-28T22:42:37.814Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3937 | 2026-01-28T22:42:37.838Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f46f1c733b86a5b6 -C extra-filename=-10eefc73c3a5218e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3938 | 2026-01-28T22:42:37.907Z | Compiling moka v0.12.10 |
| 3939 | 2026-01-28T22:42:37.930Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=19d7cb3637ef8c6a -C extra-filename=-ef05694c6e0ff147 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3940 | 2026-01-28T22:42:38.362Z | Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build` |
| 3941 | 2026-01-28T22:42:38.429Z | Compiling tagptr v0.2.0 |
| 3942 | 2026-01-28T22:42:38.465Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57a1225a19f8f7ee -C extra-filename=-e5bb230662a23a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3943 | 2026-01-28T22:42:38.496Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3944 | 2026-01-28T22:42:38.521Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=00b8916b5c5267e0 -C extra-filename=-cba1f157eb1c2c4f --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3945 | 2026-01-28T22:42:38.549Z | Compiling libefi-sys v0.1.0 |
| 3946 | 2026-01-28T22:42:38.574Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b06352e9e3713a0 -C extra-filename=-081efc341aa1f4e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3947 | 2026-01-28T22:42:38.796Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=5cc736a3df25cd39 -C extra-filename=-ebb49142f9206627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-e5bb230662a23a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3948 | 2026-01-28T22:42:38.820Z | Compiling bitfield-struct v0.6.2 |
| 3949 | 2026-01-28T22:42:38.820Z | Compiling radium v0.7.0 |
| 3950 | 2026-01-28T22:42:38.820Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b9817be4c4d74d1 -C extra-filename=-d5cc0e171cf3b5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3951 | 2026-01-28T22:42:38.820Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d4285b0c112a2b3 -C extra-filename=-dcd243c750219fb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3952 | 2026-01-28T22:42:39.034Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build` |
| 3953 | 2026-01-28T22:42:39.116Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fcc66b5b7178b27 -C extra-filename=-85791516602225b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
| 3954 | 2026-01-28T22:42:39.384Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build` |
| 3955 | 2026-01-28T22:42:39.469Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3956 | 2026-01-28T22:42:39.493Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adf8f458420657d6 -C extra-filename=-139e2e98fd598361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3957 | 2026-01-28T22:42:39.519Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build` |
| 3958 | 2026-01-28T22:42:39.596Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3959 | 2026-01-28T22:42:39.641Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad4bd733bf815108 -C extra-filename=-087c7dc9a687aca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-85791516602225b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3960 | 2026-01-28T22:42:39.665Z | Compiling tap v1.0.1 |
| 3961 | 2026-01-28T22:42:39.665Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb39272850997314 -C extra-filename=-6457cf97f06ac406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3962 | 2026-01-28T22:42:39.702Z | Compiling maybe-uninit v2.0.0 |
| 3963 | 2026-01-28T22:42:39.725Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70921873fbab157e -C extra-filename=-0459c93cf7b2d0ae --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3964 | 2026-01-28T22:42:39.942Z | Compiling wyz v0.5.1 |
| 3965 | 2026-01-28T22:42:39.967Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=a4d770d7b9f12de8 -C extra-filename=-70b5a1286ad96400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-6457cf97f06ac406.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3966 | 2026-01-28T22:42:40.036Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c7834a0bec20159 -C extra-filename=-cdfc11842a11eaba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
| 3967 | 2026-01-28T22:42:40.300Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3968 | 2026-01-28T22:42:40.327Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48705fa30ef8d516 -C extra-filename=-3a154cfe397f1e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-d5cc0e171cf3b5b7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3969 | 2026-01-28T22:42:40.400Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build` |
| 3970 | 2026-01-28T22:42:40.466Z | Compiling hickory-resolver v0.25.2 |
| 3971 | 2026-01-28T22:42:40.490Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=f670de9fa3b1875b -C extra-filename=-4c10408988cdfaa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-ebb49142f9206627.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3972 | 2026-01-28T22:42:40.525Z | Compiling zerocopy-derive v0.6.6 |
| 3973 | 2026-01-28T22:42:40.578Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7313d0d8f7b56f8 -C extra-filename=-743675c95ff4feff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3974 | 2026-01-28T22:42:40.628Z | Compiling crc-catalog v2.4.0 |
| 3975 | 2026-01-28T22:42:40.653Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=011fb8da194c05c8 -C extra-filename=-d9084e75dec1344d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3976 | 2026-01-28T22:42:40.677Z | Compiling funty v2.0.0 |
| 3977 | 2026-01-28T22:42:40.677Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=86e6b325222a863e -C extra-filename=-63de604286565a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3978 | 2026-01-28T22:42:40.889Z | Compiling packed_struct v0.10.1 |
| 3979 | 2026-01-28T22:42:40.938Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=c7b71b922b7e1095 -C extra-filename=-030b323af3c64b73 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3980 | 2026-01-28T22:42:41.148Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3981 | 2026-01-28T22:42:41.172Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bbb18c65c60ca52 -C extra-filename=-3999b31b67f05fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-3a154cfe397f1e54.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-139e2e98fd598361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3982 | 2026-01-28T22:42:41.510Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build` |
| 3983 | 2026-01-28T22:42:41.594Z | Compiling crc v3.2.1 |
| 3984 | 2026-01-28T22:42:41.618Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=374f4e6e5911aee9 -C extra-filename=-c593502df8b92fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-d9084e75dec1344d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3985 | 2026-01-28T22:42:42.218Z | Compiling bitvec v1.0.1 |
| 3986 | 2026-01-28T22:42:42.263Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=26135f3a4ba145df -C extra-filename=-e6939c5a88ba2374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-63de604286565a1d.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-cdfc11842a11eaba.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-6457cf97f06ac406.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70b5a1286ad96400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3987 | 2026-01-28T22:42:42.438Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=684d6f33747bf223 -C extra-filename=-abe1ea0d952fe392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
| 3988 | 2026-01-28T22:42:42.488Z | Compiling packed_struct_codegen v0.10.1 |
| 3989 | 2026-01-28T22:42:42.512Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=735a916e32dd0a0a -C extra-filename=-b550990bd8ff6ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3990 | 2026-01-28T22:42:42.619Z | Compiling bitfield-macros v0.19.2 |
| 3991 | 2026-01-28T22:42:42.619Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92f601fbd5ba94f5 -C extra-filename=-ca594f7d3498bcbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3992 | 2026-01-28T22:42:42.693Z | Compiling zerocopy v0.6.6 |
| 3993 | 2026-01-28T22:42:42.755Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=7007d7d8033ce20f -C extra-filename=-5794b3553b6d424d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-743675c95ff4feff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3994 | 2026-01-28T22:42:43.137Z | Compiling typify-macro v0.2.0 |
| 3995 | 2026-01-28T22:42:43.161Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15720a791c4f5bef -C extra-filename=-05aa1f83709d1520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-82077244fcdc6ce7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3996 | 2026-01-28T22:42:43.486Z | Compiling indexmap v1.9.3 |
| 3997 | 2026-01-28T22:42:43.533Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=1bb23b853f52a0e5 -C extra-filename=-432728f52a173005 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3998 | 2026-01-28T22:42:43.681Z | Compiling nodrop v0.1.14 |
| 3999 | 2026-01-28T22:42:43.706Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=c727faa8989a4db0 -C extra-filename=-86c68ef61466f750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4000 | 2026-01-28T22:42:43.899Z | Compiling array-init v0.0.4 |
| 4001 | 2026-01-28T22:42:43.923Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=861c286f3cf113a9 -C extra-filename=-be8d4840c8760702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-86c68ef61466f750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4002 | 2026-01-28T22:42:43.974Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build` |
| 4003 | 2026-01-28T22:42:44.038Z | Compiling smallvec v0.6.14 |
| 4004 | 2026-01-28T22:42:44.062Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=043ecad85c23c544 -C extra-filename=-ea83feec3a1d4b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-abe1ea0d952fe392.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4005 | 2026-01-28T22:42:44.284Z | Compiling bitfield v0.19.2 |
| 4006 | 2026-01-28T22:42:44.308Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e803b48ea894f213 -C extra-filename=-72cdf39cb3e9c244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-ca594f7d3498bcbf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4007 | 2026-01-28T22:42:44.587Z | Compiling hashbrown v0.12.3 |
| 4008 | 2026-01-28T22:42:44.642Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0bd27789cb6055ab -C extra-filename=-2724878bb1e98e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4009 | 2026-01-28T22:42:44.820Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 4010 | 2026-01-28T22:42:44.844Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=af5221570c547253 -C extra-filename=-b89979aa52317a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4011 | 2026-01-28T22:42:44.957Z | Compiling serde-hex v0.1.0 |
| 4012 | 2026-01-28T22:42:44.981Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8513747e514d96f -C extra-filename=-fa9df0c6cc92dc1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-be8d4840c8760702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ea83feec3a1d4b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4013 | 2026-01-28T22:42:45.143Z | Compiling ron v0.8.1 |
| 4014 | 2026-01-28T22:42:45.169Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=4be58300560ec89d -C extra-filename=-5743f7f8a7d2b6a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4015 | 2026-01-28T22:42:45.238Z | Compiling hashbrown v0.13.2 |
| 4016 | 2026-01-28T22:42:45.262Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d790677688734cc9 -C extra-filename=-fac2f8a99ded2391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4017 | 2026-01-28T22:42:45.367Z | Compiling xshell-macros v0.2.7 |
| 4018 | 2026-01-28T22:42:45.391Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de7a0655e20df3cc -C extra-filename=-9da7c5ee4bf2b6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4019 | 2026-01-28T22:42:45.773Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=e67b5188e6d09098 -C extra-filename=-2a3de0b3a28b44ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-e6939c5a88ba2374.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b550990bd8ff6ff5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4020 | 2026-01-28T22:42:45.828Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=78a78e508b0cc1f4 -C extra-filename=-d8b29b81dce012b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2724878bb1e98e3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
| 4021 | 2026-01-28T22:42:46.342Z | Compiling crc-any v2.5.0 |
| 4022 | 2026-01-28T22:42:46.367Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=c9f5f253e348427b -C extra-filename=-dbf15e3030114d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4023 | 2026-01-28T22:42:46.500Z | Compiling xshell v0.2.7 |
| 4024 | 2026-01-28T22:42:46.529Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ec2ad09d1e13da3 -C extra-filename=-59b484ead9726af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-9da7c5ee4bf2b6c7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4025 | 2026-01-28T22:42:46.881Z | Compiling object v0.30.4 |
| 4026 | 2026-01-28T22:42:46.905Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=1a9e9a1eeffc4774 -C extra-filename=-0bfe80b256fd4c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-fac2f8a99ded2391.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d8b29b81dce012b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4027 | 2026-01-28T22:42:47.021Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 4028 | 2026-01-28T22:42:47.046Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55850fe53ca5cde9 -C extra-filename=-83edbbe5ba857540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5743f7f8a7d2b6a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4029 | 2026-01-28T22:42:47.724Z | Compiling path-slash v0.1.5 |
| 4030 | 2026-01-28T22:42:47.748Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=747ba7276595f024 -C extra-filename=-eba69c05113e7116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4031 | 2026-01-28T22:42:47.797Z | Compiling half v1.8.3 |
| 4032 | 2026-01-28T22:42:47.823Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=dbe8fc3d7733b14d -C extra-filename=-43d9803fb1a42f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4033 | 2026-01-28T22:42:47.886Z | Compiling typify v0.2.0 |
| 4034 | 2026-01-28T22:42:47.910Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=ae0d05da8ed2ac40 -C extra-filename=-a75cc8f793576d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-82077244fcdc6ce7.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-05aa1f83709d1520.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4035 | 2026-01-28T22:42:47.990Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4036 | 2026-01-28T22:42:48.014Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5da3ce7000ace07 -C extra-filename=-c6c77d2ad762da72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4037 | 2026-01-28T22:42:48.073Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=2bf0fe06b1cb22a0 -C extra-filename=-f69fa8c8b26a5b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
| 4038 | 2026-01-28T22:42:48.170Z | Compiling progenitor-impl v0.8.0 |
| 4039 | 2026-01-28T22:42:48.194Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5874b2751ee6f6de -C extra-filename=-9b9350cf1842a41d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-a75cc8f793576d73.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4040 | 2026-01-28T22:42:48.480Z | Compiling serde_cbor v0.11.2 |
| 4041 | 2026-01-28T22:42:48.504Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=34f35fae716ef15d -C extra-filename=-d0eec2d5e8484a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-43d9803fb1a42f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4042 | 2026-01-28T22:42:48.542Z | Compiling maplit v1.0.2 |
| 4043 | 2026-01-28T22:42:48.566Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82977899bb7b2048 -C extra-filename=-66035c8a998faa3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4044 | 2026-01-28T22:42:48.760Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 4045 | 2026-01-28T22:42:48.784Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=195513ff5156ce9e -C extra-filename=-28bd9c3fb637ec06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4046 | 2026-01-28T22:42:48.997Z | Compiling proc-macro-error2 v2.0.1 |
| 4047 | 2026-01-28T22:42:49.021Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=9df68f45c5d8ef14 -C extra-filename=-5d7d5c324402d358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-c6c77d2ad762da72.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4048 | 2026-01-28T22:42:49.384Z | Compiling num-derive v0.3.3 |
| 4049 | 2026-01-28T22:42:49.408Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=1fd04f66a0f8f74c -C extra-filename=-75917a9b9afd8610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4050 | 2026-01-28T22:42:49.715Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 4051 | 2026-01-28T22:42:49.739Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47d8a80774bc7a4e -C extra-filename=-98b4ce5e53ae4128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-72cdf39cb3e9c244.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-2a3de0b3a28b44ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4052 | 2026-01-28T22:42:50.125Z | Compiling fxhash v0.2.1 |
| 4053 | 2026-01-28T22:42:50.148Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4321b0244baceb92 -C extra-filename=-70f33de5894d7952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4054 | 2026-01-28T22:42:50.182Z | Compiling tabled_derive v0.11.0 |
| 4055 | 2026-01-28T22:42:50.234Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e428d97c4936c89a -C extra-filename=-b6565a9db5085b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5d7d5c324402d358.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4056 | 2026-01-28T22:42:50.260Z | Compiling papergrid v0.17.0 |
| 4057 | 2026-01-28T22:42:50.260Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=ff1935248a83f3f6 -C extra-filename=-d0a6d5674adb6166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4058 | 2026-01-28T22:42:50.434Z | Compiling testing_table v0.3.0 |
| 4059 | 2026-01-28T22:42:50.458Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=39eb10fe237bc01e -C extra-filename=-ec9706cf3e972bde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4060 | 2026-01-28T22:42:50.897Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 4061 | 2026-01-28T22:42:50.921Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=1a241c606bf8df69 -C extra-filename=-cc6a883d8ca3e484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4062 | 2026-01-28T22:42:51.678Z | Compiling libscf-sys v1.1.0 |
| 4063 | 2026-01-28T22:42:51.702Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93c14aefa095c87e -C extra-filename=-bd8dd9d5f2e734b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-75917a9b9afd8610.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4064 | 2026-01-28T22:42:52.008Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4065 | 2026-01-28T22:42:52.032Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c315e9c28bad1782 -C extra-filename=-38fd9085e5bdf6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bd8dd9d5f2e734b5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4066 | 2026-01-28T22:42:53.095Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 4067 | 2026-01-28T22:42:53.119Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=c82a8e96901205f0 -C extra-filename=-2aa3a296de6b798b --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4068 | 2026-01-28T22:42:53.604Z | Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build` |
| 4069 | 2026-01-28T22:42:53.662Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 4070 | 2026-01-28T22:42:53.686Z | Compiling tabled v0.20.0 |
| 4071 | 2026-01-28T22:42:53.686Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=e7b3d171dc1cf47a -C extra-filename=-b9418fe92756183f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cc6a883d8ca3e484.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4072 | 2026-01-28T22:42:53.686Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=2f4120e8f81ac700 -C extra-filename=-619b6858f66b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-d0a6d5674adb6166.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b6565a9db5085b4f.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-ec9706cf3e972bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4073 | 2026-01-28T22:42:53.759Z | Compiling unicase v2.8.1 |
| 4074 | 2026-01-28T22:42:53.783Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=11f5ae2ebc91355e -C extra-filename=-a3c888ab9a6f3140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4075 | 2026-01-28T22:42:54.264Z | Compiling crc8 v0.1.1 |
| 4076 | 2026-01-28T22:42:54.288Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b57557c40c8776b -C extra-filename=-9f7b75d80455c3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4077 | 2026-01-28T22:42:54.542Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 4078 | 2026-01-28T22:42:54.566Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6625fcd61731e9d0 -C extra-filename=-e6070658d32c9cba --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4079 | 2026-01-28T22:42:54.994Z | Compiling diff v0.1.13 |
| 4080 | 2026-01-28T22:42:55.018Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33366a7413d0dceb -C extra-filename=-9f945f6037cdafb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4081 | 2026-01-28T22:42:55.046Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build` |
| 4082 | 2026-01-28T22:42:55.120Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d39d0afe7c473836 -C extra-filename=-bdd14a95895bd373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
| 4083 | 2026-01-28T22:42:55.330Z | Compiling progenitor-macro v0.8.0 |
| 4084 | 2026-01-28T22:42:55.353Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a19de480f78d6a16 -C extra-filename=-5e0529ac4931b27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9b9350cf1842a41d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4085 | 2026-01-28T22:42:55.561Z | Compiling parking_lot_core v0.8.6 |
| 4086 | 2026-01-28T22:42:55.589Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=13a710a3bf99e361 -C extra-filename=-f5a8f5891c5d86e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4087 | 2026-01-28T22:42:55.637Z | Compiling dsl_auto_type v0.1.2 |
| 4088 | 2026-01-28T22:42:55.663Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b43abcca77b21aa2 -C extra-filename=-f6d53a8ebdcd4dfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f7340329ccdf1fc5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4089 | 2026-01-28T22:42:55.965Z | Compiling kstat-rs v0.2.4 |
| 4090 | 2026-01-28T22:42:55.989Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b322aff9ea9362b3 -C extra-filename=-a4df8c62210cee4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4091 | 2026-01-28T22:42:56.175Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build` |
| 4092 | 2026-01-28T22:42:56.244Z | Compiling vergen-gitcl v1.0.8 |
| 4093 | 2026-01-28T22:42:56.268Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=02cb541c2ba8fc64 -C extra-filename=-ea13fcff4abbbc72 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4094 | 2026-01-28T22:42:56.664Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4095 | 2026-01-28T22:42:56.694Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb8c8a7158aae6a7 -C extra-filename=-e81f8389609be11d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4096 | 2026-01-28T22:42:56.740Z | Compiling scheduled-thread-pool v0.2.7 |
| 4097 | 2026-01-28T22:42:56.764Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33f322fc67956ba7 -C extra-filename=-838efa9a2e568225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4098 | 2026-01-28T22:42:57.233Z | Compiling r2d2 v0.8.10 |
| 4099 | 2026-01-28T22:42:57.257Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec00fd3de20d0b5e -C extra-filename=-b836e920b9d7afd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-838efa9a2e568225.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4100 | 2026-01-28T22:42:57.368Z | Compiling diesel_derives v2.2.3 |
| 4101 | 2026-01-28T22:42:57.391Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=5d276401309d8506 -C extra-filename=-3ece9de9d0dfa407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-e81f8389609be11d.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-f6d53a8ebdcd4dfa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4102 | 2026-01-28T22:42:57.426Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build` |
| 4103 | 2026-01-28T22:42:57.500Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3ba65f976fd97c24 -C extra-filename=-cc48936681e98cf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4104 | 2026-01-28T22:42:57.620Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=56fb01ba706b386b -C extra-filename=-c672b8b90e72091e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
| 4105 | 2026-01-28T22:42:57.726Z | Compiling prefix-trie v0.7.0 |
| 4106 | 2026-01-28T22:42:57.753Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=a058ce1a0ab83619 -C extra-filename=-4e9dcf73431c57ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4107 | 2026-01-28T22:42:58.177Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=99e66d20849fd53f -C extra-filename=-26ef0e8dbec3a1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-619b6858f66b72f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-b9418fe92756183f.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cc6a883d8ca3e484.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
| 4108 | 2026-01-28T22:42:58.719Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 4109 | 2026-01-28T22:42:58.745Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=c7a96b60b233acb1 -C extra-filename=-8be4e9b594dd5d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-dbf15e3030114d5a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-2a3de0b3a28b44ff.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-fa9df0c6cc92dc1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4110 | 2026-01-28T22:42:59.213Z | Compiling parking_lot v0.11.2 |
| 4111 | 2026-01-28T22:42:59.237Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=20529879cd9991f8 -C extra-filename=-8285d3a3eaf2fb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-6f10c0b5517ba48f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-cc48936681e98cf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4112 | 2026-01-28T22:43:00.110Z | Compiling nanorand v0.7.0 |
| 4113 | 2026-01-28T22:43:00.135Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=24ad2d1da0787fce -C extra-filename=-7f9e2467cfa2fa64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4114 | 2026-01-28T22:43:00.445Z | Compiling dirs-sys-next v0.1.2 |
| 4115 | 2026-01-28T22:43:00.469Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fb8d7bc978de914 -C extra-filename=-057eae10086f59eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4116 | 2026-01-28T22:43:00.741Z | Compiling crunchy v0.2.2 |
| 4117 | 2026-01-28T22:43:00.765Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=4f5cfa6a10f3a872 -C extra-filename=-1af657bd4f47cb84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4118 | 2026-01-28T22:43:00.948Z | Compiling dirs-next v2.0.0 |
| 4119 | 2026-01-28T22:43:00.974Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0baf50365d0375a0 -C extra-filename=-e57fa60498b0fc65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-057eae10086f59eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4120 | 2026-01-28T22:43:01.143Z | Compiling flume v0.11.1 |
| 4121 | 2026-01-28T22:43:01.169Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=6ba65bd87388d073 -C extra-filename=-7c6b489bc8ac7422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7f9e2467cfa2fa64.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4122 | 2026-01-28T22:43:01.279Z | Compiling sled v0.34.7 |
| 4123 | 2026-01-28T22:43:01.310Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=db1b8b29adac7253 -C extra-filename=-7e71ff6c28ce4de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8285d3a3eaf2fb65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4124 | 2026-01-28T22:43:01.453Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build` |
| 4125 | 2026-01-28T22:43:01.526Z | Compiling hickory-server v0.25.2 |
| 4126 | 2026-01-28T22:43:01.552Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=2bfff889a7ec9c73 -C extra-filename=-2b46b0b3fb145ccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-8d755279626495bf.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4e9dcf73431c57ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4127 | 2026-01-28T22:43:01.844Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 4128 | 2026-01-28T22:43:01.869Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e55fdf8f240168e2 -C extra-filename=-c8818a57033286c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8be4e9b594dd5d62.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0bfe80b256fd4c9e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-83edbbe5ba857540.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib` |
| 4129 | 2026-01-28T22:43:02.003Z | Compiling hickory-client v0.25.2 |
| 4130 | 2026-01-28T22:43:02.028Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=1022b4c51eee574f -C extra-filename=-a37f99e70d435b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4131 | 2026-01-28T22:43:02.807Z | Compiling tiny-keccak v2.0.2 |
| 4132 | 2026-01-28T22:43:02.833Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=821f5f5eec135ede -C extra-filename=-4034f335cc083c91 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4133 | 2026-01-28T22:43:03.339Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build` |
| 4134 | 2026-01-28T22:43:03.405Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=a785d00801768239 -C extra-filename=-fc496656e368ec1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4135 | 2026-01-28T22:43:03.938Z | Compiling term v0.7.0 |
| 4136 | 2026-01-28T22:43:03.976Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e8452d916653f418 -C extra-filename=-6e3db23352d37a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-e57fa60498b0fc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4137 | 2026-01-28T22:43:04.959Z | Compiling bit-vec v0.6.3 |
| 4138 | 2026-01-28T22:43:04.983Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=92b50ef3c7f4ed6e -C extra-filename=-76c8b5f247c34eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4139 | 2026-01-28T22:43:05.552Z | Compiling bit-set v0.5.3 |
| 4140 | 2026-01-28T22:43:05.576Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=61032154d08acc9b -C extra-filename=-8a3b3655da3c7c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-76c8b5f247c34eb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4141 | 2026-01-28T22:43:05.758Z | Compiling ascii-canvas v3.0.0 |
| 4142 | 2026-01-28T22:43:05.783Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5106b88b438be4d -C extra-filename=-b353d0e13233dd6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4143 | 2026-01-28T22:43:05.942Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=5c0fc3f95454199c -C extra-filename=-1e56a66f09b86a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-fc496656e368ec1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4144 | 2026-01-28T22:43:06.351Z | Compiling ena v0.14.3 |
| 4145 | 2026-01-28T22:43:06.375Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=88b9a984cd310d01 -C extra-filename=-17cb8d0f2ee754a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4146 | 2026-01-28T22:43:06.427Z | Compiling bindgen v0.71.1 |
| 4147 | 2026-01-28T22:43:06.427Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=1fbccc52bda8263d -C extra-filename=-7c70f33eb9497104 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4148 | 2026-01-28T22:43:06.990Z | Compiling regex-syntax v0.6.29 |
| 4149 | 2026-01-28T22:43:07.014Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2eec531764e8b853 -C extra-filename=-9b90d9f4887f139f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4150 | 2026-01-28T22:43:07.174Z | Compiling primeorder v0.13.6 |
| 4151 | 2026-01-28T22:43:07.198Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=64e67bb8cf9f38d4 -C extra-filename=-73463563af7e9cd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4152 | 2026-01-28T22:43:07.646Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build` |
| 4153 | 2026-01-28T22:43:07.718Z | Compiling salty v0.3.0 |
| 4154 | 2026-01-28T22:43:07.744Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=1e127446dc33fd10 -C extra-filename=-9e660da295818b59 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4155 | 2026-01-28T22:43:07.845Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=1366d55909fb6345 -C extra-filename=-1ea8393f9b1e00c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4156 | 2026-01-28T22:43:08.292Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build` |
| 4157 | 2026-01-28T22:43:08.370Z | Compiling libxml v0.3.3 |
| 4158 | 2026-01-28T22:43:08.394Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09d30927c19cc7a9 -C extra-filename=-cab22fc5720b2e2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4159 | 2026-01-28T22:43:09.051Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build` |
| 4160 | 2026-01-28T22:43:09.140Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=26e2f9dd3f0a5007 -C extra-filename=-adfb99e020b49b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
| 4161 | 2026-01-28T22:43:09.221Z | Compiling diesel v2.2.12 |
| 4162 | 2026-01-28T22:43:09.245Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=30ab8bdce1bca29f -C extra-filename=-265bfecd09de518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-3ece9de9d0dfa407.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-b836e920b9d7afd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 4163 | 2026-01-28T22:43:09.688Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4164 | 2026-01-28T22:43:09.712Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e614d8dd28cd5d66 -C extra-filename=-7b6e5002a11559fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4165 | 2026-01-28T22:43:10.256Z | Compiling strum_macros v0.24.3 |
| 4166 | 2026-01-28T22:43:10.281Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0208d85b65c748b -C extra-filename=-bbf3ee06f1e9a7a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4167 | 2026-01-28T22:43:11.869Z | Compiling lalrpop v0.19.12 |
| 4168 | 2026-01-28T22:43:11.893Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=0cca573a985637b4 -C extra-filename=-2d6a3a8ddb4d8d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-b353d0e13233dd6b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-8a3b3655da3c7c70.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-9f945f6037cdafb3.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-17cb8d0f2ee754a5.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9b90d9f4887f139f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-1e56a66f09b86a92.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4169 | 2026-01-28T22:43:13.109Z | Compiling indoc v1.0.9 |
| 4170 | 2026-01-28T22:43:13.173Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17089733784caa14 -C extra-filename=-1dcfb7a1f5c81eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4171 | 2026-01-28T22:43:14.036Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d9538bc1ec5707f -C extra-filename=-96f20180a98fd8ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
| 4172 | 2026-01-28T22:43:14.254Z | Compiling p384 v0.13.1 |
| 4173 | 2026-01-28T22:43:14.278Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=b3c1045c70262d59 -C extra-filename=-1cee122b77452ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4174 | 2026-01-28T22:43:15.308Z | Compiling oso-derive v0.27.3 |
| 4175 | 2026-01-28T22:43:15.332Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f84174736bd47e0 -C extra-filename=-f1488323d3266d18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4176 | 2026-01-28T22:43:15.680Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4177 | 2026-01-28T22:43:15.704Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9996120e136449cb -C extra-filename=-5495ba6784f2c74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4178 | 2026-01-28T22:43:16.643Z | Compiling quick-xml v0.37.2 |
| 4179 | 2026-01-28T22:43:16.667Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=c47498e2941c486e -C extra-filename=-1ce318e16060f8a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4180 | 2026-01-28T22:43:16.724Z | Compiling fs-err v2.11.0 |
| 4181 | 2026-01-28T22:43:16.794Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=12aaf973a1c0cfeb -C extra-filename=-10a3b8a5806afcf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4182 | 2026-01-28T22:43:17.320Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build` |
| 4183 | 2026-01-28T22:43:17.563Z | Compiling predicates-tree v1.0.12 |
| 4184 | 2026-01-28T22:43:17.587Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a008c99682734c41 -C extra-filename=-f4fffa2b740d3c01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4185 | 2026-01-28T22:43:18.121Z | Compiling trait-variant v0.1.2 |
| 4186 | 2026-01-28T22:43:18.173Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06c532fad50f5c68 -C extra-filename=-75877112077bca2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4187 | 2026-01-28T22:43:19.444Z | Compiling assert_matches v1.5.0 |
| 4188 | 2026-01-28T22:43:19.467Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b761bc3e1d2bc3f0 -C extra-filename=-f5a2a231840931bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4189 | 2026-01-28T22:43:19.621Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 4190 | 2026-01-28T22:43:19.645Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35fbfb4091730bca -C extra-filename=-ad3257d96a789248 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4191 | 2026-01-28T22:43:20.132Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build` |
| 4192 | 2026-01-28T22:43:20.196Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=b6cd9acd8168345c -C extra-filename=-ace1d512f35c2019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
| 4193 | 2026-01-28T22:43:20.708Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4194 | 2026-01-28T22:43:20.732Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89d60677a6b7936c -C extra-filename=-6fbba3adeaa38d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8be4e9b594dd5d62.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0bfe80b256fd4c9e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-83edbbe5ba857540.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib` |
| 4195 | 2026-01-28T22:43:20.869Z | Compiling diesel-dtrace v0.4.2 |
| 4196 | 2026-01-28T22:43:20.893Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f11f6f6a51353827 -C extra-filename=-918367d21c233041 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4197 | 2026-01-28T22:43:21.360Z | Compiling parse-size v1.1.0 |
| 4198 | 2026-01-28T22:43:21.384Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c08200c5d9582192 -C extra-filename=-416929974ba1197e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4199 | 2026-01-28T22:43:21.760Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build` |
| 4200 | 2026-01-28T22:43:21.903Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ef44923cccf834 -C extra-filename=-6d631553a4d18662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
| 4201 | 2026-01-28T22:43:22.480Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4202 | 2026-01-28T22:43:22.505Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=55fd19a4264ce379 -C extra-filename=-65d889a867f5bc95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-adfb99e020b49b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4203 | 2026-01-28T22:43:22.549Z | Compiling mime_guess v2.0.5 |
| 4204 | 2026-01-28T22:43:22.573Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=05814f07a505f314 -C extra-filename=-48f63e1a35e2f660 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4205 | 2026-01-28T22:43:23.347Z | Compiling bb8 v0.8.5 |
| 4206 | 2026-01-28T22:43:23.373Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=d9cc7c745d54bd46 -C extra-filename=-59392630189e75a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4207 | 2026-01-28T22:43:23.912Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 4208 | 2026-01-28T22:43:23.941Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/8ba93f6/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=64a1c46fd83983dc -C extra-filename=-deeff224bbdf5ec5 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-deeff224bbdf5ec5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4209 | 2026-01-28T22:43:24.088Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4210 | 2026-01-28T22:43:24.111Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=06c6a160ca0087c4 -C extra-filename=-ca02ff6f38da4024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4211 | 2026-01-28T22:43:24.155Z | Compiling corncobs v0.1.4 |
| 4212 | 2026-01-28T22:43:24.211Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf6bb5ee86bc98a1 -C extra-filename=-5fbe3b841b3658e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4213 | 2026-01-28T22:43:24.499Z | Compiling http-range v0.1.5 |
| 4214 | 2026-01-28T22:43:24.527Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc660a44e953f2da -C extra-filename=-14bd4db4fee80a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4215 | 2026-01-28T22:43:24.581Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-deeff224bbdf5ec5/build-script-build` |
| 4216 | 2026-01-28T22:43:24.652Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4217 | 2026-01-28T22:43:24.677Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=69240e5129690fc1 -C extra-filename=-28d58b0e3352b6b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-5fbe3b841b3658e5.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-ca02ff6f38da4024.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4218 | 2026-01-28T22:43:24.873Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build` |
| 4219 | 2026-01-28T22:43:24.946Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4220 | 2026-01-28T22:43:24.997Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=f72ff5ce239c965b -C extra-filename=-fc6bb413af1c6365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-65d889a867f5bc95.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-6d631553a4d18662.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
| 4221 | 2026-01-28T22:43:25.021Z | Compiling ignore v0.4.23 |
| 4222 | 2026-01-28T22:43:25.021Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=b59a7eb5f9cdd2dd -C extra-filename=-5e1c5c79ae8b2e17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0df2ccc27fbb5693.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d4fb3867a8061fe3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-12066769263d7baf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4223 | 2026-01-28T22:43:25.071Z | Compiling signal-hook-tokio v0.3.1 |
| 4224 | 2026-01-28T22:43:25.165Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=061e16877ce6a608 -C extra-filename=-908fdea0d61917c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4225 | 2026-01-28T22:43:25.373Z | Compiling secrecy v0.8.0 |
| 4226 | 2026-01-28T22:43:25.397Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=8bdb1376c5152d83 -C extra-filename=-547c67c9b5dbf9df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4227 | 2026-01-28T22:43:25.708Z | Compiling atty v0.2.14 |
| 4228 | 2026-01-28T22:43:25.732Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d827d56ef0bb9307 -C extra-filename=-5b7ef5b34fb666b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4229 | 2026-01-28T22:43:25.821Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=007b9d798bc166b7 -C extra-filename=-374c07d1fc5a9d37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4230 | 2026-01-28T22:43:25.977Z | Compiling nonempty v0.12.0 |
| 4231 | 2026-01-28T22:43:26.002Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=e7166fa878c4c8c7 -C extra-filename=-46b553f94abe0387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4232 | 2026-01-28T22:43:26.405Z | Compiling tungstenite v0.23.0 |
| 4233 | 2026-01-28T22:43:26.429Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=e5faf158a4c73979 -C extra-filename=-40799af068aef756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4234 | 2026-01-28T22:43:27.020Z | Compiling globwalk v0.9.1 |
| 4235 | 2026-01-28T22:43:27.044Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f1f3110f82b70f1 -C extra-filename=-43255174de2ed290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-5e1c5c79ae8b2e17.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4236 | 2026-01-28T22:43:27.770Z | Compiling camino-tempfile-ext v0.3.2 |
| 4237 | 2026-01-28T22:43:27.795Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=d6f36b5263f91b28 -C extra-filename=-7b716b57b01d615a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-43255174de2ed290.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4238 | 2026-01-28T22:43:27.825Z | Compiling hyper-staticfile v0.10.1 |
| 4239 | 2026-01-28T22:43:27.851Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efd9b45cf64127d4 -C extra-filename=-6120fcc3c1d79f75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-374c07d1fc5a9d37.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4240 | 2026-01-28T22:43:28.702Z | Compiling void v1.0.2 |
| 4241 | 2026-01-28T22:43:28.726Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ae2c35b9d559ea89 -C extra-filename=-ac31cc12bddf3889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4242 | 2026-01-28T22:43:28.757Z | Compiling tokio-tungstenite v0.23.1 |
| 4243 | 2026-01-28T22:43:28.781Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=d3383e9e4c6a92bd -C extra-filename=-52fcd78a1ca19584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-40799af068aef756.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4244 | 2026-01-28T22:43:28.984Z | Compiling lzss v0.8.2 |
| 4245 | 2026-01-28T22:43:29.007Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=eb239a9767b7fa45 -C extra-filename=-47e5e0522bae0135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-ac31cc12bddf3889.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4246 | 2026-01-28T22:43:29.102Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4247 | 2026-01-28T22:43:29.126Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8354af50db3a984b -C extra-filename=-2282652d49b47d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4248 | 2026-01-28T22:43:29.198Z | Compiling nix v0.27.1 |
| 4249 | 2026-01-28T22:43:29.222Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6f947ad1cec82f84 -C extra-filename=-6d3254b61f9a4e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4250 | 2026-01-28T22:43:29.528Z | Compiling serde_bytes v0.11.19 |
| 4251 | 2026-01-28T22:43:29.552Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=02cf1d93bec69ec5 -C extra-filename=-72d39d8d2f664748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4252 | 2026-01-28T22:43:29.578Z | Compiling rand_seeder v0.4.0 |
| 4253 | 2026-01-28T22:43:29.602Z | Compiling is_ci v1.2.0 |
| 4254 | 2026-01-28T22:43:29.602Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5136e656f49c3659 -C extra-filename=-796cebb566595b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4255 | 2026-01-28T22:43:29.602Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7f6ec14db474737 -C extra-filename=-16571b39efce1ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4256 | 2026-01-28T22:43:29.931Z | Compiling yansi v1.0.1 |
| 4257 | 2026-01-28T22:43:29.955Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=ccaf4073820c57e1 -C extra-filename=-738ca472b4f1aa02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4258 | 2026-01-28T22:43:30.108Z | Compiling typeid v1.0.3 |
| 4259 | 2026-01-28T22:43:30.132Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04f9a5391b02980b -C extra-filename=-79298ac9cf058202 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4260 | 2026-01-28T22:43:30.238Z | Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4261 | 2026-01-28T22:43:30.287Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d880f549f6d02d1d -C extra-filename=-f7dcc6baefcc2a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4262 | 2026-01-28T22:43:30.793Z | Compiling pretty_assertions v1.4.1 |
| 4263 | 2026-01-28T22:43:30.818Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=7858d739a4af1862 -C extra-filename=-7741d6f8a6d11042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-9f945f6037cdafb3.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-738ca472b4f1aa02.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4264 | 2026-01-28T22:43:30.894Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 4265 | 2026-01-28T22:43:30.918Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=657c9893144f7cce -C extra-filename=-223ecc5f032a2686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-47e5e0522bae0135.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6d3254b61f9a4e77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-72d39d8d2f664748.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2282652d49b47d58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib` |
| 4266 | 2026-01-28T22:43:31.384Z | Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build` |
| 4267 | 2026-01-28T22:43:31.546Z | Compiling tabled_derive v0.10.0 |
| 4268 | 2026-01-28T22:43:31.570Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d99edae4ad5c9f1f -C extra-filename=-527e50576fd2890d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5d7d5c324402d358.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4269 | 2026-01-28T22:43:31.616Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dcb6ad21457a8df -C extra-filename=-d4cbccb88c428dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'` |
| 4270 | 2026-01-28T22:43:31.931Z | Compiling papergrid v0.14.0 |
| 4271 | 2026-01-28T22:43:31.955Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=18569dc5d262a9ed -C extra-filename=-c3e52a30c2ddbcd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4272 | 2026-01-28T22:43:32.472Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 4273 | 2026-01-28T22:43:32.496Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=f56359387cbdcae5 -C extra-filename=-aaff62f99b064de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4274 | 2026-01-28T22:43:35.039Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 4275 | 2026-01-28T22:43:35.063Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=83b65380b20a9a31 -C extra-filename=-9b245365236b4065 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4276 | 2026-01-28T22:43:35.183Z | Compiling tabled v0.18.0 |
| 4277 | 2026-01-28T22:43:35.207Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=536e0fae89f075d2 -C extra-filename=-17c0fd468c075a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-c3e52a30c2ddbcd4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-527e50576fd2890d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4278 | 2026-01-28T22:43:35.620Z | Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build` |
| 4279 | 2026-01-28T22:43:35.782Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 4280 | 2026-01-28T22:43:35.807Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=462933a855fe3f5d -C extra-filename=-d5f8f8442db6a129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aaff62f99b064de5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4281 | 2026-01-28T22:43:36.356Z | Compiling erased-serde v0.4.6 |
| 4282 | 2026-01-28T22:43:36.380Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=61462ea9599ce67f -C extra-filename=-1f8d73e87c332332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4283 | 2026-01-28T22:43:37.859Z | Compiling castaway v0.2.3 |
| 4284 | 2026-01-28T22:43:37.883Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2b78d58041c9c558 -C extra-filename=-a65903bb3f9183ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4285 | 2026-01-28T22:43:38.169Z | Compiling ordered-float v2.10.1 |
| 4286 | 2026-01-28T22:43:38.193Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=96ea48f2a9688549 -C extra-filename=-f127ac81b0d7a029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4287 | 2026-01-28T22:43:39.077Z | Compiling indoc v2.0.6 |
| 4288 | 2026-01-28T22:43:39.102Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f1841d27e959dca -C extra-filename=-06990e652ebe396a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4289 | 2026-01-28T22:43:40.269Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=3542466d714825fe -C extra-filename=-6ae85b39bf2a94ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-17c0fd468c075a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-d5f8f8442db6a129.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aaff62f99b064de5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
| 4290 | 2026-01-28T22:43:40.315Z | Compiling serde-value v0.7.0 |
| 4291 | 2026-01-28T22:43:40.315Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b792d3f13042ab4b -C extra-filename=-abb64bb9f8d11335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-f127ac81b0d7a029.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4292 | 2026-01-28T22:43:41.006Z | Compiling compact_str v0.8.0 |
| 4293 | 2026-01-28T22:43:41.030Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=d2d80390be743cae -C extra-filename=-216cbe61b944a0a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-a65903bb3f9183ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4294 | 2026-01-28T22:43:41.337Z | Compiling serde-untagged v0.1.7 |
| 4295 | 2026-01-28T22:43:41.361Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2d1d4a200fc87f2 -C extra-filename=-181a9de22a6cc214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-1f8d73e87c332332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4296 | 2026-01-28T22:43:41.953Z | Compiling unicode-truncate v1.1.0 |
| 4297 | 2026-01-28T22:43:41.977Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=66f492495cdbe203 -C extra-filename=-2ff59afd3380950f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4298 | 2026-01-28T22:43:42.372Z | Compiling lru v0.12.5 |
| 4299 | 2026-01-28T22:43:42.396Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=cda0545ee343015c -C extra-filename=-e7e8a7c7bb9f4ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4300 | 2026-01-28T22:43:42.508Z | Compiling instability v0.3.2 |
| 4301 | 2026-01-28T22:43:42.532Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=252eb7c34b9d9bb5 -C extra-filename=-b1bd95836bde2724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4302 | 2026-01-28T22:43:42.810Z | Compiling cassowary v0.3.0 |
| 4303 | 2026-01-28T22:43:42.834Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8602275a5cda281 -C extra-filename=-7ab2166777ec0c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4304 | 2026-01-28T22:43:42.876Z | Compiling cargo-util-schemas v0.8.2 |
| 4305 | 2026-01-28T22:43:42.949Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=5a96e7a3f3ac38d1 -C extra-filename=-c026e5c1ce7b924c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-181a9de22a6cc214.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-abb64bb9f8d11335.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4306 | 2026-01-28T22:43:43.398Z | Compiling console v0.16.0 |
| 4307 | 2026-01-28T22:43:43.484Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=437aa6dd2cd79ef3 -C extra-filename=-5ac0cb206b02400f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4308 | 2026-01-28T22:43:43.823Z | Compiling ratatui v0.29.0 |
| 4309 | 2026-01-28T22:43:43.847Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=120117043e9e8e09 -C extra-filename=-cf286c7067bccdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-7ab2166777ec0c14.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-216cbe61b944a0a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-b1bd95836bde2724.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-e7e8a7c7bb9f4ca8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2ff59afd3380950f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4310 | 2026-01-28T22:43:44.128Z | Compiling cargo-platform v0.2.0 |
| 4311 | 2026-01-28T22:43:44.152Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3f63365e587d44 -C extra-filename=-5195fc3eb8e54679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4312 | 2026-01-28T22:43:44.785Z | Compiling unit-prefix v0.5.1 |
| 4313 | 2026-01-28T22:43:44.809Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=31b8bce2391e8c03 -C extra-filename=-ad6e8fbefbdb6123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4314 | 2026-01-28T22:43:44.940Z | Compiling supports-color v3.0.2 |
| 4315 | 2026-01-28T22:43:44.964Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0281607890d9599d -C extra-filename=-1142157a3ff864fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-16571b39efce1ebe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4316 | 2026-01-28T22:43:45.207Z | Compiling indicatif v0.18.0 |
| 4317 | 2026-01-28T22:43:45.232Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=7401abbc9b078d52 -C extra-filename=-ed787519e83456dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5ac0cb206b02400f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-ad6e8fbefbdb6123.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4318 | 2026-01-28T22:43:45.373Z | Compiling concurrent-queue v2.5.0 |
| 4319 | 2026-01-28T22:43:45.397Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=79f4a7b3f8f07228 -C extra-filename=-24356479c14e0016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4320 | 2026-01-28T22:43:45.907Z | Compiling cargo_metadata v0.21.0 |
| 4321 | 2026-01-28T22:43:45.931Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=cc322156658da9fd -C extra-filename=-fd329f1c83ef8c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-5195fc3eb8e54679.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c026e5c1ce7b924c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4322 | 2026-01-28T22:43:46.336Z | Compiling parking v2.2.1 |
| 4323 | 2026-01-28T22:43:46.360Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=a2d8a9267b3d8b62 -C extra-filename=-9a9319e68af556b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4324 | 2026-01-28T22:43:46.878Z | Compiling libz-sys v1.1.20 |
| 4325 | 2026-01-28T22:43:46.902Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=af3d8b3dcf90dfba -C extra-filename=-bf39d4d60c5d9c75 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-bf39d4d60c5d9c75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-523aa01e87ec1c69.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4326 | 2026-01-28T22:43:47.657Z | Compiling event-listener v5.3.1 |
| 4327 | 2026-01-28T22:43:47.681Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=65fb2dc041b1cdaf -C extra-filename=-3abf4e19fe31a23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4328 | 2026-01-28T22:43:47.984Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf39d4d60c5d9c75/build-script-build` |
| 4329 | 2026-01-28T22:43:48.213Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 4330 | 2026-01-28T22:43:48.237Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.2+1.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=17737909b461ca3e -C extra-filename=-542a07f8b11952af --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-542a07f8b11952af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4331 | 2026-01-28T22:43:48.416Z | Compiling shell-words v1.1.0 |
| 4332 | 2026-01-28T22:43:48.440Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=548b802225571134 -C extra-filename=-376719857cb8fb32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4333 | 2026-01-28T22:43:48.801Z | Compiling hex-literal v0.4.1 |
| 4334 | 2026-01-28T22:43:48.832Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aeb09ac60e5ba1a4 -C extra-filename=-def746e7eb804baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4335 | 2026-01-28T22:43:49.071Z | Compiling event-listener-strategy v0.5.2 |
| 4336 | 2026-01-28T22:43:49.095Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=937a79287e0fe4d5 -C extra-filename=-578c2064303bc285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4337 | 2026-01-28T22:43:49.380Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-542a07f8b11952af/build-script-build` |
| 4338 | 2026-01-28T22:43:49.426Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=aceda076a90332c2 -C extra-filename=-3637348528f44e49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
| 4339 | 2026-01-28T22:43:49.690Z | Compiling petname v2.0.2 |
| 4340 | 2026-01-28T22:43:49.714Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=4eb914dbea6abd28 -C extra-filename=-70fb2662767f429b --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4341 | 2026-01-28T22:43:49.914Z | Compiling futures-lite v2.3.0 |
| 4342 | 2026-01-28T22:43:49.938Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=8504c18274d9b2a9 -C extra-filename=-4f575a47481bd2d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4343 | 2026-01-28T22:43:50.995Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc1946ac8bfb34fa -C extra-filename=-d6e48d05ebd3ea85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 4344 | 2026-01-28T22:43:51.276Z | Compiling async-bb8-diesel v0.2.1 |
| 4345 | 2026-01-28T22:43:51.299Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=1fd06aa832bc135b -C extra-filename=-ea739b9356311b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-59392630189e75a3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 4346 | 2026-01-28T22:43:51.661Z | Running `/work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b/build-script-build` |
| 4347 | 2026-01-28T22:43:51.861Z | Compiling vergen-git2 v1.0.7 |
| 4348 | 2026-01-28T22:43:51.885Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=fa4f0852c276368f -C extra-filename=-32685efe112e26b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4349 | 2026-01-28T22:43:51.999Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=1bee55406d6c7bc6 -C extra-filename=-31d472ad98b6f064 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4350 | 2026-01-28T22:43:52.342Z | Compiling sapling-renderdag v0.1.0 |
| 4351 | 2026-01-28T22:43:52.368Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=0d2b97b9be8e7434 -C extra-filename=-758675e7193a1b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4352 | 2026-01-28T22:43:52.507Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build` |
| 4353 | 2026-01-28T22:43:52.582Z | Compiling rtoolbox v0.0.2 |
| 4354 | 2026-01-28T22:43:52.616Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8c738af1e0a14738 -C extra-filename=-bde02a34418048f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4355 | 2026-01-28T22:43:52.881Z | Compiling sync-ptr v0.1.4 |
| 4356 | 2026-01-28T22:43:52.904Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65cc361236458485 -C extra-filename=-15843b8d737d66fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4357 | 2026-01-28T22:43:53.095Z | Compiling rustls v0.21.12 |
| 4358 | 2026-01-28T22:43:53.119Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=18b241bc61d61e8e -C extra-filename=-e06d0ec282123ef2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4359 | 2026-01-28T22:43:53.193Z | Compiling rpassword v7.4.0 |
| 4360 | 2026-01-28T22:43:53.240Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52db2e1aacfab6d7 -C extra-filename=-dbd0deda2e253d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-bde02a34418048f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4361 | 2026-01-28T22:43:53.265Z | Compiling async-lock v3.4.0 |
| 4362 | 2026-01-28T22:43:53.265Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=3a67406d41578efd -C extra-filename=-9e48acc722cfd38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-578c2064303bc285.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4363 | 2026-01-28T22:43:53.585Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build` |
| 4364 | 2026-01-28T22:43:53.644Z | Compiling tui-tree-widget v0.23.1 |
| 4365 | 2026-01-28T22:43:53.668Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=095cbb0847ac9872 -C extra-filename=-2d531dcb42d49829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4366 | 2026-01-28T22:43:53.749Z | Compiling rustls-webpki v0.101.7 |
| 4367 | 2026-01-28T22:43:53.773Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a58cddde64ddeb62 -C extra-filename=-358828295f018f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 4368 | 2026-01-28T22:43:54.120Z | Compiling sct v0.7.1 |
| 4369 | 2026-01-28T22:43:54.145Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b922ac9968d69d8f -C extra-filename=-82a63a63d1f90902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 4370 | 2026-01-28T22:43:54.312Z | Compiling polling v3.7.3 |
| 4371 | 2026-01-28T22:43:54.336Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c800fc2827cfca9 -C extra-filename=-4210b1805b88caa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4372 | 2026-01-28T22:43:54.537Z | Compiling polyval v0.6.2 |
| 4373 | 2026-01-28T22:43:54.562Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=eab5d428aade6716 -C extra-filename=-aaf779f3642ecade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3c70bba186f41443.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4374 | 2026-01-28T22:43:54.600Z | Compiling target-lexicon v0.13.2 |
| 4375 | 2026-01-28T22:43:54.600Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=fa9c711768d99aee -C extra-filename=-0245b2414c56375f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4376 | 2026-01-28T22:43:55.088Z | Compiling async-io v2.3.4 |
| 4377 | 2026-01-28T22:43:55.112Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ece93d7175cec29a -C extra-filename=-2d500332f77b0e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-4210b1805b88caa5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4378 | 2026-01-28T22:43:55.137Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=7e9b37207ca93f41 -C extra-filename=-099a8c88399f68e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-358828295f018f8e.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-82a63a63d1f90902.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 4379 | 2026-01-28T22:43:55.716Z | Compiling async-task v4.7.1 |
| 4380 | 2026-01-28T22:43:55.742Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e05a9bd7659a4455 -C extra-filename=-79658eaaaaae168e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4381 | 2026-01-28T22:43:55.885Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build` |
| 4382 | 2026-01-28T22:43:55.998Z | Compiling ghash v0.5.1 |
| 4383 | 2026-01-28T22:43:56.023Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1bf778f713c33e2a -C extra-filename=-fe299b6df918f10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-aaf779f3642ecade.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4384 | 2026-01-28T22:43:56.327Z | Compiling async-channel v2.3.1 |
| 4385 | 2026-01-28T22:43:56.351Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca7307f63a42d320 -C extra-filename=-b1a3f5743578c339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-578c2064303bc285.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4386 | 2026-01-28T22:43:56.395Z | Compiling rustls-pemfile v1.0.4 |
| 4387 | 2026-01-28T22:43:56.419Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c464c86a1cb6535 -C extra-filename=-a86c3f9949cd5da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4388 | 2026-01-28T22:43:56.806Z | Compiling twox-hash v2.1.0 |
| 4389 | 2026-01-28T22:43:56.832Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=9d75237b9ddb67ef -C extra-filename=-984071cc58dfe63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4390 | 2026-01-28T22:43:56.937Z | Compiling piper v0.2.4 |
| 4391 | 2026-01-28T22:43:56.961Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=a3439d9e00fedc8e -C extra-filename=-1bbc91bf21fbc94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4392 | 2026-01-28T22:43:57.440Z | Compiling ctr v0.9.2 |
| 4393 | 2026-01-28T22:43:57.471Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=0e2ebbef53cd1540 -C extra-filename=-f5b0d03cbdaa48ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4394 | 2026-01-28T22:43:57.536Z | Compiling plotters-backend v0.3.7 |
| 4395 | 2026-01-28T22:43:57.560Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ab23693ba0bc995 -C extra-filename=-b766032e3850b608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4396 | 2026-01-28T22:43:57.846Z | Compiling guppy-workspace-hack v0.1.0 |
| 4397 | 2026-01-28T22:43:57.869Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da3d9de6e2a35116 -C extra-filename=-41d26ec4c11013c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4398 | 2026-01-28T22:43:57.983Z | Compiling aes-gcm v0.10.3 |
| 4399 | 2026-01-28T22:43:58.007Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=89bcfe598ee9e778 -C extra-filename=-89d89c71f9fed651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-f4da68107a794871.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-fe299b6df918f10c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4400 | 2026-01-28T22:43:58.286Z | Compiling plotters-svg v0.3.7 |
| 4401 | 2026-01-28T22:43:58.310Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=a8d7d690bd29bba1 -C extra-filename=-0802cb4b1435f2c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b766032e3850b608.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4402 | 2026-01-28T22:43:58.342Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build` |
| 4403 | 2026-01-28T22:43:58.415Z | Compiling blocking v1.6.1 |
| 4404 | 2026-01-28T22:43:58.440Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=95d5d9e3d19ab311 -C extra-filename=-dc8205156af07af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-b1a3f5743578c339.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-79658eaaaaae168e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-1bbc91bf21fbc94e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4405 | 2026-01-28T22:43:58.501Z | Compiling async-signal v0.2.10 |
| 4406 | 2026-01-28T22:43:58.524Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef48f01951975b92 -C extra-filename=-767d4c0a82cefdb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4407 | 2026-01-28T22:43:58.792Z | Compiling async-executor v1.13.1 |
| 4408 | 2026-01-28T22:43:58.816Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=385d0d79d71fb52d -C extra-filename=-aecbdb22d2c70241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-79658eaaaaae168e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4409 | 2026-01-28T22:43:59.178Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5ec6586ef524581f -C extra-filename=-a0de42178c00b7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
| 4410 | 2026-01-28T22:43:59.202Z | Compiling fatfs v0.3.6 |
| 4411 | 2026-01-28T22:43:59.202Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=29c543fed40db29d -C extra-filename=-eeafe212e92b06f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4412 | 2026-01-28T22:43:59.661Z | Compiling ssh-encoding v0.2.0 |
| 4413 | 2026-01-28T22:43:59.685Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=7c668c36e812f43d -C extra-filename=-3336bb986e80fa1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4414 | 2026-01-28T22:44:00.080Z | Compiling tokio-rustls v0.24.1 |
| 4415 | 2026-01-28T22:44:00.105Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=a274f379e7049b34 -C extra-filename=-210a2761924e18e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-099a8c88399f68e2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 4416 | 2026-01-28T22:44:00.334Z | Compiling blowfish v0.9.1 |
| 4417 | 2026-01-28T22:44:00.358Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=15c8ea6089cb5ed3 -C extra-filename=-ed01e0978fbb108f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4418 | 2026-01-28T22:44:00.657Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4419 | 2026-01-28T22:44:00.682Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=dfcc2354d03c9aa0 -C extra-filename=-19073bbcd002a6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4420 | 2026-01-28T22:44:00.917Z | Compiling seq-macro v0.3.6 |
| 4421 | 2026-01-28T22:44:00.943Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f8dd2b67def77b6 -C extra-filename=-61845530d575cda1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4422 | 2026-01-28T22:44:01.113Z | Compiling event-listener v2.5.3 |
| 4423 | 2026-01-28T22:44:01.137Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0042d240f29136b7 -C extra-filename=-b160f8701a7bc749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4424 | 2026-01-28T22:44:01.673Z | Compiling futures-timer v3.0.3 |
| 4425 | 2026-01-28T22:44:01.701Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=2d8065d39236c4cc -C extra-filename=-634f1382b7e14c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4426 | 2026-01-28T22:44:02.258Z | Compiling arrayvec v0.7.6 |
| 4427 | 2026-01-28T22:44:02.282Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=90f428ac8aeca19b -C extra-filename=-efe16075e63a2c7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4428 | 2026-01-28T22:44:02.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc/build-script-build` |
| 4429 | 2026-01-28T22:44:02.528Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=e345f54401b00a8e -C extra-filename=-4829e2031b071a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated` |
| 4430 | 2026-01-28T22:44:02.682Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de/build-script-build` |
| 4431 | 2026-01-28T22:44:02.773Z | Compiling constant_time_eq v0.3.1 |
| 4432 | 2026-01-28T22:44:02.797Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4a95b864d69cb61a -C extra-filename=-d3fd8fab878222c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4433 | 2026-01-28T22:44:02.842Z | Compiling cast v0.3.0 |
| 4434 | 2026-01-28T22:44:02.866Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e250b69fa2edac26 -C extra-filename=-598ac4fa75a18801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4435 | 2026-01-28T22:44:03.120Z | Compiling arrayref v0.3.9 |
| 4436 | 2026-01-28T22:44:03.144Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a019e42fc70eace -C extra-filename=-e534cb499732f668 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4437 | 2026-01-28T22:44:03.307Z | Compiling target-spec v3.5.0 |
| 4438 | 2026-01-28T22:44:03.551Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=5351e89a606ec571 -C extra-filename=-822782f8b00e6905 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4439 | 2026-01-28T22:44:03.575Z | Compiling criterion-plot v0.6.0 |
| 4440 | 2026-01-28T22:44:03.575Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d68a69287c7ac1b1 -C extra-filename=-8be13f97d7e75e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-598ac4fa75a18801.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4441 | 2026-01-28T22:44:03.939Z | Compiling async-channel v1.9.0 |
| 4442 | 2026-01-28T22:44:03.962Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb03f4cb43ab813 -C extra-filename=-91b78f1a38bb7853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b160f8701a7bc749.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4443 | 2026-01-28T22:44:04.044Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build` |
| 4444 | 2026-01-28T22:44:04.154Z | Compiling bcrypt-pbkdf v0.10.0 |
| 4445 | 2026-01-28T22:44:04.178Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=aec6ff2431408278 -C extra-filename=-c343348d14039ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-ed01e0978fbb108f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4446 | 2026-01-28T22:44:04.436Z | Compiling ssh-cipher v0.2.0 |
| 4447 | 2026-01-28T22:44:04.461Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=fd0f2000164c0117 -C extra-filename=-a1d86ec8d2178852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89d89c71f9fed651.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4448 | 2026-01-28T22:44:04.567Z | Compiling cfg-expr v0.20.1 |
| 4449 | 2026-01-28T22:44:04.591Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=5a801c46ee8532a3 -C extra-filename=-4c30dfa5c1d8886b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a0de42178c00b7c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4450 | 2026-01-28T22:44:04.957Z | Compiling async-global-executor v2.4.1 |
| 4451 | 2026-01-28T22:44:04.981Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=a9ac89f50906f9f5 -C extra-filename=-9ced7e03a43849bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-b1a3f5743578c339.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-aecbdb22d2c70241.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-dc8205156af07af2.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4452 | 2026-01-28T22:44:05.634Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=e7b4887ddf53dc09 -C extra-filename=-986d4696e973d15a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-4829e2031b071a74.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'` |
| 4453 | 2026-01-28T22:44:06.042Z | Compiling async-process v2.3.0 |
| 4454 | 2026-01-28T22:44:06.066Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d153ea977f7bf675 -C extra-filename=-f3dd24178297181d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-767d4c0a82cefdb4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4455 | 2026-01-28T22:44:06.219Z | Compiling plotters v0.3.7 |
| 4456 | 2026-01-28T22:44:06.243Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=e51d75a61fdf0c9c -C extra-filename=-ac0763a856b73f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b766032e3850b608.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0802cb4b1435f2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4457 | 2026-01-28T22:44:06.566Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e455ed1a8f86b0f -C extra-filename=-b6ea5f156c78fb66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4458 | 2026-01-28T22:44:06.794Z | Compiling supports-color v2.1.0 |
| 4459 | 2026-01-28T22:44:06.818Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50264930ba807cd1 -C extra-filename=-586276a53a911ae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-16571b39efce1ebe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4460 | 2026-01-28T22:44:07.221Z | Compiling textwrap v0.15.2 |
| 4461 | 2026-01-28T22:44:07.245Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=3e1d8f8a712e49b5 -C extra-filename=-60f80f0d59018a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-997c13e0f27c0ed3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4462 | 2026-01-28T22:44:07.357Z | Compiling supports-unicode v2.1.0 |
| 4463 | 2026-01-28T22:44:07.381Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9167533c380f2b73 -C extra-filename=-172567a3d40f1b78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4464 | 2026-01-28T22:44:07.745Z | Compiling supports-hyperlinks v2.1.0 |
| 4465 | 2026-01-28T22:44:07.769Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baeb3a23871446f1 -C extra-filename=-e1bdcc0b01ae128b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4466 | 2026-01-28T22:44:07.799Z | Compiling hashbrown v0.14.5 |
| 4467 | 2026-01-28T22:44:07.824Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=538e2f06bbabc996 -C extra-filename=-c8a6096dfdafe83d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4468 | 2026-01-28T22:44:08.154Z | Compiling password-hash v0.4.2 |
| 4469 | 2026-01-28T22:44:08.179Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=7a68fe9f46c90ffb -C extra-filename=-876336a718e2396c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4470 | 2026-01-28T22:44:08.245Z | Compiling rustls-webpki v0.102.8 |
| 4471 | 2026-01-28T22:44:08.270Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=0140415f7861f953 -C extra-filename=-64b82b4d6ae66fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 4472 | 2026-01-28T22:44:09.008Z | Compiling backtrace-ext v0.2.1 |
| 4473 | 2026-01-28T22:44:09.033Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de4c335f2d35bef5 -C extra-filename=-fd8deedbe330b0ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-6818a8c900831f26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4474 | 2026-01-28T22:44:09.205Z | Compiling async-attributes v1.1.2 |
| 4475 | 2026-01-28T22:44:09.230Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee1a2fa6c10304f5 -C extra-filename=-6551f526be2dc1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4476 | 2026-01-28T22:44:09.310Z | Compiling tinytemplate v1.2.1 |
| 4477 | 2026-01-28T22:44:09.334Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=252bd115308a69f8 -C extra-filename=-6e360483c9b2b7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4478 | 2026-01-28T22:44:09.474Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=099fd51ea86386cf -C extra-filename=-e5d9ad355c1e7274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
| 4479 | 2026-01-28T22:44:09.537Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=22eaaa2860281c80 -C extra-filename=-ee461f3eb4a63c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts` |
| 4480 | 2026-01-28T22:44:10.458Z | Compiling miette-derive v5.10.0 |
| 4481 | 2026-01-28T22:44:10.482Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e79621cc38da98b1 -C extra-filename=-fcfec1596f790268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4482 | 2026-01-28T22:44:10.531Z | Compiling terminal_size v0.1.17 |
| 4483 | 2026-01-28T22:44:10.556Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=150c63d1832c971e -C extra-filename=-dd3af4ed74626acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4484 | 2026-01-28T22:44:10.643Z | Compiling kv-log-macro v1.0.7 |
| 4485 | 2026-01-28T22:44:10.669Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=005fe777d0f286aa -C extra-filename=-8adb9f9313da67a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4486 | 2026-01-28T22:44:10.908Z | Compiling anes v0.1.6 |
| 4487 | 2026-01-28T22:44:10.933Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=50f13d64bc1e955e -C extra-filename=-0dfa6578880ed8f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4488 | 2026-01-28T22:44:10.994Z | Compiling owo-colors v3.5.0 |
| 4489 | 2026-01-28T22:44:11.019Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=0ff33917ec25607d -C extra-filename=-6802278ee270aca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4490 | 2026-01-28T22:44:11.462Z | Compiling oorandom v11.1.4 |
| 4491 | 2026-01-28T22:44:11.487Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f84a98723914422f -C extra-filename=-4d5f27202b889425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4492 | 2026-01-28T22:44:11.844Z | Compiling criterion v0.7.0 |
| 4493 | 2026-01-28T22:44:11.869Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=2914bbf83053d74a -C extra-filename=-8debc9207ca5bf68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-0dfa6578880ed8f2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-598ac4fa75a18801.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-8be13f97d7e75e0b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-4d5f27202b889425.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-ac0763a856b73f66.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6e360483c9b2b7e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4494 | 2026-01-28T22:44:13.287Z | Compiling async-std v1.13.0 |
| 4495 | 2026-01-28T22:44:13.312Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=77d8d1199e2e8a4a -C extra-filename=-7e8bf5027f7901ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-6551f526be2dc1c2.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-91b78f1a38bb7853.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-9ced7e03a43849bd.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-f3dd24178297181d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-8adb9f9313da67a6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4496 | 2026-01-28T22:44:13.638Z | Compiling miette v5.10.0 |
| 4497 | 2026-01-28T22:44:13.662Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=d8cdb9fa4df6b2be -C extra-filename=-b758de72496305e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-6818a8c900831f26.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-fd8deedbe330b0ef.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-fcfec1596f790268.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6802278ee270aca2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-586276a53a911ae9.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-e1bdcc0b01ae128b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-172567a3d40f1b78.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dd3af4ed74626acf.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60f80f0d59018a04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4498 | 2026-01-28T22:44:16.889Z | Compiling tokio-rustls v0.25.0 |
| 4499 | 2026-01-28T22:44:16.913Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=e2b5a22afe5398f6 -C extra-filename=-c6f5e1f080f95db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts` |
| 4500 | 2026-01-28T22:44:17.507Z | Compiling tokio-rustls v0.26.0 |
| 4501 | 2026-01-28T22:44:17.531Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=ba9466b28f56bd88 -C extra-filename=-ee7b6c66e1230af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 4502 | 2026-01-28T22:44:18.106Z | Compiling hyper-rustls v0.27.7 |
| 4503 | 2026-01-28T22:44:18.131Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=e00729f73b583768 -C extra-filename=-aed8d5eb6b3ef492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6dcfb168df31f742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-2f6441d53cbddf21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out` |
| 4504 | 2026-01-28T22:44:18.895Z | Compiling reqwest v0.12.24 |
| 4505 | 2026-01-28T22:44:18.941Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=33bc67010f612332 -C extra-filename=-2d0a9e71a08daa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-9c06bb47f135485b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-198087b8be680c0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c4795ebd0e8c407b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f28104d752f78e8f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-39f314a2f5f61f9a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2c09da9693e01586.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3821a12aa3ac5879.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-2f6441d53cbddf21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4506 | 2026-01-28T22:44:19.138Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ea6ad974d1785733 -C extra-filename=-c040e9583776fba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-b468ac47d0f7e9e0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d8fabec0ac607a9d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5742bdc72f8cda4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1680290002eee35b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd399d65e5ace529.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f5e1f080f95db6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5d181fbbef32e538.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d285c0cb51e4a2c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts` |
| 4507 | 2026-01-28T22:44:20.699Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/8ba93f6/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=6e1f77fe2478a534 -C extra-filename=-d517efaea68601f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-65d889a867f5bc95.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-28d58b0e3352b6b1.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fc6bb413af1c6365.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-547c67c9b5dbf9df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
| 4508 | 2026-01-28T22:44:23.363Z | Compiling progenitor-client v0.10.0 |
| 4509 | 2026-01-28T22:44:23.387Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3f51f0c03df4505 -C extra-filename=-89f9961e6520cd5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4510 | 2026-01-28T22:44:23.957Z | Compiling progenitor-client v0.11.2 |
| 4511 | 2026-01-28T22:44:23.982Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf7975bcad40da4f -C extra-filename=-c643deda41b6c8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4512 | 2026-01-28T22:44:24.019Z | Compiling progenitor v0.10.0 |
| 4513 | 2026-01-28T22:44:24.044Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=11547ad18965beb7 -C extra-filename=-2f69af154ce01b0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-654eaf398714b6dc.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-609ec9937e600796.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4514 | 2026-01-28T22:44:24.237Z | Compiling tough v0.20.0 |
| 4515 | 2026-01-28T22:44:24.261Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=31d642262d5ac1ac -C extra-filename=-de84f0d147699fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d4fb3867a8061fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-943fa7a86421dd20.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ce5cae8204be0272.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0d7f5d50e2859463.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-0c5c981704dd1cfb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4516 | 2026-01-28T22:44:24.356Z | Compiling progenitor-client v0.8.0 |
| 4517 | 2026-01-28T22:44:24.381Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db67013eb8ff6f14 -C extra-filename=-24ca712713a92ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4518 | 2026-01-28T22:44:24.672Z | Compiling progenitor v0.11.2 |
| 4519 | 2026-01-28T22:44:24.698Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=ce5d3d7aedc7127d -C extra-filename=-6545c7dbdbbdf522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c643deda41b6c8a8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9e568b81cb028b77.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-faeeb22f332b43bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4520 | 2026-01-28T22:44:24.943Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 4521 | 2026-01-28T22:44:24.967Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eab6917dcb66678 -C extra-filename=-3c9080ca03b88565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8977f1b2f5eb734a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4522 | 2026-01-28T22:44:24.993Z | Compiling progenitor v0.8.0 |
| 4523 | 2026-01-28T22:44:25.019Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8b4997c4c37354a -C extra-filename=-87cab84fc8a026a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-24ca712713a92ba7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9b9350cf1842a41d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5e0529ac4931b27b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4524 | 2026-01-28T22:44:25.307Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 4525 | 2026-01-28T22:44:25.331Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=d266036ea04091d3 -C extra-filename=-efd24ec8a2d160df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-87cab84fc8a026a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4526 | 2026-01-28T22:44:30.540Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 4527 | 2026-01-28T22:44:30.609Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be46017b2e309e9a -C extra-filename=-88b1a5a25400a181 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-88b1a5a25400a181 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-96c5a720df3aabd5.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-668262bdb1c23283.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4528 | 2026-01-28T22:44:31.010Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-88b1a5a25400a181/build-script-build` |
| 4529 | 2026-01-28T22:44:31.094Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56c88b4c62ca7755 -C extra-filename=-d43ee0dfcf761cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4530 | 2026-01-28T22:44:31.280Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4531 | 2026-01-28T22:44:31.315Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=612ea463999c7940 -C extra-filename=-fdf6cb43605f0a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4532 | 2026-01-28T22:44:32.070Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4533 | 2026-01-28T22:44:32.094Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f87876c2b29d367 -C extra-filename=-85bef0c25e00110a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4534 | 2026-01-28T22:44:32.234Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4535 | 2026-01-28T22:44:32.259Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=697b98cc27e8c7e2 -C extra-filename=-4aabfbcf7a20e513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4536 | 2026-01-28T22:44:33.122Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=0b2b181e9fd196f2 -C extra-filename=-f9af31037ed91d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4537 | 2026-01-28T22:44:33.458Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4538 | 2026-01-28T22:44:33.482Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=e3b15c1288cfd652 -C extra-filename=-099e0365f3e3533f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4539 | 2026-01-28T22:44:34.499Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4540 | 2026-01-28T22:44:34.524Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37f80cb17f50c147 -C extra-filename=-4e2c87bdf3ece2a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-81e3cc07f2ccc19a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4541 | 2026-01-28T22:44:34.548Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4542 | 2026-01-28T22:44:34.548Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4228d46cf0cc155c -C extra-filename=-5c3c3720ee2d4d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c7e5e99258156adf.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4543 | 2026-01-28T22:44:35.048Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4544 | 2026-01-28T22:44:35.072Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a54b933972273c30 -C extra-filename=-b221099fc66dd8c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4545 | 2026-01-28T22:44:38.249Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4546 | 2026-01-28T22:44:38.274Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95cdca1749b685d9 -C extra-filename=-176c3f26ac81ef70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4547 | 2026-01-28T22:44:38.340Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4548 | 2026-01-28T22:44:38.364Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=167b22d7ea1b7af4 -C extra-filename=-210af5b3d4cc07b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4549 | 2026-01-28T22:44:39.535Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4550 | 2026-01-28T22:44:39.559Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a6f1b319cfd5cc6d -C extra-filename=-1810cbfff20220ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4551 | 2026-01-28T22:44:39.656Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4552 | 2026-01-28T22:44:39.681Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7daa09732495356 -C extra-filename=-47499cc7a55cbf26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4553 | 2026-01-28T22:44:39.906Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4554 | 2026-01-28T22:44:39.930Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d65068309cf2b004 -C extra-filename=-db0f4db1d5bbdae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4555 | 2026-01-28T22:44:40.484Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 4556 | 2026-01-28T22:44:40.570Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98fea3fa5df991ec -C extra-filename=-8c8d6a9c55dc0b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b38b554c28a4d9a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f4467ba4ea647fe8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-efd24ec8a2d160df.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-554dfa706dd11674.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-e7598687a1975def.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-1fed042c835e15e1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2a787759f22d5b6b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 4557 | 2026-01-28T22:44:41.621Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4558 | 2026-01-28T22:44:41.645Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78a81f3c6cf5157d -C extra-filename=-4a8775c465499c00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4559 | 2026-01-28T22:44:42.087Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4560 | 2026-01-28T22:44:42.111Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cdc04e6d8b1d553 -C extra-filename=-fc0a298b83d97a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4561 | 2026-01-28T22:44:43.489Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4562 | 2026-01-28T22:44:43.535Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a8e7cf586ff6648 -C extra-filename=-7c4f67717282234d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4563 | 2026-01-28T22:44:43.535Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 4564 | 2026-01-28T22:44:43.535Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0cc94e23a454b09 -C extra-filename=-5a8a2f71e31f13dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-2b1c4ccd44ab7fe2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4565 | 2026-01-28T22:44:43.535Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4566 | 2026-01-28T22:44:43.535Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=974134997dd6ec8f -C extra-filename=-bec9b4dda605a592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4567 | 2026-01-28T22:44:45.436Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4568 | 2026-01-28T22:44:45.461Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac4100c5a80ab3ec -C extra-filename=-dd715af56e5690a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4569 | 2026-01-28T22:44:46.233Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 4570 | 2026-01-28T22:44:46.257Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e4e01d1ff6bc9cd -C extra-filename=-e8828d3172ca664f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4571 | 2026-01-28T22:44:46.876Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4572 | 2026-01-28T22:44:46.900Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0519e380522447f -C extra-filename=-07a7cab91820cbac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4573 | 2026-01-28T22:44:47.562Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8e21c30757c18b08 -C extra-filename=-d9c1ecbe04341864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
| 4574 | 2026-01-28T22:44:47.948Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4575 | 2026-01-28T22:44:48.016Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cd664724699b3d1 -C extra-filename=-c3894c26bcf8cc86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4576 | 2026-01-28T22:44:48.041Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4577 | 2026-01-28T22:44:48.041Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3933695b961bf116 -C extra-filename=-f5662b32413d6c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4578 | 2026-01-28T22:44:49.316Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4579 | 2026-01-28T22:44:49.340Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b292de46cd1eba25 -C extra-filename=-7c023964e5578208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4580 | 2026-01-28T22:44:49.805Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d18caaa53d76e04f -C extra-filename=-a2e6b3e3f1b90984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4581 | 2026-01-28T22:44:51.031Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4582 | 2026-01-28T22:44:51.056Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7255c4ef2804e60 -C extra-filename=-51b16e267074e187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4583 | 2026-01-28T22:44:52.576Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4584 | 2026-01-28T22:44:52.601Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=cf95d9071329a65a -C extra-filename=-298413a97121b377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4585 | 2026-01-28T22:44:52.738Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4586 | 2026-01-28T22:44:52.762Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe92eb5de74a5794 -C extra-filename=-f63d5a06d363a0fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4587 | 2026-01-28T22:44:53.281Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a109fddaab367c0 -C extra-filename=-99799dde41a7e35a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a2e6b3e3f1b90984.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4588 | 2026-01-28T22:44:53.305Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4589 | 2026-01-28T22:44:53.305Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=544ab4872b48edb3 -C extra-filename=-b96313371f69d762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4590 | 2026-01-28T22:44:53.342Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4591 | 2026-01-28T22:44:53.366Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a82380c485f65a23 -C extra-filename=-51437d4246497d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4592 | 2026-01-28T22:44:53.477Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4593 | 2026-01-28T22:44:53.501Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59bf681455f34886 -C extra-filename=-fedba713b9e0b1e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4594 | 2026-01-28T22:44:53.978Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4595 | 2026-01-28T22:44:54.002Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ff3847f3e4263083 -C extra-filename=-4e559fe4ec9d5d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4596 | 2026-01-28T22:44:55.725Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4597 | 2026-01-28T22:44:55.750Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2125999e2171891a -C extra-filename=-72690940e9156db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4598 | 2026-01-28T22:44:55.906Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4599 | 2026-01-28T22:44:55.930Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c031ba4998ef7c1 -C extra-filename=-9c484deeb283d89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4600 | 2026-01-28T22:44:56.233Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4601 | 2026-01-28T22:44:56.257Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07846720b3c5dcac -C extra-filename=-8e5dbaa95b83abd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4602 | 2026-01-28T22:44:56.771Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4603 | 2026-01-28T22:44:56.818Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4604 | 2026-01-28T22:44:56.818Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0ea79bab065570ab -C extra-filename=-84ba77afc67aeb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4605 | 2026-01-28T22:44:56.818Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0a69585412c69e7 -C extra-filename=-74de51b4d9207427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4606 | 2026-01-28T22:44:56.956Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 4607 | 2026-01-28T22:44:56.980Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6456a1bf9abfa87b -C extra-filename=-cdf44e507a15bf05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4608 | 2026-01-28T22:44:57.531Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f58c571b4acdf40d -C extra-filename=-8fcecb5017394dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4609 | 2026-01-28T22:44:57.838Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4610 | 2026-01-28T22:44:57.862Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=814a3b08bfde3638 -C extra-filename=-f84b09168d9c8ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4611 | 2026-01-28T22:44:59.038Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97ab49a719a1bec0 -C extra-filename=-259e3b8edb4ef386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4612 | 2026-01-28T22:44:59.775Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4613 | 2026-01-28T22:44:59.824Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6baf835feff1fb6f -C extra-filename=-a4b7554595ed801d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4614 | 2026-01-28T22:44:59.987Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4615 | 2026-01-28T22:45:00.012Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f0c4d0b1a4f5f2cc -C extra-filename=-90e6405b4df1b718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4616 | 2026-01-28T22:45:00.914Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4617 | 2026-01-28T22:45:00.940Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6ab8eb6b48c9d3d -C extra-filename=-e490ca9bbf55e165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4618 | 2026-01-28T22:45:00.977Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4619 | 2026-01-28T22:45:01.002Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=214ca7515ffa81e6 -C extra-filename=-b5fc301aeaf99b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4620 | 2026-01-28T22:45:01.702Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 4621 | 2026-01-28T22:45:01.726Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dbee64cad25e13c -C extra-filename=-f4aadcd293e5cb76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cdf44e507a15bf05.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4622 | 2026-01-28T22:45:02.963Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09de61b9b5fc77ef -C extra-filename=-ffb4c5d36bdec553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-259e3b8edb4ef386.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4623 | 2026-01-28T22:45:03.618Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4624 | 2026-01-28T22:45:03.644Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ae9bd82386a9911 -C extra-filename=-c3db7300e24e14b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4625 | 2026-01-28T22:45:05.099Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 4626 | 2026-01-28T22:45:05.124Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eac13495b8fde4de -C extra-filename=-ba34c42c97fb3773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f4aadcd293e5cb76.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cdf44e507a15bf05.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4627 | 2026-01-28T22:45:05.400Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4628 | 2026-01-28T22:45:05.425Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82305728de7b3581 -C extra-filename=-7464fac7f2abeb1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4629 | 2026-01-28T22:45:05.565Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4630 | 2026-01-28T22:45:05.590Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d61c2909e188715e -C extra-filename=-ccd95b04206dddb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4631 | 2026-01-28T22:45:06.506Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4632 | 2026-01-28T22:45:06.530Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9b3d60ad40cfe45 -C extra-filename=-0c1416769853f26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4633 | 2026-01-28T22:45:06.560Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4634 | 2026-01-28T22:45:06.631Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e72c28825ab87c9 -C extra-filename=-b507f62ddeb08440 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4635 | 2026-01-28T22:45:06.914Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4636 | 2026-01-28T22:45:06.938Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44ebb98225d6e282 -C extra-filename=-c29b0ce757f26c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4637 | 2026-01-28T22:45:07.528Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4638 | 2026-01-28T22:45:07.553Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d01d4a35c88993 -C extra-filename=-e1729c643130cbd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e1729c643130cbd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4639 | 2026-01-28T22:45:08.069Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e1729c643130cbd2/build-script-build` |
| 4640 | 2026-01-28T22:45:08.138Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4641 | 2026-01-28T22:45:08.162Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3395dbc13b06be0 -C extra-filename=-3c119199dc7c6e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4642 | 2026-01-28T22:45:08.304Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4643 | 2026-01-28T22:45:08.328Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd0af156c922d3f2 -C extra-filename=-b124031db4613086 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b124031db4613086 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-c672b8b90e72091e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4644 | 2026-01-28T22:45:09.753Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b124031db4613086/build-script-build` |
| 4645 | 2026-01-28T22:45:09.934Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bea57075951d8e0f -C extra-filename=-1f45e482d2671308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4646 | 2026-01-28T22:45:10.079Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4647 | 2026-01-28T22:45:10.104Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=888c66ec8d723f91 -C extra-filename=-523509f96b1fc818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4648 | 2026-01-28T22:45:10.751Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4649 | 2026-01-28T22:45:10.775Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d321aae38029f94 -C extra-filename=-9b7efc8d325ce5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4650 | 2026-01-28T22:45:11.308Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9a867899afb825e9 -C extra-filename=-21be77bd0832bfad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4651 | 2026-01-28T22:45:13.275Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4652 | 2026-01-28T22:45:13.316Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=736534d766817f3c -C extra-filename=-e65f52334189a085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4653 | 2026-01-28T22:45:15.183Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 4654 | 2026-01-28T22:45:15.210Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0356b5f87a2b9f8 -C extra-filename=-172059ca232d4d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e8828d3172ca664f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb4c5d36bdec553.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ba34c42c97fb3773.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-259e3b8edb4ef386.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4655 | 2026-01-28T22:45:15.808Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 4656 | 2026-01-28T22:45:15.833Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/846348b/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10d441ac044d8fad -C extra-filename=-f3de1e50d907f293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-172059ca232d4d35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-38fd9085e5bdf6ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4657 | 2026-01-28T22:45:18.211Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4658 | 2026-01-28T22:45:18.257Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=aa38997eb5a9144b -C extra-filename=-691b4611fcd821c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4659 | 2026-01-28T22:45:20.606Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4660 | 2026-01-28T22:45:20.630Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e946eb5ba7532b12 -C extra-filename=-50e0ac0064668dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4661 | 2026-01-28T22:45:21.186Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 4662 | 2026-01-28T22:45:21.211Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/846348b/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=0bb4e5b9c9b64353 -C extra-filename=-70bc22b4e3127762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-f3de1e50d907f293.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-26ef0e8dbec3a1dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4663 | 2026-01-28T22:45:21.304Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4664 | 2026-01-28T22:45:21.328Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f9d9c434502f2fc -C extra-filename=-06a5c53ff2e12e69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4665 | 2026-01-28T22:45:24.926Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4666 | 2026-01-28T22:45:24.977Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=118bf40725dd9550 -C extra-filename=-e5725736b9325f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4667 | 2026-01-28T22:45:25.546Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4668 | 2026-01-28T22:45:25.571Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=65dbe4c661137c7a -C extra-filename=-c6ba3977f8041aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4669 | 2026-01-28T22:45:25.934Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4670 | 2026-01-28T22:45:25.959Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8a6e70fc9a032f9 -C extra-filename=-a2870a22b975c6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4671 | 2026-01-28T22:45:26.794Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4672 | 2026-01-28T22:45:26.819Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12536cbeed475900 -C extra-filename=-1ce1c9573e57376d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1ce1c9573e57376d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4673 | 2026-01-28T22:45:27.276Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 4674 | 2026-01-28T22:45:27.300Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c06344a3e097663f -C extra-filename=-df02671f21bbda4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4675 | 2026-01-28T22:45:28.931Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1ce1c9573e57376d/build-script-build` |
| 4676 | 2026-01-28T22:45:28.994Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4677 | 2026-01-28T22:45:29.040Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a5bd4d47a0d132cc -C extra-filename=-b9db8a8d6d8d997d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4678 | 2026-01-28T22:45:30.876Z | Compiling samael v0.0.19 |
| 4679 | 2026-01-28T22:45:30.900Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=98fbd7479450db4d -C extra-filename=-469eef1fa8fd26bb --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-469eef1fa8fd26bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-1ea8393f9b1e00c0.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4680 | 2026-01-28T22:45:33.285Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-469eef1fa8fd26bb/build-script-bindings` |
| 4681 | 2026-01-28T22:45:33.417Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4682 | 2026-01-28T22:45:33.452Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a76f3498e311b82f -C extra-filename=-305dfb0463147d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-df02671f21bbda4e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4683 | 2026-01-28T22:45:34.620Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4684 | 2026-01-28T22:45:34.645Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bf909b49b16c058 -C extra-filename=-d5053cb274e25221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4685 | 2026-01-28T22:45:35.239Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4686 | 2026-01-28T22:45:35.263Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ebf0671bebbe858 -C extra-filename=-bf296bffd841f0a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-bf296bffd841f0a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4687 | 2026-01-28T22:45:35.774Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-bf296bffd841f0a2/build-script-build` |
| 4688 | 2026-01-28T22:45:35.880Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=1d3c32bc8b23d69e -C extra-filename=-2f4bf36798a7c708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-96f20180a98fd8ea.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-1ce318e16060f8a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'` |
| 4689 | 2026-01-28T22:45:37.882Z | Compiling polar-core v0.27.3 |
| 4690 | 2026-01-28T22:45:37.906Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ba11871439a37343 -C extra-filename=-1a2d0b10e28ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1a2d0b10e28ca2f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2d6a3a8ddb4d8d50.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4691 | 2026-01-28T22:45:39.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1a2d0b10e28ca2f0/build-script-build` |
| 4692 | 2026-01-28T22:45:39.868Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4693 | 2026-01-28T22:45:39.990Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=661a8b99aa66ec50 -C extra-filename=-2f0c7d8be15f013f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4694 | 2026-01-28T22:45:40.015Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4695 | 2026-01-28T22:45:40.015Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05cab2b3af30ef29 -C extra-filename=-1e625a22b378e3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4696 | 2026-01-28T22:45:41.019Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4697 | 2026-01-28T22:45:41.044Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9724f9369835d43d -C extra-filename=-8fda2447e3d62072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4698 | 2026-01-28T22:45:41.510Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c8b59a0a0dc04b9d -C extra-filename=-d713a19f3d076296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1dcfb7a1f5c81eff.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bbf3ee06f1e9a7a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4699 | 2026-01-28T22:45:41.756Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4700 | 2026-01-28T22:45:41.780Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b93192cfc36280fb -C extra-filename=-c137e88997555978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-75877112077bca2b.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts` |
| 4701 | 2026-01-28T22:45:42.008Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4702 | 2026-01-28T22:45:42.032Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b464344d81ed7c77 -C extra-filename=-8124a8cce266d132 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8124a8cce266d132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4703 | 2026-01-28T22:45:42.487Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4704 | 2026-01-28T22:45:42.511Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ac374cef9ac6f01 -C extra-filename=-c2eb11479a2f23d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4705 | 2026-01-28T22:45:43.243Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 4706 | 2026-01-28T22:45:43.290Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d864bc048715ff3 -C extra-filename=-9efb03018e8cfdb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-ace1d512f35c2019.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-6fbba3adeaa38d66.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-416929974ba1197e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4707 | 2026-01-28T22:45:43.531Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8124a8cce266d132/build-script-build` |
| 4708 | 2026-01-28T22:45:43.603Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4709 | 2026-01-28T22:45:43.628Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=6cfdb2d7da340c9b -C extra-filename=-80d2b461ee9d0b36 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-80d2b461ee9d0b36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4710 | 2026-01-28T22:45:44.010Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4711 | 2026-01-28T22:45:44.035Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c8f9c7057f50763b -C extra-filename=-4ff16383eb1151c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4712 | 2026-01-28T22:45:44.063Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-80d2b461ee9d0b36/build-script-build` |
| 4713 | 2026-01-28T22:45:44.143Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4714 | 2026-01-28T22:45:44.167Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c79ec906f6c3ec34 -C extra-filename=-8eb1204bb49c028c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4715 | 2026-01-28T22:45:45.435Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4716 | 2026-01-28T22:45:45.459Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96584480c67c145b -C extra-filename=-95bfed51107d6f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4717 | 2026-01-28T22:45:45.630Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4718 | 2026-01-28T22:45:45.655Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=383459c05ba510a6 -C extra-filename=-c7f125f06621f389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
| 4719 | 2026-01-28T22:45:46.079Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4720 | 2026-01-28T22:45:46.103Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ab343d81c4d8710 -C extra-filename=-e2691de3c4728092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4721 | 2026-01-28T22:45:46.602Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4722 | 2026-01-28T22:45:46.705Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83bbd9879925c8c9 -C extra-filename=-71d7d0a650b3b790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 4723 | 2026-01-28T22:45:46.777Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4724 | 2026-01-28T22:45:46.801Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d06a20bef650b82 -C extra-filename=-77f233771b610da0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4725 | 2026-01-28T22:45:47.489Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 4726 | 2026-01-28T22:45:47.513Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f3f3abb204fda99 -C extra-filename=-025b2c6c5d64d961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e87327207c18477b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/usr/ssl-3/lib/amd64` |
| 4727 | 2026-01-28T22:45:48.202Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4728 | 2026-01-28T22:45:48.226Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86e44bc9904f8c1f -C extra-filename=-6943c4a35a691551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4729 | 2026-01-28T22:45:50.287Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4730 | 2026-01-28T22:45:50.337Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b943f78e8322011 -C extra-filename=-ca3a7ebe07129d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4731 | 2026-01-28T22:45:50.362Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 4732 | 2026-01-28T22:45:50.362Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=291a0032b274a522 -C extra-filename=-7ffb0999cfc83435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4733 | 2026-01-28T22:45:51.992Z | Compiling oso v0.27.3 |
| 4734 | 2026-01-28T22:45:52.016Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=fd3296608204481d -C extra-filename=-c50d1c5d97097ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-5495ba6784f2c74e.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-f1488323d3266d18.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d713a19f3d076296.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4735 | 2026-01-28T22:45:52.967Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4736 | 2026-01-28T22:45:52.992Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eece87b6575e116 -C extra-filename=-f6198e1106ff178d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4737 | 2026-01-28T22:45:53.202Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4738 | 2026-01-28T22:45:53.226Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d48e24b9104b5089 -C extra-filename=-01dc82587ac29b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4739 | 2026-01-28T22:45:55.486Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 4740 | 2026-01-28T22:45:55.510Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dde81b9cd0ca0be -C extra-filename=-2268311eb569a1d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4741 | 2026-01-28T22:45:56.360Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4742 | 2026-01-28T22:45:56.400Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08049b23630f8c08 -C extra-filename=-98385167dc196e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4743 | 2026-01-28T22:45:56.675Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4744 | 2026-01-28T22:45:56.699Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d0c1fae48f67e6c -C extra-filename=-2d70d1e22a8e0439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4745 | 2026-01-28T22:45:56.978Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4746 | 2026-01-28T22:45:57.002Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0286a105cdcb11aa -C extra-filename=-f933bb67e45b1ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4747 | 2026-01-28T22:45:57.359Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4748 | 2026-01-28T22:45:57.408Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d67847907668115 -C extra-filename=-48269f51777af965 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-48269f51777af965 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4749 | 2026-01-28T22:45:57.798Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-48269f51777af965/build-script-build` |
| 4750 | 2026-01-28T22:45:57.863Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4751 | 2026-01-28T22:45:57.890Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87c0e454f8f582cf -C extra-filename=-7a255166fb7723fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4752 | 2026-01-28T22:45:58.843Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4753 | 2026-01-28T22:45:58.869Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21daa34bf86b0c60 -C extra-filename=-34cd93f91495eb92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4754 | 2026-01-28T22:45:58.962Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4755 | 2026-01-28T22:45:58.992Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d62693ef7357412d -C extra-filename=-5471281e44959f86 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-5471281e44959f86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4756 | 2026-01-28T22:45:59.442Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-5471281e44959f86/build-script-build` |
| 4757 | 2026-01-28T22:45:59.510Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4758 | 2026-01-28T22:45:59.535Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=a89471bc00283c13 -C extra-filename=-b3514f9861f46499 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-b3514f9861f46499 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4759 | 2026-01-28T22:45:59.991Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-b3514f9861f46499/build-script-build` |
| 4760 | 2026-01-28T22:46:00.078Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49741187025ec417 -C extra-filename=-cd29b80e95969915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4761 | 2026-01-28T22:46:00.285Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4762 | 2026-01-28T22:46:00.309Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa398049ddca609f -C extra-filename=-e0d997324fdce031 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e0d997324fdce031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4763 | 2026-01-28T22:46:00.742Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e0d997324fdce031/build-script-build` |
| 4764 | 2026-01-28T22:46:00.813Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.2+1.9.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a1ff243327b385fa -C extra-filename=-6080f887f0a7be4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-3637348528f44e49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'` |
| 4765 | 2026-01-28T22:46:01.468Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4766 | 2026-01-28T22:46:01.493Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=294d685066c21868 -C extra-filename=-9585fb1bb7c50427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4767 | 2026-01-28T22:46:01.544Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4768 | 2026-01-28T22:46:01.569Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac25ae720aa7a8e1 -C extra-filename=-8c4c837508912b02 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-8c4c837508912b02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4769 | 2026-01-28T22:46:02.006Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-8c4c837508912b02/build-script-build` |
| 4770 | 2026-01-28T22:46:02.130Z | Compiling git2 v0.20.2 |
| 4771 | 2026-01-28T22:46:02.155Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7976333cf7f4adb3 -C extra-filename=-8d93338afc717d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-6080f887f0a7be4b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64` |
| 4772 | 2026-01-28T22:46:03.258Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4773 | 2026-01-28T22:46:03.287Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20af5fb6e48c4735 -C extra-filename=-84dbdddc67776585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4774 | 2026-01-28T22:46:04.975Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4775 | 2026-01-28T22:46:05.000Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1628740641424d11 -C extra-filename=-80308f332eac66fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4776 | 2026-01-28T22:46:07.768Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4777 | 2026-01-28T22:46:07.815Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=20708bb437831d77 -C extra-filename=-a7b04eb1558cd86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 4778 | 2026-01-28T22:46:09.393Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4779 | 2026-01-28T22:46:09.418Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91445e58b796910f -C extra-filename=-ccc09ad653c1cd93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4780 | 2026-01-28T22:46:11.290Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ed27572f59bfa7f -C extra-filename=-a9f8b5e9cf911974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4781 | 2026-01-28T22:46:11.658Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4782 | 2026-01-28T22:46:11.682Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efc775d6d96323cf -C extra-filename=-cfead3f9b045c152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4783 | 2026-01-28T22:46:13.902Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4784 | 2026-01-28T22:46:13.926Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b679ff51c6404e04 -C extra-filename=-6e737094dd0a4539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4785 | 2026-01-28T22:46:15.049Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4786 | 2026-01-28T22:46:15.073Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9b315329f13927c -C extra-filename=-a8491d1267e756e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4787 | 2026-01-28T22:46:15.188Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4788 | 2026-01-28T22:46:15.250Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94affff3d4201154 -C extra-filename=-03eb2fc4a8ed723b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-6943c4a35a691551.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4789 | 2026-01-28T22:46:19.009Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4790 | 2026-01-28T22:46:19.055Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bff7cc68ba6b62de -C extra-filename=-9a32f752be905762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
| 4791 | 2026-01-28T22:46:21.990Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4792 | 2026-01-28T22:46:22.037Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa2d8e888b9c94b7 -C extra-filename=-7ca994f4e0ffc896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4793 | 2026-01-28T22:46:22.062Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4794 | 2026-01-28T22:46:22.062Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c21b286daafbbd8e -C extra-filename=-c582befb022c5fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4795 | 2026-01-28T22:46:23.195Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4796 | 2026-01-28T22:46:23.242Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daf513a571b71cab -C extra-filename=-4d9aa1b123fc0182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4797 | 2026-01-28T22:46:25.413Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4798 | 2026-01-28T22:46:25.438Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1abe89048ea1f93e -C extra-filename=-36abdbdf7e6cfaaf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36abdbdf7e6cfaaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4799 | 2026-01-28T22:46:25.901Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36abdbdf7e6cfaaf/build-script-build` |
| 4800 | 2026-01-28T22:46:25.983Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=aa3d6d900b04c703 -C extra-filename=-4ad77806a9371854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-8d93338afc717d13.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
| 4801 | 2026-01-28T22:46:27.453Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4802 | 2026-01-28T22:46:27.477Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0b564e1b4345daa -C extra-filename=-bde9c732eb4f284b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-172059ca232d4d35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-38fd9085e5bdf6ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4803 | 2026-01-28T22:46:32.253Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4804 | 2026-01-28T22:46:32.321Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e9dc3922d6dd2a44 -C extra-filename=-7f1a84aa46337860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 4805 | 2026-01-28T22:46:34.680Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4806 | 2026-01-28T22:46:34.706Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6646f35a9ee7f5b -C extra-filename=-cad81d4c14cb9ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9a32f752be905762.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 4807 | 2026-01-28T22:46:38.602Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4808 | 2026-01-28T22:46:38.626Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=449463529240c09a -C extra-filename=-e2a50285d9f7c284 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e2a50285d9f7c284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4809 | 2026-01-28T22:46:39.086Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4810 | 2026-01-28T22:46:39.110Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b43e7b70433f955f -C extra-filename=-05269f3a05df764c --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05269f3a05df764c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4811 | 2026-01-28T22:46:39.549Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4812 | 2026-01-28T22:46:39.573Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec74e44929a6782f -C extra-filename=-cd9a60f91ae995ec --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd9a60f91ae995ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4813 | 2026-01-28T22:46:39.920Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4814 | 2026-01-28T22:46:39.944Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d693e5f6662ac18 -C extra-filename=-a76dfbab5efeb9e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a76dfbab5efeb9e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4815 | 2026-01-28T22:46:40.052Z | Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4816 | 2026-01-28T22:46:40.077Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47b577202fc1c26f -C extra-filename=-316ef0d9a66dfd31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4817 | 2026-01-28T22:46:40.386Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a76dfbab5efeb9e6/build-script-build` |
| 4818 | 2026-01-28T22:46:40.439Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd9a60f91ae995ec/build-script-build` |
| 4819 | 2026-01-28T22:46:40.494Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05269f3a05df764c/build-script-build` |
| 4820 | 2026-01-28T22:46:40.549Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e2a50285d9f7c284/build-script-build` |
| 4821 | 2026-01-28T22:46:40.600Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4822 | 2026-01-28T22:46:40.624Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=27776615448a1715 -C extra-filename=-226ade0797875123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-bde9c732eb4f284b.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-26ef0e8dbec3a1dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4823 | 2026-01-28T22:46:40.660Z | Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4824 | 2026-01-28T22:46:40.684Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5a85d0bebab2789 -C extra-filename=-830b0b2c764548aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4825 | 2026-01-28T22:46:40.724Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4826 | 2026-01-28T22:46:40.724Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cda077aeb56cba3 -C extra-filename=-2fe0ba926c50cf7f --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2fe0ba926c50cf7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-4ad77806a9371854.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64` |
| 4827 | 2026-01-28T22:46:41.569Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4828 | 2026-01-28T22:46:41.596Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67da4deffc437c6f -C extra-filename=-9a09d6e280ef8b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4829 | 2026-01-28T22:46:42.791Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4830 | 2026-01-28T22:46:42.791Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5047b15afff038a -C extra-filename=-26d3c6b845231504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4831 | 2026-01-28T22:46:42.905Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2fe0ba926c50cf7f/build-script-build` |
| 4832 | 2026-01-28T22:46:43.962Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4833 | 2026-01-28T22:46:43.986Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37be8d725c70761e -C extra-filename=-d5c62ac716a9fb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4834 | 2026-01-28T22:46:45.037Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4835 | 2026-01-28T22:46:45.062Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3a45acc79cf0a22 -C extra-filename=-29574b2402da720d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4836 | 2026-01-28T22:46:46.639Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4837 | 2026-01-28T22:46:46.663Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c01f24c3eb9b7b44 -C extra-filename=-91ba5578d049683d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4838 | 2026-01-28T22:46:47.529Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4839 | 2026-01-28T22:46:47.553Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9bf879e7d9db2e8 -C extra-filename=-442f79c770a52322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4840 | 2026-01-28T22:46:48.956Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4841 | 2026-01-28T22:46:48.981Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85bc34c39b581b2d -C extra-filename=-feb96eb372f08de7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-feb96eb372f08de7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4842 | 2026-01-28T22:46:49.517Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4843 | 2026-01-28T22:46:49.541Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f1eda0262755bc -C extra-filename=-b95f4273a966de9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4844 | 2026-01-28T22:46:49.627Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-feb96eb372f08de7/build-script-build` |
| 4845 | 2026-01-28T22:46:49.698Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dbf7d9e4e766f7c -C extra-filename=-1cd24a82ce548954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a86c3f9949cd5da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-210a2761924e18e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-984071cc58dfe63e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts` |
| 4846 | 2026-01-28T22:46:52.223Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=188bc213455ae1c0 -C extra-filename=-7a3aa52e1bfc6fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-830b0b2c764548aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4847 | 2026-01-28T22:46:52.612Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4848 | 2026-01-28T22:46:52.636Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ca7aec4dd45f6df -C extra-filename=-78ea4f3b3ce8e589 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 4849 | 2026-01-28T22:46:55.446Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4850 | 2026-01-28T22:46:55.470Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a287ff7e87f90b16 -C extra-filename=-8c9c13b3c2ac6150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4851 | 2026-01-28T22:46:55.818Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4852 | 2026-01-28T22:46:55.842Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c393ab0c95e099c -C extra-filename=-56f0cb7abf55d5ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4853 | 2026-01-28T22:46:56.388Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4854 | 2026-01-28T22:46:56.434Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4db3b1b275c3ad4b -C extra-filename=-ead4d7753d52a082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4855 | 2026-01-28T22:47:00.776Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4856 | 2026-01-28T22:47:00.800Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f1eff78852c0308 -C extra-filename=-848308116cd1acbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-226ade0797875123.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4857 | 2026-01-28T22:47:02.571Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4858 | 2026-01-28T22:47:02.595Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d9c7e9549f6bb64 -C extra-filename=-ce2e17961c1a69a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-848308116cd1acbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4859 | 2026-01-28T22:47:07.077Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4860 | 2026-01-28T22:47:07.119Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae22be7372625653 -C extra-filename=-8de739e0f109ad5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4861 | 2026-01-28T22:47:07.211Z | Compiling chumsky v0.9.3 |
| 4862 | 2026-01-28T22:47:07.236Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=3806023afaaf3fd8 -C extra-filename=-5e495b4163d8aae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c8a6096dfdafe83d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4863 | 2026-01-28T22:47:10.254Z | Compiling pbkdf2 v0.11.0 |
| 4864 | 2026-01-28T22:47:10.278Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=38187f344e570f6e -C extra-filename=-69dd009ec1f33431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-876336a718e2396c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4865 | 2026-01-28T22:47:10.325Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=a9fccb0ac38cb888 -C extra-filename=-86d827da68c0ce2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-4c30dfa5c1d8886b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a0de42178c00b7c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4866 | 2026-01-28T22:47:10.737Z | Compiling ssh-key v0.6.6 |
| 4867 | 2026-01-28T22:47:10.762Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=b9ac68fb0576e551 -C extra-filename=-a80715079790c23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c343348d14039ebb.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-a1d86ec8d2178852.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4868 | 2026-01-28T22:47:11.329Z | Compiling p521 v0.13.3 |
| 4869 | 2026-01-28T22:47:11.354Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=a260c2561509fd3f -C extra-filename=-48eeafc9cb60bba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4870 | 2026-01-28T22:47:13.497Z | Compiling p256 v0.13.2 |
| 4871 | 2026-01-28T22:47:13.521Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=a1288e9c29d3a008 -C extra-filename=-60ee2206d009956a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4872 | 2026-01-28T22:47:14.454Z | Compiling knuffel-derive v3.2.0 |
| 4873 | 2026-01-28T22:47:14.478Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b54439b6c726805 -C extra-filename=-c5c9d4d7124b974a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4874 | 2026-01-28T22:47:14.937Z | Compiling pathdiff v0.2.3 |
| 4875 | 2026-01-28T22:47:14.962Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=62ba87e9c38356ca -C extra-filename=-eb48ba5530f82575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4876 | 2026-01-28T22:47:15.214Z | Compiling blake3 v1.5.4 |
| 4877 | 2026-01-28T22:47:15.239Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=73be999802df7b78 -C extra-filename=-a9ac686f9221eb74 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-a9ac686f9221eb74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4878 | 2026-01-28T22:47:16.171Z | Compiling russh-cryptovec v0.7.3 |
| 4879 | 2026-01-28T22:47:16.195Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f667dd0d0679608f -C extra-filename=-2ae8f212020c3a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4880 | 2026-01-28T22:47:16.243Z | Compiling md5 v0.7.0 |
| 4881 | 2026-01-28T22:47:16.296Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4d5bc2ae75b8a0dd -C extra-filename=-ba0f9adc63f1d918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4882 | 2026-01-28T22:47:16.709Z | Compiling nested v0.1.1 |
| 4883 | 2026-01-28T22:47:16.733Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6db99bc565106881 -C extra-filename=-4da66aac437aa7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4884 | 2026-01-28T22:47:16.955Z | Compiling russh-keys v0.45.0 |
| 4885 | 2026-01-28T22:47:16.979Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=9c05a6876b172158 -C extra-filename=-7ac529326f919638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c343348d14039ebb.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e2e21b8e8e358488.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ba0f9adc63f1d918.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-60ee2206d009956a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-48eeafc9cb60bba7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69dd009ec1f33431.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6ea09a72f67a0b34.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-eb292b4bf00ff2f0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a80715079790c23e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4886 | 2026-01-28T22:47:17.178Z | Compiling guppy v0.17.20 |
| 4887 | 2026-01-28T22:47:17.202Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=cef83169257924f7 -C extra-filename=-604251e0592aa06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-4da66aac437aa7c0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-eb48ba5530f82575.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-86d827da68c0ce2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4888 | 2026-01-28T22:47:17.331Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-a9ac686f9221eb74/build-script-build` |
| 4889 | 2026-01-28T22:47:18.084Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4890 | 2026-01-28T22:47:18.109Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=324bacdd6be095b2 -C extra-filename=-da0722b0e6007460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4891 | 2026-01-28T22:47:18.492Z | Compiling knuffel v3.2.0 |
| 4892 | 2026-01-28T22:47:18.517Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=b6b2c6c10bf58183 -C extra-filename=-610db87d268a2d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-5e495b4163d8aae4.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-c5c9d4d7124b974a.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4893 | 2026-01-28T22:47:20.206Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4894 | 2026-01-28T22:47:20.230Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b0b5fa97775e3a2 -C extra-filename=-871688dac901a828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4895 | 2026-01-28T22:47:20.615Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4896 | 2026-01-28T22:47:20.641Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17ea97a9683904b1 -C extra-filename=-71b740feff93fd26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4897 | 2026-01-28T22:47:20.780Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4898 | 2026-01-28T22:47:20.804Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21d3eca334a97125 -C extra-filename=-528ed296df4df13f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4899 | 2026-01-28T22:47:20.967Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 4900 | 2026-01-28T22:47:20.991Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3bff7062cb69e78 -C extra-filename=-bc4b65ab044cc166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4901 | 2026-01-28T22:47:22.542Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=befa1821c33a5c4f -C extra-filename=-3dbc9e2ce664152d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4902 | 2026-01-28T22:47:22.590Z | Compiling async-object-pool v0.1.5 |
| 4903 | 2026-01-28T22:47:22.614Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45fbe7257d029081 -C extra-filename=-2a598233397a1035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7e8bf5027f7901ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4904 | 2026-01-28T22:47:22.793Z | Compiling num-bigint v0.4.6 |
| 4905 | 2026-01-28T22:47:22.817Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=8572f6a7e619962f -C extra-filename=-1f4a83ff60459965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4906 | 2026-01-28T22:47:22.878Z | Compiling des v0.8.1 |
| 4907 | 2026-01-28T22:47:22.902Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=f94d11ab7f3e1fbb -C extra-filename=-fb41ac1f95c31892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4908 | 2026-01-28T22:47:23.347Z | Compiling serde_regex v1.1.0 |
| 4909 | 2026-01-28T22:47:23.405Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c8ca43b65f4e9ca -C extra-filename=-585b30c8d892c7d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4910 | 2026-01-28T22:47:23.579Z | Compiling assert-json-diff v2.0.2 |
| 4911 | 2026-01-28T22:47:23.603Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d22bccd20b506c72 -C extra-filename=-97e051e5870f41d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4912 | 2026-01-28T22:47:23.801Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4913 | 2026-01-28T22:47:23.827Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4e908dd9e2920be -C extra-filename=-5959ea41a791c57b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4914 | 2026-01-28T22:47:24.275Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ffe30d21d7f81e3 -C extra-filename=-8299e146b6081f29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3dbc9e2ce664152d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4915 | 2026-01-28T22:47:24.592Z | Compiling path-tree v0.8.1 |
| 4916 | 2026-01-28T22:47:24.616Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3614c4b298d7df83 -C extra-filename=-f0073f535b3c78c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4917 | 2026-01-28T22:47:24.838Z | Compiling stringmetrics v2.2.2 |
| 4918 | 2026-01-28T22:47:24.862Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=7f1e962136360db3 -C extra-filename=-9b232a4cc2cd8c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4919 | 2026-01-28T22:47:24.947Z | Compiling doc-comment v0.3.3 |
| 4920 | 2026-01-28T22:47:24.971Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=eb6f3027e4f58af5 -C extra-filename=-5add1f02005f2b0e --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4921 | 2026-01-28T22:47:25.220Z | Compiling httpmock v0.8.0-alpha.1 |
| 4922 | 2026-01-28T22:47:25.268Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=e9f70a4b23bbd9ac -C extra-filename=-d951ed31e063920d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-97e051e5870f41d3.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-2a598233397a1035.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7e8bf5027f7901ea.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f0073f535b3c78c0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-585b30c8d892c7d4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b232a4cc2cd8c05.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4923 | 2026-01-28T22:47:25.293Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4924 | 2026-01-28T22:47:25.293Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b3ad602207bcb98a -C extra-filename=-532ef1148440acda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-5959ea41a791c57b.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-26c1cb675014a6e6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4925 | 2026-01-28T22:47:25.659Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build` |
| 4926 | 2026-01-28T22:47:25.891Z | Compiling russh v0.45.0 |
| 4927 | 2026-01-28T22:47:25.916Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=4f12d72efa04f7b0 -C extra-filename=-f7c25d932de0a635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89d89c71f9fed651.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-fb41ac1f95c31892.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-1f4a83ff60459965.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-60ee2206d009956a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-48eeafc9cb60bba7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a80715079790c23e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4928 | 2026-01-28T22:47:28.375Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=a8b2a5754e8ebc6f -C extra-filename=-4d643bc61a78a3a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e534cb499732f668.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-efe16075e63a2c7c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-29655e6d9af68c21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'` |
| 4929 | 2026-01-28T22:47:29.585Z | Compiling rstest_macros v0.25.0 |
| 4930 | 2026-01-28T22:47:29.609Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=ecc36237c8f4e4ff -C extra-filename=-38451c84c5799677 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4931 | 2026-01-28T22:47:30.232Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4932 | 2026-01-28T22:47:30.271Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c283012bfebeaf6b -C extra-filename=-8e89da527197cc56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4933 | 2026-01-28T22:47:30.773Z | Compiling internet-checksum v0.2.1 |
| 4934 | 2026-01-28T22:47:30.797Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=16a714f77dd26639 -C extra-filename=-ac17f8168544be18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4935 | 2026-01-28T22:47:31.104Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4936 | 2026-01-28T22:47:31.128Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2efb38e082b08495 -C extra-filename=-a89edfa08b35b5d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 4937 | 2026-01-28T22:47:32.748Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71a89ffefec7e5de -C extra-filename=-03a818c188b29284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4938 | 2026-01-28T22:47:32.772Z | Compiling topological-sort v0.2.2 |
| 4939 | 2026-01-28T22:47:32.772Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1f1d51df0ea84b1 -C extra-filename=-1c766faf699c7881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4940 | 2026-01-28T22:47:33.077Z | Compiling assert_cmd v2.0.17 |
| 4941 | 2026-01-28T22:47:33.102Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=7d715ac6d725bcb4 -C extra-filename=-f6f8289b2a178f09 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4942 | 2026-01-28T22:47:33.135Z | Compiling escape8259 v0.5.3 |
| 4943 | 2026-01-28T22:47:33.159Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db519754f6f84999 -C extra-filename=-ae2afa0b27bbc026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4944 | 2026-01-28T22:47:33.592Z | Compiling target-triple v0.1.3 |
| 4945 | 2026-01-28T22:47:33.616Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=074dbea60ef34c35 -C extra-filename=-fe335a6f78b9e585 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4946 | 2026-01-28T22:47:33.750Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build` |
| 4947 | 2026-01-28T22:47:33.824Z | Compiling libtest-mimic v0.8.1 |
| 4948 | 2026-01-28T22:47:33.849Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5d192cf6200d763 -C extra-filename=-2c812d2539b5b272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ae2afa0b27bbc026.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4949 | 2026-01-28T22:47:34.339Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build` |
| 4950 | 2026-01-28T22:47:34.422Z | Compiling omicron-zone-package v0.12.2 |
| 4951 | 2026-01-28T22:47:34.447Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=655fefe691064a71 -C extra-filename=-ecdc8e8ec62d0713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-4d643bc61a78a3a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-1c766faf699c7881.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 4952 | 2026-01-28T22:47:35.754Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build` |
| 4953 | 2026-01-28T22:47:35.807Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=bb2cc5be4377b640 -C extra-filename=-0d597f77cf951862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4954 | 2026-01-28T22:47:35.978Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4955 | 2026-01-28T22:47:36.002Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=ca5401c4b6aeca0e -C extra-filename=-3c8db76aabcb8976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
| 4956 | 2026-01-28T22:47:36.042Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4957 | 2026-01-28T22:47:36.126Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ea97dd32eb5fdc -C extra-filename=-b06992186f56f8ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4958 | 2026-01-28T22:47:37.563Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 4959 | 2026-01-28T22:47:37.587Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=248b81103222a1ce -C extra-filename=-79370c179012ebaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 4960 | 2026-01-28T22:47:38.835Z | Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4961 | 2026-01-28T22:47:38.860Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d09c814eca2ee199 -C extra-filename=-1830b5bd6d3456a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4962 | 2026-01-28T22:47:41.234Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4963 | 2026-01-28T22:47:41.259Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=880f7ac92f8591d8 -C extra-filename=-e261eb5254628278 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e261eb5254628278 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4964 | 2026-01-28T22:47:41.455Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4965 | 2026-01-28T22:47:41.480Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bb6755869bf5522 -C extra-filename=-02a98e9295390105 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-02a98e9295390105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4966 | 2026-01-28T22:47:41.749Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4967 | 2026-01-28T22:47:41.774Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b3c5d60e5e7f5de -C extra-filename=-7c2c0871f4c23357 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c2c0871f4c23357 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-c672b8b90e72091e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4968 | 2026-01-28T22:47:41.939Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4969 | 2026-01-28T22:47:41.963Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c26d5edb5314b1c -C extra-filename=-78896736896b9d31 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-78896736896b9d31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4970 | 2026-01-28T22:47:42.514Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=87ab0d3066fea6d2 -C extra-filename=-0b8be4d7c73948fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3dbc9e2ce664152d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 4971 | 2026-01-28T22:47:43.140Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4972 | 2026-01-28T22:47:43.164Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4361163607f3b65b -C extra-filename=-e5b2f77a3f8eb761 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-e5b2f77a3f8eb761 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4973 | 2026-01-28T22:47:43.231Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 4974 | 2026-01-28T22:47:43.277Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=af7a3d6eda9166f0 -C extra-filename=-1050022f9fa3c637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-adfb99e020b49b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4975 | 2026-01-28T22:47:43.675Z | Compiling proc-macro-crate v3.2.0 |
| 4976 | 2026-01-28T22:47:43.700Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9063600b9f370836 -C extra-filename=-b5625e22baa0f79e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4977 | 2026-01-28T22:47:44.588Z | Compiling fancy-regex v0.14.0 |
| 4978 | 2026-01-28T22:47:44.613Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=a2b1c51bc6cd9580 -C extra-filename=-ceec8d5495b4577a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1bbb8a7353698747.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4979 | 2026-01-28T22:47:45.079Z | Compiling relative-path v1.9.3 |
| 4980 | 2026-01-28T22:47:45.103Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b84d554bd99ca7b2 -C extra-filename=-c8f249cb25081882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4981 | 2026-01-28T22:47:45.433Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4982 | 2026-01-28T22:47:45.458Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9195b35acb6a2f54 -C extra-filename=-4113bbe7e3c7b380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4983 | 2026-01-28T22:47:45.881Z | Compiling datatest-stable v0.3.2 |
| 4984 | 2026-01-28T22:47:45.913Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=ecc6fa8e7da7610c -C extra-filename=-d52a322d94b7a953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-ceec8d5495b4577a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-2c812d2539b5b272.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4985 | 2026-01-28T22:47:45.913Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=06cc5581d8497d5b -C extra-filename=-4f7bd6bf74c31c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-b5625e22baa0f79e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c8f249cb25081882.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4986 | 2026-01-28T22:47:46.706Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 4987 | 2026-01-28T22:47:46.731Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baec4ba23eac7078 -C extra-filename=-05d2202e213df90d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-1050022f9fa3c637.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-610db87d268a2d98.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4988 | 2026-01-28T22:47:46.866Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e5b2f77a3f8eb761/build-script-build` |
| 4989 | 2026-01-28T22:47:46.933Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c2c0871f4c23357/build-script-build` |
| 4990 | 2026-01-28T22:47:47.202Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-78896736896b9d31/build-script-build` |
| 4991 | 2026-01-28T22:47:47.277Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-02a98e9295390105/build-script-build` |
| 4992 | 2026-01-28T22:47:47.377Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e261eb5254628278/build-script-build` |
| 4993 | 2026-01-28T22:47:47.451Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=d1e6a977486cef26 -C extra-filename=-e7480d472d62072d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-0d597f77cf951862.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4994 | 2026-01-28T22:47:47.687Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1825bf4b9f83dca6 -C extra-filename=-bd1dc483574ba99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'` |
| 4995 | 2026-01-28T22:47:47.897Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4996 | 2026-01-28T22:47:47.921Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f228e646c95b1ea2 -C extra-filename=-5fc9c7bb2330b9e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 4997 | 2026-01-28T22:47:48.733Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4998 | 2026-01-28T22:47:48.757Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfbf63057b65bab5 -C extra-filename=-d827fc5f479d3c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 4999 | 2026-01-28T22:47:49.008Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 5000 | 2026-01-28T22:47:49.033Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6d27bd719138483 -C extra-filename=-1fa59c021440fe4b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa59c021440fe4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5001 | 2026-01-28T22:47:49.553Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 5002 | 2026-01-28T22:47:49.578Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db919868c76e3b97 -C extra-filename=-aee9c5a30469a150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5003 | 2026-01-28T22:47:56.154Z | Compiling support-bundle-viewer v0.1.2 |
| 5004 | 2026-01-28T22:47:56.181Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d071b32230ea71ba -C extra-filename=-642cb2aeba8730f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out` |
| 5005 | 2026-01-28T22:47:56.770Z | Compiling multimap v0.10.1 |
| 5006 | 2026-01-28T22:47:56.794Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=97d22fd927a5e9fb -C extra-filename=-b259485f378d8b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5007 | 2026-01-28T22:47:57.289Z | Compiling uzers v0.12.1 |
| 5008 | 2026-01-28T22:47:57.315Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=65b5edabf86cb82b -C extra-filename=-933ab27ca108577d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5009 | 2026-01-28T22:47:58.019Z | Compiling termcolor v1.4.1 |
| 5010 | 2026-01-28T22:47:58.043Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=922bf8b5a6fefe36 -C extra-filename=-c8c10a09796449b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5011 | 2026-01-28T22:47:58.590Z | Compiling rstest v0.25.0 |
| 5012 | 2026-01-28T22:47:58.614Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=14a11ca76a673dfc -C extra-filename=-f827efc1d321cbe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-4f7bd6bf74c31c62.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5013 | 2026-01-28T22:47:58.695Z | Compiling trybuild v1.0.106 |
| 5014 | 2026-01-28T22:47:58.719Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=88ac6363de3e1c44 -C extra-filename=-f0732bf2287278e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-bd1dc483574ba99f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-c8c10a09796449b6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5d181fbbef32e538.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5015 | 2026-01-28T22:47:58.943Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa59c021440fe4b/build-script-build` |
| 5016 | 2026-01-28T22:47:59.006Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 5017 | 2026-01-28T22:47:59.030Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72f06f77af3a786d -C extra-filename=-1067f78b46abef6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-610db87d268a2d98.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5018 | 2026-01-28T22:47:59.099Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5019 | 2026-01-28T22:47:59.124Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88178abeb67c950c -C extra-filename=-be004c4abb98d835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5020 | 2026-01-28T22:48:05.827Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5021 | 2026-01-28T22:48:05.899Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16baf24698667da -C extra-filename=-9d789c9f59ed771b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5022 | 2026-01-28T22:48:09.033Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5023 | 2026-01-28T22:48:09.057Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19fc464197c952e3 -C extra-filename=-fc018c18724e1d89 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fc018c18724e1d89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5024 | 2026-01-28T22:48:09.608Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 5025 | 2026-01-28T22:48:09.632Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddaf59c365d32885 -C extra-filename=-adfca869832e7a70 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-adfca869832e7a70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5026 | 2026-01-28T22:48:10.145Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 5027 | 2026-01-28T22:48:10.170Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=144c01aad8acc6fa -C extra-filename=-c830a57d2f6cd65c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5028 | 2026-01-28T22:48:10.767Z | Compiling blake2b_simd v1.0.2 |
| 5029 | 2026-01-28T22:48:10.791Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=a310ec39db5d729a -C extra-filename=-49860177d903ee51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e534cb499732f668.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-efe16075e63a2c7c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5030 | 2026-01-28T22:48:11.153Z | Compiling partial-io v0.5.4 |
| 5031 | 2026-01-28T22:48:11.178Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=f4cdc6f1548e6127 -C extra-filename=-8d2a6cdd12e99e25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-943ba09213d4b919.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5032 | 2026-01-28T22:48:11.724Z | Compiling httptest v0.16.3 |
| 5033 | 2026-01-28T22:48:11.749Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceb9ecc2a808c5d6 -C extra-filename=-54db02fa7b2d28f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5034 | 2026-01-28T22:48:13.361Z | Compiling drift v0.1.2 |
| 5035 | 2026-01-28T22:48:13.386Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b52fba4b28743b5e -C extra-filename=-b298f943a0efce48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5036 | 2026-01-28T22:48:15.980Z | Compiling rand_distr v0.5.1 |
| 5037 | 2026-01-28T22:48:16.005Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=41d72ae6547c86ae -C extra-filename=-f88382c16145242c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5038 | 2026-01-28T22:48:16.837Z | Compiling approx v0.5.1 |
| 5039 | 2026-01-28T22:48:16.861Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=df841aca0c109262 -C extra-filename=-ffed923fbd0f186b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5040 | 2026-01-28T22:48:17.167Z | Compiling dropshot-api-manager v0.2.4 |
| 5041 | 2026-01-28T22:48:17.191Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce9f3f049e5da7c6 -C extra-filename=-aa8a55abbf932f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-b298f943a0efce48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts` |
| 5042 | 2026-01-28T22:48:17.224Z | Compiling rust-argon2 v2.1.0 |
| 5043 | 2026-01-28T22:48:17.263Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2e3d8600b8c870b2 -C extra-filename=-be6e958c7a2fb8aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-49860177d903ee51.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5044 | 2026-01-28T22:48:19.014Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-adfca869832e7a70/build-script-build` |
| 5045 | 2026-01-28T22:48:19.039Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fc018c18724e1d89/build-script-build` |
| 5046 | 2026-01-28T22:48:19.097Z | Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 5047 | 2026-01-28T22:48:19.122Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/8ba93f6/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16ebaa5c7c8e1e63 -C extra-filename=-388df689d05b2aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-1067f78b46abef6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5048 | 2026-01-28T22:48:19.773Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5049 | 2026-01-28T22:48:19.798Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe3cb5a6bee64bf4 -C extra-filename=-d7d9d1be346d0f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5050 | 2026-01-28T22:48:20.952Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1745259f7b1e80cf -C extra-filename=-b19dcdbcef295208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5051 | 2026-01-28T22:48:21.983Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5052 | 2026-01-28T22:48:22.029Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ebee4aea6b89dac -C extra-filename=-104a56631b77b01d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64` |
| 5053 | 2026-01-28T22:48:22.752Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 5054 | 2026-01-28T22:48:22.776Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cc060749042672b -C extra-filename=-37ebed74f64233d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5055 | 2026-01-28T22:48:24.737Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 5056 | 2026-01-28T22:48:24.761Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e1107960c41f666 -C extra-filename=-94d89bedbed71ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5057 | 2026-01-28T22:48:26.062Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5058 | 2026-01-28T22:48:26.086Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a07727834e1158e2 -C extra-filename=-a88c05ae13de18eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5059 | 2026-01-28T22:48:26.994Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 5060 | 2026-01-28T22:48:27.019Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93bdc0ed9a4080a2 -C extra-filename=-28dba8167154ebba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5061 | 2026-01-28T22:48:28.278Z | Compiling cargo_toml v0.21.0 |
| 5062 | 2026-01-28T22:48:28.302Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=546cd991bff39476 -C extra-filename=-aa58085a21ea1851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5063 | 2026-01-28T22:48:28.334Z | Compiling termios v0.3.3 |
| 5064 | 2026-01-28T22:48:28.358Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671f7397e5b9704e -C extra-filename=-3ed3057121073a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5065 | 2026-01-28T22:48:28.722Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5066 | 2026-01-28T22:48:28.746Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=720e1b04b250120d -C extra-filename=-d261be9affd1fd15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-3ed3057121073a4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5067 | 2026-01-28T22:48:31.654Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fad95fdea0e52de9 -C extra-filename=-22f76648d3d3ea7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-94d89bedbed71ffe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5068 | 2026-01-28T22:48:32.265Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5069 | 2026-01-28T22:48:32.318Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d15194bf0a378b90 -C extra-filename=-197fac6d5a44e171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a88c05ae13de18eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-28dba8167154ebba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64` |
| 5070 | 2026-01-28T22:48:32.657Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d97768f3fd5db334 -C extra-filename=-be85662be00576b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-6943c4a35a691551.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5fc9c7bb2330b9e2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5071 | 2026-01-28T22:48:32.706Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f6b71dce4df7d7d -C extra-filename=-813a2ba7f80ee1dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5fc9c7bb2330b9e2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5072 | 2026-01-28T22:48:35.280Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97716e1199486730 -C extra-filename=-c7c60dc54acf56ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-6943c4a35a691551.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5fc9c7bb2330b9e2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5073 | 2026-01-28T22:48:35.926Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a356ed9f77cce0f3 -C extra-filename=-ef091a95ec5a48d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-104a56631b77b01d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64` |
| 5074 | 2026-01-28T22:48:36.159Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5075 | 2026-01-28T22:48:36.183Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=300ae1125097713c -C extra-filename=-f5ded01e5a127ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-aa58085a21ea1851.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5076 | 2026-01-28T22:48:36.972Z | Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 5077 | 2026-01-28T22:48:36.996Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e397ab3671b58e1f -C extra-filename=-e7e07d270256f3df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-aa8a55abbf932f18.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5078 | 2026-01-28T22:48:37.817Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc4cc1e8c6209098 -C extra-filename=-cd21d41629c3b221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-37ebed74f64233d6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5079 | 2026-01-28T22:48:39.208Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94dcf462d9cb1c59 -C extra-filename=-cc96a65664758116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-388df689d05b2aeb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-1830b5bd6d3456a0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 5080 | 2026-01-28T22:48:40.734Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=b632a4c313140e45 -C extra-filename=-1e22feb6f4e3340d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-1830b5bd6d3456a0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5081 | 2026-01-28T22:48:42.754Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=c9ff2e3f2b48b609 -C extra-filename=-2d6caff50310be03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-1830b5bd6d3456a0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5082 | 2026-01-28T22:49:01.056Z | Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5083 | 2026-01-28T22:49:01.081Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9a1863932458d1a -C extra-filename=-c29197dffaf0624e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-1830b5bd6d3456a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 5084 | 2026-01-28T22:49:03.775Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d7934f9aa54117 -C extra-filename=-bcf70016c221dfda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-d7d9d1be346d0f80.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5085 | 2026-01-28T22:49:05.247Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6911ae62eba7d471 -C extra-filename=-0e092ccd92030169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5086 | 2026-01-28T22:49:07.311Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a689d70e2396bc4d -C extra-filename=-3f99131ad143130a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-81e3cc07f2ccc19a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5087 | 2026-01-28T22:49:08.858Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6bc48bd5cc2bf38 -C extra-filename=-1187c3b6f9885a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5088 | 2026-01-28T22:49:09.224Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57569f071437762d -C extra-filename=-9ed582d86b0edc71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5089 | 2026-01-28T22:49:10.411Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=89c17b5736dddae9 -C extra-filename=-0ecb9355f906c338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5090 | 2026-01-28T22:49:10.450Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2301776e5796cebb -C extra-filename=-683ff138774f43b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5091 | 2026-01-28T22:49:14.591Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f069b1d24217577 -C extra-filename=-f74b1887f8911178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5092 | 2026-01-28T22:49:16.868Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a4b2dafbe8b0794 -C extra-filename=-25b7393ae2fb4fc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5093 | 2026-01-28T22:49:20.607Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8aabd75b676b6d8b -C extra-filename=-75f6c8d9d5d37edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5094 | 2026-01-28T22:49:24.097Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0eb594954ddf69b6 -C extra-filename=-3127076063f9c35f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5095 | 2026-01-28T22:49:25.499Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c100a61f3e43ac7 -C extra-filename=-5f3b3e545fbbf333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5096 | 2026-01-28T22:49:28.289Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e2de5a9f6987f1b8 -C extra-filename=-11a245899f8d0fa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5097 | 2026-01-28T22:49:32.582Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f41b05811146cdb0 -C extra-filename=-cb435e7eada21fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-3127076063f9c35f.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-5f3b3e545fbbf333.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5098 | 2026-01-28T22:49:32.970Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4ba3016c97dbe338 -C extra-filename=-574c8e773c07bdd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 5099 | 2026-01-28T22:49:34.696Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=10c955ee3d02f73b -C extra-filename=-28a2c65555a0b299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 5100 | 2026-01-28T22:49:36.874Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6f692a642fb04b56 -C extra-filename=-3f11059939bbd2fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5101 | 2026-01-28T22:49:41.845Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=763dd28b23b7fe0b -C extra-filename=-65815be901fc21d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9d789c9f59ed771b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5102 | 2026-01-28T22:49:43.797Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c42f3f3d4818a98 -C extra-filename=-f8a018ecc6ae2b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5103 | 2026-01-28T22:49:44.865Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce74f7a8a2f877a8 -C extra-filename=-3ebab77953cbdcee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5104 | 2026-01-28T22:49:46.114Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c19e1f6c635c0d0 -C extra-filename=-e46a7f7991bfdc2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5105 | 2026-01-28T22:49:50.827Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0295fcb7c94b5f4 -C extra-filename=-bd2f7df170e9bfeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5106 | 2026-01-28T22:49:53.672Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdc2c7daf7e902c1 -C extra-filename=-575183b385db8853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-642cb2aeba8730f1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5107 | 2026-01-28T22:49:58.737Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4829cab8c9726ac4 -C extra-filename=-9f7ffdf17b0a135f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5108 | 2026-01-28T22:50:11.777Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ddd39278cd684d -C extra-filename=-ebe90b14b79a3bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5109 | 2026-01-28T22:50:55.530Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e07f87f26b45f1d9 -C extra-filename=-29c60d7302e8c7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5110 | 2026-01-28T22:51:01.551Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0967eea564b2bd66 -C extra-filename=-48a395a7c53c0f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5111 | 2026-01-28T22:51:19.839Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a069ab8f8063a42 -C extra-filename=-52f0da8c184e03f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5112 | 2026-01-28T22:51:32.915Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cdc4c2fc54a8dcc -C extra-filename=-12c3cbaf162bb30e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-b19dcdbcef295208.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5113 | 2026-01-28T22:51:34.836Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=089be0c253e38ceb -C extra-filename=-83498f82ae1cb994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5114 | 2026-01-28T22:51:36.302Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34a5c30044e27053 -C extra-filename=-55c62c6559659564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5115 | 2026-01-28T22:51:38.088Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=8c2ced7e3b6b196c -C extra-filename=-74b46ab73d22d457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3dbc9e2ce664152d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5116 | 2026-01-28T22:51:56.409Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=510dd6cea1302888 -C extra-filename=-20644dfbfc7470fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5117 | 2026-01-28T22:52:06.240Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d05960fdc63c24ae -C extra-filename=-fda0c0371a350843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5118 | 2026-01-28T22:52:09.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d281073b0e21a1c -C extra-filename=-d0ccdf05c4b2a4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5119 | 2026-01-28T22:52:14.078Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dca07b78f2f02aed -C extra-filename=-1dad269912b0f1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5120 | 2026-01-28T22:52:28.793Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14a5276f3fe3b2c8 -C extra-filename=-98a0cc83078a8f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9d789c9f59ed771b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5121 | 2026-01-28T22:52:33.300Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b17c8f8a0940f63 -C extra-filename=-50bd9f169a2cc3cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9d789c9f59ed771b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5122 | 2026-01-28T22:52:35.363Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=683d5b17843eb135 -C extra-filename=-073d2e0fd3a7943e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 5123 | 2026-01-28T22:52:37.723Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28e6121902508af9 -C extra-filename=-197a92d0e1783364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5124 | 2026-01-28T22:52:40.249Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2be3b6c787686e4b -C extra-filename=-5cd1be5b563bc760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 5125 | 2026-01-28T22:53:29.804Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d625b943e2239728 -C extra-filename=-c63f018643cd1202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5126 | 2026-01-28T22:53:43.045Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7434a61502368079 -C extra-filename=-680068c54cdf3845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5127 | 2026-01-28T22:53:47.872Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ed123d73dee4e637 -C extra-filename=-343749d201f28d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5128 | 2026-01-28T22:53:49.975Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c887d7c61a9a4c4 -C extra-filename=-cf8bdcd59700d8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-6943c4a35a691551.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 5129 | 2026-01-28T22:53:50.687Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2e11275124dbe71 -C extra-filename=-6d0414a28102ca25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5130 | 2026-01-28T22:53:51.972Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=6ee074ff89dcf09f -C extra-filename=-5235b72f0c431a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5131 | 2026-01-28T22:53:55.833Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=4a946ac371aeeef9 -C extra-filename=-eabad628359acc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5132 | 2026-01-28T22:53:55.910Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd1733c55fdd9fbf -C extra-filename=-7248995be284f945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-be004c4abb98d835.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5133 | 2026-01-28T22:54:00.348Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc91d106534dc807 -C extra-filename=-73f86cdb1981cf4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-be004c4abb98d835.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5134 | 2026-01-28T22:54:02.734Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dd2fc525f193d2b -C extra-filename=-af7e278c86d9e9ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5135 | 2026-01-28T22:54:03.668Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae042419e0cbf0a9 -C extra-filename=-80adea9fed92498e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5136 | 2026-01-28T22:54:04.384Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa27736fbf0a91de -C extra-filename=-c7caab27a1150a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-aee9c5a30469a150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5137 | 2026-01-28T22:54:05.425Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e66b01b13957f3a -C extra-filename=-d033b151d464619b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5138 | 2026-01-28T22:54:05.594Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c6b7228d79493fb -C extra-filename=-b5909ce3889b10cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5139 | 2026-01-28T22:54:09.122Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2cce2aadfade810 -C extra-filename=-57552a6beb8d7217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5140 | 2026-01-28T22:54:10.197Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62f97efcecbe2b29 -C extra-filename=-ecad18cba748d1bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5141 | 2026-01-28T22:54:12.167Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cddf825b1e5fc97 -C extra-filename=-9610667636dee3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-6943c4a35a691551.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5142 | 2026-01-28T22:54:19.546Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27000bc6885d64cc -C extra-filename=-20e5d07a2a001d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5143 | 2026-01-28T22:54:30.234Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa02cce72c8b80e4 -C extra-filename=-20544536ae6bac98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5144 | 2026-01-28T22:54:36.708Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b7bf42df983f0d1 -C extra-filename=-951d3cca8f7ea3e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-79370c179012ebaa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5145 | 2026-01-28T22:54:41.275Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c9f87d19dc40c9d -C extra-filename=-1a90f575d7b4a89d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-79370c179012ebaa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5146 | 2026-01-28T22:54:44.586Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=636413ad69bbcdac -C extra-filename=-d60682f59795ce45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-830b0b2c764548aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5147 | 2026-01-28T22:54:51.393Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2c1d7f1039c5db5 -C extra-filename=-deaf0ecc311691d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-830b0b2c764548aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5148 | 2026-01-28T22:54:54.893Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c632ac642e6d6d7a -C extra-filename=-d0b57aed50591887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-830b0b2c764548aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5149 | 2026-01-28T22:54:55.962Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d973b625c819a77b -C extra-filename=-5f1b830d933c05ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64` |
| 5150 | 2026-01-28T22:54:56.944Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=610cd972b3c0aa11 -C extra-filename=-c065e4c350d3e450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5151 | 2026-01-28T22:55:02.568Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=372ad96393e6e1dd -C extra-filename=-d6e8a16460360538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 5152 | 2026-01-28T22:55:03.485Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b48ea04831fc7cd -C extra-filename=-c1170d303c82ec76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3dbc9e2ce664152d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5153 | 2026-01-28T22:55:06.978Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34c13f0265e511c1 -C extra-filename=-40a0bc5b05c3c8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5154 | 2026-01-28T22:55:07.232Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3aa78d7f6ec94162 -C extra-filename=-67890e3a815bf9da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5155 | 2026-01-28T22:55:08.750Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a550809b3d8ba00 -C extra-filename=-663422b26d282a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5156 | 2026-01-28T22:55:10.611Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7b85c41905445f3 -C extra-filename=-dffcc831f51fe9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5157 | 2026-01-28T22:55:11.210Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=396b2c622d5cf468 -C extra-filename=-ac3437e7ada64c3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-95bfed51107d6f70.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-77f233771b610da0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-4ff16383eb1151c5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-d517efaea68601f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-71d7d0a650b3b790.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
| 5158 | 2026-01-28T22:55:11.970Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c3ee0ea16a31feb -C extra-filename=-a329fbedaf64c733 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5159 | 2026-01-28T22:55:15.953Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c6f059eaeca2ed3 -C extra-filename=-e6d0c4610aa7f9b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5160 | 2026-01-28T22:55:25.014Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=415c43dc49749667 -C extra-filename=-d76dff587c570abf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5161 | 2026-01-28T22:55:34.312Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 5162 | 2026-01-28T22:55:34.336Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a61c8d0ee4f605f -C extra-filename=-bf8606c162b266aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5163 | 2026-01-28T22:55:38.317Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc658c68f311ddf4 -C extra-filename=-fcd5cc2246934fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5164 | 2026-01-28T22:55:42.225Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be66b49a7424df26 -C extra-filename=-21a325194a0f3d5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5165 | 2026-01-28T22:55:46.231Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae4edabacedde8be -C extra-filename=-27495a67733c6ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-830b0b2c764548aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5166 | 2026-01-28T22:55:46.290Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c9b55f809109468 -C extra-filename=-c32d487e89aa4e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-830b0b2c764548aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 5167 | 2026-01-28T22:55:47.289Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e024037dd052b13 -C extra-filename=-d56acb7b9260c9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8491d1267e756e6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-830b0b2c764548aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 5168 | 2026-01-28T22:55:50.315Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c94f0163eabd996 -C extra-filename=-c49486769dae95d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5169 | 2026-01-28T22:55:55.070Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a444d8e14e708d2 -C extra-filename=-8a1cb747f9233bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-26d3c6b845231504.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9585fb1bb7c50427.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5170 | 2026-01-28T22:55:56.769Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adf642e2847e2461 -C extra-filename=-c0f222bb969452bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5171 | 2026-01-28T22:56:18.320Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0211055dd5306c95 -C extra-filename=-c0d9c4a9ca6461e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5172 | 2026-01-28T22:56:21.156Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e8e0b7ffe066e41 -C extra-filename=-b1a4df4242975268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5173 | 2026-01-28T22:56:22.505Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c7f2c7b95dad540 -C extra-filename=-67722c5834607211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5174 | 2026-01-28T22:56:24.933Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56f1c7e5c501a3e2 -C extra-filename=-9383eb4e34c6e559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5175 | 2026-01-28T22:56:25.936Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=c679de9c539ce65a -C extra-filename=-0fa78c98b41a600b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5176 | 2026-01-28T22:56:30.775Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=528dcabdba55410f -C extra-filename=-ea5b4e3c16e1468e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5177 | 2026-01-28T22:56:34.495Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a6d3f215f8c5850f -C extra-filename=-a4b7ca59985a6390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-78ea4f3b3ce8e589.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5178 | 2026-01-28T22:56:42.642Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 5179 | 2026-01-28T22:56:42.666Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dce28b2af83492b6 -C extra-filename=-e273f9e5309ae3a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9a32f752be905762.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5180 | 2026-01-28T22:56:42.702Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=426d8975262ed807 -C extra-filename=-85f39a9de33b0712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9a32f752be905762.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5181 | 2026-01-28T22:56:47.741Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1b27da6031e6404 -C extra-filename=-65c507f1c35fa549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5182 | 2026-01-28T22:56:50.295Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b9e1f6e2fc572a5 -C extra-filename=-54801c8ee73281d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9a32f752be905762.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
| 5183 | 2026-01-28T22:57:04.703Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed869b2c0d367e55 -C extra-filename=-5af09714fa4f977b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9a32f752be905762.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5184 | 2026-01-28T22:57:17.327Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca521362eb0f84db -C extra-filename=-f61f67f2175f1e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9a32f752be905762.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5185 | 2026-01-28T22:57:29.473Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4204343b63d53f53 -C extra-filename=-7603394e0010885a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5186 | 2026-01-28T22:57:31.487Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a0d9e5901173fc -C extra-filename=-de52a28d7b341287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
| 5187 | 2026-01-28T22:57:32.873Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93b59077e63dc9a1 -C extra-filename=-c80ef2bbf43a736a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5188 | 2026-01-28T22:57:51.927Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37fe35a466a4790f -C extra-filename=-4304d66c601e8e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5189 | 2026-01-28T22:58:01.328Z | Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5190 | 2026-01-28T22:58:01.352Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8869940d032b87be -C extra-filename=-48f05ed2f78773ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5191 | 2026-01-28T22:58:06.486Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40827c44450104fa -C extra-filename=-8bdc418ba2b58d9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5192 | 2026-01-28T22:58:10.265Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2db2f512699b9c8e -C extra-filename=-b0f6e1fd0c355860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5193 | 2026-01-28T22:58:11.499Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=572c7c4bdd5998e1 -C extra-filename=-4b941d492ea6d08d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5194 | 2026-01-28T22:58:18.252Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6128b5d6bf324370 -C extra-filename=-0e5322326e8594d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c7e5e99258156adf.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5195 | 2026-01-28T22:58:24.914Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=103064e394d7ff13 -C extra-filename=-660d7a28403c0ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5196 | 2026-01-28T22:58:27.850Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c735ab2b04220088 -C extra-filename=-6667286dd4cc8c98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5197 | 2026-01-28T22:59:15.916Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2024 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c64408ab3b949a8b -C extra-filename=-dd544a5a18cd73a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5198 | 2026-01-28T22:59:27.959Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 5199 | 2026-01-28T22:59:27.983Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e876702e7f6c3a5b -C extra-filename=-0258502f60d90bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5200 | 2026-01-28T22:59:28.846Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=192a5f47bea515c1 -C extra-filename=-a43fd2f8e8ed1711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-6943c4a35a691551.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5201 | 2026-01-28T22:59:35.030Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7cdbeda21032ab6 -C extra-filename=-6d648ad488f737bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5202 | 2026-01-28T22:59:37.359Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40a217549d1c65cf -C extra-filename=-d1f6015acd5fab7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5203 | 2026-01-28T22:59:39.407Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12884d134eb0760 -C extra-filename=-49809eb3d46da599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5204 | 2026-01-28T22:59:39.887Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=dba6c42e03663c97 -C extra-filename=-72926764c6cd3cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5205 | 2026-01-28T22:59:39.975Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dee404c416e67f14 -C extra-filename=-1cdbc5da1c8d86d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5206 | 2026-01-28T22:59:46.694Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01c21522c4edfb04 -C extra-filename=-c0e3c28a875cb9cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5207 | 2026-01-28T22:59:48.540Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=109b990c4a144323 -C extra-filename=-84cf3005c387786c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5208 | 2026-01-28T22:59:58.507Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6b59de186465fba4 -C extra-filename=-8616050c2c72eb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
| 5209 | 2026-01-28T23:00:01.316Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac51e75081bc6304 -C extra-filename=-5167f6268a5e5f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5210 | 2026-01-28T23:00:04.634Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2024 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=62a5c27153298e40 -C extra-filename=-b2d52b2d63de3b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5211 | 2026-01-28T23:00:08.191Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7ba100771c74754 -C extra-filename=-54ef177130bf6825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5212 | 2026-01-28T23:00:11.968Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb746949a9249901 -C extra-filename=-1293151e9ec20ff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5213 | 2026-01-28T23:00:14.696Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3315e4c15b309388 -C extra-filename=-b521f6607a05f97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5214 | 2026-01-28T23:00:16.625Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88ad52e7a5760daf -C extra-filename=-6ff5a370d738e2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5215 | 2026-01-28T23:00:23.360Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7af30de20597fe7 -C extra-filename=-aaeae52f4d8df21a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5216 | 2026-01-28T23:00:24.349Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=82a6d7d4ec36c609 -C extra-filename=-05402cc54c3c4cc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5217 | 2026-01-28T23:00:29.691Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=889c021f7d4a7534 -C extra-filename=-5997ea6d74300708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5218 | 2026-01-28T23:00:37.212Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cca517c9219b4a7 -C extra-filename=-a9d68347b7070072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5219 | 2026-01-28T23:00:43.413Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e7cc62d9bae6f66 -C extra-filename=-67ae8be0f6cff99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5220 | 2026-01-28T23:00:44.943Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c61094e344b47cc -C extra-filename=-333a535ce88aeae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5221 | 2026-01-28T23:00:47.631Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1726ddff35cf6a51 -C extra-filename=-9d6f91cedc3396b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5222 | 2026-01-28T23:00:49.730Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47cbf3184b5d5f5c -C extra-filename=-4ab388a63e9ea063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5223 | 2026-01-28T23:00:51.514Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54b4f829ee687db7 -C extra-filename=-0d025682b606a61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5224 | 2026-01-28T23:00:59.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e5462372adef90db -C extra-filename=-1936b3e179500513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5225 | 2026-01-28T23:01:01.750Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dee2335db801374c -C extra-filename=-aedfbeb1dae0efb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5226 | 2026-01-28T23:01:14.642Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 5227 | 2026-01-28T23:01:14.670Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceaf302c0ea9ae73 -C extra-filename=-d3efc44955df3b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5228 | 2026-01-28T23:01:18.504Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70e7dbbfbee9983e -C extra-filename=-01c2ff4f3257d2f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5229 | 2026-01-28T23:01:22.369Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=d1a76500e9a98f2f -C extra-filename=-e0c2cf4f18e072f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5230 | 2026-01-28T23:01:27.525Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cadd761c6915c511 -C extra-filename=-18839cf5911a95f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5231 | 2026-01-28T23:01:28.700Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=970aca56b17f23e8 -C extra-filename=-2c82352d623f8472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5232 | 2026-01-28T23:01:32.597Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9538d49791f8520b -C extra-filename=-d4a2a5a3d2a794ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 5233 | 2026-01-28T23:01:38.626Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d5f0321d321121d -C extra-filename=-63bb9837fde5e8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5234 | 2026-01-28T23:01:43.213Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14b7a7f9910a6c52 -C extra-filename=-00c55e2533c15a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5235 | 2026-01-28T23:01:43.912Z | Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5236 | 2026-01-28T23:01:43.937Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab552a7f591d671 -C extra-filename=-f3a22aa327294126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5237 | 2026-01-28T23:01:49.740Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76e3e51dc58f200d -C extra-filename=-6eeaa6d1fbb96809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5238 | 2026-01-28T23:02:03.242Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa8fdac72289e4b9 -C extra-filename=-9f4488e807394582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-6943c4a35a691551.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5239 | 2026-01-28T23:02:05.442Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a481f17c87f90325 -C extra-filename=-0f6454d3240966f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b9db8a8d6d8d997d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2f0c7d8be15f013f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5240 | 2026-01-28T23:02:06.956Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f070d5e211a37d5 -C extra-filename=-3703f278dca47724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5241 | 2026-01-28T23:02:07.762Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e91339b6ad0bc59f -C extra-filename=-12f636bd2abed63c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5242 | 2026-01-28T23:02:08.890Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=928caec886e53270 -C extra-filename=-cf38455cdcf4d430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-df02671f21bbda4e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5243 | 2026-01-28T23:02:09.995Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1c747ef16a977b8 -C extra-filename=-a6d1b8ca3fc10339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-06a5c53ff2e12e69.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5244 | 2026-01-28T23:02:11.652Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e98d25c77c797100 -C extra-filename=-b68bd139c82a84ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5245 | 2026-01-28T23:02:12.046Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=452ca5f73b3d0bd0 -C extra-filename=-e41e7c80c4cc27bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5246 | 2026-01-28T23:02:13.241Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dad23ddb9103258 -C extra-filename=-e8a3a20fd1bc8813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5247 | 2026-01-28T23:02:23.682Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab8bb84fd0762072 -C extra-filename=-7a4d433596502eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5248 | 2026-01-28T23:02:26.815Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c127aee5457af91 -C extra-filename=-5540a48f4a9006f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-a4b7554595ed801d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5249 | 2026-01-28T23:02:28.196Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bc312e9cdf5b37b -C extra-filename=-ddd638540e7e6718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-72690940e9156db6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-691b4611fcd821c1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5250 | 2026-01-28T23:02:28.355Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebaad55e50e9032e -C extra-filename=-6398eb925a3f9d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5251 | 2026-01-28T23:02:28.496Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea0a39faeee412aa -C extra-filename=-48df2bf2b8efd11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5252 | 2026-01-28T23:02:30.362Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecf0eb1e11aa5c85 -C extra-filename=-2b87f725f2b1441a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5253 | 2026-01-28T23:02:31.246Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=545337c8edd59914 -C extra-filename=-bd11a6132279657b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5254 | 2026-01-28T23:02:32.541Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=6ada62241f1a03d2 -C extra-filename=-84b057b43382f609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5255 | 2026-01-28T23:02:37.753Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3eb8fac59ea7a94 -C extra-filename=-5906e44e15e2bcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5256 | 2026-01-28T23:02:40.986Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bfcf173250aa86e -C extra-filename=-c2913a199ed52f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5257 | 2026-01-28T23:02:46.114Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ad76d03e1884f15 -C extra-filename=-2cbfecffb4952c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5258 | 2026-01-28T23:02:48.800Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c064de8e9fc9883 -C extra-filename=-8637e27ead9d60b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5259 | 2026-01-28T23:02:50.824Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=460ec76fefd956ba -C extra-filename=-6ff4970b3b797b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5260 | 2026-01-28T23:02:52.169Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5faa5702ac0ea14d -C extra-filename=-4b5a3d16dc661b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5261 | 2026-01-28T23:02:52.282Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5262 | 2026-01-28T23:02:52.306Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=130dfdac6b7db6e2 -C extra-filename=-1574290df7637b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5263 | 2026-01-28T23:02:52.622Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16c31df296cecff7 -C extra-filename=-ba270ff9a3347244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5264 | 2026-01-28T23:02:54.744Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e44e30c4f6463f02 -C extra-filename=-d9e28e6cb757f74f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5265 | 2026-01-28T23:02:55.630Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faa4c168caaf62d3 -C extra-filename=-3775a7b8e1852e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5266 | 2026-01-28T23:02:56.168Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3c8076c7f877047 -C extra-filename=-5b591557c81998b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5267 | 2026-01-28T23:02:56.622Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7adfc94298c1569 -C extra-filename=-264e44b5ecc21bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5268 | 2026-01-28T23:02:57.631Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=dd59ce7a8a3503eb -C extra-filename=-3442bcf0a1bdf2df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5269 | 2026-01-28T23:02:58.452Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=3593cef713417b74 -C extra-filename=-d24544d5b38bdf5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64` |
| 5270 | 2026-01-28T23:03:01.517Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54ee94cce1d0be43 -C extra-filename=-891d33df42b3841f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5271 | 2026-01-28T23:03:02.816Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd65d20cd7214291 -C extra-filename=-b39d4bba7d8829af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5272 | 2026-01-28T23:03:09.838Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=876ffa02538b018c -C extra-filename=-bba64e0406a2eba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5273 | 2026-01-28T23:03:09.902Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=443667efc92978db -C extra-filename=-8f5aa0be32fac313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5274 | 2026-01-28T23:03:12.994Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7688d7b78d383c0 -C extra-filename=-f0f92f7ec4f07d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5275 | 2026-01-28T23:03:17.443Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ba2a7e40abe498d -C extra-filename=-6f50dbe47915621c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5276 | 2026-01-28T23:03:17.830Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a28ba1111e122501 -C extra-filename=-ac4bfeed19656a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5277 | 2026-01-28T23:03:19.915Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9743fed83e09f58c -C extra-filename=-72d24e39aab66847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5278 | 2026-01-28T23:03:19.977Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89a19f31075c294d -C extra-filename=-3fcba64d3cdf65e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5279 | 2026-01-28T23:03:22.753Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feed61a40676d19b -C extra-filename=-b3f58bb06cff50d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5280 | 2026-01-28T23:03:24.567Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ee33951a5278cc -C extra-filename=-ed877af173f78b84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5281 | 2026-01-28T23:03:25.538Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11b64b1ea16ee4bc -C extra-filename=-cda894a041558740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5282 | 2026-01-28T23:03:26.843Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f84297552d84155 -C extra-filename=-af1e6fbeb538424c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5283 | 2026-01-28T23:03:27.172Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b9f5de049e2f4ed -C extra-filename=-a969ce93f676a4f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
| 5284 | 2026-01-28T23:03:27.244Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4a7e8bed3a7e846 -C extra-filename=-eda6b222638b0a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5285 | 2026-01-28T23:03:27.926Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c30c17fe65189f3 -C extra-filename=-af644c4a3217f409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5286 | 2026-01-28T23:03:28.388Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ca5104a15fa9ead -C extra-filename=-dbb0b61e60af0fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5287 | 2026-01-28T23:03:29.539Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81539bcabd912e85 -C extra-filename=-e269bcb42ffd7272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5288 | 2026-01-28T23:03:30.310Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a77f35a05a180433 -C extra-filename=-9196aa79adf7002e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5289 | 2026-01-28T23:03:31.668Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34dfb921aa79b076 -C extra-filename=-eb796526fb4690b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5290 | 2026-01-28T23:03:32.914Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa93200f263511c2 -C extra-filename=-fad43a5db2ed117b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5291 | 2026-01-28T23:03:33.132Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24885269ef8f52ae -C extra-filename=-aef9dead1fb4c0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5292 | 2026-01-28T23:03:33.913Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a476c42a1d9f7ca4 -C extra-filename=-5f98b7ad5354052e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5293 | 2026-01-28T23:03:35.558Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c92d9ddfa1c565c -C extra-filename=-8171f0511b334261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5294 | 2026-01-28T23:03:36.482Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc6f39237b5bc976 -C extra-filename=-6fe52a96de24389a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5295 | 2026-01-28T23:03:38.706Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f881df9aaa39802b -C extra-filename=-72bce9246b9f56cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5296 | 2026-01-28T23:03:38.863Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=33e05c9a29497d10 -C extra-filename=-b7781482caa6df4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5297 | 2026-01-28T23:03:40.027Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=303b71bdc1b4d607 -C extra-filename=-9d0575bb5ad40d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5298 | 2026-01-28T23:03:42.802Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f7614daebac4123 -C extra-filename=-2f495019affd05e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5299 | 2026-01-28T23:03:48.121Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4eba4b3acdb7b1a -C extra-filename=-145d0bea6cb4cca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5300 | 2026-01-28T23:03:49.760Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42440ccc8069f574 -C extra-filename=-8e3b1b5331d09677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5301 | 2026-01-28T23:03:52.241Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ecca47ff07aae784 -C extra-filename=-d3728b6314a720e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5302 | 2026-01-28T23:03:52.457Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6b449e61a324579 -C extra-filename=-b23da46dcca4dfe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5303 | 2026-01-28T23:03:52.936Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28657bd46a6cfafa -C extra-filename=-af86ca06cec6e7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5304 | 2026-01-28T23:03:53.916Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=754101b76684443d -C extra-filename=-4fb1bb118a48898a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5305 | 2026-01-28T23:03:54.785Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04c9c89f8b029bf9 -C extra-filename=-f7c44644e41dd674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5306 | 2026-01-28T23:03:55.689Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b99f3e3b9022dc4 -C extra-filename=-022d65ec5662a026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5307 | 2026-01-28T23:03:56.049Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1852b973bf72d4ca -C extra-filename=-215f6c576b835d33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5308 | 2026-01-28T23:03:57.130Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2f45942a1e71706 -C extra-filename=-f64d32e4206d1cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5309 | 2026-01-28T23:03:57.733Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=5a74dc4e250b6899 -C extra-filename=-a4f8563003251fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5310 | 2026-01-28T23:03:57.960Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93e5b259004fdc93 -C extra-filename=-3af6ec3140ba417c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5311 | 2026-01-28T23:03:58.166Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=404b05db45947dfe -C extra-filename=-40b2a061f08daed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5312 | 2026-01-28T23:03:58.723Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bb81f2f89f51ddf -C extra-filename=-259ab9ade014957b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5313 | 2026-01-28T23:03:58.894Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86cb99775139d363 -C extra-filename=-0a17d333d160d3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5314 | 2026-01-28T23:03:59.188Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3f18fffe080edb -C extra-filename=-007e095059ca811b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5315 | 2026-01-28T23:03:59.677Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e20ddb74d02442b -C extra-filename=-d65965186eb13255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5316 | 2026-01-28T23:04:00.023Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f42155831ce52d7d -C extra-filename=-90526447465c2a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5317 | 2026-01-28T23:04:01.350Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92de9cedef90d30c -C extra-filename=-2c3b56a1a44449d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5318 | 2026-01-28T23:04:02.256Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9e0d427dc8cee2f -C extra-filename=-c838d35dac64d76c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5319 | 2026-01-28T23:04:02.451Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d379fea053b5b93 -C extra-filename=-0115db31fbbd2bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5320 | 2026-01-28T23:04:02.827Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b55021ace3d0740 -C extra-filename=-e2851b2bd346cd5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5321 | 2026-01-28T23:04:03.622Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78f5a4f290e3ddc9 -C extra-filename=-c411c2bc9df90c39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5322 | 2026-01-28T23:04:04.321Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a430f6a895523402 -C extra-filename=-52d4696b13441e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5323 | 2026-01-28T23:04:04.386Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04382b36f1a57dd9 -C extra-filename=-8da3124294ffc58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5324 | 2026-01-28T23:04:04.974Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4848a1cb3d0fe64 -C extra-filename=-257a3126a15c627f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5325 | 2026-01-28T23:04:05.962Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b158121a91c1024 -C extra-filename=-ff41dec76252e25f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64` |
| 5326 | 2026-01-28T23:04:06.412Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=46ced0e398ae78c1 -C extra-filename=-dc55039acaa13900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5327 | 2026-01-28T23:04:06.614Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0598cf3d76ffc8cf -C extra-filename=-3a1b9bc25a54c54c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 5328 | 2026-01-28T23:05:24.619Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b73128898eb2222 -C extra-filename=-d285eda56015672f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-79370c179012ebaa.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5329 | 2026-01-28T23:05:24.667Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8aaf95e8a483f298 -C extra-filename=-70bf47c0cba870ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-642cb2aeba8730f1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5330 | 2026-01-28T23:05:24.712Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e01178df2550f3f -C extra-filename=-a78248b1f482829b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5331 | 2026-01-28T23:05:24.712Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=570aad3ced46cdf1 -C extra-filename=-93309479c732199c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5332 | 2026-01-28T23:05:24.712Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f731bfdb5fcc5d85 -C extra-filename=-0d2a33796afbff7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-79370c179012ebaa.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5333 | 2026-01-28T23:05:24.713Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=328f7262601c1698 -C extra-filename=-4f4bb0e0e95e2389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5334 | 2026-01-28T23:05:24.870Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76c08626d8203752 -C extra-filename=-e5a01b5bbcfd6686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a3aa52e1bfc6fe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5335 | 2026-01-28T23:05:24.983Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bc48e423f7619a0 -C extra-filename=-354b0479db97190f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a89edfa08b35b5d9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-642cb2aeba8730f1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 5336 | 2026-01-28T23:20:57.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41m 23s |
| 5337 | 2026-01-28T23:21:20.260Z | |
| 5338 | 2026-01-28T23:21:20.305Z | real 41:46.902769824 |
| 5339 | 2026-01-28T23:21:20.305Z | user 2:49:40.299952587 |
| 5340 | 2026-01-28T23:21:20.305Z | sys 38:44.039226802 |
| 5341 | 2026-01-28T23:21:20.305Z | trap 30.896271107 |
| 5342 | 2026-01-28T23:21:20.305Z | tflt 5.470990407 |
| 5343 | 2026-01-28T23:21:20.305Z | dflt 31:39.201838899 |
| 5344 | 2026-01-28T23:21:20.305Z | kflt 0.812026787 |
| 5345 | 2026-01-28T23:21:20.306Z | lock 11:35:39.562987364 |
| 5346 | 2026-01-28T23:21:20.306Z | slp 20:23:27.130898175 |
| 5347 | 2026-01-28T23:21:20.306Z | lat 23:41.180167926 |
| 5348 | 2026-01-28T23:21:20.306Z | stop 18:43.240821229 |
| 5349 | 2026-01-28T23:21:21.273Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
| 5350 | 2026-01-28T23:21:30.676Z | Fresh unicode-ident v1.0.19 |
| 5351 | 2026-01-28T23:21:30.731Z | Fresh cfg-if v1.0.4 |
| 5352 | 2026-01-28T23:21:30.731Z | Fresh autocfg v1.4.0 |
| 5353 | 2026-01-28T23:21:30.731Z | Fresh memchr v2.7.4 |
| 5354 | 2026-01-28T23:21:30.731Z | Fresh proc-macro2 v1.0.101 |
| 5355 | 2026-01-28T23:21:30.731Z | Fresh value-bag v1.12.0 |
| 5356 | 2026-01-28T23:21:30.731Z | Fresh smallvec v1.15.1 |
| 5357 | 2026-01-28T23:21:30.731Z | Fresh version_check v0.9.5 |
| 5358 | 2026-01-28T23:21:30.731Z | Fresh itoa v1.0.11 |
| 5359 | 2026-01-28T23:21:30.731Z | Fresh quote v1.0.40 |
| 5360 | 2026-01-28T23:21:30.731Z | Fresh libc v0.2.180 |
| 5361 | 2026-01-28T23:21:30.731Z | Fresh serde_core v1.0.228 |
| 5362 | 2026-01-28T23:21:30.731Z | Fresh log v0.4.29 |
| 5363 | 2026-01-28T23:21:30.731Z | Fresh scopeguard v1.2.0 |
| 5364 | 2026-01-28T23:21:30.731Z | Fresh syn v2.0.111 |
| 5365 | 2026-01-28T23:21:30.731Z | Fresh getrandom v0.2.15 |
| 5366 | 2026-01-28T23:21:30.731Z | Fresh stable_deref_trait v1.2.0 |
| 5367 | 2026-01-28T23:21:30.731Z | Fresh serde_derive v1.0.228 |
| 5368 | 2026-01-28T23:21:30.731Z | Fresh lock_api v0.4.12 |
| 5369 | 2026-01-28T23:21:30.732Z | Fresh libm v0.2.8 |
| 5370 | 2026-01-28T23:21:30.732Z | Fresh zeroize_derive v1.4.2 |
| 5371 | 2026-01-28T23:21:30.732Z | Fresh synstructure v0.13.1 |
| 5372 | 2026-01-28T23:21:30.732Z | Fresh serde v1.0.228 |
| 5373 | 2026-01-28T23:21:30.732Z | Fresh num-traits v0.2.19 |
| 5374 | 2026-01-28T23:21:30.732Z | Fresh zmij v1.0.15 |
| 5375 | 2026-01-28T23:21:30.732Z | Fresh zeroize v1.8.1 |
| 5376 | 2026-01-28T23:21:30.732Z | Fresh critical-section v1.1.3 |
| 5377 | 2026-01-28T23:21:30.732Z | Fresh zerofrom-derive v0.1.4 |
| 5378 | 2026-01-28T23:21:30.732Z | Fresh bitflags v2.9.4 |
| 5379 | 2026-01-28T23:21:30.732Z | Fresh bytes v1.10.1 |
| 5380 | 2026-01-28T23:21:30.732Z | Fresh serde_json v1.0.149 |
| 5381 | 2026-01-28T23:21:30.732Z | Fresh portable-atomic v1.11.0 |
| 5382 | 2026-01-28T23:21:30.732Z | Fresh zerofrom v0.1.4 |
| 5383 | 2026-01-28T23:21:30.732Z | Fresh yoke-derive v0.7.4 |
| 5384 | 2026-01-28T23:21:30.732Z | Fresh zerovec-derive v0.10.3 |
| 5385 | 2026-01-28T23:21:30.732Z | Fresh getrandom v0.3.4 |
| 5386 | 2026-01-28T23:21:30.732Z | Fresh once_cell v1.21.3 |
| 5387 | 2026-01-28T23:21:30.732Z | Fresh yoke v0.7.4 |
| 5388 | 2026-01-28T23:21:30.732Z | Fresh displaydoc v0.2.5 |
| 5389 | 2026-01-28T23:21:30.732Z | Fresh litemap v0.7.3 |
| 5390 | 2026-01-28T23:21:30.732Z | Fresh percent-encoding v2.3.2 |
| 5391 | 2026-01-28T23:21:30.732Z | Fresh writeable v0.5.5 |
| 5392 | 2026-01-28T23:21:30.732Z | Fresh icu_provider_macros v1.5.0 |
| 5393 | 2026-01-28T23:21:30.732Z | Fresh zerovec v0.10.4 |
| 5394 | 2026-01-28T23:21:30.732Z | Fresh allocator-api2 v0.2.21 |
| 5395 | 2026-01-28T23:21:30.732Z | Fresh icu_locid_transform_data v1.5.0 |
| 5396 | 2026-01-28T23:21:30.782Z | Fresh errno v0.3.12 |
| 5397 | 2026-01-28T23:21:30.782Z | Fresh semver v1.0.27 |
| 5398 | 2026-01-28T23:21:30.782Z | Fresh icu_properties_data v1.5.0 |
| 5399 | 2026-01-28T23:21:30.782Z | Fresh rand_core v0.6.4 |
| 5400 | 2026-01-28T23:21:30.782Z | Fresh write16 v1.0.0 |
| 5401 | 2026-01-28T23:21:30.782Z | Fresh tinystr v0.7.6 |
| 5402 | 2026-01-28T23:21:30.782Z | Fresh icu_collections v1.5.0 |
| 5403 | 2026-01-28T23:21:30.782Z | Fresh pin-project-lite v0.2.14 |
| 5404 | 2026-01-28T23:21:30.783Z | Fresh icu_normalizer_data v1.5.0 |
| 5405 | 2026-01-28T23:21:30.783Z | Fresh utf16_iter v1.0.5 |
| 5406 | 2026-01-28T23:21:30.783Z | Fresh utf8_iter v1.0.4 |
| 5407 | 2026-01-28T23:21:30.783Z | Fresh form_urlencoded v1.2.2 |
| 5408 | 2026-01-28T23:21:30.783Z | Fresh byteorder v1.5.0 |
| 5409 | 2026-01-28T23:21:30.783Z | Fresh icu_locid v1.5.0 |
| 5410 | 2026-01-28T23:21:30.783Z | Fresh shlex v1.3.0 |
| 5411 | 2026-01-28T23:21:30.783Z | Fresh regex-syntax v0.8.5 |
| 5412 | 2026-01-28T23:21:30.783Z | Fresh equivalent v1.0.2 |
| 5413 | 2026-01-28T23:21:30.783Z | Fresh jobserver v0.1.32 |
| 5414 | 2026-01-28T23:21:30.783Z | Fresh heck v0.5.0 |
| 5415 | 2026-01-28T23:21:30.783Z | Fresh subtle v2.6.1 |
| 5416 | 2026-01-28T23:21:30.783Z | Fresh icu_provider v1.5.0 |
| 5417 | 2026-01-28T23:21:30.783Z | Fresh cc v1.2.30 |
| 5418 | 2026-01-28T23:21:30.783Z | Fresh signal-hook-registry v1.4.2 |
| 5419 | 2026-01-28T23:21:30.783Z | Fresh aho-corasick v1.1.3 |
| 5420 | 2026-01-28T23:21:30.783Z | Fresh icu_locid_transform v1.5.0 |
| 5421 | 2026-01-28T23:21:30.783Z | Fresh parking_lot_core v0.9.10 |
| 5422 | 2026-01-28T23:21:30.783Z | Fresh regex-automata v0.4.11 |
| 5423 | 2026-01-28T23:21:30.783Z | Fresh fnv v1.0.7 |
| 5424 | 2026-01-28T23:21:30.783Z | Fresh mio v1.0.2 |
| 5425 | 2026-01-28T23:21:30.783Z | Fresh icu_properties v1.5.1 |
| 5426 | 2026-01-28T23:21:30.783Z | Fresh parking_lot v0.12.3 |
| 5427 | 2026-01-28T23:21:30.783Z | Fresh typenum v1.17.0 |
| 5428 | 2026-01-28T23:21:30.783Z | Fresh rustix v0.38.37 |
| 5429 | 2026-01-28T23:21:30.783Z | Fresh futures-core v0.3.31 |
| 5430 | 2026-01-28T23:21:30.783Z | Fresh thiserror-impl v2.0.17 |
| 5431 | 2026-01-28T23:21:30.783Z | Fresh iana-time-zone v0.1.63 |
| 5432 | 2026-01-28T23:21:30.783Z | Fresh icu_normalizer v1.5.0 |
| 5433 | 2026-01-28T23:21:30.783Z | Fresh generic-array v0.14.7 |
| 5434 | 2026-01-28T23:21:30.783Z | Fresh chrono v0.4.42 |
| 5435 | 2026-01-28T23:21:30.783Z | Fresh hashbrown v0.16.1 |
| 5436 | 2026-01-28T23:21:30.783Z | Fresh regex v1.11.3 |
| 5437 | 2026-01-28T23:21:30.784Z | Fresh tokio-macros v2.6.0 |
| 5438 | 2026-01-28T23:21:30.784Z | Fresh socket2 v0.6.1 |
| 5439 | 2026-01-28T23:21:30.784Z | Fresh idna_adapter v1.2.0 |
| 5440 | 2026-01-28T23:21:30.784Z | Fresh crypto-common v0.1.6 |
| 5441 | 2026-01-28T23:21:30.784Z | Fresh thiserror v2.0.17 |
| 5442 | 2026-01-28T23:21:30.784Z | Fresh either v1.15.0 |
| 5443 | 2026-01-28T23:21:30.784Z | Fresh indexmap v2.12.1 |
| 5444 | 2026-01-28T23:21:30.784Z | Fresh tokio v1.48.0 |
| 5445 | 2026-01-28T23:21:30.784Z | Fresh uuid v1.19.0 |
| 5446 | 2026-01-28T23:21:30.784Z | Fresh spin v0.9.8 |
| 5447 | 2026-01-28T23:21:30.784Z | Fresh idna v1.0.3 |
| 5448 | 2026-01-28T23:21:30.784Z | Fresh zerocopy-derive v0.7.35 |
| 5449 | 2026-01-28T23:21:30.784Z | Fresh thiserror-impl v1.0.69 |
| 5450 | 2026-01-28T23:21:30.784Z | Fresh const-oid v0.9.6 |
| 5451 | 2026-01-28T23:21:30.784Z | Fresh serde_derive_internals v0.29.1 |
| 5452 | 2026-01-28T23:21:30.784Z | Fresh futures-io v0.3.31 |
| 5453 | 2026-01-28T23:21:30.784Z | Fresh dyn-clone v1.0.20 |
| 5454 | 2026-01-28T23:21:30.784Z | Fresh url v2.5.4 |
| 5455 | 2026-01-28T23:21:30.784Z | Fresh zerocopy v0.7.35 |
| 5456 | 2026-01-28T23:21:30.784Z | Fresh schemars_derive v0.8.22 |
| 5457 | 2026-01-28T23:21:30.784Z | Fresh lazy_static v1.5.0 |
| 5458 | 2026-01-28T23:21:30.784Z | Fresh thiserror v1.0.69 |
| 5459 | 2026-01-28T23:21:30.784Z | Fresh block-buffer v0.10.4 |
| 5460 | 2026-01-28T23:21:30.784Z | Fresh pkg-config v0.3.31 |
| 5461 | 2026-01-28T23:21:30.784Z | Fresh strsim v0.11.1 |
| 5462 | 2026-01-28T23:21:30.784Z | Fresh schemars v0.8.22 |
| 5463 | 2026-01-28T23:21:30.784Z | Fresh slab v0.4.9 |
| 5464 | 2026-01-28T23:21:30.784Z | Fresh rustversion v1.0.22 |
| 5465 | 2026-01-28T23:21:30.784Z | Fresh digest v0.10.7 |
| 5466 | 2026-01-28T23:21:30.785Z | Fresh pin-utils v0.1.0 |
| 5467 | 2026-01-28T23:21:30.785Z | Fresh futures-sink v0.3.31 |
| 5468 | 2026-01-28T23:21:30.785Z | Fresh cpufeatures v0.2.14 |
| 5469 | 2026-01-28T23:21:30.785Z | Fresh syn v1.0.109 |
| 5470 | 2026-01-28T23:21:30.785Z | Fresh futures-channel v0.3.31 |
| 5471 | 2026-01-28T23:21:30.785Z | Fresh futures-macro v0.3.31 |
| 5472 | 2026-01-28T23:21:30.785Z | Fresh futures-task v0.3.31 |
| 5473 | 2026-01-28T23:21:30.785Z | Fresh foldhash v0.1.5 |
| 5474 | 2026-01-28T23:21:30.785Z | Fresh ppv-lite86 v0.2.20 |
| 5475 | 2026-01-28T23:21:30.785Z | Fresh adler2 v2.0.0 |
| 5476 | 2026-01-28T23:21:30.785Z | Fresh tracing-core v0.1.32 |
| 5477 | 2026-01-28T23:21:30.785Z | Fresh futures-util v0.3.31 |
| 5478 | 2026-01-28T23:21:30.785Z | Fresh hashbrown v0.15.4 |
| 5479 | 2026-01-28T23:21:30.785Z | Fresh miniz_oxide v0.8.5 |
| 5480 | 2026-01-28T23:21:30.785Z | Fresh tracing-attributes v0.1.27 |
| 5481 | 2026-01-28T23:21:30.785Z | Fresh glob v0.3.2 |
| 5482 | 2026-01-28T23:21:30.785Z | Fresh gimli v0.31.1 |
| 5483 | 2026-01-28T23:21:30.785Z | Fresh http v1.4.0 |
| 5484 | 2026-01-28T23:21:30.785Z | Fresh object v0.36.5 |
| 5485 | 2026-01-28T23:21:30.785Z | Fresh tracing v0.1.40 |
| 5486 | 2026-01-28T23:21:30.785Z | Fresh addr2line v0.24.2 |
| 5487 | 2026-01-28T23:21:30.785Z | Fresh rustc-demangle v0.1.24 |
| 5488 | 2026-01-28T23:21:30.785Z | Fresh minimal-lexical v0.2.1 |
| 5489 | 2026-01-28T23:21:30.785Z | Fresh backtrace v0.3.74 |
| 5490 | 2026-01-28T23:21:30.785Z | Fresh nom v7.1.3 |
| 5491 | 2026-01-28T23:21:30.785Z | Fresh serde_tokenstream v0.2.2 |
| 5492 | 2026-01-28T23:21:30.785Z | Fresh libloading v0.8.5 |
| 5493 | 2026-01-28T23:21:30.785Z | Fresh paste v1.0.15 |
| 5494 | 2026-01-28T23:21:30.785Z | Fresh crossbeam-utils v0.8.21 |
| 5495 | 2026-01-28T23:21:30.785Z | Fresh cexpr v0.6.0 |
| 5496 | 2026-01-28T23:21:30.811Z | Fresh clang-sys v1.8.1 |
| 5497 | 2026-01-28T23:21:30.811Z | Fresh prettyplease v0.2.36 |
| 5498 | 2026-01-28T23:21:30.811Z | Fresh base64 v0.22.1 |
| 5499 | 2026-01-28T23:21:30.811Z | Fresh home v0.5.9 |
| 5500 | 2026-01-28T23:21:30.811Z | Fresh powerfmt v0.2.0 |
| 5501 | 2026-01-28T23:21:30.811Z | Fresh num-conv v0.1.0 |
| 5502 | 2026-01-28T23:21:30.811Z | Fresh time-core v0.1.6 |
| 5503 | 2026-01-28T23:21:30.811Z | Fresh block-padding v0.3.3 |
| 5504 | 2026-01-28T23:21:30.811Z | Fresh utf8parse v0.2.2 |
| 5505 | 2026-01-28T23:21:30.811Z | Fresh num_threads v0.1.7 |
| 5506 | 2026-01-28T23:21:30.811Z | Fresh anyhow v1.0.99 |
| 5507 | 2026-01-28T23:21:30.811Z | Fresh time-macros v0.2.24 |
| 5508 | 2026-01-28T23:21:30.811Z | Fresh deranged v0.5.3 |
| 5509 | 2026-01-28T23:21:30.811Z | Fresh vcpkg v0.2.15 |
| 5510 | 2026-01-28T23:21:30.811Z | Fresh base64ct v1.6.0 |
| 5511 | 2026-01-28T23:21:30.811Z | Fresh inout v0.1.3 |
| 5512 | 2026-01-28T23:21:30.811Z | Fresh ipnet v2.11.0 |
| 5513 | 2026-01-28T23:21:30.812Z | Fresh time v0.3.43 |
| 5514 | 2026-01-28T23:21:30.812Z | Fresh cipher v0.4.4 |
| 5515 | 2026-01-28T23:21:30.812Z | Fresh itertools v0.12.1 |
| 5516 | 2026-01-28T23:21:30.812Z | Fresh zerocopy-derive v0.8.27 |
| 5517 | 2026-01-28T23:21:30.812Z | Fresh which v4.4.2 |
| 5518 | 2026-01-28T23:21:30.812Z | Fresh tokio-util v0.7.15 |
| 5519 | 2026-01-28T23:21:30.812Z | Fresh atomic-waker v1.1.2 |
| 5520 | 2026-01-28T23:21:30.812Z | Fresh anstyle v1.0.11 |
| 5521 | 2026-01-28T23:21:30.812Z | Fresh ident_case v1.0.1 |
| 5522 | 2026-01-28T23:21:30.812Z | Fresh lazycell v1.3.0 |
| 5523 | 2026-01-28T23:21:30.812Z | Fresh rustc-hash v1.1.0 |
| 5524 | 2026-01-28T23:21:30.812Z | Fresh zerocopy v0.8.27 |
| 5525 | 2026-01-28T23:21:30.812Z | Fresh bindgen v0.69.5 |
| 5526 | 2026-01-28T23:21:30.812Z | Fresh sha2 v0.10.9 |
| 5527 | 2026-01-28T23:21:30.812Z | Fresh cmake v0.1.51 |
| 5528 | 2026-01-28T23:21:30.812Z | Fresh fastrand v2.1.1 |
| 5529 | 2026-01-28T23:21:30.812Z | Fresh fs_extra v1.3.0 |
| 5530 | 2026-01-28T23:21:30.812Z | Fresh dunce v1.0.5 |
| 5531 | 2026-01-28T23:21:30.812Z | Fresh untrusted v0.9.0 |
| 5532 | 2026-01-28T23:21:30.812Z | Fresh httparse v1.9.5 |
| 5533 | 2026-01-28T23:21:30.812Z | Fresh pem-rfc7468 v0.7.0 |
| 5534 | 2026-01-28T23:21:30.812Z | Fresh anstyle-parse v0.2.5 |
| 5535 | 2026-01-28T23:21:30.812Z | Fresh hmac v0.12.1 |
| 5536 | 2026-01-28T23:21:30.812Z | Fresh is_terminal_polyfill v1.70.1 |
| 5537 | 2026-01-28T23:21:30.812Z | Fresh anstyle-query v1.1.1 |
| 5538 | 2026-01-28T23:21:30.812Z | Fresh ring v0.17.14 |
| 5539 | 2026-01-28T23:21:30.812Z | Fresh colorchoice v1.0.2 |
| 5540 | 2026-01-28T23:21:30.812Z | Fresh rand_chacha v0.3.1 |
| 5541 | 2026-01-28T23:21:30.812Z | Fresh ryu v1.0.18 |
| 5542 | 2026-01-28T23:21:30.812Z | Fresh terminal_size v0.4.0 |
| 5543 | 2026-01-28T23:21:30.812Z | Fresh der_derive v0.7.3 |
| 5544 | 2026-01-28T23:21:30.812Z | Fresh unicode-segmentation v1.12.0 |
| 5545 | 2026-01-28T23:21:30.812Z | Fresh anstream v0.6.18 |
| 5546 | 2026-01-28T23:21:30.812Z | Fresh rand v0.8.5 |
| 5547 | 2026-01-28T23:21:30.812Z | Fresh rustls-pki-types v1.10.0 |
| 5548 | 2026-01-28T23:21:30.812Z | Fresh flagset v0.4.6 |
| 5549 | 2026-01-28T23:21:30.812Z | Fresh http-body v1.0.1 |
| 5550 | 2026-01-28T23:21:30.812Z | Fresh clap_lex v0.7.4 |
| 5551 | 2026-01-28T23:21:30.812Z | Fresh aws-lc-sys v0.26.0 |
| 5552 | 2026-01-28T23:21:30.812Z | Fresh der v0.7.10 |
| 5553 | 2026-01-28T23:21:30.813Z | Fresh clap_builder v4.5.48 |
| 5554 | 2026-01-28T23:21:30.813Z | Fresh clap_derive v4.5.47 |
| 5555 | 2026-01-28T23:21:30.813Z | Fresh untrusted v0.7.1 |
| 5556 | 2026-01-28T23:21:30.813Z | Fresh try-lock v0.2.5 |
| 5557 | 2026-01-28T23:21:30.813Z | Fresh httpdate v1.0.3 |
| 5558 | 2026-01-28T23:21:30.813Z | Fresh h2 v0.4.6 |
| 5559 | 2026-01-28T23:21:30.813Z | Fresh clap v4.5.48 |
| 5560 | 2026-01-28T23:21:30.813Z | Fresh aws-lc-rs v1.12.4 |
| 5561 | 2026-01-28T23:21:30.813Z | Fresh want v0.3.1 |
| 5562 | 2026-01-28T23:21:30.813Z | Fresh toml_datetime v0.6.11 |
| 5563 | 2026-01-28T23:21:30.813Z | Fresh serde_spanned v0.6.9 |
| 5564 | 2026-01-28T23:21:30.813Z | Fresh tower-service v0.3.3 |
| 5565 | 2026-01-28T23:21:30.813Z | Fresh tower-layer v0.3.3 |
| 5566 | 2026-01-28T23:21:30.813Z | Fresh rustls-webpki v0.102.8 |
| 5567 | 2026-01-28T23:21:30.813Z | Fresh hyper v1.8.1 |
| 5568 | 2026-01-28T23:21:30.813Z | Fresh async-trait v0.1.89 |
| 5569 | 2026-01-28T23:21:30.813Z | Fresh spki v0.7.3 |
| 5570 | 2026-01-28T23:21:30.813Z | Fresh pbkdf2 v0.12.2 |
| 5571 | 2026-01-28T23:21:30.813Z | Fresh camino v1.2.1 |
| 5572 | 2026-01-28T23:21:30.813Z | Fresh aes v0.8.4 |
| 5573 | 2026-01-28T23:21:30.813Z | Fresh rand_core v0.9.3 |
| 5574 | 2026-01-28T23:21:30.813Z | Fresh erased-serde v0.3.31 |
| 5575 | 2026-01-28T23:21:30.813Z | Fresh mime v0.3.17 |
| 5576 | 2026-01-28T23:21:30.813Z | Fresh ucd-trie v0.1.7 |
| 5577 | 2026-01-28T23:21:30.813Z | Fresh slog v2.8.2 |
| 5578 | 2026-01-28T23:21:30.813Z | Fresh hyper-util v0.1.19 |
| 5579 | 2026-01-28T23:21:30.813Z | Fresh salsa20 v0.10.2 |
| 5580 | 2026-01-28T23:21:30.813Z | Fresh cbc v0.1.2 |
| 5581 | 2026-01-28T23:21:30.813Z | Fresh rustc_version v0.4.1 |
| 5582 | 2026-01-28T23:21:30.813Z | Fresh http-body-util v0.1.3 |
| 5583 | 2026-01-28T23:21:30.813Z | Fresh pest v2.8.2 |
| 5584 | 2026-01-28T23:21:30.813Z | Fresh rustix v1.1.3 |
| 5585 | 2026-01-28T23:21:30.813Z | Fresh scrypt v0.11.0 |
| 5586 | 2026-01-28T23:21:30.813Z | Fresh plain v0.2.3 |
| 5587 | 2026-01-28T23:21:30.813Z | Fresh rand_chacha v0.9.0 |
| 5588 | 2026-01-28T23:21:30.813Z | Fresh openssl-probe v0.1.5 |
| 5589 | 2026-01-28T23:21:30.813Z | Fresh foreign-types-shared v0.1.1 |
| 5590 | 2026-01-28T23:21:30.813Z | Fresh pest_meta v2.8.2 |
| 5591 | 2026-01-28T23:21:30.813Z | Fresh pkcs5 v0.7.1 |
| 5592 | 2026-01-28T23:21:30.814Z | Fresh foreign-types v0.3.2 |
| 5593 | 2026-01-28T23:21:30.814Z | Fresh tempfile v3.24.0 |
| 5594 | 2026-01-28T23:21:30.814Z | Fresh rand v0.9.2 |
| 5595 | 2026-01-28T23:21:30.814Z | Fresh openssl-sys v0.9.109 |
| 5596 | 2026-01-28T23:21:30.838Z | Fresh serde_urlencoded v0.7.1 |
| 5597 | 2026-01-28T23:21:30.838Z | Fresh pest_generator v2.8.2 |
| 5598 | 2026-01-28T23:21:30.839Z | Fresh pkcs8 v0.10.2 |
| 5599 | 2026-01-28T23:21:30.839Z | Fresh openssl-macros v0.1.1 |
| 5600 | 2026-01-28T23:21:30.839Z | Fresh encoding_rs v0.8.34 |
| 5601 | 2026-01-28T23:21:30.839Z | Fresh pretty-hex v0.4.1 |
| 5602 | 2026-01-28T23:21:30.839Z | Fresh openapiv3 v2.2.0 |
| 5603 | 2026-01-28T23:21:30.839Z | Fresh hex v0.4.3 |
| 5604 | 2026-01-28T23:21:30.839Z | Fresh pest_derive v2.8.2 |
| 5605 | 2026-01-28T23:21:30.839Z | Fresh openssl v0.10.73 |
| 5606 | 2026-01-28T23:21:30.839Z | Fresh ipnetwork v0.21.1 |
| 5607 | 2026-01-28T23:21:30.839Z | Fresh litrs v0.4.1 |
| 5608 | 2026-01-28T23:21:30.839Z | Fresh sync_wrapper v1.0.1 |
| 5609 | 2026-01-28T23:21:30.839Z | Fresh rustls v0.23.19 |
| 5610 | 2026-01-28T23:21:30.839Z | Fresh document-features v0.2.11 |
| 5611 | 2026-01-28T23:21:30.839Z | Fresh winnow v0.7.13 |
| 5612 | 2026-01-28T23:21:30.839Z | Fresh psl-types v2.0.11 |
| 5613 | 2026-01-28T23:21:30.839Z | Fresh tower v0.5.2 |
| 5614 | 2026-01-28T23:21:30.839Z | Fresh rustls-native-certs v0.8.1 |
| 5615 | 2026-01-28T23:21:30.839Z | Fresh native-tls v0.2.12 |
| 5616 | 2026-01-28T23:21:30.839Z | Fresh tokio-rustls v0.26.0 |
| 5617 | 2026-01-28T23:21:30.839Z | Fresh cookie v0.18.1 |
| 5618 | 2026-01-28T23:21:30.839Z | Fresh publicsuffix v2.3.0 |
| 5619 | 2026-01-28T23:21:30.839Z | Fresh webpki-roots v1.0.1 |
| 5620 | 2026-01-28T23:21:30.839Z | Fresh iri-string v0.7.8 |
| 5621 | 2026-01-28T23:21:30.839Z | Fresh signature v2.2.0 |
| 5622 | 2026-01-28T23:21:30.839Z | Fresh sha1 v0.10.6 |
| 5623 | 2026-01-28T23:21:30.839Z | Fresh tokio-native-tls v0.3.1 |
| 5624 | 2026-01-28T23:21:30.839Z | Fresh hyper-rustls v0.27.7 |
| 5625 | 2026-01-28T23:21:30.839Z | Fresh tower-http v0.6.6 |
| 5626 | 2026-01-28T23:21:30.839Z | Fresh cookie_store v0.21.1 |
| 5627 | 2026-01-28T23:21:30.839Z | Fresh data-encoding v2.9.0 |
| 5628 | 2026-01-28T23:21:30.839Z | Fresh winnow v0.5.40 |
| 5629 | 2026-01-28T23:21:30.839Z | Fresh darling_core v0.20.10 |
| 5630 | 2026-01-28T23:21:30.839Z | Fresh darling_core v0.21.0 |
| 5631 | 2026-01-28T23:21:30.839Z | Fresh hyper-tls v0.6.0 |
| 5632 | 2026-01-28T23:21:30.839Z | Fresh toml_edit v0.19.15 |
| 5633 | 2026-01-28T23:21:30.839Z | Fresh strum_macros v0.26.4 |
| 5634 | 2026-01-28T23:21:30.839Z | Fresh tinyvec_macros v0.1.1 |
| 5635 | 2026-01-28T23:21:30.839Z | Fresh quick-error v1.2.3 |
| 5636 | 2026-01-28T23:21:30.839Z | Fresh darling_macro v0.21.0 |
| 5637 | 2026-01-28T23:21:30.840Z | Fresh darling_macro v0.20.10 |
| 5638 | 2026-01-28T23:21:30.840Z | Fresh num-integer v0.1.46 |
| 5639 | 2026-01-28T23:21:30.840Z | Fresh reqwest v0.12.24 |
| 5640 | 2026-01-28T23:21:30.840Z | Fresh strum v0.26.3 |
| 5641 | 2026-01-28T23:21:30.840Z | Fresh tinyvec v1.8.0 |
| 5642 | 2026-01-28T23:21:30.840Z | Fresh scroll_derive v0.12.0 |
| 5643 | 2026-01-28T23:21:30.840Z | Fresh darling v0.21.0 |
| 5644 | 2026-01-28T23:21:30.840Z | Fresh darling v0.20.10 |
| 5645 | 2026-01-28T23:21:30.840Z | Fresh oxnet v0.1.4 |
| 5646 | 2026-01-28T23:21:30.840Z | Fresh scroll v0.12.0 |
| 5647 | 2026-01-28T23:21:30.840Z | Fresh bit-vec v0.8.0 |
| 5648 | 2026-01-28T23:21:30.840Z | Fresh static_assertions v1.1.0 |
| 5649 | 2026-01-28T23:21:30.840Z | Fresh hubpack_derive v0.1.1 |
| 5650 | 2026-01-28T23:21:30.840Z | Fresh wait-timeout v0.2.0 |
| 5651 | 2026-01-28T23:21:30.840Z | Fresh crc32fast v1.4.2 |
| 5652 | 2026-01-28T23:21:30.840Z | Fresh bit-set v0.8.0 |
| 5653 | 2026-01-28T23:21:30.840Z | Fresh goblin v0.8.2 |
| 5654 | 2026-01-28T23:21:30.840Z | Fresh base16ct v0.2.0 |
| 5655 | 2026-01-28T23:21:30.840Z | Fresh hubpack v0.1.2 |
| 5656 | 2026-01-28T23:21:30.840Z | Fresh ahash v0.8.12 |
| 5657 | 2026-01-28T23:21:30.840Z | Fresh num-iter v0.1.45 |
| 5658 | 2026-01-28T23:21:30.840Z | Fresh dtrace-parser v0.2.0 |
| 5659 | 2026-01-28T23:21:30.840Z | Fresh sec1 v0.7.3 |
| 5660 | 2026-01-28T23:21:30.840Z | Fresh dof v0.3.0 |
| 5661 | 2026-01-28T23:21:30.840Z | Fresh bstr v1.10.0 |
| 5662 | 2026-01-28T23:21:30.840Z | Fresh ff v0.13.0 |
| 5663 | 2026-01-28T23:21:30.840Z | Fresh scroll_derive v0.13.1 |
| 5664 | 2026-01-28T23:21:30.840Z | Fresh thread-id v4.2.2 |
| 5665 | 2026-01-28T23:21:30.840Z | Fresh toml_write v0.1.2 |
| 5666 | 2026-01-28T23:21:30.840Z | Fresh group v0.13.0 |
| 5667 | 2026-01-28T23:21:30.840Z | Fresh toml_edit v0.22.27 |
| 5668 | 2026-01-28T23:21:30.840Z | Fresh usdt-impl v0.5.0 |
| 5669 | 2026-01-28T23:21:30.840Z | Fresh scroll v0.13.0 |
| 5670 | 2026-01-28T23:21:30.840Z | Fresh rusty-fork v0.3.0 |
| 5671 | 2026-01-28T23:21:30.840Z | Fresh rand_xorshift v0.4.0 |
| 5672 | 2026-01-28T23:21:30.840Z | Fresh heck v0.4.1 |
| 5673 | 2026-01-28T23:21:30.840Z | Fresh hkdf v0.12.4 |
| 5674 | 2026-01-28T23:21:30.840Z | Fresh crossbeam-epoch v0.9.18 |
| 5675 | 2026-01-28T23:21:30.840Z | Fresh itertools v0.13.0 |
| 5676 | 2026-01-28T23:21:30.840Z | Fresh crypto-bigint v0.5.5 |
| 5677 | 2026-01-28T23:21:30.841Z | Fresh unarray v0.1.4 |
| 5678 | 2026-01-28T23:21:30.841Z | Fresh zlib-rs v0.5.1 |
| 5679 | 2026-01-28T23:21:30.841Z | Fresh num-bigint-dig v0.8.6 |
| 5680 | 2026-01-28T23:21:30.841Z | Fresh goblin v0.10.2 |
| 5681 | 2026-01-28T23:21:30.841Z | Fresh elliptic-curve v0.13.8 |
| 5682 | 2026-01-28T23:21:30.841Z | Fresh proptest v1.7.0 |
| 5683 | 2026-01-28T23:21:30.841Z | Fresh libz-rs-sys v0.5.1 |
| 5684 | 2026-01-28T23:21:30.841Z | Fresh pkcs1 v0.7.5 |
| 5685 | 2026-01-28T23:21:30.841Z | Fresh dof v0.4.0 |
| 5686 | 2026-01-28T23:21:30.841Z | Fresh dtrace-parser v0.3.0 |
| 5687 | 2026-01-28T23:21:30.841Z | Fresh rsa v0.9.8 |
| 5688 | 2026-01-28T23:21:30.841Z | Fresh flate2 v1.1.2 |
| 5689 | 2026-01-28T23:21:30.841Z | Fresh x509-cert v0.2.5 |
| 5690 | 2026-01-28T23:21:30.841Z | Fresh thread-id v5.0.0 |
| 5691 | 2026-01-28T23:21:30.841Z | Fresh bitflags v1.3.2 |
| 5692 | 2026-01-28T23:21:30.841Z | Fresh usdt-impl v0.6.0 |
| 5693 | 2026-01-28T23:21:30.841Z | Fresh bzip2-sys v0.1.13+1.0.8 |
| 5694 | 2026-01-28T23:21:30.841Z | Fresh newtype-uuid v1.3.2 |
| 5695 | 2026-01-28T23:21:30.841Z | Fresh derive_builder_core v0.20.2 |
| 5696 | 2026-01-28T23:21:30.867Z | Fresh rfc6979 v0.4.0 |
| 5697 | 2026-01-28T23:21:30.867Z | Fresh curve25519-dalek-derive v0.1.1 |
| 5698 | 2026-01-28T23:21:30.867Z | Fresh daft-derive v0.1.4 |
| 5699 | 2026-01-28T23:21:30.867Z | Fresh memmap2 v0.9.8 |
| 5700 | 2026-01-28T23:21:30.867Z | Fresh siphasher v0.3.11 |
| 5701 | 2026-01-28T23:21:30.867Z | Fresh ecdsa v0.16.9 |
| 5702 | 2026-01-28T23:21:30.867Z | Fresh derive_builder_macro v0.20.2 |
| 5703 | 2026-01-28T23:21:30.867Z | Fresh curve25519-dalek v4.1.3 |
| 5704 | 2026-01-28T23:21:30.867Z | Fresh daft v0.1.4 |
| 5705 | 2026-01-28T23:21:30.867Z | Fresh toml v0.7.8 |
| 5706 | 2026-01-28T23:21:30.867Z | Fresh phf_shared v0.11.2 |
| 5707 | 2026-01-28T23:21:30.867Z | Fresh env_filter v0.1.2 |
| 5708 | 2026-01-28T23:21:30.867Z | Fresh cfg_aliases v0.2.1 |
| 5709 | 2026-01-28T23:21:30.867Z | Fresh derive_builder v0.20.2 |
| 5710 | 2026-01-28T23:21:30.867Z | Fresh usdt-macro v0.6.0 |
| 5711 | 2026-01-28T23:21:30.867Z | Fresh signal-hook v0.3.18 |
| 5712 | 2026-01-28T23:21:30.867Z | Fresh env_logger v0.11.8 |
| 5713 | 2026-01-28T23:21:30.867Z | Fresh usdt-attr-macro v0.6.0 |
| 5714 | 2026-01-28T23:21:30.867Z | Fresh serde_with_macros v3.16.1 |
| 5715 | 2026-01-28T23:21:30.867Z | Fresh unicode-normalization v0.1.24 |
| 5716 | 2026-01-28T23:21:30.867Z | Fresh ed25519 v2.2.3 |
| 5717 | 2026-01-28T23:21:30.867Z | Fresh enum-as-inner v0.6.1 |
| 5718 | 2026-01-28T23:21:30.867Z | Fresh keccak v0.1.5 |
| 5719 | 2026-01-28T23:21:30.867Z | Fresh managed v0.8.0 |
| 5720 | 2026-01-28T23:21:30.867Z | Fresh usdt v0.6.0 |
| 5721 | 2026-01-28T23:21:30.867Z | Fresh ed25519-dalek v2.1.1 |
| 5722 | 2026-01-28T23:21:30.867Z | Fresh serde_with v3.16.1 |
| 5723 | 2026-01-28T23:21:30.867Z | Fresh sha3 v0.10.8 |
| 5724 | 2026-01-28T23:21:30.867Z | Fresh memoffset v0.9.1 |
| 5725 | 2026-01-28T23:21:30.868Z | Fresh itertools v0.10.5 |
| 5726 | 2026-01-28T23:21:30.868Z | Fresh cargo-platform v0.1.8 |
| 5727 | 2026-01-28T23:21:30.868Z | Fresh ref-cast-impl v1.0.25 |
| 5728 | 2026-01-28T23:21:30.868Z | Fresh fixedbitset v0.4.2 |
| 5729 | 2026-01-28T23:21:30.868Z | Fresh new_debug_unreachable v1.0.6 |
| 5730 | 2026-01-28T23:21:30.868Z | Fresh rustc-hash v2.1.1 |
| 5731 | 2026-01-28T23:21:30.868Z | Fresh precomputed-hash v0.1.1 |
| 5732 | 2026-01-28T23:21:30.868Z | Fresh cargo_metadata v0.19.2 |
| 5733 | 2026-01-28T23:21:30.868Z | Fresh vergen-lib v0.1.6 |
| 5734 | 2026-01-28T23:21:30.868Z | Fresh string_cache v0.8.9 |
| 5735 | 2026-01-28T23:21:30.868Z | Fresh petgraph v0.6.5 |
| 5736 | 2026-01-28T23:21:30.868Z | Fresh ref-cast v1.0.25 |
| 5737 | 2026-01-28T23:21:30.868Z | Fresh signal-hook-mio v0.2.4 |
| 5738 | 2026-01-28T23:21:30.868Z | Fresh zstd-sys v2.0.14+zstd.1.5.7 |
| 5739 | 2026-01-28T23:21:30.868Z | Fresh bzip2 v0.4.4 |
| 5740 | 2026-01-28T23:21:30.868Z | Fresh vergen v9.0.6 |
| 5741 | 2026-01-28T23:21:30.868Z | Fresh zstd-safe v7.2.3 |
| 5742 | 2026-01-28T23:21:30.868Z | Fresh zip v0.6.6 |
| 5743 | 2026-01-28T23:21:30.868Z | Fresh bumpalo v3.16.0 |
| 5744 | 2026-01-28T23:21:30.868Z | Fresh lockfree-object-pool v0.1.6 |
| 5745 | 2026-01-28T23:21:30.868Z | Fresh simd-adler32 v0.3.7 |
| 5746 | 2026-01-28T23:21:30.868Z | Fresh lalrpop-util v0.19.12 |
| 5747 | 2026-01-28T23:21:30.868Z | Fresh crossterm v0.28.1 |
| 5748 | 2026-01-28T23:21:30.868Z | Fresh zopfli v0.8.1 |
| 5749 | 2026-01-28T23:21:30.868Z | Fresh zstd v0.13.3 |
| 5750 | 2026-01-28T23:21:30.868Z | Fresh bzip2 v0.5.2 |
| 5751 | 2026-01-28T23:21:30.868Z | Fresh similar v2.7.0 |
| 5752 | 2026-01-28T23:21:30.868Z | Fresh hash32 v0.2.1 |
| 5753 | 2026-01-28T23:21:30.868Z | Fresh serde-big-array v0.5.1 |
| 5754 | 2026-01-28T23:21:30.868Z | Fresh socket2 v0.5.10 |
| 5755 | 2026-01-28T23:21:30.868Z | Fresh winnow v0.6.26 |
| 5756 | 2026-01-28T23:21:30.868Z | Fresh unicode-properties v0.1.3 |
| 5757 | 2026-01-28T23:21:30.868Z | Fresh predicates-core v1.0.8 |
| 5758 | 2026-01-28T23:21:30.868Z | Fresh jiff v0.2.15 |
| 5759 | 2026-01-28T23:21:30.868Z | Fresh unicode-bidi v0.3.17 |
| 5760 | 2026-01-28T23:21:30.868Z | Fresh zip v4.2.0 |
| 5761 | 2026-01-28T23:21:30.868Z | Fresh stringprep v0.1.5 |
| 5762 | 2026-01-28T23:21:30.868Z | Fresh heapless v0.7.17 |
| 5763 | 2026-01-28T23:21:30.868Z | Fresh hickory-proto v0.25.2 |
| 5764 | 2026-01-28T23:21:30.868Z | Fresh tokio-stream v0.1.17 |
| 5765 | 2026-01-28T23:21:30.869Z | Fresh md-5 v0.10.6 |
| 5766 | 2026-01-28T23:21:30.869Z | Fresh strum_macros v0.27.2 |
| 5767 | 2026-01-28T23:21:30.869Z | Fresh float-cmp v0.10.0 |
| 5768 | 2026-01-28T23:21:30.869Z | Fresh fallible-iterator v0.2.0 |
| 5769 | 2026-01-28T23:21:30.869Z | Fresh foldhash v0.2.0 |
| 5770 | 2026-01-28T23:21:30.869Z | Fresh difflib v0.4.0 |
| 5771 | 2026-01-28T23:21:30.869Z | Fresh normalize-line-endings v0.3.0 |
| 5772 | 2026-01-28T23:21:30.869Z | Fresh iddqd v0.3.16 |
| 5773 | 2026-01-28T23:21:30.869Z | Fresh postgres-protocol v0.6.8 |
| 5774 | 2026-01-28T23:21:30.869Z | Fresh buf-list v1.0.3 |
| 5775 | 2026-01-28T23:21:30.869Z | Fresh strum v0.27.2 |
| 5776 | 2026-01-28T23:21:30.869Z | Fresh smoltcp v0.9.1 |
| 5777 | 2026-01-28T23:21:30.869Z | Fresh nix v0.29.0 |
| 5778 | 2026-01-28T23:21:30.869Z | Fresh fs-err v3.1.1 |
| 5779 | 2026-01-28T23:21:30.869Z | Fresh predicates v3.1.3 |
| 5780 | 2026-01-28T23:21:30.869Z | Fresh serde_repr v0.1.19 |
| 5781 | 2026-01-28T23:21:30.869Z | Fresh peg-runtime v0.8.5 |
| 5782 | 2026-01-28T23:21:30.869Z | Fresh fixedbitset v0.5.7 |
| 5783 | 2026-01-28T23:21:30.869Z | Fresh postgres-types v0.2.9 |
| 5784 | 2026-01-28T23:21:30.894Z | Fresh phf v0.11.2 |
| 5785 | 2026-01-28T23:21:30.894Z | Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 5786 | 2026-01-28T23:21:30.894Z | Fresh whoami v1.5.2 |
| 5787 | 2026-01-28T23:21:30.894Z | Fresh petgraph v0.8.2 |
| 5788 | 2026-01-28T23:21:30.894Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 5789 | 2026-01-28T23:21:30.894Z | Fresh tokio-postgres v0.7.13 |
| 5790 | 2026-01-28T23:21:30.894Z | Fresh futures-executor v0.3.31 |
| 5791 | 2026-01-28T23:21:30.894Z | Fresh is-terminal v0.4.13 |
| 5792 | 2026-01-28T23:21:30.894Z | Fresh regress v0.10.4 |
| 5793 | 2026-01-28T23:21:30.894Z | Fresh crossbeam-channel v0.5.15 |
| 5794 | 2026-01-28T23:21:30.894Z | Fresh thread_local v1.1.8 |
| 5795 | 2026-01-28T23:21:30.894Z | Fresh futures v0.3.31 |
| 5796 | 2026-01-28T23:21:30.894Z | Fresh take_mut v0.2.2 |
| 5797 | 2026-01-28T23:21:30.894Z | Fresh term v1.1.0 |
| 5798 | 2026-01-28T23:21:30.894Z | Fresh unsafe-libyaml v0.2.11 |
| 5799 | 2026-01-28T23:21:30.894Z | Fresh typify-impl v0.4.3 |
| 5800 | 2026-01-28T23:21:30.894Z | Fresh match_cfg v0.1.0 |
| 5801 | 2026-01-28T23:21:30.894Z | Fresh slog-term v2.9.2 |
| 5802 | 2026-01-28T23:21:30.894Z | Fresh serde_yaml v0.9.34+deprecated |
| 5803 | 2026-01-28T23:21:30.894Z | Fresh hostname v0.3.1 |
| 5804 | 2026-01-28T23:21:30.894Z | Fresh typify-macro v0.4.3 |
| 5805 | 2026-01-28T23:21:30.894Z | Fresh debug-ignore v1.0.5 |
| 5806 | 2026-01-28T23:21:30.895Z | Fresh newtype-uuid-macros v0.1.0 |
| 5807 | 2026-01-28T23:21:30.895Z | Fresh slog-async v2.8.0 |
| 5808 | 2026-01-28T23:21:30.895Z | Fresh typify v0.4.3 |
| 5809 | 2026-01-28T23:21:30.895Z | Fresh unicode-width v0.1.14 |
| 5810 | 2026-01-28T23:21:30.895Z | Fresh structmeta-derive v0.3.0 |
| 5811 | 2026-01-28T23:21:30.895Z | Fresh toml_parser v1.0.4 |
| 5812 | 2026-01-28T23:21:30.895Z | Fresh structmeta v0.3.0 |
| 5813 | 2026-01-28T23:21:30.895Z | Fresh serde_path_to_error v0.1.20 |
| 5814 | 2026-01-28T23:21:30.895Z | Fresh serde_spanned v1.0.3 |
| 5815 | 2026-01-28T23:21:30.895Z | Fresh toml_datetime v0.7.3 |
| 5816 | 2026-01-28T23:21:30.895Z | Fresh toml_writer v1.0.4 |
| 5817 | 2026-01-28T23:21:30.895Z | Fresh slog-json v2.6.1 |
| 5818 | 2026-01-28T23:21:30.895Z | Fresh toml v0.9.8 |
| 5819 | 2026-01-28T23:21:30.895Z | Fresh rustls v0.22.4 |
| 5820 | 2026-01-28T23:21:30.895Z | Fresh async-stream-impl v0.3.6 |
| 5821 | 2026-01-28T23:21:30.895Z | Fresh slog-bunyan v2.5.0 |
| 5822 | 2026-01-28T23:21:30.895Z | Fresh rustls-pemfile v2.2.0 |
| 5823 | 2026-01-28T23:21:30.895Z | Fresh waitgroup v0.1.2 |
| 5824 | 2026-01-28T23:21:30.895Z | Fresh tokio-rustls v0.25.0 |
| 5825 | 2026-01-28T23:21:30.895Z | Fresh multer v3.1.0 |
| 5826 | 2026-01-28T23:21:30.895Z | Fresh async-stream v0.3.6 |
| 5827 | 2026-01-28T23:21:30.895Z | Fresh dropshot_endpoint v0.16.6 |
| 5828 | 2026-01-28T23:21:30.895Z | Fresh hostname v0.4.2 |
| 5829 | 2026-01-28T23:21:30.895Z | Fresh progenitor-client v0.10.0 |
| 5830 | 2026-01-28T23:21:30.895Z | Fresh derive-ex v0.1.8 |
| 5831 | 2026-01-28T23:21:30.921Z | Fresh dropshot v0.16.6 |
| 5832 | 2026-01-28T23:21:30.921Z | Fresh test-strategy v0.4.3 |
| 5833 | 2026-01-28T23:21:30.921Z | Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 5834 | 2026-01-28T23:21:30.921Z | Fresh itertools v0.14.0 |
| 5835 | 2026-01-28T23:21:30.921Z | Fresh macaddr v1.0.1 |
| 5836 | 2026-01-28T23:21:30.921Z | Fresh tabwriter v1.4.0 |
| 5837 | 2026-01-28T23:21:30.921Z | Fresh instant v0.1.13 |
| 5838 | 2026-01-28T23:21:30.921Z | Fresh progenitor-impl v0.11.2 |
| 5839 | 2026-01-28T23:21:30.921Z | Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 5840 | 2026-01-28T23:21:30.921Z | Fresh progenitor-macro v0.11.2 |
| 5841 | 2026-01-28T23:21:30.921Z | Fresh parse-display-derive v0.10.0 |
| 5842 | 2026-01-28T23:21:30.921Z | Fresh progenitor-client v0.11.2 |
| 5843 | 2026-01-28T23:21:30.921Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 5844 | 2026-01-28T23:21:30.921Z | Fresh backoff v0.4.0 |
| 5845 | 2026-01-28T23:21:30.921Z | Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 5846 | 2026-01-28T23:21:30.921Z | Fresh colored v3.0.0 |
| 5847 | 2026-01-28T23:21:30.921Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 5848 | 2026-01-28T23:21:30.922Z | Fresh parse-display v0.10.0 |
| 5849 | 2026-01-28T23:21:30.922Z | Fresh progenitor v0.11.2 |
| 5850 | 2026-01-28T23:21:30.922Z | Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 5851 | 2026-01-28T23:21:30.922Z | Fresh camino-tempfile v1.4.1 |
| 5852 | 2026-01-28T23:21:30.922Z | Fresh toml v0.8.23 |
| 5853 | 2026-01-28T23:21:30.922Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 5854 | 2026-01-28T23:21:30.922Z | Fresh crossbeam-deque v0.8.5 |
| 5855 | 2026-01-28T23:21:30.922Z | Fresh unicode-width v0.2.0 |
| 5856 | 2026-01-28T23:21:30.922Z | Fresh proc-macro-crate v1.3.1 |
| 5857 | 2026-01-28T23:21:30.922Z | Fresh proc-macro-error-attr v1.0.4 |
| 5858 | 2026-01-28T23:21:30.922Z | Fresh num_enum_derive v0.5.11 |
| 5859 | 2026-01-28T23:21:30.922Z | Fresh proc-macro-error v1.0.4 |
| 5860 | 2026-01-28T23:21:30.922Z | Fresh rayon-core v1.12.1 |
| 5861 | 2026-01-28T23:21:30.922Z | Fresh crucible-workspace-hack v0.1.0 |
| 5862 | 2026-01-28T23:21:30.922Z | Fresh num_enum v0.5.11 |
| 5863 | 2026-01-28T23:21:30.922Z | Fresh ingot-macros v0.1.1 |
| 5864 | 2026-01-28T23:21:30.922Z | Fresh rayon v1.10.0 |
| 5865 | 2026-01-28T23:21:30.922Z | Fresh hash32 v0.3.1 |
| 5866 | 2026-01-28T23:21:30.922Z | Fresh nix v0.30.1 |
| 5867 | 2026-01-28T23:21:30.922Z | Fresh ingot-types v0.1.2 |
| 5868 | 2026-01-28T23:21:30.922Z | Fresh foreign-types-macros v0.2.3 |
| 5869 | 2026-01-28T23:21:30.922Z | Fresh heapless v0.8.0 |
| 5870 | 2026-01-28T23:21:30.922Z | Fresh foreign-types-shared v0.3.1 |
| 5871 | 2026-01-28T23:21:30.922Z | Fresh cobs v0.2.3 |
| 5872 | 2026-01-28T23:21:30.922Z | Fresh ingot v0.1.1 |
| 5873 | 2026-01-28T23:21:30.922Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 5874 | 2026-01-28T23:21:30.922Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 5875 | 2026-01-28T23:21:30.922Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 5876 | 2026-01-28T23:21:30.922Z | Fresh foreign-types v0.5.0 |
| 5877 | 2026-01-28T23:21:30.922Z | Fresh smoltcp v0.11.0 |
| 5878 | 2026-01-28T23:21:30.922Z | Fresh postcard v1.0.10 |
| 5879 | 2026-01-28T23:21:30.922Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 5880 | 2026-01-28T23:21:30.922Z | Fresh cstr-argument v0.1.2 |
| 5881 | 2026-01-28T23:21:30.922Z | Fresh pretty-hex v0.2.1 |
| 5882 | 2026-01-28T23:21:30.922Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 5883 | 2026-01-28T23:21:30.948Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 5884 | 2026-01-28T23:21:30.948Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 5885 | 2026-01-28T23:21:30.948Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 5886 | 2026-01-28T23:21:30.948Z | Fresh colored v2.2.0 |
| 5887 | 2026-01-28T23:21:30.948Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 5888 | 2026-01-28T23:21:30.948Z | Fresh sigpipe v0.1.3 |
| 5889 | 2026-01-28T23:21:30.948Z | Fresh convert_case v0.4.0 |
| 5890 | 2026-01-28T23:21:30.948Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 5891 | 2026-01-28T23:21:30.948Z | Fresh zone_cfg_derive v0.3.0 |
| 5892 | 2026-01-28T23:21:30.948Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 5893 | 2026-01-28T23:21:30.948Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 5894 | 2026-01-28T23:21:30.948Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 5895 | 2026-01-28T23:21:30.948Z | Fresh derive_more v0.99.20 |
| 5896 | 2026-01-28T23:21:30.948Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 5897 | 2026-01-28T23:21:30.948Z | Fresh smf v0.2.3 |
| 5898 | 2026-01-28T23:21:30.948Z | Fresh num-derive v0.4.2 |
| 5899 | 2026-01-28T23:21:30.948Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 5900 | 2026-01-28T23:21:30.948Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 5901 | 2026-01-28T23:21:30.948Z | Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 5902 | 2026-01-28T23:21:30.948Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 5903 | 2026-01-28T23:21:30.948Z | Fresh zone v0.3.1 |
| 5904 | 2026-01-28T23:21:30.948Z | Fresh progenitor-impl v0.10.0 |
| 5905 | 2026-01-28T23:21:30.948Z | Fresh indent_write v2.2.0 |
| 5906 | 2026-01-28T23:21:30.948Z | Fresh progenitor-macro v0.10.0 |
| 5907 | 2026-01-28T23:21:30.948Z | Fresh secrecy v0.10.3 |
| 5908 | 2026-01-28T23:21:30.948Z | Fresh half v2.4.1 |
| 5909 | 2026-01-28T23:21:30.948Z | Fresh ciborium-io v0.2.2 |
| 5910 | 2026-01-28T23:21:30.948Z | Fresh usdt-attr-macro v0.5.0 |
| 5911 | 2026-01-28T23:21:30.948Z | Fresh usdt-macro v0.5.0 |
| 5912 | 2026-01-28T23:21:30.948Z | Fresh memmap v0.7.0 |
| 5913 | 2026-01-28T23:21:30.948Z | Fresh progenitor v0.10.0 |
| 5914 | 2026-01-28T23:21:30.949Z | Fresh ciborium-ll v0.2.2 |
| 5915 | 2026-01-28T23:21:30.949Z | Fresh usdt v0.5.0 |
| 5916 | 2026-01-28T23:21:30.949Z | Fresh num-rational v0.4.2 |
| 5917 | 2026-01-28T23:21:30.949Z | Fresh num-complex v0.4.6 |
| 5918 | 2026-01-28T23:21:30.949Z | Fresh float-ord v0.3.2 |
| 5919 | 2026-01-28T23:21:30.949Z | Fresh universal-hash v0.5.1 |
| 5920 | 2026-01-28T23:21:30.949Z | Fresh ciborium v0.2.2 |
| 5921 | 2026-01-28T23:21:30.949Z | Fresh num v0.4.3 |
| 5922 | 2026-01-28T23:21:30.949Z | Fresh opaque-debug v0.3.1 |
| 5923 | 2026-01-28T23:21:30.949Z | Fresh swrite v0.1.0 |
| 5924 | 2026-01-28T23:21:30.949Z | Fresh aead v0.5.2 |
| 5925 | 2026-01-28T23:21:30.949Z | Fresh chacha20 v0.9.1 |
| 5926 | 2026-01-28T23:21:30.949Z | Fresh thiserror-impl-no-std v2.0.2 |
| 5927 | 2026-01-28T23:21:30.949Z | Fresh console v0.15.10 |
| 5928 | 2026-01-28T23:21:30.949Z | Fresh poly1305 v0.8.0 |
| 5929 | 2026-01-28T23:21:30.949Z | Fresh thiserror-no-std v2.0.2 |
| 5930 | 2026-01-28T23:21:30.949Z | Fresh password-hash v0.5.0 |
| 5931 | 2026-01-28T23:21:30.949Z | Fresh blake2 v0.10.6 |
| 5932 | 2026-01-28T23:21:30.949Z | Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 5933 | 2026-01-28T23:21:30.949Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 5934 | 2026-01-28T23:21:30.949Z | Fresh chacha20poly1305 v0.10.1 |
| 5935 | 2026-01-28T23:21:30.949Z | Fresh vsss-rs v3.3.4 |
| 5936 | 2026-01-28T23:21:30.949Z | Fresh argon2 v0.5.3 |
| 5937 | 2026-01-28T23:21:30.949Z | Fresh derive-where v1.5.0 |
| 5938 | 2026-01-28T23:21:30.949Z | Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 5939 | 2026-01-28T23:21:30.949Z | Fresh atomicwrites v0.4.4 |
| 5940 | 2026-01-28T23:21:30.949Z | Fresh newline-converter v0.3.0 |
| 5941 | 2026-01-28T23:21:30.949Z | Fresh expectorate v1.2.0 |
| 5942 | 2026-01-28T23:21:30.949Z | Fresh bytecount v0.6.8 |
| 5943 | 2026-01-28T23:21:30.949Z | Fresh tokio-dtrace v0.1.0 |
| 5944 | 2026-01-28T23:21:30.974Z | Fresh libsw-core v0.3.1 |
| 5945 | 2026-01-28T23:21:30.975Z | Fresh oxide-tokio-rt v0.1.2 |
| 5946 | 2026-01-28T23:21:30.975Z | Fresh libsw v3.5.0 |
| 5947 | 2026-01-28T23:21:30.975Z | Fresh linear-map v1.2.0 |
| 5948 | 2026-01-28T23:21:30.975Z | Fresh gethostname v0.5.0 |
| 5949 | 2026-01-28T23:21:30.975Z | Fresh unicode-xid v0.2.6 |
| 5950 | 2026-01-28T23:21:30.975Z | Fresh owo-colors v4.2.2 |
| 5951 | 2026-01-28T23:21:30.975Z | Fresh cancel-safe-futures v0.1.5 |
| 5952 | 2026-01-28T23:21:30.975Z | Fresh same-file v1.0.6 |
| 5953 | 2026-01-28T23:21:30.975Z | Fresh async-recursion v1.1.1 |
| 5954 | 2026-01-28T23:21:30.975Z | Fresh walkdir v2.5.0 |
| 5955 | 2026-01-28T23:21:30.975Z | Fresh resolv-conf v0.7.0 |
| 5956 | 2026-01-28T23:21:30.975Z | Fresh convert_case v0.7.1 |
| 5957 | 2026-01-28T23:21:30.975Z | Fresh unicode-linebreak v0.1.5 |
| 5958 | 2026-01-28T23:21:30.975Z | Fresh smawk v0.3.2 |
| 5959 | 2026-01-28T23:21:30.975Z | Fresh derive_more-impl v2.0.1 |
| 5960 | 2026-01-28T23:21:30.975Z | Fresh globset v0.4.15 |
| 5961 | 2026-01-28T23:21:30.975Z | Fresh vte_generate_state_changes v0.1.2 |
| 5962 | 2026-01-28T23:21:30.975Z | Fresh derive_more v2.0.1 |
| 5963 | 2026-01-28T23:21:30.975Z | Fresh termtree v0.5.1 |
| 5964 | 2026-01-28T23:21:30.975Z | Fresh vte v0.11.1 |
| 5965 | 2026-01-28T23:21:30.975Z | Fresh fd-lock v4.0.2 |
| 5966 | 2026-01-28T23:21:30.975Z | Fresh linked-hash-map v0.5.6 |
| 5967 | 2026-01-28T23:21:30.975Z | Fresh slog-dtrace v0.3.0 |
| 5968 | 2026-01-28T23:21:30.975Z | Fresh crossterm v0.29.0 |
| 5969 | 2026-01-28T23:21:30.975Z | Fresh lru-cache v0.1.2 |
| 5970 | 2026-01-28T23:21:30.975Z | Fresh strip-ansi-escapes v0.2.0 |
| 5971 | 2026-01-28T23:21:30.975Z | Fresh hickory-proto v0.24.4 |
| 5972 | 2026-01-28T23:21:30.975Z | Fresh nibble_vec v0.1.0 |
| 5973 | 2026-01-28T23:21:30.975Z | Fresh endian-type v0.1.2 |
| 5974 | 2026-01-28T23:21:30.975Z | Fresh display-error-chain v0.2.2 |
| 5975 | 2026-01-28T23:21:30.975Z | Fresh nu-ansi-term v0.50.1 |
| 5976 | 2026-01-28T23:21:30.975Z | Fresh radix_trie v0.2.1 |
| 5977 | 2026-01-28T23:21:30.975Z | Fresh pin-project-internal v1.1.6 |
| 5978 | 2026-01-28T23:21:30.975Z | Fresh hickory-resolver v0.24.4 |
| 5979 | 2026-01-28T23:21:30.975Z | Fresh reedline v0.40.0 |
| 5980 | 2026-01-28T23:21:30.975Z | Fresh pin-project v1.1.6 |
| 5981 | 2026-01-28T23:21:30.975Z | Fresh textwrap v0.16.2 |
| 5982 | 2026-01-28T23:21:30.976Z | Fresh pem v3.0.5 |
| 5983 | 2026-01-28T23:21:30.976Z | Fresh qorb v0.4.1 |
| 5984 | 2026-01-28T23:21:30.976Z | Fresh snafu-derive v0.8.5 |
| 5985 | 2026-01-28T23:21:30.976Z | Fresh csv-core v0.1.11 |
| 5986 | 2026-01-28T23:21:30.976Z | Fresh humantime v2.2.0 |
| 5987 | 2026-01-28T23:21:30.976Z | Fresh cfg_aliases v0.1.1 |
| 5988 | 2026-01-28T23:21:30.976Z | Fresh snafu v0.8.5 |
| 5989 | 2026-01-28T23:21:30.976Z | Fresh csv v1.3.1 |
| 5990 | 2026-01-28T23:21:30.976Z | Fresh olpc-cjson v0.1.4 |
| 5991 | 2026-01-28T23:21:30.976Z | Fresh serde_plain v1.0.2 |
| 5992 | 2026-01-28T23:21:30.976Z | Fresh typed-path v0.9.3 |
| 5993 | 2026-01-28T23:21:30.976Z | Fresh siphasher v1.0.1 |
| 5994 | 2026-01-28T23:21:30.976Z | Fresh phf_shared v0.12.1 |
| 5995 | 2026-01-28T23:21:30.976Z | Fresh tough v0.20.0 |
| 5996 | 2026-01-28T23:21:30.976Z | Fresh papergrid v0.11.0 |
| 5997 | 2026-01-28T23:21:30.976Z | Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 5998 | 2026-01-28T23:21:30.976Z | Fresh tabled_derive v0.7.0 |
| 5999 | 2026-01-28T23:21:30.976Z | Fresh highway v1.3.0 |
| 6000 | 2026-01-28T23:21:30.976Z | Fresh semver v0.1.20 |
| 6001 | 2026-01-28T23:21:30.976Z | Fresh base64 v0.21.7 |
| 6002 | 2026-01-28T23:21:30.976Z | Fresh tabled v0.15.0 |
| 6003 | 2026-01-28T23:21:30.976Z | Fresh phf v0.12.1 |
| 6004 | 2026-01-28T23:21:30.976Z | Fresh nix v0.28.0 |
| 6005 | 2026-01-28T23:21:30.976Z | Fresh rustc_version v0.1.7 |
| 6006 | 2026-01-28T23:21:30.976Z | Fresh const_format_proc_macros v0.2.34 |
| 6007 | 2026-01-28T23:21:30.976Z | Fresh peg-macros v0.8.5 |
| 6008 | 2026-01-28T23:21:30.976Z | Fresh sqlparser_derive v0.2.2 |
| 6009 | 2026-01-28T23:21:30.976Z | Fresh unicode_categories v0.1.1 |
| 6010 | 2026-01-28T23:21:30.976Z | Fresh chrono-tz v0.10.4 |
| 6011 | 2026-01-28T23:21:30.976Z | Fresh sqlparser v0.45.0 |
| 6012 | 2026-01-28T23:21:30.976Z | Fresh sqlformat v0.3.5 |
| 6013 | 2026-01-28T23:21:30.976Z | Fresh const_format v0.2.34 |
| 6014 | 2026-01-28T23:21:30.976Z | Fresh rustyline v14.0.0 |
| 6015 | 2026-01-28T23:21:30.976Z | Fresh peg v0.8.5 |
| 6016 | 2026-01-28T23:21:31.002Z | Fresh bcs v0.1.6 |
| 6017 | 2026-01-28T23:21:31.002Z | Fresh utf-8 v0.7.6 |
| 6018 | 2026-01-28T23:21:31.002Z | Fresh arc-swap v1.7.1 |
| 6019 | 2026-01-28T23:21:31.002Z | Fresh xattr v1.3.1 |
| 6020 | 2026-01-28T23:21:31.002Z | Fresh newtype_derive v0.1.6 |
| 6021 | 2026-01-28T23:21:31.002Z | Fresh tungstenite v0.21.0 |
| 6022 | 2026-01-28T23:21:31.002Z | Fresh slog-scope v4.4.0 |
| 6023 | 2026-01-28T23:21:31.002Z | Fresh filetime v0.2.26 |
| 6024 | 2026-01-28T23:21:31.002Z | Fresh typify-impl v0.2.0 |
| 6025 | 2026-01-28T23:21:31.003Z | Fresh subprocess v0.2.9 |
| 6026 | 2026-01-28T23:21:31.003Z | Fresh headers-core v0.3.0 |
| 6027 | 2026-01-28T23:21:31.003Z | Fresh steno v0.4.1 |
| 6028 | 2026-01-28T23:21:31.003Z | Fresh slog-stdlog v4.1.1 |
| 6029 | 2026-01-28T23:21:31.003Z | Fresh tokio-tungstenite v0.21.0 |
| 6030 | 2026-01-28T23:21:31.003Z | Fresh tar v0.4.44 |
| 6031 | 2026-01-28T23:21:31.003Z | Fresh typify-macro v0.2.0 |
| 6032 | 2026-01-28T23:21:31.003Z | Fresh headers v0.4.1 |
| 6033 | 2026-01-28T23:21:31.003Z | Fresh progenitor-client v0.8.0 |
| 6034 | 2026-01-28T23:21:31.003Z | Fresh slog-envlogger v2.2.0 |
| 6035 | 2026-01-28T23:21:31.003Z | Fresh typify v0.2.0 |
| 6036 | 2026-01-28T23:21:31.003Z | Fresh heck v0.3.3 |
| 6037 | 2026-01-28T23:21:31.003Z | Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 6038 | 2026-01-28T23:21:31.003Z | Fresh yasna v0.5.2 |
| 6039 | 2026-01-28T23:21:31.003Z | Fresh number_prefix v0.4.0 |
| 6040 | 2026-01-28T23:21:31.003Z | Fresh progenitor-impl v0.8.0 |
| 6041 | 2026-01-28T23:21:31.003Z | Fresh lzma-sys v0.1.20 |
| 6042 | 2026-01-28T23:21:31.003Z | Fresh zone_cfg_derive v0.1.2 |
| 6043 | 2026-01-28T23:21:31.003Z | Fresh base64 v0.13.1 |
| 6044 | 2026-01-28T23:21:31.003Z | Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 6045 | 2026-01-28T23:21:31.003Z | Fresh rcgen v0.12.1 |
| 6046 | 2026-01-28T23:21:31.003Z | Fresh indicatif v0.17.11 |
| 6047 | 2026-01-28T23:21:31.003Z | Fresh progenitor-macro v0.8.0 |
| 6048 | 2026-01-28T23:21:31.003Z | Fresh zone v0.1.8 |
| 6049 | 2026-01-28T23:21:31.003Z | Fresh xz2 v0.1.7 |
| 6050 | 2026-01-28T23:21:31.003Z | Fresh ron v0.7.1 |
| 6051 | 2026-01-28T23:21:31.003Z | Fresh dropshot-api-manager-types v0.2.4 |
| 6052 | 2026-01-28T23:21:31.003Z | Fresh tagptr v0.2.0 |
| 6053 | 2026-01-28T23:21:31.003Z | Fresh progenitor v0.8.0 |
| 6054 | 2026-01-28T23:21:31.003Z | Fresh bitfield-struct v0.6.2 |
| 6055 | 2026-01-28T23:21:31.003Z | Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 6056 | 2026-01-28T23:21:31.003Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 6057 | 2026-01-28T23:21:31.003Z | Fresh moka v0.12.10 |
| 6058 | 2026-01-28T23:21:31.003Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 6059 | 2026-01-28T23:21:31.003Z | Fresh tap v1.0.1 |
| 6060 | 2026-01-28T23:21:31.003Z | Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 6061 | 2026-01-28T23:21:31.003Z | Fresh hickory-resolver v0.25.2 |
| 6062 | 2026-01-28T23:21:31.003Z | Fresh libefi-sys v0.1.0 |
| 6063 | 2026-01-28T23:21:31.003Z | Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 6064 | 2026-01-28T23:21:31.004Z | Fresh radium v0.7.0 |
| 6065 | 2026-01-28T23:21:31.004Z | Fresh wyz v0.5.1 |
| 6066 | 2026-01-28T23:21:31.004Z | Fresh zerocopy-derive v0.6.6 |
| 6067 | 2026-01-28T23:21:31.004Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 6068 | 2026-01-28T23:21:31.004Z | Fresh funty v2.0.0 |
| 6069 | 2026-01-28T23:21:31.004Z | Fresh crc-catalog v2.4.0 |
| 6070 | 2026-01-28T23:21:31.004Z | Fresh maybe-uninit v2.0.0 |
| 6071 | 2026-01-28T23:21:31.004Z | Fresh zerocopy v0.6.6 |
| 6072 | 2026-01-28T23:21:31.004Z | Fresh bitvec v1.0.1 |
| 6073 | 2026-01-28T23:21:31.004Z | Fresh crc v3.2.1 |
| 6074 | 2026-01-28T23:21:31.004Z | Fresh packed_struct_codegen v0.10.1 |
| 6075 | 2026-01-28T23:21:31.004Z | Fresh bitfield-macros v0.19.2 |
| 6076 | 2026-01-28T23:21:31.004Z | Fresh nodrop v0.1.14 |
| 6077 | 2026-01-28T23:21:31.004Z | Fresh array-init v0.0.4 |
| 6078 | 2026-01-28T23:21:31.004Z | Fresh packed_struct v0.10.1 |
| 6079 | 2026-01-28T23:21:31.004Z | Fresh bitfield v0.19.2 |
| 6080 | 2026-01-28T23:21:31.004Z | Fresh smallvec v0.6.14 |
| 6081 | 2026-01-28T23:21:31.004Z | Fresh hashbrown v0.12.3 |
| 6082 | 2026-01-28T23:21:31.004Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 6083 | 2026-01-28T23:21:31.004Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 6084 | 2026-01-28T23:21:31.004Z | Fresh indexmap v1.9.3 |
| 6085 | 2026-01-28T23:21:31.004Z | Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 6086 | 2026-01-28T23:21:31.004Z | Fresh serde-hex v0.1.0 |
| 6087 | 2026-01-28T23:21:31.004Z | Fresh ron v0.8.1 |
| 6088 | 2026-01-28T23:21:31.004Z | Fresh hashbrown v0.13.2 |
| 6089 | 2026-01-28T23:21:31.004Z | Fresh crc-any v2.5.0 |
| 6090 | 2026-01-28T23:21:31.004Z | Fresh xshell-macros v0.2.7 |
| 6091 | 2026-01-28T23:21:31.004Z | Fresh object v0.30.4 |
| 6092 | 2026-01-28T23:21:31.004Z | Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 6093 | 2026-01-28T23:21:31.004Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 6094 | 2026-01-28T23:21:31.004Z | Fresh xshell v0.2.7 |
| 6095 | 2026-01-28T23:21:31.004Z | Fresh path-slash v0.1.5 |
| 6096 | 2026-01-28T23:21:31.004Z | Fresh half v1.8.3 |
| 6097 | 2026-01-28T23:21:31.004Z | Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 6098 | 2026-01-28T23:21:31.004Z | Fresh serde_cbor v0.11.2 |
| 6099 | 2026-01-28T23:21:31.004Z | Fresh proc-macro-error-attr2 v2.0.0 |
| 6100 | 2026-01-28T23:21:31.004Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 6101 | 2026-01-28T23:21:31.004Z | Fresh maplit v1.0.2 |
| 6102 | 2026-01-28T23:21:31.004Z | Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 6103 | 2026-01-28T23:21:31.004Z | Fresh proc-macro-error2 v2.0.1 |
| 6104 | 2026-01-28T23:21:31.032Z | Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 6105 | 2026-01-28T23:21:31.032Z | Fresh num-derive v0.3.3 |
| 6106 | 2026-01-28T23:21:31.032Z | Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 6107 | 2026-01-28T23:21:31.032Z | Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 6108 | 2026-01-28T23:21:31.032Z | Fresh libscf-sys v1.1.0 |
| 6109 | 2026-01-28T23:21:31.032Z | Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 6110 | 2026-01-28T23:21:31.032Z | Fresh tabled_derive v0.11.0 |
| 6111 | 2026-01-28T23:21:31.032Z | Fresh papergrid v0.17.0 |
| 6112 | 2026-01-28T23:21:31.032Z | Fresh testing_table v0.3.0 |
| 6113 | 2026-01-28T23:21:31.032Z | Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 6114 | 2026-01-28T23:21:31.032Z | Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 6115 | 2026-01-28T23:21:31.032Z | Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 6116 | 2026-01-28T23:21:31.032Z | Fresh fxhash v0.2.1 |
| 6117 | 2026-01-28T23:21:31.032Z | Fresh unicase v2.8.1 |
| 6118 | 2026-01-28T23:21:31.032Z | Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 6119 | 2026-01-28T23:21:31.032Z | Fresh tabled v0.20.0 |
| 6120 | 2026-01-28T23:21:31.032Z | Fresh crc8 v0.1.1 |
| 6121 | 2026-01-28T23:21:31.032Z | Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 6122 | 2026-01-28T23:21:31.032Z | Fresh diff v0.1.13 |
| 6123 | 2026-01-28T23:21:31.032Z | Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 6124 | 2026-01-28T23:21:31.032Z | Fresh dsl_auto_type v0.1.2 |
| 6125 | 2026-01-28T23:21:31.032Z | Fresh kstat-rs v0.2.4 |
| 6126 | 2026-01-28T23:21:31.032Z | Fresh scheduled-thread-pool v0.2.7 |
| 6127 | 2026-01-28T23:21:31.032Z | Fresh diesel_table_macro_syntax v0.2.0 |
| 6128 | 2026-01-28T23:21:31.032Z | Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 6129 | 2026-01-28T23:21:31.033Z | Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 6130 | 2026-01-28T23:21:31.033Z | Fresh r2d2 v0.8.10 |
| 6131 | 2026-01-28T23:21:31.033Z | Fresh diesel_derives v2.2.3 |
| 6132 | 2026-01-28T23:21:31.033Z | Fresh vergen-gitcl v1.0.8 |
| 6133 | 2026-01-28T23:21:31.033Z | Fresh diesel v2.2.12 |
| 6134 | 2026-01-28T23:21:31.033Z | Fresh dirs-sys-next v0.1.2 |
| 6135 | 2026-01-28T23:21:31.033Z | Fresh dirs-next v2.0.0 |
| 6136 | 2026-01-28T23:21:31.033Z | Fresh parking_lot_core v0.8.6 |
| 6137 | 2026-01-28T23:21:31.033Z | Fresh prefix-trie v0.7.0 |
| 6138 | 2026-01-28T23:21:31.033Z | Fresh nanorand v0.7.0 |
| 6139 | 2026-01-28T23:21:31.033Z | Fresh parking_lot v0.11.2 |
| 6140 | 2026-01-28T23:21:31.033Z | Fresh term v0.7.0 |
| 6141 | 2026-01-28T23:21:31.033Z | Fresh crunchy v0.2.2 |
| 6142 | 2026-01-28T23:21:31.033Z | Fresh bit-vec v0.6.3 |
| 6143 | 2026-01-28T23:21:31.033Z | Fresh hickory-server v0.25.2 |
| 6144 | 2026-01-28T23:21:31.033Z | Fresh flume v0.11.1 |
| 6145 | 2026-01-28T23:21:31.033Z | Fresh ascii-canvas v3.0.0 |
| 6146 | 2026-01-28T23:21:31.033Z | Fresh bit-set v0.5.3 |
| 6147 | 2026-01-28T23:21:31.033Z | Fresh tiny-keccak v2.0.2 |
| 6148 | 2026-01-28T23:21:31.033Z | Fresh sled v0.34.7 |
| 6149 | 2026-01-28T23:21:31.033Z | Fresh hickory-client v0.25.2 |
| 6150 | 2026-01-28T23:21:31.033Z | Fresh ena v0.14.3 |
| 6151 | 2026-01-28T23:21:31.033Z | Fresh regex-syntax v0.6.29 |
| 6152 | 2026-01-28T23:21:31.033Z | Fresh lalrpop v0.19.12 |
| 6153 | 2026-01-28T23:21:31.033Z | Fresh bindgen v0.71.1 |
| 6154 | 2026-01-28T23:21:31.033Z | Fresh primeorder v0.13.6 |
| 6155 | 2026-01-28T23:21:31.033Z | Fresh strum_macros v0.24.3 |
| 6156 | 2026-01-28T23:21:31.033Z | Fresh indoc v1.0.9 |
| 6157 | 2026-01-28T23:21:31.033Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 6158 | 2026-01-28T23:21:31.033Z | Fresh impl-trait-for-tuples v0.2.2 |
| 6159 | 2026-01-28T23:21:31.033Z | Fresh libxml v0.3.3 |
| 6160 | 2026-01-28T23:21:31.033Z | Fresh oso-derive v0.27.3 |
| 6161 | 2026-01-28T23:21:31.033Z | Fresh quick-xml v0.37.2 |
| 6162 | 2026-01-28T23:21:31.033Z | Fresh salty v0.3.0 |
| 6163 | 2026-01-28T23:21:31.033Z | Fresh polar-core v0.27.3 |
| 6164 | 2026-01-28T23:21:31.033Z | Fresh samael v0.0.19 |
| 6165 | 2026-01-28T23:21:31.033Z | Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 6166 | 2026-01-28T23:21:31.033Z | Fresh trait-variant v0.1.2 |
| 6167 | 2026-01-28T23:21:31.058Z | Fresh oso v0.27.3 |
| 6168 | 2026-01-28T23:21:31.058Z | Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 6169 | 2026-01-28T23:21:31.058Z | Fresh p384 v0.13.1 |
| 6170 | 2026-01-28T23:21:31.058Z | Fresh predicates-tree v1.0.12 |
| 6171 | 2026-01-28T23:21:31.058Z | Fresh assert_matches v1.5.0 |
| 6172 | 2026-01-28T23:21:31.058Z | Fresh fs-err v2.11.0 |
| 6173 | 2026-01-28T23:21:31.059Z | Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 6174 | 2026-01-28T23:21:31.059Z | Fresh parse-size v1.1.0 |
| 6175 | 2026-01-28T23:21:31.059Z | Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 6176 | 2026-01-28T23:21:31.059Z | Fresh bb8 v0.8.5 |
| 6177 | 2026-01-28T23:21:31.059Z | Fresh http-range v0.1.5 |
| 6178 | 2026-01-28T23:21:31.059Z | Fresh diesel-dtrace v0.4.2 |
| 6179 | 2026-01-28T23:21:31.059Z | Fresh async-bb8-diesel v0.2.1 |
| 6180 | 2026-01-28T23:21:31.059Z | Fresh ignore v0.4.23 |
| 6181 | 2026-01-28T23:21:31.059Z | Fresh atty v0.2.14 |
| 6182 | 2026-01-28T23:21:31.059Z | Fresh mime_guess v2.0.5 |
| 6183 | 2026-01-28T23:21:31.059Z | Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 6184 | 2026-01-28T23:21:31.059Z | Fresh globwalk v0.9.1 |
| 6185 | 2026-01-28T23:21:31.059Z | Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 6186 | 2026-01-28T23:21:31.059Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 6187 | 2026-01-28T23:21:31.059Z | Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 6188 | 2026-01-28T23:21:31.059Z | Fresh corncobs v0.1.4 |
| 6189 | 2026-01-28T23:21:31.059Z | Fresh nonempty v0.12.0 |
| 6190 | 2026-01-28T23:21:31.059Z | Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 6191 | 2026-01-28T23:21:31.059Z | Fresh camino-tempfile-ext v0.3.2 |
| 6192 | 2026-01-28T23:21:31.059Z | Fresh hyper-staticfile v0.10.1 |
| 6193 | 2026-01-28T23:21:31.059Z | Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 6194 | 2026-01-28T23:21:31.059Z | Fresh signal-hook-tokio v0.3.1 |
| 6195 | 2026-01-28T23:21:31.059Z | Fresh secrecy v0.8.0 |
| 6196 | 2026-01-28T23:21:31.059Z | Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 6197 | 2026-01-28T23:21:31.059Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 6198 | 2026-01-28T23:21:31.059Z | Fresh tungstenite v0.23.0 |
| 6199 | 2026-01-28T23:21:31.059Z | Fresh void v1.0.2 |
| 6200 | 2026-01-28T23:21:31.059Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 6201 | 2026-01-28T23:21:31.059Z | Fresh tokio-tungstenite v0.23.1 |
| 6202 | 2026-01-28T23:21:31.059Z | Fresh lzss v0.8.2 |
| 6203 | 2026-01-28T23:21:31.059Z | Fresh nix v0.27.1 |
| 6204 | 2026-01-28T23:21:31.059Z | Fresh serde_bytes v0.11.19 |
| 6205 | 2026-01-28T23:21:31.059Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 6206 | 2026-01-28T23:21:31.059Z | Fresh rand_seeder v0.4.0 |
| 6207 | 2026-01-28T23:21:31.059Z | Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 6208 | 2026-01-28T23:21:31.059Z | Fresh yansi v1.0.1 |
| 6209 | 2026-01-28T23:21:31.059Z | Fresh is_ci v1.2.0 |
| 6210 | 2026-01-28T23:21:31.059Z | Fresh pretty_assertions v1.4.1 |
| 6211 | 2026-01-28T23:21:31.059Z | Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 6212 | 2026-01-28T23:21:31.060Z | Fresh tabled_derive v0.10.0 |
| 6213 | 2026-01-28T23:21:31.060Z | Fresh typeid v1.0.3 |
| 6214 | 2026-01-28T23:21:31.060Z | Fresh papergrid v0.14.0 |
| 6215 | 2026-01-28T23:21:31.060Z | Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 6216 | 2026-01-28T23:21:31.060Z | Fresh concurrent-queue v2.5.0 |
| 6217 | 2026-01-28T23:21:31.060Z | Fresh parking v2.2.1 |
| 6218 | 2026-01-28T23:21:31.060Z | Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 6219 | 2026-01-28T23:21:31.060Z | Fresh tabled v0.18.0 |
| 6220 | 2026-01-28T23:21:31.060Z | Fresh erased-serde v0.4.6 |
| 6221 | 2026-01-28T23:21:31.084Z | Fresh castaway v0.2.3 |
| 6222 | 2026-01-28T23:21:31.085Z | Fresh ordered-float v2.10.1 |
| 6223 | 2026-01-28T23:21:31.085Z | Fresh indoc v2.0.6 |
| 6224 | 2026-01-28T23:21:31.085Z | Fresh serde-untagged v0.1.7 |
| 6225 | 2026-01-28T23:21:31.085Z | Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 6226 | 2026-01-28T23:21:31.085Z | Fresh compact_str v0.8.0 |
| 6227 | 2026-01-28T23:21:31.085Z | Fresh serde-value v0.7.0 |
| 6228 | 2026-01-28T23:21:31.085Z | Fresh libz-sys v1.1.20 |
| 6229 | 2026-01-28T23:21:31.085Z | Fresh unicode-truncate v1.1.0 |
| 6230 | 2026-01-28T23:21:31.085Z | Fresh lru v0.12.5 |
| 6231 | 2026-01-28T23:21:31.085Z | Fresh instability v0.3.2 |
| 6232 | 2026-01-28T23:21:31.085Z | Fresh cassowary v0.3.0 |
| 6233 | 2026-01-28T23:21:31.085Z | Fresh event-listener v5.3.1 |
| 6234 | 2026-01-28T23:21:31.085Z | Fresh ratatui v0.29.0 |
| 6235 | 2026-01-28T23:21:31.085Z | Fresh libgit2-sys v0.18.2+1.9.1 |
| 6236 | 2026-01-28T23:21:31.085Z | Fresh cargo-util-schemas v0.8.2 |
| 6237 | 2026-01-28T23:21:31.085Z | Fresh console v0.16.0 |
| 6238 | 2026-01-28T23:21:31.085Z | Fresh cargo-platform v0.2.0 |
| 6239 | 2026-01-28T23:21:31.085Z | Fresh unit-prefix v0.5.1 |
| 6240 | 2026-01-28T23:21:31.085Z | Fresh git2 v0.20.2 |
| 6241 | 2026-01-28T23:21:31.085Z | Fresh cargo_metadata v0.21.0 |
| 6242 | 2026-01-28T23:21:31.085Z | Fresh event-listener-strategy v0.5.2 |
| 6243 | 2026-01-28T23:21:31.085Z | Fresh indicatif v0.18.0 |
| 6244 | 2026-01-28T23:21:31.085Z | Fresh supports-color v3.0.2 |
| 6245 | 2026-01-28T23:21:31.085Z | Fresh vergen-git2 v1.0.7 |
| 6246 | 2026-01-28T23:21:31.085Z | Fresh futures-lite v2.3.0 |
| 6247 | 2026-01-28T23:21:31.085Z | Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6248 | 2026-01-28T23:21:31.085Z | Fresh sct v0.7.1 |
| 6249 | 2026-01-28T23:21:31.085Z | Fresh rustls-webpki v0.101.7 |
| 6250 | 2026-01-28T23:21:31.085Z | Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6251 | 2026-01-28T23:21:31.085Z | Fresh rustls v0.21.12 |
| 6252 | 2026-01-28T23:21:31.085Z | Fresh tokio-rustls v0.24.1 |
| 6253 | 2026-01-28T23:21:31.085Z | Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 6254 | 2026-01-28T23:21:31.085Z | Fresh async-lock v3.4.0 |
| 6255 | 2026-01-28T23:21:31.086Z | Fresh rustls-pemfile v1.0.4 |
| 6256 | 2026-01-28T23:21:31.086Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 6257 | 2026-01-28T23:21:31.086Z | Fresh twox-hash v2.1.0 |
| 6258 | 2026-01-28T23:21:31.086Z | Fresh polling v3.7.3 |
| 6259 | 2026-01-28T23:21:31.086Z | Fresh shell-words v1.1.0 |
| 6260 | 2026-01-28T23:21:31.086Z | Fresh hex-literal v0.4.1 |
| 6261 | 2026-01-28T23:21:31.086Z | Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 6262 | 2026-01-28T23:21:31.086Z | Fresh async-io v2.3.4 |
| 6263 | 2026-01-28T23:21:31.086Z | Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 6264 | 2026-01-28T23:21:31.086Z | Fresh fatfs v0.3.6 |
| 6265 | 2026-01-28T23:21:31.086Z | Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 6266 | 2026-01-28T23:21:31.086Z | Fresh seq-macro v0.3.6 |
| 6267 | 2026-01-28T23:21:31.086Z | Fresh async-task v4.7.1 |
| 6268 | 2026-01-28T23:21:31.086Z | Fresh async-channel v2.3.1 |
| 6269 | 2026-01-28T23:21:31.086Z | Fresh piper v0.2.4 |
| 6270 | 2026-01-28T23:21:31.086Z | Fresh plotters-backend v0.3.7 |
| 6271 | 2026-01-28T23:21:31.086Z | Fresh async-executor v1.13.1 |
| 6272 | 2026-01-28T23:21:31.086Z | Fresh plotters-svg v0.3.7 |
| 6273 | 2026-01-28T23:21:31.086Z | Fresh blocking v1.6.1 |
| 6274 | 2026-01-28T23:21:31.086Z | Fresh async-signal v0.2.10 |
| 6275 | 2026-01-28T23:21:31.086Z | Fresh sapling-renderdag v0.1.0 |
| 6276 | 2026-01-28T23:21:31.086Z | Fresh rtoolbox v0.0.2 |
| 6277 | 2026-01-28T23:21:31.086Z | Fresh petname v2.0.2 |
| 6278 | 2026-01-28T23:21:31.086Z | Fresh cast v0.3.0 |
| 6279 | 2026-01-28T23:21:31.086Z | Fresh sync-ptr v0.1.4 |
| 6280 | 2026-01-28T23:21:31.086Z | Fresh futures-timer v3.0.3 |
| 6281 | 2026-01-28T23:21:31.086Z | Fresh event-listener v2.5.3 |
| 6282 | 2026-01-28T23:21:31.086Z | Fresh async-global-executor v2.4.1 |
| 6283 | 2026-01-28T23:21:31.086Z | Fresh async-process v2.3.0 |
| 6284 | 2026-01-28T23:21:31.086Z | Fresh rpassword v7.4.0 |
| 6285 | 2026-01-28T23:21:31.086Z | Fresh async-channel v1.9.0 |
| 6286 | 2026-01-28T23:21:31.086Z | Fresh criterion-plot v0.6.0 |
| 6287 | 2026-01-28T23:21:31.086Z | Fresh plotters v0.3.7 |
| 6288 | 2026-01-28T23:21:31.086Z | Fresh tui-tree-widget v0.23.1 |
| 6289 | 2026-01-28T23:21:31.112Z | Fresh async-attributes v1.1.2 |
| 6290 | 2026-01-28T23:21:31.112Z | Fresh tinytemplate v1.2.1 |
| 6291 | 2026-01-28T23:21:31.112Z | Fresh kv-log-macro v1.0.7 |
| 6292 | 2026-01-28T23:21:31.112Z | Fresh oorandom v11.1.4 |
| 6293 | 2026-01-28T23:21:31.112Z | Fresh anes v0.1.6 |
| 6294 | 2026-01-28T23:21:31.112Z | Fresh polyval v0.6.2 |
| 6295 | 2026-01-28T23:21:31.112Z | Fresh criterion v0.7.0 |
| 6296 | 2026-01-28T23:21:31.112Z | Fresh async-std v1.13.0 |
| 6297 | 2026-01-28T23:21:31.112Z | Fresh ghash v0.5.1 |
| 6298 | 2026-01-28T23:21:31.112Z | Fresh ctr v0.9.2 |
| 6299 | 2026-01-28T23:21:31.112Z | Fresh async-object-pool v0.1.5 |
| 6300 | 2026-01-28T23:21:31.112Z | Fresh serde_regex v1.1.0 |
| 6301 | 2026-01-28T23:21:31.112Z | Fresh assert-json-diff v2.0.2 |
| 6302 | 2026-01-28T23:21:31.112Z | Fresh path-tree v0.8.1 |
| 6303 | 2026-01-28T23:21:31.112Z | Fresh stringmetrics v2.2.2 |
| 6304 | 2026-01-28T23:21:31.112Z | Fresh aes-gcm v0.10.3 |
| 6305 | 2026-01-28T23:21:31.112Z | Fresh target-lexicon v0.13.2 |
| 6306 | 2026-01-28T23:21:31.112Z | Fresh httpmock v0.8.0-alpha.1 |
| 6307 | 2026-01-28T23:21:31.112Z | Fresh ssh-encoding v0.2.0 |
| 6308 | 2026-01-28T23:21:31.112Z | Fresh blowfish v0.9.1 |
| 6309 | 2026-01-28T23:21:31.112Z | Fresh constant_time_eq v0.3.1 |
| 6310 | 2026-01-28T23:21:31.112Z | Fresh arrayvec v0.7.6 |
| 6311 | 2026-01-28T23:21:31.112Z | Fresh arrayref v0.3.9 |
| 6312 | 2026-01-28T23:21:31.112Z | Fresh bcrypt-pbkdf v0.10.0 |
| 6313 | 2026-01-28T23:21:31.112Z | Fresh ssh-cipher v0.2.0 |
| 6314 | 2026-01-28T23:21:31.112Z | Fresh guppy-workspace-hack v0.1.0 |
| 6315 | 2026-01-28T23:21:31.112Z | Fresh cfg-expr v0.20.1 |
| 6316 | 2026-01-28T23:21:31.112Z | Fresh supports-color v2.1.0 |
| 6317 | 2026-01-28T23:21:31.112Z | Fresh textwrap v0.15.2 |
| 6318 | 2026-01-28T23:21:31.112Z | Fresh supports-hyperlinks v2.1.0 |
| 6319 | 2026-01-28T23:21:31.112Z | Fresh supports-unicode v2.1.0 |
| 6320 | 2026-01-28T23:21:31.112Z | Fresh hashbrown v0.14.5 |
| 6321 | 2026-01-28T23:21:31.112Z | Fresh password-hash v0.4.2 |
| 6322 | 2026-01-28T23:21:31.112Z | Fresh backtrace-ext v0.2.1 |
| 6323 | 2026-01-28T23:21:31.113Z | Fresh miette-derive v5.10.0 |
| 6324 | 2026-01-28T23:21:31.113Z | Fresh terminal_size v0.1.17 |
| 6325 | 2026-01-28T23:21:31.113Z | Fresh owo-colors v3.5.0 |
| 6326 | 2026-01-28T23:21:31.113Z | Fresh chumsky v0.9.3 |
| 6327 | 2026-01-28T23:21:31.113Z | Fresh pbkdf2 v0.11.0 |
| 6328 | 2026-01-28T23:21:31.113Z | Fresh target-spec v3.5.0 |
| 6329 | 2026-01-28T23:21:31.113Z | Fresh ssh-key v0.6.6 |
| 6330 | 2026-01-28T23:21:31.113Z | Fresh p256 v0.13.2 |
| 6331 | 2026-01-28T23:21:31.113Z | Fresh miette v5.10.0 |
| 6332 | 2026-01-28T23:21:31.113Z | Fresh p521 v0.13.3 |
| 6333 | 2026-01-28T23:21:31.113Z | Fresh knuffel-derive v3.2.0 |
| 6334 | 2026-01-28T23:21:31.113Z | Fresh pathdiff v0.2.3 |
| 6335 | 2026-01-28T23:21:31.113Z | Fresh russh-cryptovec v0.7.3 |
| 6336 | 2026-01-28T23:21:31.113Z | Fresh nested v0.1.1 |
| 6337 | 2026-01-28T23:21:31.113Z | Fresh md5 v0.7.0 |
| 6338 | 2026-01-28T23:21:31.113Z | Fresh guppy v0.17.20 |
| 6339 | 2026-01-28T23:21:31.113Z | Fresh knuffel v3.2.0 |
| 6340 | 2026-01-28T23:21:31.113Z | Fresh russh-keys v0.45.0 |
| 6341 | 2026-01-28T23:21:31.113Z | Fresh httptest v0.16.3 |
| 6342 | 2026-01-28T23:21:31.113Z | Fresh num-bigint v0.4.6 |
| 6343 | 2026-01-28T23:21:31.113Z | Fresh des v0.8.1 |
| 6344 | 2026-01-28T23:21:31.113Z | Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 6345 | 2026-01-28T23:21:31.113Z | Fresh blake3 v1.5.4 |
| 6346 | 2026-01-28T23:21:31.113Z | Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6347 | 2026-01-28T23:21:31.113Z | Fresh russh v0.45.0 |
| 6348 | 2026-01-28T23:21:31.113Z | Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 6349 | 2026-01-28T23:21:31.113Z | Fresh escape8259 v0.5.3 |
| 6350 | 2026-01-28T23:21:31.113Z | Fresh topological-sort v0.2.2 |
| 6351 | 2026-01-28T23:21:31.113Z | Fresh internet-checksum v0.2.1 |
| 6352 | 2026-01-28T23:21:31.113Z | Fresh doc-comment v0.3.3 |
| 6353 | 2026-01-28T23:21:31.113Z | Fresh omicron-zone-package v0.12.2 |
| 6354 | 2026-01-28T23:21:31.113Z | Fresh libtest-mimic v0.8.1 |
| 6355 | 2026-01-28T23:21:31.113Z | Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 6356 | 2026-01-28T23:21:31.114Z | Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 6357 | 2026-01-28T23:21:31.169Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b917d3a5c923b9a -C extra-filename=-b271442cbe3cf692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64` |
| 6358 | 2026-01-28T23:21:31.169Z | Compiling similar-asserts v1.7.0 |
| 6359 | 2026-01-28T23:21:31.195Z | Fresh proc-macro-crate v3.2.0 |
| 6360 | 2026-01-28T23:21:31.196Z | Fresh fancy-regex v0.14.0 |
| 6361 | 2026-01-28T23:21:31.196Z | Fresh relative-path v1.9.3 |
| 6362 | 2026-01-28T23:21:31.196Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=13a432a75eaabef3 -C extra-filename=-7792d06e79775fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 6363 | 2026-01-28T23:21:31.196Z | Fresh datatest-stable v0.3.2 |
| 6364 | 2026-01-28T23:21:31.196Z | Fresh rstest_macros v0.25.0 |
| 6365 | 2026-01-28T23:21:31.220Z | Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 6366 | 2026-01-28T23:21:31.251Z | Fresh target-triple v0.1.3 |
| 6367 | 2026-01-28T23:21:31.251Z | Fresh assert_cmd v2.0.17 |
| 6368 | 2026-01-28T23:21:31.251Z | Fresh support-bundle-viewer v0.1.2 |
| 6369 | 2026-01-28T23:21:31.251Z | Fresh multimap v0.10.1 |
| 6370 | 2026-01-28T23:21:31.251Z | Fresh uzers v0.12.1 |
| 6371 | 2026-01-28T23:21:31.251Z | Fresh termcolor v1.4.1 |
| 6372 | 2026-01-28T23:21:31.251Z | Fresh trybuild v1.0.106 |
| 6373 | 2026-01-28T23:21:31.251Z | Fresh rstest v0.25.0 |
| 6374 | 2026-01-28T23:21:31.251Z | Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 6375 | 2026-01-28T23:21:31.251Z | Fresh blake2b_simd v1.0.2 |
| 6376 | 2026-01-28T23:21:31.251Z | Fresh partial-io v0.5.4 |
| 6377 | 2026-01-28T23:21:31.251Z | Fresh drift v0.1.2 |
| 6378 | 2026-01-28T23:21:31.251Z | Fresh rand_distr v0.5.1 |
| 6379 | 2026-01-28T23:21:31.251Z | Fresh approx v0.5.1 |
| 6380 | 2026-01-28T23:21:31.251Z | Fresh dropshot-api-manager v0.2.4 |
| 6381 | 2026-01-28T23:21:31.251Z | Fresh rust-argon2 v2.1.0 |
| 6382 | 2026-01-28T23:21:31.251Z | Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 6383 | 2026-01-28T23:21:31.251Z | Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 6384 | 2026-01-28T23:21:31.251Z | Fresh cargo_toml v0.21.0 |
| 6385 | 2026-01-28T23:21:31.251Z | Fresh termios v0.3.3 |
| 6386 | 2026-01-28T23:21:31.251Z | Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 6387 | 2026-01-28T23:21:31.251Z | Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 6388 | 2026-01-28T23:21:31.251Z | Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 6389 | 2026-01-28T23:21:31.251Z | Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 6390 | 2026-01-28T23:21:31.251Z | Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 6391 | 2026-01-28T23:21:31.251Z | Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 6392 | 2026-01-28T23:21:31.251Z | Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 6393 | 2026-01-28T23:21:31.251Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 6394 | 2026-01-28T23:21:31.251Z | Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 6395 | 2026-01-28T23:21:31.251Z | Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 6396 | 2026-01-28T23:21:31.251Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 6397 | 2026-01-28T23:21:31.251Z | Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 6398 | 2026-01-28T23:21:31.251Z | Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 6399 | 2026-01-28T23:21:31.284Z | Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 6400 | 2026-01-28T23:21:31.284Z | Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 6401 | 2026-01-28T23:21:31.284Z | Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 6402 | 2026-01-28T23:21:31.284Z | Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 6403 | 2026-01-28T23:21:31.285Z | Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 6404 | 2026-01-28T23:21:31.285Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 6405 | 2026-01-28T23:21:31.285Z | Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 6406 | 2026-01-28T23:21:31.285Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 6407 | 2026-01-28T23:21:31.285Z | Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 6408 | 2026-01-28T23:21:31.285Z | Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 6409 | 2026-01-28T23:21:31.285Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 6410 | 2026-01-28T23:21:31.285Z | Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 6411 | 2026-01-28T23:21:31.285Z | Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 6412 | 2026-01-28T23:21:31.285Z | Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 6413 | 2026-01-28T23:21:31.285Z | Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 6414 | 2026-01-28T23:21:31.285Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 6415 | 2026-01-28T23:21:31.285Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 6416 | 2026-01-28T23:21:31.285Z | Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 6417 | 2026-01-28T23:21:31.285Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 6418 | 2026-01-28T23:21:31.285Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 6419 | 2026-01-28T23:21:31.285Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 6420 | 2026-01-28T23:21:31.285Z | Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 6421 | 2026-01-28T23:21:31.285Z | Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 6422 | 2026-01-28T23:21:31.285Z | Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 6423 | 2026-01-28T23:21:31.285Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 6424 | 2026-01-28T23:21:31.285Z | Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 6425 | 2026-01-28T23:21:31.285Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 6426 | 2026-01-28T23:21:31.285Z | Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 6427 | 2026-01-28T23:21:31.285Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=942ff0d1ad7d39a5 -C extra-filename=-2f3ef882a8ddac90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-3127076063f9c35f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-5f3b3e545fbbf333.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 6428 | 2026-01-28T23:21:31.319Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8733ed6cbb499821 -C extra-filename=-73d51c1be74e5706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-3127076063f9c35f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-5f3b3e545fbbf333.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 6429 | 2026-01-28T23:21:31.346Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 6430 | 2026-01-28T23:21:31.372Z | Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 6431 | 2026-01-28T23:21:31.372Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 6432 | 2026-01-28T23:21:31.372Z | Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 6433 | 2026-01-28T23:21:31.372Z | Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 6434 | 2026-01-28T23:21:31.372Z | Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 6435 | 2026-01-28T23:21:31.372Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 6436 | 2026-01-28T23:21:31.372Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 6437 | 2026-01-28T23:21:31.372Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 6438 | 2026-01-28T23:21:31.372Z | Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 6439 | 2026-01-28T23:21:31.372Z | Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 6440 | 2026-01-28T23:21:31.372Z | Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 6441 | 2026-01-28T23:21:31.372Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 6442 | 2026-01-28T23:21:31.372Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 6443 | 2026-01-28T23:21:31.372Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 6444 | 2026-01-28T23:21:31.372Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 6445 | 2026-01-28T23:21:31.372Z | Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 6446 | 2026-01-28T23:21:31.372Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 6447 | 2026-01-28T23:21:31.372Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 6448 | 2026-01-28T23:21:31.372Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 6449 | 2026-01-28T23:21:31.372Z | Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 6450 | 2026-01-28T23:21:31.372Z | Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 6451 | 2026-01-28T23:21:31.372Z | Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 6452 | 2026-01-28T23:21:31.372Z | Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 6453 | 2026-01-28T23:21:31.372Z | Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 6454 | 2026-01-28T23:21:31.372Z | Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 6455 | 2026-01-28T23:21:31.372Z | Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 6456 | 2026-01-28T23:21:31.372Z | Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 6457 | 2026-01-28T23:21:31.372Z | Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 6458 | 2026-01-28T23:21:31.373Z | Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 6459 | 2026-01-28T23:21:31.373Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 6460 | 2026-01-28T23:21:31.373Z | Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 6461 | 2026-01-28T23:21:31.373Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 6462 | 2026-01-28T23:21:31.373Z | Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 6463 | 2026-01-28T23:21:31.373Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 6464 | 2026-01-28T23:21:31.373Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 6465 | 2026-01-28T23:21:31.373Z | Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 6466 | 2026-01-28T23:21:31.373Z | Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 6467 | 2026-01-28T23:21:31.373Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 6468 | 2026-01-28T23:21:31.373Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 6469 | 2026-01-28T23:21:31.373Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 6470 | 2026-01-28T23:21:31.373Z | Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 6471 | 2026-01-28T23:21:31.398Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 6472 | 2026-01-28T23:21:31.398Z | Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 6473 | 2026-01-28T23:21:31.398Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 6474 | 2026-01-28T23:21:31.398Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 6475 | 2026-01-28T23:21:31.398Z | Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 6476 | 2026-01-28T23:21:31.398Z | Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 6477 | 2026-01-28T23:21:31.398Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 6478 | 2026-01-28T23:21:31.398Z | Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 6479 | 2026-01-28T23:21:31.398Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 6480 | 2026-01-28T23:21:31.398Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 6481 | 2026-01-28T23:21:31.398Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 6482 | 2026-01-28T23:21:31.398Z | Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 6483 | 2026-01-28T23:21:31.398Z | Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 6484 | 2026-01-28T23:21:31.398Z | Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 6485 | 2026-01-28T23:21:31.398Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 6486 | 2026-01-28T23:21:31.398Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 6487 | 2026-01-28T23:21:31.398Z | Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 6488 | 2026-01-28T23:21:31.398Z | Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 6489 | 2026-01-28T23:21:31.398Z | Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 6490 | 2026-01-28T23:21:31.398Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 6491 | 2026-01-28T23:21:31.398Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 6492 | 2026-01-28T23:21:31.398Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 6493 | 2026-01-28T23:21:31.398Z | Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 6494 | 2026-01-28T23:21:31.398Z | Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 6495 | 2026-01-28T23:21:31.398Z | Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 6496 | 2026-01-28T23:21:31.398Z | Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 6497 | 2026-01-28T23:21:31.398Z | Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 6498 | 2026-01-28T23:21:31.398Z | Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 6499 | 2026-01-28T23:21:31.398Z | Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 6500 | 2026-01-28T23:21:31.398Z | Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 6501 | 2026-01-28T23:21:31.398Z | Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 6502 | 2026-01-28T23:21:31.398Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 6503 | 2026-01-28T23:21:31.398Z | Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 6504 | 2026-01-28T23:21:31.398Z | Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 6505 | 2026-01-28T23:21:31.398Z | Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 6506 | 2026-01-28T23:21:31.398Z | Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 6507 | 2026-01-28T23:21:31.398Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 6508 | 2026-01-28T23:21:31.399Z | Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 6509 | 2026-01-28T23:21:31.399Z | Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 6510 | 2026-01-28T23:21:31.399Z | Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 6511 | 2026-01-28T23:21:31.399Z | Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 6512 | 2026-01-28T23:21:31.399Z | Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 6513 | 2026-01-28T23:21:31.399Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 6514 | 2026-01-28T23:21:31.399Z | Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 6515 | 2026-01-28T23:21:31.399Z | Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 6516 | 2026-01-28T23:21:31.399Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 6517 | 2026-01-28T23:21:31.399Z | Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 6518 | 2026-01-28T23:21:31.399Z | Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 6519 | 2026-01-28T23:21:31.399Z | Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 6520 | 2026-01-28T23:21:31.399Z | Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 6521 | 2026-01-28T23:21:31.399Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 6522 | 2026-01-28T23:21:31.399Z | Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 6523 | 2026-01-28T23:21:31.399Z | Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 6524 | 2026-01-28T23:21:31.399Z | Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 6525 | 2026-01-28T23:21:31.399Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 6526 | 2026-01-28T23:21:31.399Z | Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 6527 | 2026-01-28T23:21:31.399Z | Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 6528 | 2026-01-28T23:21:31.399Z | Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 6529 | 2026-01-28T23:21:31.399Z | Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 6530 | 2026-01-28T23:21:31.399Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 6531 | 2026-01-28T23:21:31.399Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 6532 | 2026-01-28T23:21:31.399Z | Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 6533 | 2026-01-28T23:21:31.399Z | Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 6534 | 2026-01-28T23:21:31.399Z | Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 6535 | 2026-01-28T23:21:31.399Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 6536 | 2026-01-28T23:21:31.399Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 6537 | 2026-01-28T23:21:31.399Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 6538 | 2026-01-28T23:21:31.399Z | Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 6539 | 2026-01-28T23:21:31.399Z | Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 6540 | 2026-01-28T23:21:31.399Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 6541 | 2026-01-28T23:21:31.399Z | Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 6542 | 2026-01-28T23:21:31.399Z | Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 6543 | 2026-01-28T23:21:31.399Z | Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 6544 | 2026-01-28T23:21:31.399Z | Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 6545 | 2026-01-28T23:21:31.399Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 6546 | 2026-01-28T23:21:31.424Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 6547 | 2026-01-28T23:21:31.424Z | Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 6548 | 2026-01-28T23:21:31.424Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 6549 | 2026-01-28T23:21:31.424Z | Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 6550 | 2026-01-28T23:21:31.424Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 6551 | 2026-01-28T23:21:31.424Z | Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 6552 | 2026-01-28T23:21:31.424Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 6553 | 2026-01-28T23:21:31.424Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 6554 | 2026-01-28T23:21:31.424Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 6555 | 2026-01-28T23:21:31.424Z | Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 6556 | 2026-01-28T23:21:36.050Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40c4aa2f508c78a1 -C extra-filename=-d2535e184aac765a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-3127076063f9c35f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-5f3b3e545fbbf333.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 6557 | 2026-01-28T23:21:36.098Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc5af164bcddfaae -C extra-filename=-15ef63339c3c575c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-3127076063f9c35f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-5f3b3e545fbbf333.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 6558 | 2026-01-28T23:21:36.098Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ee7401b2aa4ea49 -C extra-filename=-11b7a132352cad79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-3127076063f9c35f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-5f3b3e545fbbf333.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 6559 | 2026-01-28T23:21:36.098Z | Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b30a121f2efeb85 -C extra-filename=-89e823b9a8d789d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-cad81d4c14cb9ba0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8299e146b6081f29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccc09ad653c1cd93.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84dbdddc67776585.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-03a818c188b29284.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a9f8b5e9cf911974.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-0b8be4d7c73948fe.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-91ba5578d049683d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d5c62ac716a9fb3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-03eb2fc4a8ed723b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-29574b2402da720d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cfead3f9b045c152.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-3127076063f9c35f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-4d9aa1b123fc0182.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f74b1887f8911178.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-75f6c8d9d5d37edd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7ca994f4e0ffc896.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-683ff138774f43b2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-5f3b3e545fbbf333.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-25b7393ae2fb4fc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ed582d86b0edc71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ecb9355f906c338.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5725736b9325f6b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb435e7eada21fe4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7f1a84aa46337860.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a7b04eb1558cd86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c582befb022c5fd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-6e737094dd0a4539.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-50e0ac0064668dbe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e65f52334189a085.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-80308f332eac66fc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64` |
| 6560 | 2026-01-28T23:33:57.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 36s |
| 6561 | 2026-01-28T23:33:58.557Z | |
| 6562 | 2026-01-28T23:33:58.557Z | real 12:37.228278354 |
| 6563 | 2026-01-28T23:33:58.557Z | user 24:38.013797726 |
| 6564 | 2026-01-28T23:33:58.557Z | sys 1:52.391499750 |
| 6565 | 2026-01-28T23:33:58.557Z | trap 0.681798391 |
| 6566 | 2026-01-28T23:33:58.557Z | tflt 3.130160861 |
| 6567 | 2026-01-28T23:33:58.557Z | dflt 24.451903755 |
| 6568 | 2026-01-28T23:33:58.557Z | kflt 0.153489716 |
| 6569 | 2026-01-28T23:33:58.557Z | lock 1:18:19.522941914 |
| 6570 | 2026-01-28T23:33:58.558Z | slp 1:24:14.893424581 |
| 6571 | 2026-01-28T23:33:58.558Z | lat 7.162105432 |
| 6572 | 2026-01-28T23:33:58.558Z | stop 11.367484280 |
| 6573 | 2026-01-28T23:33:58.581Z | + banner test |
| 6574 | 2026-01-28T23:33:58.581Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 |
| 6575 | 2026-01-28T23:33:59.135Z | |
| 6576 | 2026-01-28T23:33:59.135Z | ##### ###### #### ##### |
| 6577 | 2026-01-28T23:33:59.135Z | # # # # |
| 6578 | 2026-01-28T23:33:59.136Z | # ##### #### # |
| 6579 | 2026-01-28T23:33:59.136Z | # # # # |
| 6580 | 2026-01-28T23:33:59.136Z | # # # # # |
| 6581 | 2026-01-28T23:33:59.136Z | # ###### #### # |
| 6582 | 2026-01-28T23:33:59.136Z | |
| 6583 | 2026-01-28T23:34:01.654Z | info: experimental features enabled: setup-scripts, benchmarks |
| 6584 | 2026-01-28T23:34:04.901Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 6585 | 2026-01-28T23:34:04.962Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 6586 | 2026-01-28T23:34:05.004Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 6587 | 2026-01-28T23:34:05.045Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 6588 | 2026-01-28T23:34:28.190Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 26.51s |
| 6589 | 2026-01-28T23:34:33.773Z | ──────────── |
| 6590 | 2026-01-28T23:34:33.773Z | Nextest run ID ae1dc37d-7bfc-42a5-8e31-7976534e8f89 with nextest profile: ci |
| 6591 | 2026-01-28T23:34:33.797Z | Starting 2701 tests across 224 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter) |
| 6592 | 2026-01-28T23:34:33.797Z | SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test |
| 6593 | 2026-01-28T23:34:35.797Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 6594 | 2026-01-28T23:34:35.821Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 6595 | 2026-01-28T23:34:35.874Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 6596 | 2026-01-28T23:34:35.898Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 6597 | 2026-01-28T23:34:35.922Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 6598 | 2026-01-28T23:34:35.969Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 6599 | 2026-01-28T23:34:35.993Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 6600 | 2026-01-28T23:34:36.019Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 6601 | 2026-01-28T23:34:38.533Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 6602 | 2026-01-28T23:34:39.419Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 6603 | 2026-01-28T23:34:40.161Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 6604 | 2026-01-28T23:34:40.501Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 6605 | 2026-01-28T23:34:41.898Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 6606 | 2026-01-28T23:34:42.997Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 6607 | 2026-01-28T23:34:42.997Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 6608 | 2026-01-28T23:34:45.058Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 6609 | 2026-01-28T23:34:47.186Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 6610 | 2026-01-28T23:34:59.703Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 6611 | 2026-01-28T23:35:02.694Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 6612 | 2026-01-28T23:35:05.766Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 6613 | 2026-01-28T23:35:42.652Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 6614 | 2026-01-28T23:35:46.745Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 6615 | 2026-01-28T23:35:50.770Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 6616 | 2026-01-28T23:36:09.489Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s |
| 6617 | 2026-01-28T23:36:09.642Z | Running `target/debug/crdb-seed` |
| 6618 | 2026-01-28T23:36:09.733Z | Jan 28 23:36:09.612 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpTqin1J |
| 6619 | 2026-01-28T23:36:09.733Z | Jan 28 23:36:09.620 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpbjWk8J,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpTqin1J/listen-url |
| 6620 | 2026-01-28T23:36:09.758Z | Jan 28 23:36:09.620 INFO cockroach environment: BUILDOMAT_JOB_ID=01KG3BHX1VRYYVV1XAD9RYXFAP BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=dap/bgtask-comment GITHUB_REF=refs/heads/dap/bgtask-comment GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=be5a1853cbadd830b26b9c0eba751a4c642fed81 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envff9hEV NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=ae1dc37d-7bfc-42a5-8e31-7976534e8f89 NEXTEST_RUN_MODE=test PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.91.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
| 6621 | 2026-01-28T23:36:11.391Z | Jan 28 23:36:11.279 INFO cockroach pid: 12798 |
| 6622 | 2026-01-28T23:36:11.391Z | Jan 28 23:36:11.279 INFO cockroach listen URL: postgresql://root@[::1]:45373/omicron?sslmode=disable |
| 6623 | 2026-01-28T23:36:11.419Z | Jan 28 23:36:11.308 INFO cockroach: populating |
| 6624 | 2026-01-28T23:36:14.799Z | Jan 28 23:36:14.688 INFO cockroach: populated |
| 6625 | 2026-01-28T23:36:17.411Z | Jan 28 23:36:17.299 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9a0cebe8061cda06d644ba975c6958fb03356de6ccdb3d8bf63871879b4fc132.tar` |
| 6626 | 2026-01-28T23:36:17.435Z | SETUP PASS [ 103.658s] crdb-seed: cargo run -p crdb-seed --profile test |
| 6627 | 2026-01-28T23:36:17.435Z | SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
| 6628 | 2026-01-28T23:36:19.345Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 6629 | 2026-01-28T23:36:19.345Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 6630 | 2026-01-28T23:36:22.090Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 6631 | 2026-01-28T23:36:24.085Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 6632 | 2026-01-28T23:36:43.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.24s |
| 6633 | 2026-01-28T23:36:43.939Z | Running `target/debug/clickhouse-cluster-dev` |
| 6634 | 2026-01-28T23:36:44.032Z | Jan 28 23:36:43.924 INFO Setting up a ClickHouse cluster |
| 6635 | 2026-01-28T23:36:44.032Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1 |
| 6636 | 2026-01-28T23:36:44.058Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2 |
| 6637 | 2026-01-28T23:36:44.058Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3 |
| 6638 | 2026-01-28T23:36:44.058Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2 |
| 6639 | 2026-01-28T23:36:44.082Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1 |
| 6640 | 2026-01-28T23:36:47.266Z | Jan 28 23:36:47.158 INFO ClickHouse server ready |
| 6641 | 2026-01-28T23:36:47.563Z | Jan 28 23:36:47.457 INFO ClickHouse server ready |
| 6642 | 2026-01-28T23:36:47.922Z | Jan 28 23:36:47.816 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)] |
| 6643 | 2026-01-28T23:36:47.946Z | SETUP PASS [ 30.517s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
| 6644 | 2026-01-28T23:37:18.089Z | PASS [ 30.154s] ( 1/2701) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind |
| 6645 | 2026-01-28T23:37:18.168Z | PASS [ 30.235s] ( 2/2701) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently |
| 6646 | 2026-01-28T23:37:31.818Z | PASS [ 43.886s] ( 3/2701) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
| 6647 | 2026-01-28T23:37:31.952Z | PASS [ 44.000s] ( 4/2701) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
| 6648 | 2026-01-28T23:37:47.933Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6649 | 2026-01-28T23:37:47.957Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6650 | 2026-01-28T23:38:10.048Z | PASS [ 51.963s] ( 5/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
| 6651 | 2026-01-28T23:38:11.229Z | PASS [ 53.068s] ( 6/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
| 6652 | 2026-01-28T23:38:24.165Z | PASS [ 52.354s] ( 7/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
| 6653 | 2026-01-28T23:38:24.413Z | PASS [ 52.487s] ( 8/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
| 6654 | 2026-01-28T23:38:47.720Z | PASS [ 23.559s] ( 9/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently |
| 6655 | 2026-01-28T23:38:47.925Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6656 | 2026-01-28T23:38:47.949Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6657 | 2026-01-28T23:39:09.813Z | PASS [ 45.407s] ( 10/2701) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
| 6658 | 2026-01-28T23:39:10.042Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
| 6659 | 2026-01-28T23:39:11.223Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
| 6660 | 2026-01-28T23:39:29.603Z | PASS [ 78.385s] ( 11/2701) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
| 6661 | 2026-01-28T23:39:34.117Z | PASS [ 46.403s] ( 12/2701) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
| 6662 | 2026-01-28T23:39:47.918Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6663 | 2026-01-28T23:39:47.942Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6664 | 2026-01-28T23:40:04.490Z | PASS [ 54.682s] ( 13/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind |
| 6665 | 2026-01-28T23:40:08.783Z | PASS [ 118.753s] ( 14/2701) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
| 6666 | 2026-01-28T23:40:21.654Z | PASS [ 52.058s] ( 15/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
| 6667 | 2026-01-28T23:40:34.121Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 6668 | 2026-01-28T23:40:47.910Z | SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6669 | 2026-01-28T23:40:47.934Z | SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6670 | 2026-01-28T23:40:54.695Z | PASS [ 33.046s] ( 16/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind |
| 6671 | 2026-01-28T23:40:54.782Z | PASS [ 46.004s] ( 17/2701) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
| 6672 | 2026-01-28T23:41:04.482Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
| 6673 | 2026-01-28T23:41:32.932Z | PASS [ 38.241s] ( 18/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently |
| 6674 | 2026-01-28T23:41:32.968Z | PASS [ 0.038s] ( 19/2701) api_identity test::test_identity |
| 6675 | 2026-01-28T23:41:33.004Z | PASS [ 0.034s] ( 20/2701) api_identity test::test_identity_no_field |
| 6676 | 2026-01-28T23:41:33.077Z | PASS [ 0.073s] ( 21/2701) authz-macros tests::test_authz_snapshots |
| 6677 | 2026-01-28T23:41:33.131Z | PASS [ 0.054s] ( 22/2701) bootstore schemes::tests::hello_roundtrip |
| 6678 | 2026-01-28T23:41:34.110Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 6679 | 2026-01-28T23:41:34.330Z | PASS [ 1.199s] ( 23/2701) bootstore schemes::v0::peer::tests::basic_3_nodes |
| 6680 | 2026-01-28T23:41:34.424Z | PASS [ 0.094s] ( 24/2701) bootstore schemes::v0::peer::tests::network_config |
| 6681 | 2026-01-28T23:41:34.463Z | PASS [ 0.037s] ( 25/2701) bootstore schemes::v0::share_pkg::tests::create_packages |
| 6682 | 2026-01-28T23:41:34.494Z | PASS [ 0.032s] ( 26/2701) bootstore trust_quorum::rack_secret::tests::create_and_verify |
| 6683 | 2026-01-28T23:41:34.526Z | PASS [ 0.032s] ( 27/2701) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
| 6684 | 2026-01-28T23:41:39.808Z | PASS [ 5.282s] ( 28/2701) bootstore::v0-fsm-proptest-learner run |
| 6685 | 2026-01-28T23:41:47.911Z | SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6686 | 2026-01-28T23:41:47.911Z | SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6687 | 2026-01-28T23:41:47.974Z | PASS [ 8.165s] ( 29/2701) bootstore::v0-fsm-proptest-rack-coordinator run |
| 6688 | 2026-01-28T23:41:48.356Z | PASS [ 0.372s] ( 30/2701) cert-dev::test-cert-dev test_cert_create |
| 6689 | 2026-01-28T23:41:48.859Z | PASS [ 0.507s] ( 31/2701) clickana chart::tests::gather_chart_data_failure |
| 6690 | 2026-01-28T23:41:49.553Z | PASS [ 0.043s] ( 32/2701) clickana chart::tests::gather_chart_data_for_disk_usage_success |
| 6691 | 2026-01-28T23:41:49.553Z | PASS [ 0.060s] ( 33/2701) clickana chart::tests::gather_chart_data_for_memory_tracking_success |
| 6692 | 2026-01-28T23:41:49.553Z | PASS [ 0.033s] ( 34/2701) clickana chart::tests::gather_chart_data_for_query_count_success |
| 6693 | 2026-01-28T23:41:49.553Z | PASS [ 0.029s] ( 35/2701) clickana chart::tests::gather_chart_data_for_running_queries_success |
| 6694 | 2026-01-28T23:41:49.553Z | PASS [ 0.089s] ( 36/2701) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail |
| 6695 | 2026-01-28T23:41:49.553Z | PASS [ 0.035s] ( 37/2701) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail |
| 6696 | 2026-01-28T23:41:49.553Z | PASS [ 0.033s] ( 38/2701) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail |
| 6697 | 2026-01-28T23:41:49.553Z | PASS [ 0.055s] ( 39/2701) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail |
| 6698 | 2026-01-28T23:41:49.553Z | PASS [ 0.048s] ( 40/2701) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success |
| 6699 | 2026-01-28T23:41:49.553Z | PASS [ 0.050s] ( 41/2701) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success |
| 6700 | 2026-01-28T23:41:49.553Z | PASS [ 0.046s] ( 42/2701) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success |
| 6701 | 2026-01-28T23:41:49.628Z | PASS [ 0.054s] ( 43/2701) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config |
| 6702 | 2026-01-28T23:41:49.628Z | PASS [ 0.040s] ( 44/2701) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail |
| 6703 | 2026-01-28T23:41:49.628Z | PASS [ 0.039s] ( 45/2701) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail |
| 6704 | 2026-01-28T23:41:49.628Z | PASS [ 0.033s] ( 46/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail |
| 6705 | 2026-01-28T23:41:49.628Z | PASS [ 0.035s] ( 47/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail |
| 6706 | 2026-01-28T23:41:49.652Z | PASS [ 0.034s] ( 48/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail |
| 6707 | 2026-01-28T23:41:49.652Z | PASS [ 0.036s] ( 49/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail |
| 6708 | 2026-01-28T23:41:49.784Z | PASS [ 0.041s] ( 50/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail |
| 6709 | 2026-01-28T23:41:49.839Z | PASS [ 0.042s] ( 51/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail |
| 6710 | 2026-01-28T23:41:49.840Z | PASS [ 0.037s] ( 52/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail |
| 6711 | 2026-01-28T23:41:49.840Z | PASS [ 0.043s] ( 53/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail |
| 6712 | 2026-01-28T23:41:49.880Z | PASS [ 0.050s] ( 54/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail |
| 6713 | 2026-01-28T23:41:49.931Z | PASS [ 0.035s] ( 55/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail |
| 6714 | 2026-01-28T23:41:49.981Z | PASS [ 0.032s] ( 56/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail |
| 6715 | 2026-01-28T23:41:50.017Z | PASS [ 0.034s] ( 57/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail |
| 6716 | 2026-01-28T23:41:50.018Z | PASS [ 0.040s] ( 58/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail |
| 6717 | 2026-01-28T23:41:50.067Z | PASS [ 0.043s] ( 59/2701) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail |
| 6718 | 2026-01-28T23:41:50.106Z | PASS [ 0.043s] ( 60/2701) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
| 6719 | 2026-01-28T23:41:50.147Z | PASS [ 0.038s] ( 61/2701) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail |
| 6720 | 2026-01-28T23:41:50.207Z | PASS [ 0.045s] ( 62/2701) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success |
| 6721 | 2026-01-28T23:41:50.262Z | PASS [ 0.065s] ( 63/2701) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success |
| 6722 | 2026-01-28T23:41:50.316Z | PASS [ 0.034s] ( 64/2701) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config |
| 6723 | 2026-01-28T23:41:50.363Z | PASS [ 0.034s] ( 65/2701) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail |
| 6724 | 2026-01-28T23:41:50.396Z | PASS [ 0.054s] ( 66/2701) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail |
| 6725 | 2026-01-28T23:41:50.458Z | PASS [ 0.035s] ( 67/2701) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail |
| 6726 | 2026-01-28T23:41:50.458Z | PASS [ 0.034s] ( 68/2701) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success |
| 6727 | 2026-01-28T23:41:50.492Z | PASS [ 0.034s] ( 69/2701) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success |
| 6728 | 2026-01-28T23:41:50.619Z | PASS [ 0.143s] ( 70/2701) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
| 6729 | 2026-01-28T23:41:50.745Z | PASS [ 0.105s] ( 71/2701) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input |
| 6730 | 2026-01-28T23:41:50.805Z | PASS [ 0.027s] ( 72/2701) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes |
| 6731 | 2026-01-28T23:41:50.805Z | PASS [ 0.024s] ( 73/2701) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes |
| 6732 | 2026-01-28T23:41:50.851Z | PASS [ 0.028s] ( 74/2701) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value |
| 6733 | 2026-01-28T23:41:50.852Z | PASS [ 0.035s] ( 75/2701) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv |
| 6734 | 2026-01-28T23:41:50.879Z | PASS [ 0.028s] ( 76/2701) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv |
| 6735 | 2026-01-28T23:41:51.389Z | PASS [ 0.530s] ( 77/2701) db-dev::test-db-dev test_db_dev_populate_no_args |
| 6736 | 2026-01-28T23:41:51.472Z | PASS [ 0.082s] ( 78/2701) db-dev::test-db-dev test_db_dev_wipe_no_args |
| 6737 | 2026-01-28T23:41:54.795Z | SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated |
| 6738 | 2026-01-28T23:42:03.829Z | PASS [ 12.360s] ( 79/2701) db-dev::test-db-dev test_db_killed |
| 6739 | 2026-01-28T23:42:04.479Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
| 6740 | 2026-01-28T23:42:29.591Z | PASS [ 145.121s] ( 80/2701) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
| 6741 | 2026-01-28T23:42:29.694Z | PASS [ 0.104s] ( 81/2701) db-macros lookup::test::test_lookup_snapshots |
| 6742 | 2026-01-28T23:42:29.718Z | PASS [ 0.025s] ( 82/2701) db-macros tests::test_derive_metadata_identity_fails_for_enums |
| 6743 | 2026-01-28T23:42:29.769Z | PASS [ 0.051s] ( 83/2701) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
| 6744 | 2026-01-28T23:42:29.802Z | PASS [ 0.032s] ( 84/2701) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
| 6745 | 2026-01-28T23:42:29.830Z | PASS [ 0.028s] ( 85/2701) db-macros tests::test_derive_metadata_identity_fails_without_table_name |
| 6746 | 2026-01-28T23:42:29.857Z | PASS [ 0.027s] ( 86/2701) db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
| 6747 | 2026-01-28T23:42:29.897Z | PASS [ 0.035s] ( 87/2701) db-macros tests::test_derive_snapshots |
| 6748 | 2026-01-28T23:42:29.921Z | PASS [ 0.027s] ( 88/2701) db-macros tests::test_derive_with_unknown_field |
| 6749 | 2026-01-28T23:42:30.382Z | PASS [ 0.463s] ( 89/2701) dns-server storage::test::test_update_basic |
| 6750 | 2026-01-28T23:42:30.630Z | PASS [ 0.248s] ( 90/2701) dns-server storage::test::test_update_in_progress |
| 6751 | 2026-01-28T23:42:30.870Z | PASS [ 0.239s] ( 91/2701) dns-server storage::test::test_update_interrupted |
| 6752 | 2026-01-28T23:42:31.137Z | PASS [ 0.230s] ( 92/2701) dns-server storage::test::test_zone_gets_soa_record |
| 6753 | 2026-01-28T23:42:31.963Z | PASS [ 0.862s] ( 93/2701) dns-server::basic_test a_crud |
| 6754 | 2026-01-28T23:42:32.346Z | PASS [ 0.383s] ( 94/2701) dns-server::basic_test aaaa_crud |
| 6755 | 2026-01-28T23:42:32.769Z | PASS [ 0.423s] ( 95/2701) dns-server::basic_test answers_match_question |
| 6756 | 2026-01-28T23:42:33.172Z | PASS [ 0.403s] ( 96/2701) dns-server::basic_test empty_record |
| 6757 | 2026-01-28T23:42:33.729Z | PASS [ 0.557s] ( 97/2701) dns-server::basic_test multi_record_crud |
| 6758 | 2026-01-28T23:42:34.096Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 6759 | 2026-01-28T23:42:34.179Z | PASS [ 0.450s] ( 98/2701) dns-server::basic_test name_contains_zone |
| 6760 | 2026-01-28T23:42:34.669Z | PASS [ 0.488s] ( 99/2701) dns-server::basic_test nxdomain |
| 6761 | 2026-01-28T23:42:35.081Z | PASS [ 0.412s] ( 100/2701) dns-server::basic_test servfail |
| 6762 | 2026-01-28T23:42:35.672Z | PASS [ 0.592s] ( 101/2701) dns-server::basic_test soa |
| 6763 | 2026-01-28T23:42:36.025Z | PASS [ 0.349s] ( 102/2701) dns-server::basic_test srv_crud |
| 6764 | 2026-01-28T23:42:40.897Z | PASS [ 4.875s] ( 103/2701) dns-server::commands_test test_dnsadm |
| 6765 | 2026-01-28T23:42:41.764Z | PASS [ 0.868s] ( 104/2701) dns-server::cross_version_test cross_version_works |
| 6766 | 2026-01-28T23:42:41.823Z | PASS [ 0.059s] ( 105/2701) ereport-types tests::test_arb_json_deserializes |
| 6767 | 2026-01-28T23:42:41.857Z | PASS [ 0.035s] ( 106/2701) ereport-types tests::test_ena_from_str |
| 6768 | 2026-01-28T23:42:41.883Z | PASS [ 0.023s] ( 107/2701) ereport-types tests::test_ena_from_str_roundtrip |
| 6769 | 2026-01-28T23:42:41.965Z | PASS [ 0.069s] ( 108/2701) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
| 6770 | 2026-01-28T23:42:42.005Z | PASS [ 0.033s] ( 109/2701) gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
| 6771 | 2026-01-28T23:42:42.085Z | PASS [ 0.030s] ( 110/2701) gfss gf256::tests::test_all_multiplication |
| 6772 | 2026-01-28T23:42:42.085Z | PASS [ 0.025s] ( 111/2701) gfss gf256::tests::test_all_multiplicative_inverses |
| 6773 | 2026-01-28T23:42:42.085Z | PASS [ 0.025s] ( 112/2701) gfss gf256::tests::test_docs_example |
| 6774 | 2026-01-28T23:42:43.422Z | PASS [ 39.598s] ( 113/2701) db-dev::test-db-dev test_db_run |
| 6775 | 2026-01-28T23:42:44.892Z | PASS [ 1.470s] ( 114/2701) gfss shamir::tests::split_and_combine |
| 6776 | 2026-01-28T23:42:44.921Z | PASS [ 0.029s] ( 115/2701) gfss shamir::tests::test_share_reconstruction |
| 6777 | 2026-01-28T23:42:45.040Z | PASS [ 0.108s] ( 116/2701) illumos-utils destructor::test::test_delayed_delete |
| 6778 | 2026-01-28T23:42:45.717Z | PASS [ 0.687s] ( 117/2701) illumos-utils destructor::test::test_delayed_delete_with_error |
| 6779 | 2026-01-28T23:42:45.760Z | PASS [ 0.043s] ( 118/2701) illumos-utils destructor::test::test_destructor_bad_close |
| 6780 | 2026-01-28T23:42:45.803Z | PASS [ 0.040s] ( 119/2701) illumos-utils link::test::test_allocate |
| 6781 | 2026-01-28T23:42:45.843Z | PASS [ 0.036s] ( 120/2701) illumos-utils link::test::test_allocate_within_scopes |
| 6782 | 2026-01-28T23:42:45.887Z | PASS [ 0.047s] ( 121/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params |
| 6783 | 2026-01-28T23:42:45.924Z | PASS [ 0.039s] ( 122/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params |
| 6784 | 2026-01-28T23:42:45.960Z | PASS [ 0.035s] ( 123/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params |
| 6785 | 2026-01-28T23:42:45.994Z | PASS [ 0.034s] ( 124/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6 |
| 6786 | 2026-01-28T23:42:46.028Z | PASS [ 0.034s] ( 125/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4 |
| 6787 | 2026-01-28T23:42:46.105Z | PASS [ 0.075s] ( 126/2701) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route |
| 6788 | 2026-01-28T23:42:46.139Z | PASS [ 0.036s] ( 127/2701) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips |
| 6789 | 2026-01-28T23:42:46.177Z | PASS [ 0.035s] ( 128/2701) illumos-utils running_zone::tests::test_is_oxide_smf_service |
| 6790 | 2026-01-28T23:42:46.208Z | PASS [ 0.033s] ( 129/2701) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success |
| 6791 | 2026-01-28T23:42:46.270Z | PASS [ 0.041s] ( 130/2701) illumos-utils svcs::tests::test_svc_in_maintenance_none_success |
| 6792 | 2026-01-28T23:42:46.295Z | PASS [ 0.040s] ( 131/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success |
| 6793 | 2026-01-28T23:42:46.352Z | PASS [ 0.062s] ( 132/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail |
| 6794 | 2026-01-28T23:42:46.402Z | PASS [ 0.050s] ( 133/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail |
| 6795 | 2026-01-28T23:42:46.445Z | PASS [ 0.043s] ( 134/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail |
| 6796 | 2026-01-28T23:42:46.481Z | PASS [ 0.036s] ( 135/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail |
| 6797 | 2026-01-28T23:42:46.615Z | PASS [ 0.133s] ( 136/2701) illumos-utils zfs::test::directory_mutability |
| 6798 | 2026-01-28T23:42:46.704Z | PASS [ 0.089s] ( 137/2701) illumos-utils zfs::test::get_values_of_rpool |
| 6799 | 2026-01-28T23:42:46.746Z | PASS [ 0.042s] ( 138/2701) illumos-utils zfs::test::parse_dataset_bad_avail |
| 6800 | 2026-01-28T23:42:46.783Z | PASS [ 0.037s] ( 139/2701) illumos-utils zfs::test::parse_dataset_bad_quota |
| 6801 | 2026-01-28T23:42:46.821Z | PASS [ 0.038s] ( 140/2701) illumos-utils zfs::test::parse_dataset_bad_reservation |
| 6802 | 2026-01-28T23:42:46.861Z | PASS [ 0.040s] ( 141/2701) illumos-utils zfs::test::parse_dataset_bad_usage |
| 6803 | 2026-01-28T23:42:46.932Z | PASS [ 0.044s] ( 142/2701) illumos-utils zfs::test::parse_dataset_bad_uuid |
| 6804 | 2026-01-28T23:42:46.956Z | PASS [ 0.037s] ( 143/2701) illumos-utils zfs::test::parse_dataset_missing_fields |
| 6805 | 2026-01-28T23:42:46.988Z | PASS [ 0.046s] ( 144/2701) illumos-utils zfs::test::parse_dataset_props |
| 6806 | 2026-01-28T23:42:47.028Z | PASS [ 0.039s] ( 145/2701) illumos-utils zfs::test::parse_dataset_props_with_optionals |
| 6807 | 2026-01-28T23:42:47.065Z | PASS [ 0.035s] ( 146/2701) illumos-utils zfs::test::parse_dataset_too_many_columns |
| 6808 | 2026-01-28T23:42:47.098Z | PASS [ 0.034s] ( 147/2701) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash |
| 6809 | 2026-01-28T23:42:47.134Z | PASS [ 0.035s] ( 148/2701) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited |
| 6810 | 2026-01-28T23:42:47.171Z | PASS [ 0.036s] ( 149/2701) illumos-utils zfs::test::parse_quota_ignored_if_default |
| 6811 | 2026-01-28T23:42:47.206Z | PASS [ 0.037s] ( 150/2701) illumos-utils zfs::test::parse_reservation_ignored_if_default |
| 6812 | 2026-01-28T23:42:47.240Z | PASS [ 0.032s] ( 151/2701) illumos-utils zfs::test::parse_sorts_and_dedups |
| 6813 | 2026-01-28T23:42:47.301Z | PASS [ 0.062s] ( 152/2701) illumos-utils zone::tests::delete_nonexistent_address |
| 6814 | 2026-01-28T23:42:47.338Z | PASS [ 0.036s] ( 153/2701) illumos-utils zone::tests::test_parse_ip_network |
| 6815 | 2026-01-28T23:42:47.378Z | PASS [ 0.041s] ( 154/2701) illumos-utils zpool::test::test_parse_zpool |
| 6816 | 2026-01-28T23:42:47.416Z | PASS [ 0.035s] ( 155/2701) illumos-utils zpool::test::test_parse_zpool_missing_column |
| 6817 | 2026-01-28T23:42:47.896Z | SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6818 | 2026-01-28T23:42:47.896Z | SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6819 | 2026-01-28T23:42:49.834Z | PASS [ 7.772s] ( 156/2701) gfss polynomial::tests::test_polynomial_eval |
| 6820 | 2026-01-28T23:42:52.989Z | PASS [ 5.576s] ( 157/2701) installinator mock_peers::tests::proptest_fetch_artifact |
| 6821 | 2026-01-28T23:42:53.286Z | PASS [ 0.282s] ( 158/2701) installinator-common block_size_writer::tests::proptest_block_writer |
| 6822 | 2026-01-28T23:42:53.407Z | PASS [ 3.573s] ( 159/2701) installinator write::tests::proptest_write_artifact |
| 6823 | 2026-01-28T23:42:54.147Z | PASS [ 0.739s] ( 160/2701) internal-dns-resolver resolver::test::insert_and_lookup_one_record |
| 6824 | 2026-01-28T23:42:54.177Z | PASS [ 0.905s] ( 161/2701) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records |
| 6825 | 2026-01-28T23:42:54.561Z | PASS [ 0.413s] ( 162/2701) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails |
| 6826 | 2026-01-28T23:42:54.767Z | SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated |
| 6827 | 2026-01-28T23:42:54.895Z | PASS [ 0.719s] ( 163/2701) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server |
| 6828 | 2026-01-28T23:42:55.090Z | PASS [ 0.530s] ( 164/2701) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client |
| 6829 | 2026-01-28T23:42:55.312Z | PASS [ 0.416s] ( 165/2701) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets |
| 6830 | 2026-01-28T23:42:55.356Z | PASS [ 0.043s] ( 166/2701) internal-dns-types config::test::display_hosts |
| 6831 | 2026-01-28T23:42:55.397Z | PASS [ 0.041s] ( 167/2701) internal-dns-types config::test::display_srv_service |
| 6832 | 2026-01-28T23:42:55.454Z | PASS [ 0.057s] ( 168/2701) internal-dns-types config::test::test_builder_errors |
| 6833 | 2026-01-28T23:42:55.521Z | PASS [ 0.067s] ( 169/2701) internal-dns-types config::test::test_builder_output |
| 6834 | 2026-01-28T23:42:55.548Z | PASS [ 0.442s] ( 170/2701) internal-dns-resolver resolver::test::update_record |
| 6835 | 2026-01-28T23:42:55.576Z | PASS [ 0.041s] ( 171/2701) internal-dns-types diff::test::diff_equivalent |
| 6836 | 2026-01-28T23:42:55.611Z | PASS [ 0.053s] ( 172/2701) internal-dns-types diff::test::diff_different |
| 6837 | 2026-01-28T23:42:55.611Z | PASS [ 0.033s] ( 173/2701) internal-dns-types diff::test::diff_invalid |
| 6838 | 2026-01-28T23:42:55.639Z | PASS [ 0.043s] ( 174/2701) ipcc tests::deserialize_fixed_value |
| 6839 | 2026-01-28T23:42:55.663Z | PASS [ 0.038s] ( 175/2701) ipcc tests::installinator_image_id_round_trip |
| 6840 | 2026-01-28T23:42:55.664Z | PASS [ 0.034s] ( 176/2701) ipcc tests::serialized_size |
| 6841 | 2026-01-28T23:42:55.750Z | PASS [ 0.074s] ( 177/2701) key-manager tests::different_disks_produce_different_keys |
| 6842 | 2026-01-28T23:42:55.774Z | PASS [ 0.068s] ( 178/2701) key-manager tests::different_ikm_produces_different_keys |
| 6843 | 2026-01-28T23:42:55.775Z | PASS [ 0.042s] ( 179/2701) key-manager tests::disk_encryption_key_epoch_0 |
| 6844 | 2026-01-28T23:42:55.775Z | PASS [ 0.044s] ( 180/2701) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
| 6845 | 2026-01-28T23:42:55.956Z | PASS [ 0.163s] ( 181/2701) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
| 6846 | 2026-01-28T23:42:55.981Z | PASS [ 0.162s] ( 182/2701) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
| 6847 | 2026-01-28T23:42:55.981Z | PASS [ 0.049s] ( 183/2701) nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
| 6848 | 2026-01-28T23:42:56.008Z | PASS [ 0.067s] ( 184/2701) nexus-auth authn::external::session_cookie::test::test_get_token |
| 6849 | 2026-01-28T23:42:56.033Z | PASS [ 0.056s] ( 185/2701) nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
| 6850 | 2026-01-28T23:42:56.058Z | PASS [ 0.048s] ( 186/2701) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
| 6851 | 2026-01-28T23:42:56.082Z | PASS [ 0.051s] ( 187/2701) nexus-auth authn::external::session_cookie::test::test_missing_cookie |
| 6852 | 2026-01-28T23:42:56.107Z | PASS [ 0.062s] ( 188/2701) nexus-auth authn::external::session_cookie::test::test_other_cookie |
| 6853 | 2026-01-28T23:42:56.133Z | PASS [ 0.041s] ( 189/2701) nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
| 6854 | 2026-01-28T23:42:56.157Z | PASS [ 0.042s] ( 190/2701) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
| 6855 | 2026-01-28T23:42:56.181Z | PASS [ 0.050s] ( 191/2701) nexus-auth authn::external::session_cookie::test::test_valid_cookie |
| 6856 | 2026-01-28T23:42:56.207Z | PASS [ 0.056s] ( 192/2701) nexus-auth authn::external::spoof::test::test_make_header_value |
| 6857 | 2026-01-28T23:42:56.255Z | PASS [ 0.045s] ( 193/2701) nexus-auth authn::external::spoof::test::test_make_header_value_raw |
| 6858 | 2026-01-28T23:42:56.284Z | PASS [ 0.050s] ( 194/2701) nexus-auth authn::external::spoof::test::test_spoof_header_missing |
| 6859 | 2026-01-28T23:42:56.284Z | PASS [ 0.070s] ( 195/2701) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
| 6860 | 2026-01-28T23:42:56.325Z | PASS [ 0.056s] ( 196/2701) nexus-auth authn::external::spoof::test::test_spoof_header_valid |
| 6861 | 2026-01-28T23:42:56.350Z | PASS [ 0.076s] ( 197/2701) nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
| 6862 | 2026-01-28T23:42:56.414Z | PASS [ 0.090s] ( 198/2701) nexus-auth authn::external::test::test_authn_sequence |
| 6863 | 2026-01-28T23:42:56.438Z | PASS [ 0.071s] ( 199/2701) nexus-auth authn::external::token::test::test_make_header_value |
| 6864 | 2026-01-28T23:42:56.466Z | PASS [ 0.053s] ( 200/2701) nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
| 6865 | 2026-01-28T23:42:56.490Z | PASS [ 0.062s] ( 201/2701) nexus-auth authn::external::token::test::test_token_header_missing |
| 6866 | 2026-01-28T23:42:56.515Z | PASS [ 0.044s] ( 202/2701) nexus-auth authn::external::token::test::test_token_header_valid |
| 6867 | 2026-01-28T23:42:56.563Z | PASS [ 0.080s] ( 203/2701) nexus-auth authn::test::test_internal_users |
| 6868 | 2026-01-28T23:42:56.667Z | PASS [ 0.104s] ( 204/2701) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
| 6869 | 2026-01-28T23:42:56.801Z | PASS [ 0.134s] ( 205/2701) nexus-auth context::test::test_background_context |
| 6870 | 2026-01-28T23:42:56.866Z | PASS [ 0.356s] ( 206/2701) nexus-auth authz::context::test::test_unregistered_resource |
| 6871 | 2026-01-28T23:42:56.946Z | PASS [ 0.143s] ( 207/2701) nexus-auth context::test::test_child_context |
| 6872 | 2026-01-28T23:42:56.989Z | PASS [ 0.123s] ( 208/2701) nexus-auth context::test::test_test_context |
| 6873 | 2026-01-28T23:42:57.033Z | PASS [ 0.043s] ( 209/2701) nexus-config nexus_config::test::test_config_bad_toml |
| 6874 | 2026-01-28T23:42:57.085Z | PASS [ 0.047s] ( 210/2701) nexus-config nexus_config::test::test_config_empty |
| 6875 | 2026-01-28T23:42:57.118Z | PASS [ 0.162s] ( 211/2701) nexus-config nexus_config::test::test_bad_authn_schemes |
| 6876 | 2026-01-28T23:42:57.148Z | PASS [ 0.043s] ( 212/2701) nexus-config nexus_config::test::test_config_nonexistent |
| 6877 | 2026-01-28T23:42:57.188Z | PASS [ 0.081s] ( 213/2701) nexus-config nexus_config::test::test_deployment_config_schema |
| 6878 | 2026-01-28T23:42:57.212Z | PASS [ 0.079s] ( 214/2701) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
| 6879 | 2026-01-28T23:42:57.273Z | PASS [ 0.085s] ( 215/2701) nexus-config nexus_config::test::test_repo_configs_are_valid |
| 6880 | 2026-01-28T23:42:57.298Z | PASS [ 0.074s] ( 216/2701) nexus-config nexus_config::test::test_valid |
| 6881 | 2026-01-28T23:42:57.336Z | PASS [ 0.063s] ( 217/2701) nexus-config postgres_config::test::test_bad_url |
| 6882 | 2026-01-28T23:42:57.361Z | PASS [ 0.073s] ( 218/2701) nexus-config postgres_config::test::test_example_url |
| 6883 | 2026-01-28T23:42:57.396Z | PASS [ 0.045s] ( 219/2701) nexus-db-fixed-data test::test_allowlist_id_is_valid |
| 6884 | 2026-01-28T23:42:57.421Z | PASS [ 0.071s] ( 220/2701) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
| 6885 | 2026-01-28T23:42:57.445Z | PASS [ 0.039s] ( 221/2701) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
| 6886 | 2026-01-28T23:42:57.470Z | PASS [ 0.045s] ( 222/2701) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
| 6887 | 2026-01-28T23:42:57.521Z | PASS [ 0.064s] ( 223/2701) nexus-db-model alert_class::tests::test_from_str_roundtrips |
| 6888 | 2026-01-28T23:42:57.574Z | PASS [ 0.056s] ( 224/2701) nexus-db-model alert_class::tests::test_is_test |
| 6889 | 2026-01-28T23:42:57.626Z | PASS [ 0.050s] ( 225/2701) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex |
| 6890 | 2026-01-28T23:42:57.672Z | PASS [ 0.047s] ( 226/2701) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing |
| 6891 | 2026-01-28T23:42:57.793Z | PASS [ 0.110s] ( 227/2701) nexus-db-model alert_subscription::test::test_valid_subscription_parsing |
| 6892 | 2026-01-28T23:42:57.823Z | PASS [ 0.040s] ( 228/2701) nexus-db-model bytecount::test::test_bytecount_i64_conversions |
| 6893 | 2026-01-28T23:42:57.874Z | PASS [ 0.053s] ( 229/2701) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
| 6894 | 2026-01-28T23:42:57.931Z | PASS [ 0.056s] ( 230/2701) nexus-db-model device_auth::test::test_generate_user_code |
| 6895 | 2026-01-28T23:42:57.967Z | PASS [ 0.036s] ( 231/2701) nexus-db-model instance_state::tests::test_from_str_roundtrips |
| 6896 | 2026-01-28T23:42:58.020Z | PASS [ 0.053s] ( 232/2701) nexus-db-model inventory::test::test_inv_nvme_disk_firmware |
| 6897 | 2026-01-28T23:42:58.111Z | PASS [ 0.046s] ( 233/2701) nexus-db-model role_assignment::tests::test_role_assignment_from_database |
| 6898 | 2026-01-28T23:42:58.155Z | PASS [ 0.088s] ( 234/2701) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
| 6899 | 2026-01-28T23:42:58.201Z | PASS [ 0.046s] ( 235/2701) nexus-db-model schema_versions::test::test_known_versions |
| 6900 | 2026-01-28T23:42:58.246Z | PASS [ 0.045s] ( 236/2701) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
| 6901 | 2026-01-28T23:42:58.299Z | PASS [ 0.051s] ( 237/2701) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
| 6902 | 2026-01-28T23:42:58.349Z | PASS [ 0.049s] ( 238/2701) nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
| 6903 | 2026-01-28T23:42:58.389Z | PASS [ 0.041s] ( 239/2701) nexus-db-model schema_versions::test::test_verify |
| 6904 | 2026-01-28T23:42:58.442Z | PASS [ 0.055s] ( 240/2701) nexus-db-model semver_version::test::test_to_from_sortable_string |
| 6905 | 2026-01-28T23:42:58.481Z | PASS [ 0.038s] ( 241/2701) nexus-db-model tests::test_ip_subnet_check_requestable_address |
| 6906 | 2026-01-28T23:42:58.518Z | PASS [ 0.037s] ( 242/2701) nexus-db-model tests::test_ipv6_net_random_subnet |
| 6907 | 2026-01-28T23:42:58.571Z | PASS [ 0.052s] ( 243/2701) nexus-db-model tests::test_roles_database_strings |
| 6908 | 2026-01-28T23:42:58.608Z | PASS [ 0.038s] ( 244/2701) nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
| 6909 | 2026-01-28T23:42:58.657Z | PASS [ 0.049s] ( 245/2701) nexus-db-model typed_uuid::tests::test_compare_consistency |
| 6910 | 2026-01-28T23:42:58.703Z | PASS [ 0.045s] ( 246/2701) nexus-db-model typed_uuid::tests::test_hash_equality |
| 6911 | 2026-01-28T23:42:58.748Z | PASS [ 0.046s] ( 247/2701) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
| 6912 | 2026-01-28T23:42:58.792Z | PASS [ 0.042s] ( 248/2701) nexus-db-model vmm_state::tests::test_from_str_roundtrips |
| 6913 | 2026-01-28T23:43:05.447Z | PASS [ 8.014s] ( 249/2701) nexus-db-lookup::integration lookup::test_lookup |
| 6914 | 2026-01-28T23:43:06.350Z | PASS [ 7.560s] ( 250/2701) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met |
| 6915 | 2026-01-28T23:43:10.720Z | PASS [ 5.272s] ( 251/2701) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
| 6916 | 2026-01-28T23:43:11.402Z | PASS [ 5.040s] ( 252/2701) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
| 6917 | 2026-01-28T23:43:15.629Z | PASS [ 4.909s] ( 253/2701) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
| 6918 | 2026-01-28T23:43:16.299Z | PASS [ 4.898s] ( 254/2701) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
| 6919 | 2026-01-28T23:43:20.687Z | PASS [ 5.060s] ( 255/2701) nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
| 6920 | 2026-01-28T23:43:21.726Z | PASS [ 5.434s] ( 256/2701) nexus-db-queries db::collection_attach::test::test_attach_once |
| 6921 | 2026-01-28T23:43:26.719Z | PASS [ 4.972s] ( 257/2701) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
| 6922 | 2026-01-28T23:43:26.984Z | PASS [ 5.101s] ( 258/2701) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
| 6923 | 2026-01-28T23:43:30.756Z | PASS [ 5.098s] ( 259/2701) nexus-db-queries db::collection_attach::test::test_attach_with_filters |
| 6924 | 2026-01-28T23:43:30.848Z | PASS [ 0.092s] ( 260/2701) nexus-db-queries db::collection_attach::test::test_verify_query |
| 6925 | 2026-01-28T23:43:31.793Z | PASS [ 4.974s] ( 261/2701) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
| 6926 | 2026-01-28T23:43:34.089Z | SLOW [>240.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 6927 | 2026-01-28T23:43:36.000Z | PASS [ 5.153s] ( 262/2701) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
| 6928 | 2026-01-28T23:43:36.857Z | PASS [ 5.065s] ( 263/2701) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
| 6929 | 2026-01-28T23:43:40.727Z | PASS [ 4.725s] ( 264/2701) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
| 6930 | 2026-01-28T23:43:41.794Z | PASS [ 4.936s] ( 265/2701) nexus-db-queries db::collection_detach::test::test_detach_once |
| 6931 | 2026-01-28T23:43:45.774Z | PASS [ 5.048s] ( 266/2701) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
| 6932 | 2026-01-28T23:43:45.846Z | PASS [ 0.073s] ( 267/2701) nexus-db-queries db::collection_detach::test::test_verify_query |
| 6933 | 2026-01-28T23:43:46.929Z | PASS [ 5.136s] ( 268/2701) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
| 6934 | 2026-01-28T23:43:47.899Z | SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6935 | 2026-01-28T23:43:47.899Z | SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6936 | 2026-01-28T23:43:51.063Z | PASS [ 5.218s] ( 269/2701) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
| 6937 | 2026-01-28T23:43:52.353Z | PASS [ 5.425s] ( 270/2701) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
| 6938 | 2026-01-28T23:43:54.771Z | SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated |
| 6939 | 2026-01-28T23:43:56.008Z | PASS [ 4.944s] ( 271/2701) nexus-db-queries db::collection_detach_many::test::test_detach_many |
| 6940 | 2026-01-28T23:43:57.466Z | PASS [ 5.112s] ( 272/2701) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
| 6941 | 2026-01-28T23:44:01.145Z | PASS [ 5.137s] ( 273/2701) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
| 6942 | 2026-01-28T23:44:02.688Z | PASS [ 5.223s] ( 274/2701) nexus-db-queries db::collection_detach_many::test::test_detach_once |
| 6943 | 2026-01-28T23:44:06.201Z | PASS [ 5.055s] ( 275/2701) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
| 6944 | 2026-01-28T23:44:06.272Z | PASS [ 0.072s] ( 276/2701) nexus-db-queries db::collection_detach_many::test::test_verify_query |
| 6945 | 2026-01-28T23:44:07.863Z | PASS [ 5.176s] ( 277/2701) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
| 6946 | 2026-01-28T23:44:10.845Z | PASS [ 4.575s] ( 278/2701) nexus-db-queries db::collection_insert::test::test_collection_not_present |
| 6947 | 2026-01-28T23:44:10.910Z | PASS [ 0.064s] ( 279/2701) nexus-db-queries db::collection_insert::test::test_verify_query |
| 6948 | 2026-01-28T23:44:10.978Z | PASS [ 0.067s] ( 280/2701) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
| 6949 | 2026-01-28T23:44:11.055Z | PASS [ 0.077s] ( 281/2701) nexus-db-queries db::column_walker::test::test_walk_columns |
| 6950 | 2026-01-28T23:44:11.147Z | PASS [ 0.079s] ( 282/2701) nexus-db-queries db::column_walker::test::test_walk_table |
| 6951 | 2026-01-28T23:44:12.953Z | PASS [ 4.664s] ( 283/2701) nexus-db-queries db::collection_insert::test::test_collection_present |
| 6952 | 2026-01-28T23:44:21.889Z | PASS [ 9.370s] ( 284/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members |
| 6953 | 2026-01-28T23:44:22.015Z | PASS [ 9.203s] ( 285/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership |
| 6954 | 2026-01-28T23:44:30.751Z | PASS [ 9.024s] ( 286/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove |
| 6955 | 2026-01-28T23:44:33.709Z | PASS [ 13.209s] ( 287/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members |
| 6956 | 2026-01-28T23:44:34.081Z | SLOW [>300.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 6957 | 2026-01-28T23:44:39.777Z | PASS [ 9.027s] ( 288/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm |
| 6958 | 2026-01-28T23:44:44.494Z | PASS [ 10.786s] ( 289/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects |
| 6959 | 2026-01-28T23:44:47.883Z | SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6960 | 2026-01-28T23:44:47.883Z | SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6961 | 2026-01-28T23:44:48.985Z | PASS [ 9.209s] ( 290/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency |
| 6962 | 2026-01-28T23:44:54.753Z | SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated |
| 6963 | 2026-01-28T23:44:54.937Z | PASS [ 10.444s] ( 291/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended |
| 6964 | 2026-01-28T23:44:57.439Z | PASS [ 8.455s] ( 292/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project |
| 6965 | 2026-01-28T23:45:04.030Z | PASS [ 9.095s] ( 293/2701) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped |
| 6966 | 2026-01-28T23:45:07.074Z | PASS [ 9.636s] ( 294/2701) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion |
| 6967 | 2026-01-28T23:45:13.340Z | PASS [ 9.311s] ( 295/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members |
| 6968 | 2026-01-28T23:45:16.417Z | PASS [ 9.343s] ( 296/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership |
| 6969 | 2026-01-28T23:45:25.796Z | PASS [ 9.379s] ( 297/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove |
| 6970 | 2026-01-28T23:45:26.796Z | PASS [ 13.453s] ( 298/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members |
| 6971 | 2026-01-28T23:45:34.090Z | SLOW [>360.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 6972 | 2026-01-28T23:45:34.589Z | PASS [ 8.797s] ( 299/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm |
| 6973 | 2026-01-28T23:45:36.956Z | PASS [ 10.163s] ( 300/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects |
| 6974 | 2026-01-28T23:45:42.704Z | PASS [ 8.040s] ( 301/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency |
| 6975 | 2026-01-28T23:45:47.539Z | PASS [ 9.869s] ( 302/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended |
| 6976 | 2026-01-28T23:45:47.887Z | SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6977 | 2026-01-28T23:45:47.887Z | SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6978 | 2026-01-28T23:45:51.810Z | PASS [ 9.183s] ( 303/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project |
| 6979 | 2026-01-28T23:45:54.748Z | SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated |
| 6980 | 2026-01-28T23:45:55.397Z | PASS [ 8.576s] ( 304/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped |
| 6981 | 2026-01-28T23:46:01.632Z | PASS [ 9.823s] ( 305/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion |
| 6982 | 2026-01-28T23:46:08.580Z | PASS [ 13.183s] ( 306/2701) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups |
| 6983 | 2026-01-28T23:46:13.708Z | PASS [ 5.130s] ( 307/2701) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob |
| 6984 | 2026-01-28T23:46:14.305Z | PASS [ 12.675s] ( 308/2701) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups |
| 6985 | 2026-01-28T23:46:22.537Z | PASS [ 8.830s] ( 309/2701) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs |
| 6986 | 2026-01-28T23:46:23.228Z | PASS [ 8.916s] ( 310/2701) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event |
| 6987 | 2026-01-28T23:46:30.231Z | PASS [ 7.687s] ( 311/2701) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
| 6988 | 2026-01-28T23:46:31.315Z | PASS [ 8.096s] ( 312/2701) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic |
| 6989 | 2026-01-28T23:46:34.067Z | SLOW [>420.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 6990 | 2026-01-28T23:46:38.360Z | PASS [ 8.137s] ( 313/2701) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker |
| 6991 | 2026-01-28T23:46:40.136Z | PASS [ 7.961s] ( 314/2701) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
| 6992 | 2026-01-28T23:46:49.249Z | PASS [ 8.293s] ( 315/2701) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic |
| 6993 | 2026-01-28T23:46:49.350Z | PASS [ 8.405s] ( 316/2701) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
| 6994 | 2026-01-28T23:46:49.350Z | SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 6995 | 2026-01-28T23:46:49.350Z | SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 6996 | 2026-01-28T23:46:54.737Z | SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated |
| 6997 | 2026-01-28T23:46:55.294Z | PASS [ 8.644s] ( 317/2701) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
| 6998 | 2026-01-28T23:46:57.469Z | PASS [ 9.790s] ( 318/2701) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists |
| 6999 | 2026-01-28T23:47:00.848Z | PASS [ 5.554s] ( 319/2701) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version |
| 7000 | 2026-01-28T23:47:05.085Z | PASS [ 7.617s] ( 320/2701) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
| 7001 | 2026-01-28T23:47:07.194Z | PASS [ 6.346s] ( 321/2701) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
| 7002 | 2026-01-28T23:47:10.884Z | PASS [ 5.800s] ( 322/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered |
| 7003 | 2026-01-28T23:47:12.821Z | PASS [ 5.629s] ( 323/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state |
| 7004 | 2026-01-28T23:47:16.463Z | PASS [ 5.580s] ( 324/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success |
| 7005 | 2026-01-28T23:47:18.052Z | PASS [ 5.231s] ( 325/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records |
| 7006 | 2026-01-28T23:47:21.725Z | PASS [ 5.262s] ( 326/2701) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access |
| 7007 | 2026-01-28T23:47:23.181Z | PASS [ 5.123s] ( 327/2701) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access |
| 7008 | 2026-01-28T23:47:27.198Z | PASS [ 5.458s] ( 328/2701) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id |
| 7009 | 2026-01-28T23:47:28.897Z | PASS [ 5.723s] ( 329/2701) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use |
| 7010 | 2026-01-28T23:47:32.118Z | PASS [ 4.934s] ( 330/2701) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new |
| 7011 | 2026-01-28T23:47:33.910Z | PASS [ 5.013s] ( 331/2701) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now |
| 7012 | 2026-01-28T23:47:34.060Z | SLOW [>480.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 7013 | 2026-01-28T23:47:36.941Z | PASS [ 4.827s] ( 332/2701) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff |
| 7014 | 2026-01-28T23:47:41.724Z | PASS [ 4.783s] ( 333/2701) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient |
| 7015 | 2026-01-28T23:47:42.337Z | PASS [ 8.427s] ( 334/2701) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete |
| 7016 | 2026-01-28T23:47:46.872Z | PASS [ 5.149s] ( 335/2701) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient |
| 7017 | 2026-01-28T23:47:47.405Z | PASS [ 5.070s] ( 336/2701) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent |
| 7018 | 2026-01-28T23:47:47.861Z | SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7019 | 2026-01-28T23:47:47.862Z | SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7020 | 2026-01-28T23:47:49.093Z | PASS [ 414.371s] ( 337/2701) oximeter-db client::tests::test_replicated |
| 7021 | 2026-01-28T23:47:49.249Z | PASS [ 0.152s] ( 338/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1 |
| 7022 | 2026-01-28T23:47:49.304Z | PASS [ 0.055s] ( 339/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2 |
| 7023 | 2026-01-28T23:47:49.349Z | PASS [ 0.044s] ( 340/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3 |
| 7024 | 2026-01-28T23:47:49.386Z | PASS [ 0.036s] ( 341/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none |
| 7025 | 2026-01-28T23:47:49.422Z | PASS [ 0.036s] ( 342/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success |
| 7026 | 2026-01-28T23:47:50.741Z | PASS [ 1.319s] ( 343/2701) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership |
| 7027 | 2026-01-28T23:47:51.034Z | PASS [ 0.293s] ( 344/2701) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing |
| 7028 | 2026-01-28T23:47:51.327Z | PASS [ 0.292s] ( 345/2701) omicron-clickhouse-admin::integration_test test_lgif_parsing |
| 7029 | 2026-01-28T23:47:51.608Z | PASS [ 0.282s] ( 346/2701) omicron-clickhouse-admin::integration_test test_raft_config_parsing |
| 7030 | 2026-01-28T23:47:51.929Z | PASS [ 0.320s] ( 347/2701) omicron-clickhouse-admin::integration_test test_teardown |
| 7031 | 2026-01-28T23:47:52.073Z | PASS [ 0.144s] ( 348/2701) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
| 7032 | 2026-01-28T23:47:55.258Z | PASS [ 7.825s] ( 349/2701) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
| 7033 | 2026-01-28T23:47:55.494Z | PASS [ 8.605s] ( 350/2701) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
| 7034 | 2026-01-28T23:47:55.938Z | PASS [ 0.444s] ( 351/2701) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query |
| 7035 | 2026-01-28T23:48:00.402Z | PASS [ 4.481s] ( 352/2701) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query |
| 7036 | 2026-01-28T23:48:04.553Z | PASS [ 9.297s] ( 353/2701) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup |
| 7037 | 2026-01-28T23:48:11.712Z | PASS [ 11.309s] ( 354/2701) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete |
| 7038 | 2026-01-28T23:48:13.156Z | PASS [ 8.632s] ( 355/2701) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
| 7039 | 2026-01-28T23:48:21.300Z | PASS [ 9.569s] ( 356/2701) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
| 7040 | 2026-01-28T23:48:22.239Z | PASS [ 9.073s] ( 357/2701) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target |
| 7041 | 2026-01-28T23:48:31.618Z | PASS [ 9.388s] ( 358/2701) nexus-db-queries db::datastore::deployment::tests::test_set_target |
| 7042 | 2026-01-28T23:48:34.057Z | SLOW [>540.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 7043 | 2026-01-28T23:48:34.316Z | PASS [ 13.041s] ( 359/2701) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
| 7044 | 2026-01-28T23:48:41.454Z | PASS [ 9.841s] ( 360/2701) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
| 7045 | 2026-01-28T23:48:41.563Z | PASS [ 0.070s] ( 361/2701) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
| 7046 | 2026-01-28T23:48:42.436Z | PASS [ 8.106s] ( 362/2701) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
| 7047 | 2026-01-28T23:48:50.356Z | SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7048 | 2026-01-28T23:48:50.356Z | SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7049 | 2026-01-28T23:48:50.356Z | PASS [ 7.911s] ( 363/2701) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
| 7050 | 2026-01-28T23:48:51.519Z | PASS [ 9.092s] ( 364/2701) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
| 7051 | 2026-01-28T23:48:52.084Z | SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
| 7052 | 2026-01-28T23:48:59.589Z | PASS [ 8.078s] ( 365/2701) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
| 7053 | 2026-01-28T23:48:59.701Z | PASS [ 10.267s] ( 366/2701) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
| 7054 | 2026-01-28T23:49:02.185Z | PASS [ 70.122s] ( 367/2701) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
| 7055 | 2026-01-28T23:49:05.540Z | PASS [ 3.355s] ( 368/2701) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
| 7056 | 2026-01-28T23:49:07.299Z | PASS [ 7.600s] ( 369/2701) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
| 7057 | 2026-01-28T23:49:07.339Z | PASS [ 7.751s] ( 370/2701) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
| 7058 | 2026-01-28T23:49:10.863Z | PASS [ 3.565s] ( 371/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default |
| 7059 | 2026-01-28T23:49:11.160Z | PASS [ 3.822s] ( 372/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials |
| 7060 | 2026-01-28T23:49:14.536Z | PASS [ 3.673s] ( 373/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time |
| 7061 | 2026-01-28T23:49:14.971Z | PASS [ 3.811s] ( 374/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes |
| 7062 | 2026-01-28T23:49:18.739Z | PASS [ 4.195s] ( 375/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials |
| 7063 | 2026-01-28T23:49:19.128Z | PASS [ 4.153s] ( 376/2701) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id |
| 7064 | 2026-01-28T23:49:22.769Z | PASS [ 4.039s] ( 377/2701) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial |
| 7065 | 2026-01-28T23:49:23.653Z | PASS [ 4.529s] ( 378/2701) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id |
| 7066 | 2026-01-28T23:49:24.175Z | PASS [ 18.638s] ( 379/2701) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
| 7067 | 2026-01-28T23:49:30.239Z | PASS [ 7.472s] ( 380/2701) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching |
| 7068 | 2026-01-28T23:49:33.459Z | PASS [ 9.807s] ( 381/2701) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast |
| 7069 | 2026-01-28T23:49:34.044Z | SLOW [>600.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 7070 | 2026-01-28T23:49:39.019Z | PASS [ 8.780s] ( 382/2701) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast |
| 7071 | 2026-01-28T23:49:42.225Z | PASS [ 18.052s] ( 383/2701) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
| 7072 | 2026-01-28T23:49:42.861Z | PASS [ 9.402s] ( 384/2701) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
| 7073 | 2026-01-28T23:49:46.601Z | PASS [ 7.583s] ( 385/2701) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud |
| 7074 | 2026-01-28T23:49:47.845Z | SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7075 | 2026-01-28T23:49:47.845Z | SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7076 | 2026-01-28T23:49:50.086Z | PASS [ 7.862s] ( 386/2701) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet |
| 7077 | 2026-01-28T23:49:50.590Z | PASS [ 7.729s] ( 387/2701) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection |
| 7078 | 2026-01-28T23:49:54.191Z | PASS [ 7.590s] ( 388/2701) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version |
| 7079 | 2026-01-28T23:49:57.256Z | PASS [ 7.163s] ( 389/2701) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool |
| 7080 | 2026-01-28T23:49:57.830Z | PASS [ 7.242s] ( 390/2701) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo |
| 7081 | 2026-01-28T23:50:01.581Z | PASS [ 7.392s] ( 391/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance |
| 7082 | 2026-01-28T23:50:04.147Z | PASS [ 6.899s] ( 392/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members |
| 7083 | 2026-01-28T23:50:05.245Z | PASS [ 7.415s] ( 393/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets |
| 7084 | 2026-01-28T23:50:08.724Z | PASS [ 7.144s] ( 394/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range |
| 7085 | 2026-01-28T23:50:12.817Z | PASS [ 7.112s] ( 395/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet |
| 7086 | 2026-01-28T23:50:13.403Z | PASS [ 6.897s] ( 396/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo |
| 7087 | 2026-01-28T23:50:15.768Z | PASS [ 7.043s] ( 397/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo |
| 7088 | 2026-01-28T23:50:18.410Z | PASS [ 7.152s] ( 398/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools |
| 7089 | 2026-01-28T23:50:19.654Z | PASS [ 7.514s] ( 399/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo |
| 7090 | 2026-01-28T23:50:23.519Z | PASS [ 7.753s] ( 400/2701) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails |
| 7091 | 2026-01-28T23:50:26.100Z | PASS [ 7.669s] ( 401/2701) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails |
| 7092 | 2026-01-28T23:50:27.251Z | PASS [ 7.596s] ( 402/2701) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start |
| 7093 | 2026-01-28T23:50:30.966Z | PASS [ 7.445s] ( 403/2701) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle |
| 7094 | 2026-01-28T23:50:33.629Z | PASS [ 7.511s] ( 404/2701) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap |
| 7095 | 2026-01-28T23:50:34.039Z | SLOW [>660.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 7096 | 2026-01-28T23:50:34.497Z | PASS [ 7.251s] ( 405/2701) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start |
| 7097 | 2026-01-28T23:50:38.329Z | PASS [ 7.365s] ( 406/2701) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle |
| 7098 | 2026-01-28T23:50:43.410Z | PASS [ 7.918s] ( 407/2701) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion |
| 7099 | 2026-01-28T23:50:43.844Z | PASS [ 7.249s] ( 408/2701) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix |
| 7100 | 2026-01-28T23:50:43.907Z | PASS [ 0.434s] ( 409/2701) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query |
| 7101 | 2026-01-28T23:50:43.907Z | PASS [ 0.533s] ( 410/2701) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker |
| 7102 | 2026-01-28T23:50:43.907Z | PASS [ 0.399s] ( 411/2701) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker |
| 7103 | 2026-01-28T23:50:46.176Z | PASS [ 7.818s] ( 412/2701) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries |
| 7104 | 2026-01-28T23:50:46.334Z | PASS [ 3.963s] ( 413/2701) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query |
| 7105 | 2026-01-28T23:50:46.625Z | PASS [ 4.254s] ( 414/2701) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query |
| 7106 | 2026-01-28T23:50:47.839Z | SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7107 | 2026-01-28T23:50:47.839Z | SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7108 | 2026-01-28T23:50:50.219Z | PASS [ 4.075s] ( 415/2701) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query |
| 7109 | 2026-01-28T23:50:50.363Z | PASS [ 4.061s] ( 416/2701) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query |
| 7110 | 2026-01-28T23:50:55.928Z | PASS [ 9.395s] ( 417/2701) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete |
| 7111 | 2026-01-28T23:50:57.929Z | PASS [ 7.711s] ( 418/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent |
| 7112 | 2026-01-28T23:50:57.981Z | PASS [ 7.621s] ( 419/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails |
| 7113 | 2026-01-28T23:51:03.583Z | PASS [ 7.655s] ( 420/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails |
| 7114 | 2026-01-28T23:51:05.290Z | PASS [ 7.362s] ( 421/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent |
| 7115 | 2026-01-28T23:51:06.109Z | PASS [ 8.129s] ( 422/2701) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip |
| 7116 | 2026-01-28T23:51:11.162Z | PASS [ 7.581s] ( 423/2701) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases |
| 7117 | 2026-01-28T23:51:12.545Z | PASS [ 7.256s] ( 424/2701) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned |
| 7118 | 2026-01-28T23:51:16.770Z | PASS [ 10.661s] ( 425/2701) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
| 7119 | 2026-01-28T23:51:18.638Z | PASS [ 7.477s] ( 426/2701) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
| 7120 | 2026-01-28T23:51:19.859Z | PASS [ 7.314s] ( 427/2701) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent |
| 7121 | 2026-01-28T23:51:24.494Z | PASS [ 7.726s] ( 428/2701) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
| 7122 | 2026-01-28T23:51:26.521Z | PASS [ 7.884s] ( 429/2701) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
| 7123 | 2026-01-28T23:51:27.364Z | PASS [ 7.507s] ( 430/2701) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
| 7124 | 2026-01-28T23:51:31.939Z | PASS [ 7.447s] ( 431/2701) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
| 7125 | 2026-01-28T23:51:33.966Z | PASS [ 7.445s] ( 432/2701) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
| 7126 | 2026-01-28T23:51:34.030Z | SLOW [>720.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 7127 | 2026-01-28T23:51:34.721Z | PASS [ 7.357s] ( 433/2701) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
| 7128 | 2026-01-28T23:51:39.748Z | PASS [ 7.808s] ( 434/2701) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
| 7129 | 2026-01-28T23:51:41.507Z | PASS [ 6.787s] ( 435/2701) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
| 7130 | 2026-01-28T23:51:43.322Z | PASS [ 9.352s] ( 436/2701) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete |
| 7131 | 2026-01-28T23:51:47.830Z | SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7132 | 2026-01-28T23:51:47.830Z | SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7133 | 2026-01-28T23:51:48.262Z | PASS [ 8.515s] ( 437/2701) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
| 7134 | 2026-01-28T23:51:51.575Z | PASS [ 8.259s] ( 438/2701) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields |
| 7135 | 2026-01-28T23:51:54.777Z | PASS [ 13.271s] ( 439/2701) nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
| 7136 | 2026-01-28T23:51:56.168Z | PASS [ 7.907s] ( 440/2701) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
| 7137 | 2026-01-28T23:52:00.580Z | PASS [ 9.006s] ( 441/2701) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements |
| 7138 | 2026-01-28T23:52:01.132Z | PASS [ 4.965s] ( 442/2701) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query |
| 7139 | 2026-01-28T23:52:03.325Z | PASS [ 8.549s] ( 443/2701) nexus-db-queries db::datastore::inventory::test::test_zone_image_source |
| 7140 | 2026-01-28T23:52:04.832Z | PASS [ 4.252s] ( 444/2701) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query |
| 7141 | 2026-01-28T23:52:05.451Z | PASS [ 4.319s] ( 445/2701) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query |
| 7142 | 2026-01-28T23:52:07.343Z | PASS [ 3.986s] ( 446/2701) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query |
| 7143 | 2026-01-28T23:52:09.144Z | PASS [ 755.131s] ( 447/2701) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 7144 | 2026-01-28T23:52:11.688Z | PASS [ 6.857s] ( 448/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool |
| 7145 | 2026-01-28T23:52:12.616Z | PASS [ 7.164s] ( 449/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips |
| 7146 | 2026-01-28T23:52:14.402Z | PASS [ 7.092s] ( 450/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool |
| 7147 | 2026-01-28T23:52:16.256Z | PASS [ 7.115s] ( 451/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member |
| 7148 | 2026-01-28T23:52:18.222Z | PASS [ 6.535s] ( 452/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo |
| 7149 | 2026-01-28T23:52:18.577Z | PASS [ 0.355s] ( 453/2701) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link |
| 7150 | 2026-01-28T23:52:18.954Z | PASS [ 0.377s] ( 454/2701) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query |
| 7151 | 2026-01-28T23:52:19.244Z | PASS [ 6.630s] ( 455/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo |
| 7152 | 2026-01-28T23:52:19.335Z | PASS [ 0.381s] ( 456/2701) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query |
| 7153 | 2026-01-28T23:52:21.060Z | PASS [ 6.659s] ( 457/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool |
| 7154 | 2026-01-28T23:52:22.844Z | PASS [ 6.588s] ( 458/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use |
| 7155 | 2026-01-28T23:52:25.931Z | PASS [ 6.596s] ( 459/2701) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version |
| 7156 | 2026-01-28T23:52:26.723Z | PASS [ 7.480s] ( 460/2701) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type |
| 7157 | 2026-01-28T23:52:28.261Z | PASS [ 7.201s] ( 461/2701) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
| 7158 | 2026-01-28T23:52:29.759Z | PASS [ 6.916s] ( 462/2701) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict |
| 7159 | 2026-01-28T23:52:32.660Z | PASS [ 6.731s] ( 463/2701) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering |
| 7160 | 2026-01-28T23:52:33.301Z | PASS [ 6.579s] ( 464/2701) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency |
| 7161 | 2026-01-28T23:52:35.500Z | PASS [ 7.232s] ( 465/2701) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast |
| 7162 | 2026-01-28T23:52:36.720Z | PASS [ 6.962s] ( 466/2701) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only |
| 7163 | 2026-01-28T23:52:39.674Z | PASS [ 7.012s] ( 467/2701) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools |
| 7164 | 2026-01-28T23:52:40.626Z | PASS [ 7.325s] ( 468/2701) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address |
| 7165 | 2026-01-28T23:52:42.512Z | PASS [ 7.020s] ( 469/2701) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering |
| 7166 | 2026-01-28T23:52:44.016Z | PASS [ 7.297s] ( 470/2701) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast |
| 7167 | 2026-01-28T23:52:46.955Z | PASS [ 7.285s] ( 471/2701) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast |
| 7168 | 2026-01-28T23:52:47.822Z | SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7169 | 2026-01-28T23:52:47.846Z | SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7170 | 2026-01-28T23:52:47.904Z | PASS [ 7.279s] ( 472/2701) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization |
| 7171 | 2026-01-28T23:52:49.755Z | PASS [ 7.244s] ( 473/2701) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization |
| 7172 | 2026-01-28T23:52:50.698Z | PASS [ 6.683s] ( 474/2701) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool |
| 7173 | 2026-01-28T23:52:53.523Z | PASS [ 6.568s] ( 475/2701) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations |
| 7174 | 2026-01-28T23:52:54.944Z | PASS [ 7.042s] ( 476/2701) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type |
| 7175 | 2026-01-28T23:52:56.577Z | PASS [ 6.812s] ( 477/2701) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type |
| 7176 | 2026-01-28T23:52:57.717Z | PASS [ 7.016s] ( 478/2701) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges |
| 7177 | 2026-01-28T23:53:00.361Z | PASS [ 6.839s] ( 479/2701) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo |
| 7178 | 2026-01-28T23:53:02.058Z | PASS [ 7.115s] ( 480/2701) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools |
| 7179 | 2026-01-28T23:53:03.630Z | PASS [ 7.065s] ( 481/2701) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
| 7180 | 2026-01-28T23:53:05.086Z | PASS [ 7.374s] ( 482/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision |
| 7181 | 2026-01-28T23:53:08.383Z | PASS [ 8.023s] ( 483/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members |
| 7182 | 2026-01-28T23:53:08.885Z | PASS [ 6.828s] ( 484/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool |
| 7183 | 2026-01-28T23:53:10.380Z | PASS [ 6.750s] ( 485/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch |
| 7184 | 2026-01-28T23:53:12.377Z | PASS [ 7.291s] ( 486/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation |
| 7185 | 2026-01-28T23:53:15.447Z | PASS [ 7.065s] ( 487/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_pool_exhaustion |
| 7186 | 2026-01-28T23:53:15.633Z | PASS [ 6.749s] ( 488/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage |
| 7187 | 2026-01-28T23:53:17.171Z | PASS [ 6.792s] ( 489/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values |
| 7188 | 2026-01-28T23:53:19.590Z | PASS [ 7.215s] ( 490/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection |
| 7189 | 2026-01-28T23:53:22.106Z | PASS [ 6.658s] ( 491/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion |
| 7190 | 2026-01-28T23:53:22.444Z | PASS [ 6.812s] ( 492/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide |
| 7191 | 2026-01-28T23:53:24.208Z | PASS [ 7.033s] ( 493/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip |
| 7192 | 2026-01-28T23:53:27.161Z | PASS [ 7.572s] ( 494/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_member_state_transitions_datastore |
| 7193 | 2026-01-28T23:53:29.047Z | PASS [ 6.942s] ( 495/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_delete_create_cycle |
| 7194 | 2026-01-28T23:53:29.367Z | PASS [ 6.923s] ( 496/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt |
| 7195 | 2026-01-28T23:53:30.927Z | PASS [ 6.724s] ( 497/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions |
| 7196 | 2026-01-28T23:53:34.971Z | PASS [ 7.811s] ( 498/2701) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id |
| 7197 | 2026-01-28T23:53:37.015Z | PASS [ 7.969s] ( 499/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting |
| 7198 | 2026-01-28T23:53:37.128Z | PASS [ 7.762s] ( 500/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_clears_sources_on_reactivation |
| 7199 | 2026-01-28T23:53:38.879Z | PASS [ 7.953s] ( 501/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member |
| 7200 | 2026-01-28T23:53:41.150Z | PASS [ 6.180s] ( 502/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid |
| 7201 | 2026-01-28T23:53:44.887Z | PASS [ 7.760s] ( 503/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance |
| 7202 | 2026-01-28T23:53:44.911Z | PASS [ 7.893s] ( 504/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency |
| 7203 | 2026-01-28T23:53:46.953Z | PASS [ 8.076s] ( 505/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior |
| 7204 | 2026-01-28T23:53:47.814Z | SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7205 | 2026-01-28T23:53:47.838Z | SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7206 | 2026-01-28T23:53:48.799Z | PASS [ 7.649s] ( 506/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_preserves_sources_on_reactivation |
| 7207 | 2026-01-28T23:53:52.573Z | PASS [ 7.687s] ( 507/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_from_left |
| 7208 | 2026-01-28T23:53:52.609Z | PASS [ 7.703s] ( 508/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_replaces_sources |
| 7209 | 2026-01-28T23:53:54.495Z | PASS [ 7.543s] ( 509/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance |
| 7210 | 2026-01-28T23:53:56.746Z | PASS [ 7.949s] ( 510/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance |
| 7211 | 2026-01-28T23:54:00.401Z | PASS [ 7.794s] ( 511/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention |
| 7212 | 2026-01-28T23:54:00.601Z | PASS [ 8.029s] ( 512/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling |
| 7213 | 2026-01-28T23:54:02.265Z | PASS [ 7.765s] ( 513/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id |
| 7214 | 2026-01-28T23:54:04.608Z | PASS [ 7.863s] ( 514/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled |
| 7215 | 2026-01-28T23:54:08.032Z | PASS [ 7.630s] ( 515/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore |
| 7216 | 2026-01-28T23:54:08.759Z | PASS [ 8.159s] ( 516/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete |
| 7217 | 2026-01-28T23:54:10.302Z | PASS [ 8.043s] ( 517/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group |
| 7218 | 2026-01-28T23:54:12.753Z | PASS [ 8.146s] ( 518/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance |
| 7219 | 2026-01-28T23:54:16.091Z | PASS [ 8.061s] ( 519/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal |
| 7220 | 2026-01-28T23:54:17.001Z | PASS [ 8.242s] ( 520/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle |
| 7221 | 2026-01-28T23:54:18.211Z | PASS [ 7.907s] ( 521/2701) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members |
| 7222 | 2026-01-28T23:54:19.087Z | PASS [ 6.334s] ( 522/2701) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input |
| 7223 | 2026-01-28T23:54:23.113Z | PASS [ 7.016s] ( 523/2701) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members |
| 7224 | 2026-01-28T23:54:25.147Z | PASS [ 8.147s] ( 524/2701) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change |
| 7225 | 2026-01-28T23:54:26.310Z | PASS [ 8.077s] ( 525/2701) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid |
| 7226 | 2026-01-28T23:54:26.977Z | PASS [ 7.881s] ( 526/2701) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found |
| 7227 | 2026-01-28T23:54:31.321Z | PASS [ 8.216s] ( 527/2701) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario |
| 7228 | 2026-01-28T23:54:32.982Z | PASS [ 7.833s] ( 528/2701) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed |
| 7229 | 2026-01-28T23:54:34.469Z | PASS [ 8.186s] ( 529/2701) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed |
| 7230 | 2026-01-28T23:54:35.908Z | PASS [ 8.942s] ( 530/2701) nexus-db-queries db::datastore::nat_entry::test::nat_changeset |
| 7231 | 2026-01-28T23:54:37.581Z | PASS [ 6.260s] ( 531/2701) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones |
| 7232 | 2026-01-28T23:54:39.358Z | PASS [ 6.380s] ( 532/2701) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking |
| 7233 | 2026-01-28T23:54:40.958Z | PASS [ 6.490s] ( 533/2701) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted |
| 7234 | 2026-01-28T23:54:43.294Z | PASS [ 7.385s] ( 534/2701) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
| 7235 | 2026-01-28T23:54:43.993Z | PASS [ 6.413s] ( 535/2701) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
| 7236 | 2026-01-28T23:54:46.893Z | PASS [ 7.533s] ( 536/2701) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
| 7237 | 2026-01-28T23:54:47.807Z | SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7238 | 2026-01-28T23:54:47.831Z | SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7239 | 2026-01-28T23:54:49.812Z | PASS [ 6.521s] ( 537/2701) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged |
| 7240 | 2026-01-28T23:54:53.163Z | PASS [ 6.274s] ( 538/2701) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
| 7241 | 2026-01-28T23:54:56.280Z | PASS [ 6.469s] ( 539/2701) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic |
| 7242 | 2026-01-28T23:54:58.380Z | PASS [ 17.423s] ( 540/2701) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
| 7243 | 2026-01-28T23:55:00.169Z | PASS [ 7.007s] ( 541/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
| 7244 | 2026-01-28T23:55:03.174Z | PASS [ 6.895s] ( 542/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
| 7245 | 2026-01-28T23:55:05.654Z | PASS [ 7.275s] ( 543/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
| 7246 | 2026-01-28T23:55:07.126Z | PASS [ 6.957s] ( 544/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
| 7247 | 2026-01-28T23:55:10.653Z | PASS [ 7.480s] ( 545/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
| 7248 | 2026-01-28T23:55:12.169Z | PASS [ 28.180s] ( 546/2701) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters |
| 7249 | 2026-01-28T23:55:12.684Z | PASS [ 7.032s] ( 547/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
| 7250 | 2026-01-28T23:55:15.049Z | PASS [ 7.925s] ( 548/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
| 7251 | 2026-01-28T23:55:19.554Z | PASS [ 6.871s] ( 549/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
| 7252 | 2026-01-28T23:55:19.691Z | PASS [ 7.523s] ( 550/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
| 7253 | 2026-01-28T23:55:20.196Z | PASS [ 9.544s] ( 551/2701) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
| 7254 | 2026-01-28T23:55:21.949Z | PASS [ 6.900s] ( 552/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
| 7255 | 2026-01-28T23:55:27.089Z | PASS [ 7.535s] ( 553/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses |
| 7256 | 2026-01-28T23:55:27.474Z | PASS [ 7.784s] ( 554/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
| 7257 | 2026-01-28T23:55:27.533Z | PASS [ 0.058s] ( 555/2701) nexus-db-queries db::datastore::region::test::test_extent_count |
| 7258 | 2026-01-28T23:55:27.764Z | PASS [ 7.568s] ( 556/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
| 7259 | 2026-01-28T23:55:28.095Z | PASS [ 6.146s] ( 557/2701) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
| 7260 | 2026-01-28T23:55:33.354Z | PASS [ 6.266s] ( 558/2701) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic |
| 7261 | 2026-01-28T23:55:33.738Z | PASS [ 6.206s] ( 559/2701) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
| 7262 | 2026-01-28T23:55:34.131Z | PASS [ 6.368s] ( 560/2701) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
| 7263 | 2026-01-28T23:55:34.648Z | PASS [ 6.555s] ( 561/2701) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
| 7264 | 2026-01-28T23:55:39.941Z | PASS [ 6.586s] ( 562/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
| 7265 | 2026-01-28T23:55:40.301Z | PASS [ 6.555s] ( 563/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
| 7266 | 2026-01-28T23:55:40.549Z | PASS [ 6.333s] ( 564/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
| 7267 | 2026-01-28T23:55:41.120Z | PASS [ 6.471s] ( 565/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
| 7268 | 2026-01-28T23:55:46.152Z | PASS [ 6.214s] ( 566/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
| 7269 | 2026-01-28T23:55:46.507Z | PASS [ 6.214s] ( 567/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
| 7270 | 2026-01-28T23:55:46.802Z | PASS [ 6.310s] ( 568/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
| 7271 | 2026-01-28T23:55:47.432Z | PASS [ 6.313s] ( 569/2701) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists |
| 7272 | 2026-01-28T23:55:47.800Z | SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7273 | 2026-01-28T23:55:47.824Z | SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7274 | 2026-01-28T23:55:52.455Z | PASS [ 6.294s] ( 570/2701) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone |
| 7275 | 2026-01-28T23:55:52.836Z | PASS [ 6.329s] ( 571/2701) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
| 7276 | 2026-01-28T23:55:53.284Z | PASS [ 6.511s] ( 572/2701) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
| 7277 | 2026-01-28T23:55:53.506Z | PASS [ 6.075s] ( 573/2701) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
| 7278 | 2026-01-28T23:55:59.081Z | PASS [ 6.637s] ( 574/2701) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
| 7279 | 2026-01-28T23:55:59.408Z | PASS [ 6.574s] ( 575/2701) nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
| 7280 | 2026-01-28T23:55:59.730Z | PASS [ 6.447s] ( 576/2701) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
| 7281 | 2026-01-28T23:56:00.595Z | PASS [ 7.088s] ( 577/2701) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow |
| 7282 | 2026-01-28T23:56:06.072Z | PASS [ 6.991s] ( 578/2701) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail |
| 7283 | 2026-01-28T23:56:06.487Z | PASS [ 7.079s] ( 579/2701) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups |
| 7284 | 2026-01-28T23:56:06.840Z | PASS [ 7.111s] ( 580/2701) nexus-db-queries db::datastore::sled::test::affinity_multi_group |
| 7285 | 2026-01-28T23:56:07.810Z | PASS [ 7.218s] ( 581/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled |
| 7286 | 2026-01-28T23:56:13.359Z | PASS [ 7.288s] ( 582/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_fail |
| 7287 | 2026-01-28T23:56:13.689Z | PASS [ 7.202s] ( 583/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity |
| 7288 | 2026-01-28T23:56:14.173Z | PASS [ 7.330s] ( 584/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints |
| 7289 | 2026-01-28T23:56:15.273Z | PASS [ 7.464s] ( 585/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups |
| 7290 | 2026-01-28T23:56:20.964Z | PASS [ 7.606s] ( 586/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group |
| 7291 | 2026-01-28T23:56:21.080Z | PASS [ 7.393s] ( 587/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow |
| 7292 | 2026-01-28T23:56:21.475Z | PASS [ 7.307s] ( 588/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail |
| 7293 | 2026-01-28T23:56:22.550Z | PASS [ 7.278s] ( 589/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity |
| 7294 | 2026-01-28T23:56:29.104Z | PASS [ 8.141s] ( 590/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation |
| 7295 | 2026-01-28T23:56:30.707Z | PASS [ 9.233s] ( 591/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity |
| 7296 | 2026-01-28T23:56:31.039Z | PASS [ 9.960s] ( 592/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity |
| 7297 | 2026-01-28T23:56:31.850Z | PASS [ 9.300s] ( 593/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint |
| 7298 | 2026-01-28T23:56:37.766Z | PASS [ 8.663s] ( 594/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation |
| 7299 | 2026-01-28T23:56:40.206Z | PASS [ 9.500s] ( 595/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources |
| 7300 | 2026-01-28T23:56:40.379Z | PASS [ 9.341s] ( 596/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space |
| 7301 | 2026-01-28T23:56:41.204Z | PASS [ 9.356s] ( 597/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success |
| 7302 | 2026-01-28T23:56:46.353Z | PASS [ 8.589s] ( 598/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision |
| 7303 | 2026-01-28T23:56:47.791Z | SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7304 | 2026-01-28T23:56:47.816Z | SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7305 | 2026-01-28T23:56:48.849Z | PASS [ 8.471s] ( 599/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space |
| 7306 | 2026-01-28T23:56:48.885Z | PASS [ 8.680s] ( 600/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2 |
| 7307 | 2026-01-28T23:56:56.373Z | PASS [ 10.020s] ( 601/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2 |
| 7308 | 2026-01-28T23:56:57.865Z | PASS [ 9.017s] ( 602/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2 |
| 7309 | 2026-01-28T23:56:58.289Z | PASS [ 9.404s] ( 603/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already |
| 7310 | 2026-01-28T23:57:06.083Z | PASS [ 8.219s] ( 604/2701) nexus-db-queries db::datastore::sled::test::sled_list_batch |
| 7311 | 2026-01-28T23:57:06.222Z | PASS [ 7.935s] ( 605/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement |
| 7312 | 2026-01-28T23:57:06.294Z | PASS [ 9.923s] ( 606/2701) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation |
| 7313 | 2026-01-28T23:57:13.403Z | PASS [ 7.109s] ( 607/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints |
| 7314 | 2026-01-28T23:57:13.628Z | PASS [ 7.546s] ( 608/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement |
| 7315 | 2026-01-28T23:57:13.715Z | PASS [ 7.491s] ( 609/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement |
| 7316 | 2026-01-28T23:57:21.115Z | PASS [ 7.487s] ( 610/2701) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
| 7317 | 2026-01-28T23:57:21.545Z | PASS [ 8.143s] ( 611/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
| 7318 | 2026-01-28T23:57:25.832Z | PASS [ 12.122s] ( 612/2701) nexus-db-queries db::datastore::sled::test::test_sled_transitions |
| 7319 | 2026-01-28T23:57:28.163Z | PASS [ 7.050s] ( 613/2701) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
| 7320 | 2026-01-28T23:57:28.356Z | PASS [ 6.809s] ( 614/2701) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
| 7321 | 2026-01-28T23:57:33.073Z | PASS [ 7.241s] ( 615/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits |
| 7322 | 2026-01-28T23:57:37.817Z | PASS [ 9.654s] ( 616/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset |
| 7323 | 2026-01-28T23:57:37.842Z | PASS [ 9.490s] ( 617/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset |
| 7324 | 2026-01-28T23:57:41.198Z | SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack |
| 7325 | 2026-01-28T23:57:42.776Z | PASS [ 9.705s] ( 618/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign |
| 7326 | 2026-01-28T23:57:45.295Z | PASS [ 7.453s] ( 619/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering |
| 7327 | 2026-01-28T23:57:47.449Z | PASS [ 9.634s] ( 620/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign |
| 7328 | 2026-01-28T23:57:47.784Z | SLOW [>1260.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7329 | 2026-01-28T23:57:47.808Z | SLOW [>1260.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7330 | 2026-01-28T23:57:50.216Z | PASS [ 7.441s] ( 621/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering |
| 7331 | 2026-01-28T23:57:52.590Z | PASS [ 7.296s] ( 622/2701) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations |
| 7332 | 2026-01-28T23:57:54.822Z | PASS [ 7.374s] ( 623/2701) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
| 7333 | 2026-01-28T23:57:57.569Z | PASS [ 7.350s] ( 624/2701) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned |
| 7334 | 2026-01-28T23:57:59.702Z | PASS [ 7.110s] ( 625/2701) nexus-db-queries db::datastore::target_release::test::target_release_datastore |
| 7335 | 2026-01-28T23:58:02.428Z | PASS [ 7.606s] ( 626/2701) nexus-db-queries db::datastore::target_release::test::test_recent_distinct |
| 7336 | 2026-01-28T23:58:04.426Z | PASS [ 6.861s] ( 627/2701) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
| 7337 | 2026-01-28T23:58:06.318Z | PASS [ 6.618s] ( 628/2701) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
| 7338 | 2026-01-28T23:58:09.473Z | PASS [ 7.046s] ( 629/2701) nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
| 7339 | 2026-01-28T23:58:10.956Z | PASS [ 6.529s] ( 630/2701) nexus-db-queries db::datastore::test::test_project_creation |
| 7340 | 2026-01-28T23:58:12.995Z | PASS [ 6.676s] ( 631/2701) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
| 7341 | 2026-01-28T23:58:16.658Z | PASS [ 7.186s] ( 632/2701) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
| 7342 | 2026-01-28T23:58:20.687Z | PASS [ 7.696s] ( 633/2701) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
| 7343 | 2026-01-28T23:58:24.908Z | PASS [ 8.251s] ( 634/2701) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
| 7344 | 2026-01-28T23:58:26.006Z | PASS [ 15.053s] ( 635/2701) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
| 7345 | 2026-01-28T23:58:28.084Z | PASS [ 7.396s] ( 636/2701) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
| 7346 | 2026-01-28T23:58:40.139Z | PASS [ 14.567s] ( 637/2701) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
| 7347 | 2026-01-28T23:58:40.811Z | PASS [ 14.805s] ( 638/2701) nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
| 7348 | 2026-01-28T23:58:41.191Z | SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack |
| 7349 | 2026-01-28T23:58:46.600Z | PASS [ 18.520s] ( 639/2701) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
| 7350 | 2026-01-28T23:58:47.774Z | PASS [ 6.966s] ( 640/2701) nexus-db-queries db::datastore::test::test_session_methods |
| 7351 | 2026-01-28T23:58:47.798Z | SLOW [>1320.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7352 | 2026-01-28T23:58:47.798Z | SLOW [>1320.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7353 | 2026-01-28T23:58:53.863Z | PASS [ 7.263s] ( 641/2701) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
| 7354 | 2026-01-28T23:58:54.857Z | PASS [ 7.083s] ( 642/2701) nexus-db-queries db::datastore::test::test_ssh_keys |
| 7355 | 2026-01-28T23:58:56.606Z | PASS [ 17.135s] ( 643/2701) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
| 7356 | 2026-01-28T23:59:00.533Z | PASS [ 6.671s] ( 644/2701) nexus-db-queries db::datastore::test::test_table_scan |
| 7357 | 2026-01-28T23:59:03.243Z | PASS [ 8.388s] ( 645/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort |
| 7358 | 2026-01-28T23:59:04.300Z | PASS [ 7.695s] ( 646/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch |
| 7359 | 2026-01-28T23:59:07.427Z | PASS [ 6.895s] ( 647/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade |
| 7360 | 2026-01-28T23:59:10.833Z | PASS [ 7.591s] ( 648/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors |
| 7361 | 2026-01-28T23:59:12.970Z | PASS [ 8.671s] ( 649/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit |
| 7362 | 2026-01-28T23:59:19.431Z | PASS [ 8.599s] ( 650/2701) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned |
| 7363 | 2026-01-28T23:59:20.101Z | PASS [ 7.132s] ( 651/2701) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted |
| 7364 | 2026-01-28T23:59:26.474Z | PASS [ 7.044s] ( 652/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image |
| 7365 | 2026-01-28T23:59:27.487Z | PASS [ 7.385s] ( 653/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large |
| 7366 | 2026-01-28T23:59:33.197Z | PASS [ 6.724s] ( 654/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot |
| 7367 | 2026-01-28T23:59:34.470Z | PASS [ 6.984s] ( 655/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image |
| 7368 | 2026-01-28T23:59:35.286Z | PASS [ 174.106s] ( 656/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack |
| 7369 | 2026-01-28T23:59:41.765Z | PASS [ 7.281s] ( 657/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot |
| 7370 | 2026-01-28T23:59:42.332Z | PASS [ 9.136s] ( 658/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large |
| 7371 | 2026-01-28T23:59:42.581Z | PASS [ 7.296s] ( 659/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop |
| 7372 | 2026-01-28T23:59:47.769Z | SLOW [>1380.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7373 | 2026-01-28T23:59:47.794Z | SLOW [>1380.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7374 | 2026-01-28T23:59:49.184Z | PASS [ 6.853s] ( 660/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop |
| 7375 | 2026-01-28T23:59:49.832Z | PASS [ 8.084s] ( 661/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large |
| 7376 | 2026-01-28T23:59:50.527Z | PASS [ 7.945s] ( 662/2701) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries |
| 7377 | 2026-01-28T23:59:56.191Z | PASS [ 7.007s] ( 663/2701) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning |
| 7378 | 2026-01-28T23:59:56.804Z | PASS [ 6.973s] ( 664/2701) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision |
| 7379 | 2026-01-28T23:59:57.906Z | PASS [ 7.382s] ( 665/2701) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication |
| 7380 | 2026-01-28T23:59:58.057Z | PASS [ 50.636s] ( 666/2701) nexus-db-queries db::datastore::update::test::test_list_unpruned |
| 7381 | 2026-01-29T00:00:03.758Z | PASS [ 7.248s] ( 667/2701) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
| 7382 | 2026-01-29T00:00:04.207Z | PASS [ 7.395s] ( 668/2701) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
| 7383 | 2026-01-29T00:00:05.007Z | PASS [ 7.088s] ( 669/2701) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
| 7384 | 2026-01-29T00:00:05.154Z | PASS [ 7.000s] ( 670/2701) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
| 7385 | 2026-01-29T00:00:10.605Z | PASS [ 7.169s] ( 671/2701) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
| 7386 | 2026-01-29T00:00:10.668Z | PASS [ 0.063s] ( 672/2701) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
| 7387 | 2026-01-29T00:00:10.734Z | PASS [ 0.066s] ( 673/2701) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
| 7388 | 2026-01-29T00:00:11.049Z | PASS [ 6.852s] ( 674/2701) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
| 7389 | 2026-01-29T00:00:11.985Z | PASS [ 6.992s] ( 675/2701) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
| 7390 | 2026-01-29T00:00:18.571Z | PASS [ 6.587s] ( 676/2701) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
| 7391 | 2026-01-29T00:00:20.444Z | PASS [ 15.391s] ( 677/2701) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume |
| 7392 | 2026-01-29T00:00:25.426Z | PASS [ 6.855s] ( 678/2701) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed |
| 7393 | 2026-01-29T00:00:26.561Z | PASS [ 15.829s] ( 679/2701) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
| 7394 | 2026-01-29T00:00:27.315Z | PASS [ 16.269s] ( 680/2701) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
| 7395 | 2026-01-29T00:00:27.315Z | PASS [ 6.872s] ( 681/2701) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume |
| 7396 | 2026-01-29T00:00:32.792Z | PASS [ 7.367s] ( 682/2701) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
| 7397 | 2026-01-29T00:00:34.077Z | PASS [ 7.516s] ( 683/2701) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
| 7398 | 2026-01-29T00:00:34.456Z | PASS [ 0.379s] ( 684/2701) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable |
| 7399 | 2026-01-29T00:00:36.093Z | PASS [ 8.776s] ( 685/2701) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
| 7400 | 2026-01-29T00:00:37.703Z | PASS [ 10.389s] ( 686/2701) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
| 7401 | 2026-01-29T00:00:38.999Z | PASS [ 4.544s] ( 687/2701) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events |
| 7402 | 2026-01-29T00:00:41.245Z | PASS [ 3.541s] ( 688/2701) nexus-db-queries db::explain::test::test_explain_async |
| 7403 | 2026-01-29T00:00:42.573Z | PASS [ 3.574s] ( 689/2701) nexus-db-queries db::explain::test::test_explain_full_table_scan |
| 7404 | 2026-01-29T00:00:42.624Z | PASS [ 9.833s] ( 690/2701) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
| 7405 | 2026-01-29T00:00:43.119Z | PASS [ 7.029s] ( 691/2701) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx |
| 7406 | 2026-01-29T00:00:45.916Z | PASS [ 4.670s] ( 692/2701) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
| 7407 | 2026-01-29T00:00:47.096Z | PASS [ 4.523s] ( 693/2701) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
| 7408 | 2026-01-29T00:00:47.191Z | PASS [ 4.568s] ( 694/2701) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
| 7409 | 2026-01-29T00:00:47.734Z | PASS [ 4.613s] ( 695/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
| 7410 | 2026-01-29T00:00:47.770Z | SLOW [>1440.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7411 | 2026-01-29T00:00:47.796Z | SLOW [>1440.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7412 | 2026-01-29T00:00:47.824Z | PASS [ 0.080s] ( 696/2701) nexus-db-queries db::pagination::test::test_paginator |
| 7413 | 2026-01-29T00:00:49.954Z | PASS [ 2.141s] ( 697/2701) nexus-db-queries db::pool::test::test_pool_can_be_terminated |
| 7414 | 2026-01-29T00:00:50.624Z | PASS [ 4.710s] ( 698/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator |
| 7415 | 2026-01-29T00:00:51.720Z | PASS [ 4.526s] ( 699/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator |
| 7416 | 2026-01-29T00:00:51.887Z | PASS [ 4.792s] ( 700/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
| 7417 | 2026-01-29T00:00:52.081Z | PASS [ 2.127s] ( 701/2701) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic |
| 7418 | 2026-01-29T00:00:56.426Z | PASS [ 4.540s] ( 702/2701) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query |
| 7419 | 2026-01-29T00:00:58.804Z | PASS [ 8.181s] ( 703/2701) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool |
| 7420 | 2026-01-29T00:00:59.059Z | PASS [ 6.978s] ( 704/2701) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool |
| 7421 | 2026-01-29T00:00:59.743Z | PASS [ 8.027s] ( 705/2701) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool |
| 7422 | 2026-01-29T00:01:00.218Z | PASS [ 0.475s] ( 706/2701) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query |
| 7423 | 2026-01-29T00:01:00.571Z | PASS [ 0.353s] ( 707/2701) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query |
| 7424 | 2026-01-29T00:01:01.053Z | PASS [ 0.482s] ( 708/2701) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query |
| 7425 | 2026-01-29T00:01:01.446Z | PASS [ 0.392s] ( 709/2701) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query |
| 7426 | 2026-01-29T00:01:04.731Z | PASS [ 8.305s] ( 710/2701) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range |
| 7427 | 2026-01-29T00:01:06.543Z | PASS [ 7.485s] ( 711/2701) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version |
| 7428 | 2026-01-29T00:01:07.027Z | PASS [ 8.225s] ( 712/2701) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range |
| 7429 | 2026-01-29T00:01:09.984Z | PASS [ 8.540s] ( 713/2701) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
| 7430 | 2026-01-29T00:01:12.887Z | PASS [ 8.157s] ( 714/2701) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
| 7431 | 2026-01-29T00:01:13.679Z | PASS [ 7.137s] ( 715/2701) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
| 7432 | 2026-01-29T00:01:13.703Z | PASS [ 6.653s] ( 716/2701) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
| 7433 | 2026-01-29T00:01:17.125Z | PASS [ 7.142s] ( 717/2701) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
| 7434 | 2026-01-29T00:01:20.352Z | PASS [ 7.466s] ( 718/2701) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
| 7435 | 2026-01-29T00:01:21.255Z | PASS [ 7.576s] ( 719/2701) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
| 7436 | 2026-01-29T00:01:21.699Z | PASS [ 0.444s] ( 720/2701) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query |
| 7437 | 2026-01-29T00:01:22.015Z | PASS [ 8.337s] ( 721/2701) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
| 7438 | 2026-01-29T00:01:22.146Z | PASS [ 0.447s] ( 722/2701) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query |
| 7439 | 2026-01-29T00:01:22.479Z | PASS [ 0.464s] ( 723/2701) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query |
| 7440 | 2026-01-29T00:01:22.577Z | PASS [ 0.430s] ( 724/2701) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query |
| 7441 | 2026-01-29T00:01:22.842Z | PASS [ 0.362s] ( 725/2701) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query |
| 7442 | 2026-01-29T00:01:24.450Z | PASS [ 4.099s] ( 726/2701) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query |
| 7443 | 2026-01-29T00:01:25.140Z | PASS [ 8.016s] ( 727/2701) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
| 7444 | 2026-01-29T00:01:29.905Z | PASS [ 7.329s] ( 728/2701) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address |
| 7445 | 2026-01-29T00:01:30.702Z | PASS [ 7.862s] ( 729/2701) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address |
| 7446 | 2026-01-29T00:01:32.182Z | PASS [ 7.043s] ( 730/2701) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4 |
| 7447 | 2026-01-29T00:01:32.363Z | PASS [ 7.913s] ( 731/2701) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address |
| 7448 | 2026-01-29T00:01:32.420Z | PASS [ 0.057s] ( 732/2701) nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
| 7449 | 2026-01-29T00:01:37.162Z | PASS [ 7.257s] ( 733/2701) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6 |
| 7450 | 2026-01-29T00:01:37.886Z | PASS [ 7.184s] ( 734/2701) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
| 7451 | 2026-01-29T00:01:39.353Z | PASS [ 6.934s] ( 735/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
| 7452 | 2026-01-29T00:01:41.283Z | PASS [ 9.101s] ( 736/2701) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
| 7453 | 2026-01-29T00:01:44.344Z | PASS [ 7.183s] ( 737/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
| 7454 | 2026-01-29T00:01:44.577Z | PASS [ 6.691s] ( 738/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
| 7455 | 2026-01-29T00:01:46.097Z | PASS [ 6.744s] ( 739/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
| 7456 | 2026-01-29T00:01:47.754Z | SLOW [>1500.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7457 | 2026-01-29T00:01:47.778Z | SLOW [>1500.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7458 | 2026-01-29T00:01:48.937Z | PASS [ 7.649s] ( 740/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
| 7459 | 2026-01-29T00:01:51.306Z | PASS [ 6.959s] ( 741/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
| 7460 | 2026-01-29T00:01:51.455Z | PASS [ 6.880s] ( 742/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
| 7461 | 2026-01-29T00:01:52.983Z | PASS [ 6.887s] ( 743/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
| 7462 | 2026-01-29T00:01:56.252Z | PASS [ 7.322s] ( 744/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
| 7463 | 2026-01-29T00:01:59.056Z | PASS [ 7.754s] ( 745/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
| 7464 | 2026-01-29T00:01:59.199Z | PASS [ 7.744s] ( 746/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
| 7465 | 2026-01-29T00:01:59.286Z | PASS [ 0.087s] ( 747/2701) nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
| 7466 | 2026-01-29T00:02:00.829Z | PASS [ 7.846s] ( 748/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
| 7467 | 2026-01-29T00:02:03.585Z | PASS [ 7.333s] ( 749/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
| 7468 | 2026-01-29T00:02:05.146Z | PASS [ 4.319s] ( 750/2701) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
| 7469 | 2026-01-29T00:02:06.644Z | PASS [ 7.589s] ( 751/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips |
| 7470 | 2026-01-29T00:02:07.079Z | PASS [ 7.794s] ( 752/2701) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
| 7471 | 2026-01-29T00:02:07.150Z | PASS [ 0.069s] ( 753/2701) nexus-db-queries db::queries::next_item::tests::test_shift_indices |
| 7472 | 2026-01-29T00:02:07.834Z | PASS [ 4.250s] ( 754/2701) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
| 7473 | 2026-01-29T00:02:08.249Z | PASS [ 0.414s] ( 755/2701) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers |
| 7474 | 2026-01-29T00:02:08.690Z | PASS [ 0.442s] ( 756/2701) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer |
| 7475 | 2026-01-29T00:02:09.433Z | PASS [ 4.286s] ( 757/2701) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
| 7476 | 2026-01-29T00:02:10.672Z | PASS [ 4.027s] ( 758/2701) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
| 7477 | 2026-01-29T00:02:10.739Z | PASS [ 0.069s] ( 759/2701) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow |
| 7478 | 2026-01-29T00:02:10.813Z | PASS [ 0.074s] ( 760/2701) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large |
| 7479 | 2026-01-29T00:02:11.119Z | PASS [ 3.971s] ( 761/2701) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
| 7480 | 2026-01-29T00:02:12.451Z | PASS [ 3.761s] ( 762/2701) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers |
| 7481 | 2026-01-29T00:02:12.475Z | PASS [ 1.642s] ( 763/2701) nexus-db-queries db::queries::region_allocation::test::expectorate_query |
| 7482 | 2026-01-29T00:02:13.873Z | PASS [ 4.441s] ( 764/2701) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer |
| 7483 | 2026-01-29T00:02:15.781Z | PASS [ 4.661s] ( 765/2701) nexus-db-queries db::queries::region_allocation::test::explainable |
| 7484 | 2026-01-29T00:02:20.921Z | PASS [ 8.467s] ( 766/2701) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer |
| 7485 | 2026-01-29T00:02:20.999Z | PASS [ 8.544s] ( 767/2701) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset |
| 7486 | 2026-01-29T00:02:21.386Z | PASS [ 0.391s] ( 768/2701) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query |
| 7487 | 2026-01-29T00:02:22.712Z | PASS [ 8.837s] ( 769/2701) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset |
| 7488 | 2026-01-29T00:02:23.181Z | PASS [ 0.472s] ( 770/2701) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query |
| 7489 | 2026-01-29T00:02:23.590Z | PASS [ 0.408s] ( 771/2701) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu |
| 7490 | 2026-01-29T00:02:24.159Z | PASS [ 8.379s] ( 772/2701) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal |
| 7491 | 2026-01-29T00:02:24.460Z | PASS [ 0.868s] ( 773/2701) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query |
| 7492 | 2026-01-29T00:02:25.212Z | PASS [ 3.827s] ( 774/2701) nexus-db-queries db::queries::regions_hard_delete::test::explainable |
| 7493 | 2026-01-29T00:02:25.615Z | PASS [ 0.403s] ( 775/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
| 7494 | 2026-01-29T00:02:26.005Z | PASS [ 0.389s] ( 776/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
| 7495 | 2026-01-29T00:02:26.542Z | PASS [ 0.538s] ( 777/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
| 7496 | 2026-01-29T00:02:26.965Z | PASS [ 0.423s] ( 778/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
| 7497 | 2026-01-29T00:02:28.340Z | PASS [ 4.180s] ( 779/2701) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query |
| 7498 | 2026-01-29T00:02:28.364Z | PASS [ 3.895s] ( 780/2701) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query |
| 7499 | 2026-01-29T00:02:29.535Z | PASS [ 8.614s] ( 781/2701) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset |
| 7500 | 2026-01-29T00:02:30.810Z | PASS [ 3.845s] ( 782/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
| 7501 | 2026-01-29T00:02:30.932Z | PASS [ 0.122s] ( 783/2701) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
| 7502 | 2026-01-29T00:02:31.005Z | PASS [ 0.073s] ( 784/2701) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
| 7503 | 2026-01-29T00:02:31.079Z | PASS [ 0.074s] ( 785/2701) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
| 7504 | 2026-01-29T00:02:31.153Z | PASS [ 0.073s] ( 786/2701) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
| 7505 | 2026-01-29T00:02:31.214Z | PASS [ 0.061s] ( 787/2701) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
| 7506 | 2026-01-29T00:02:32.065Z | PASS [ 3.713s] ( 788/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
| 7507 | 2026-01-29T00:02:32.322Z | PASS [ 3.985s] ( 789/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
| 7508 | 2026-01-29T00:02:33.064Z | PASS [ 3.529s] ( 790/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
| 7509 | 2026-01-29T00:02:35.195Z | PASS [ 3.981s] ( 791/2701) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
| 7510 | 2026-01-29T00:02:36.159Z | PASS [ 4.047s] ( 792/2701) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
| 7511 | 2026-01-29T00:02:36.217Z | PASS [ 3.891s] ( 793/2701) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
| 7512 | 2026-01-29T00:02:42.914Z | PASS [ 6.702s] ( 794/2701) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
| 7513 | 2026-01-29T00:02:43.006Z | PASS [ 0.092s] ( 795/2701) nexus-defaults tests::test_random_vpc_ipv6_prefix |
| 7514 | 2026-01-29T00:02:43.047Z | PASS [ 6.936s] ( 796/2701) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
| 7515 | 2026-01-29T00:02:43.161Z | PASS [ 0.113s] ( 797/2701) nexus-external-api v2026010300::tests::floating_ip_create_invalid_returns_error |
| 7516 | 2026-01-29T00:02:43.184Z | PASS [ 0.160s] ( 798/2701) nexus-external-api v2025121200::tests::floating_ip_create_converts_correctly |
| 7517 | 2026-01-29T00:02:43.228Z | PASS [ 0.062s] ( 799/2701) nexus-external-api v2026011501::tests::auto_auto_pool_json_wire_format |
| 7518 | 2026-01-29T00:02:43.252Z | PASS [ 0.074s] ( 800/2701) nexus-external-api v2026010300::tests::floating_ip_create_valid_converts_correctly |
| 7519 | 2026-01-29T00:02:43.275Z | PASS [ 0.036s] ( 801/2701) nexus-external-api v2026011501::tests::auto_default_json_wire_format |
| 7520 | 2026-01-29T00:02:43.299Z | PASS [ 0.045s] ( 802/2701) nexus-external-api v2026011501::tests::auto_explicit_pool_json_wire_format |
| 7521 | 2026-01-29T00:02:43.323Z | PASS [ 0.044s] ( 803/2701) nexus-external-api v2026011501::tests::explicit_json_wire_format |
| 7522 | 2026-01-29T00:02:43.356Z | PASS [ 0.047s] ( 804/2701) nexus-external-api v2026011600::tests::auto_auto_pool_json_wire_format |
| 7523 | 2026-01-29T00:02:43.382Z | PASS [ 0.094s] ( 805/2701) nexus-external-api v2026011501::tests::floating_ip_create_converts_correctly |
| 7524 | 2026-01-29T00:02:43.405Z | PASS [ 0.038s] ( 806/2701) nexus-external-api v2026011600::tests::auto_default_json_wire_format |
| 7525 | 2026-01-29T00:02:43.429Z | PASS [ 0.047s] ( 807/2701) nexus-external-api v2026011600::tests::auto_explicit_pool_json_wire_format |
| 7526 | 2026-01-29T00:02:43.452Z | PASS [ 0.045s] ( 808/2701) nexus-external-api v2026011600::tests::explicit_json_wire_format |
| 7527 | 2026-01-29T00:02:43.505Z | PASS [ 0.084s] ( 809/2701) nexus-external-api v2026011600::tests::floating_ip_create_converts_correctly |
| 7528 | 2026-01-29T00:02:43.573Z | PASS [ 0.068s] ( 810/2701) nexus-inventory builder::test::test_empty |
| 7529 | 2026-01-29T00:02:43.665Z | PASS [ 0.091s] ( 811/2701) nexus-inventory builder::test::test_problems |
| 7530 | 2026-01-29T00:02:44.200Z | PASS [ 0.760s] ( 812/2701) nexus-inventory builder::test::test_basic |
| 7531 | 2026-01-29T00:02:47.465Z | PASS [ 3.800s] ( 813/2701) nexus-inventory collector::test::test_basic |
| 7532 | 2026-01-29T00:02:47.565Z | PASS [ 3.363s] ( 814/2701) nexus-inventory collector::test::test_multi_mgs |
| 7533 | 2026-01-29T00:02:47.748Z | SLOW [>1560.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7534 | 2026-01-29T00:02:47.772Z | SLOW [>1560.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7535 | 2026-01-29T00:02:48.512Z | PASS [ 1.045s] ( 815/2701) nexus-inventory collector::test::test_multi_mgs_failure |
| 7536 | 2026-01-29T00:02:49.232Z | PASS [ 1.668s] ( 816/2701) nexus-inventory collector::test::test_sled_agent_failure |
| 7537 | 2026-01-29T00:02:50.815Z | PASS [ 17.753s] ( 817/2701) nexus-db-queries policy_test::test_conferred_roles |
| 7538 | 2026-01-29T00:02:58.864Z | PASS [ 10.355s] ( 818/2701) nexus-metrics-producer-gc tests::test_prune_expired_producers |
| 7539 | 2026-01-29T00:02:59.019Z | PASS [ 8.205s] ( 819/2701) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
| 7540 | 2026-01-29T00:02:59.531Z | PASS [ 10.300s] ( 820/2701) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter |
| 7541 | 2026-01-29T00:03:02.108Z | PASS [ 3.089s] ( 821/2701) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures |
| 7542 | 2026-01-29T00:03:02.303Z | PASS [ 3.440s] ( 822/2701) nexus-mgs-updates driver_update::test::test_rot_basic_failures |
| 7543 | 2026-01-29T00:03:04.137Z | PASS [ 1.834s] ( 823/2701) nexus-mgs-updates driver_update::test::test_sp_basic_failures |
| 7544 | 2026-01-29T00:03:07.591Z | PASS [ 8.061s] ( 824/2701) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic |
| 7545 | 2026-01-29T00:03:09.560Z | PASS [ 7.450s] ( 825/2701) nexus-mgs-updates driver_update::test::test_rot_update_basic |
| 7546 | 2026-01-29T00:03:13.677Z | PASS [ 9.542s] ( 826/2701) nexus-mgs-updates driver_update::test::test_sp_update_basic |
| 7547 | 2026-01-29T00:03:14.609Z | PASS [ 5.051s] ( 827/2701) nexus-mgs-updates driver_update::test::test_sp_update_watched |
| 7548 | 2026-01-29T00:03:17.511Z | PASS [ 2.902s] ( 828/2701) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures |
| 7549 | 2026-01-29T00:03:20.256Z | PASS [ 6.579s] ( 829/2701) nexus-mgs-updates driver_update::test_host_phase_1::basic |
| 7550 | 2026-01-29T00:03:22.561Z | PASS [ 14.972s] ( 830/2701) nexus-mgs-updates driver_update::test::test_sp_update_takeover |
| 7551 | 2026-01-29T00:03:22.822Z | PASS [ 0.261s] ( 831/2701) nexus-mgs-updates test_util::step_through::test::test_basic |
| 7552 | 2026-01-29T00:03:24.584Z | PASS [ 1.760s] ( 832/2701) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing |
| 7553 | 2026-01-29T00:03:24.947Z | PASS [ 0.366s] ( 833/2701) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet |
| 7554 | 2026-01-29T00:03:25.006Z | PASS [ 0.059s] ( 834/2701) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool |
| 7555 | 2026-01-29T00:03:25.066Z | PASS [ 0.060s] ( 835/2701) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address |
| 7556 | 2026-01-29T00:03:25.128Z | PASS [ 0.062s] ( 836/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip |
| 7557 | 2026-01-29T00:03:25.185Z | PASS [ 0.057s] ( 837/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip |
| 7558 | 2026-01-29T00:03:25.243Z | PASS [ 0.058s] ( 838/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac |
| 7559 | 2026-01-29T00:03:25.300Z | PASS [ 0.057s] ( 839/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet |
| 7560 | 2026-01-29T00:03:25.360Z | PASS [ 0.059s] ( 840/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips |
| 7561 | 2026-01-29T00:03:25.419Z | PASS [ 0.059s] ( 841/2701) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision |
| 7562 | 2026-01-29T00:03:25.472Z | PASS [ 0.053s] ( 842/2701) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean |
| 7563 | 2026-01-29T00:03:25.540Z | PASS [ 0.065s] ( 843/2701) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source |
| 7564 | 2026-01-29T00:03:25.600Z | PASS [ 0.063s] ( 844/2701) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency |
| 7565 | 2026-01-29T00:03:25.656Z | PASS [ 0.055s] ( 845/2701) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus |
| 7566 | 2026-01-29T00:03:25.718Z | PASS [ 0.062s] ( 846/2701) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets |
| 7567 | 2026-01-29T00:03:25.811Z | PASS [ 0.093s] ( 847/2701) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision |
| 7568 | 2026-01-29T00:03:25.873Z | PASS [ 0.062s] ( 848/2701) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated |
| 7569 | 2026-01-29T00:03:25.936Z | PASS [ 0.062s] ( 849/2701) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets |
| 7570 | 2026-01-29T00:03:25.993Z | PASS [ 0.057s] ( 850/2701) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets |
| 7571 | 2026-01-29T00:03:26.057Z | PASS [ 0.062s] ( 851/2701) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds |
| 7572 | 2026-01-29T00:03:26.147Z | PASS [ 0.058s] ( 852/2701) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds |
| 7573 | 2026-01-29T00:03:30.979Z | PASS [ 10.724s] ( 853/2701) nexus-mgs-updates driver_update::test_host_phase_1::update_watched |
| 7574 | 2026-01-29T00:03:31.173Z | PASS [ 0.194s] ( 854/2701) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings |
| 7575 | 2026-01-29T00:03:35.188Z | SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior |
| 7576 | 2026-01-29T00:03:38.112Z | PASS [ 20.604s] ( 855/2701) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover |
| 7577 | 2026-01-29T00:03:47.741Z | SLOW [>1620.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7578 | 2026-01-29T00:03:47.764Z | SLOW [>1620.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7579 | 2026-01-29T00:03:50.677Z | PASS [ 12.566s] ( 856/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create |
| 7580 | 2026-01-29T00:04:00.778Z | PASS [ 10.103s] ( 857/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce |
| 7581 | 2026-01-29T00:04:11.452Z | PASS [ 10.675s] ( 858/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint |
| 7582 | 2026-01-29T00:04:21.797Z | PASS [ 10.346s] ( 859/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent |
| 7583 | 2026-01-29T00:04:22.040Z | PASS [ 0.243s] ( 860/2701) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
| 7584 | 2026-01-29T00:04:22.157Z | PASS [ 0.117s] ( 861/2701) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
| 7585 | 2026-01-29T00:04:22.234Z | PASS [ 0.076s] ( 862/2701) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
| 7586 | 2026-01-29T00:04:22.328Z | PASS [ 0.094s] ( 863/2701) nexus-reconfigurator-execution dns::test::test_dns_compute_update |
| 7587 | 2026-01-29T00:04:26.108Z | SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit |
| 7588 | 2026-01-29T00:04:31.167Z | SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
| 7589 | 2026-01-29T00:04:35.183Z | SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior |
| 7590 | 2026-01-29T00:04:47.733Z | SLOW [>1680.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7591 | 2026-01-29T00:04:47.733Z | SLOW [>1680.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7592 | 2026-01-29T00:05:13.732Z | PASS [ 107.633s] ( 864/2701) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit |
| 7593 | 2026-01-29T00:05:22.321Z | SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
| 7594 | 2026-01-29T00:05:31.160Z | SLOW [>120.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
| 7595 | 2026-01-29T00:05:35.174Z | SLOW [>180.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior |
| 7596 | 2026-01-29T00:05:47.726Z | SLOW [>1740.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7597 | 2026-01-29T00:05:47.726Z | SLOW [>1740.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7598 | 2026-01-29T00:05:51.722Z | PASS [ 37.995s] ( 865/2701) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
| 7599 | 2026-01-29T00:05:59.644Z | PASS [ 204.479s] ( 866/2701) nexus-db-queries policy_test::test_iam_roles_behavior |
| 7600 | 2026-01-29T00:06:15.062Z | PASS [ 23.308s] ( 867/2701) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config |
| 7601 | 2026-01-29T00:06:15.154Z | PASS [ 0.126s] ( 868/2701) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation |
| 7602 | 2026-01-29T00:06:21.768Z | PASS [ 170.619s] ( 869/2701) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
| 7603 | 2026-01-29T00:06:22.154Z | PASS [ 0.387s] ( 870/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
| 7604 | 2026-01-29T00:06:22.217Z | PASS [ 0.062s] ( 871/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
| 7605 | 2026-01-29T00:06:22.276Z | PASS [ 0.058s] ( 872/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
| 7606 | 2026-01-29T00:06:22.314Z | SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
| 7607 | 2026-01-29T00:06:22.399Z | PASS [ 0.124s] ( 873/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
| 7608 | 2026-01-29T00:06:22.475Z | PASS [ 0.075s] ( 874/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones |
| 7609 | 2026-01-29T00:06:22.556Z | PASS [ 0.079s] ( 875/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds |
| 7610 | 2026-01-29T00:06:22.626Z | PASS [ 0.072s] ( 876/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
| 7611 | 2026-01-29T00:06:22.685Z | PASS [ 0.058s] ( 877/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
| 7612 | 2026-01-29T00:06:22.781Z | PASS [ 0.096s] ( 878/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff |
| 7613 | 2026-01-29T00:06:22.822Z | PASS [ 0.041s] ( 879/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
| 7614 | 2026-01-29T00:06:22.867Z | PASS [ 0.044s] ( 880/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
| 7615 | 2026-01-29T00:06:22.927Z | PASS [ 0.060s] ( 881/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
| 7616 | 2026-01-29T00:06:22.975Z | PASS [ 0.048s] ( 882/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
| 7617 | 2026-01-29T00:06:23.020Z | PASS [ 0.045s] ( 883/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
| 7618 | 2026-01-29T00:06:23.070Z | PASS [ 0.049s] ( 884/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
| 7619 | 2026-01-29T00:06:23.112Z | PASS [ 0.041s] ( 885/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
| 7620 | 2026-01-29T00:06:23.152Z | PASS [ 0.040s] ( 886/2701) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately |
| 7621 | 2026-01-29T00:06:23.230Z | PASS [ 23.589s] ( 887/2701) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
| 7622 | 2026-01-29T00:06:23.254Z | PASS [ 0.090s] ( 888/2701) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator |
| 7623 | 2026-01-29T00:06:24.549Z | PASS [ 1.306s] ( 889/2701) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging |
| 7624 | 2026-01-29T00:06:25.839Z | PASS [ 1.290s] ( 890/2701) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool |
| 7625 | 2026-01-29T00:06:26.296Z | PASS [ 0.457s] ( 891/2701) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets |
| 7626 | 2026-01-29T00:06:26.480Z | PASS [ 0.184s] ( 892/2701) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets |
| 7627 | 2026-01-29T00:06:26.520Z | PASS [ 0.039s] ( 893/2701) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic |
| 7628 | 2026-01-29T00:06:26.623Z | PASS [ 0.103s] ( 894/2701) nexus-reconfigurator-planning example::tests::builder_zone_counts |
| 7629 | 2026-01-29T00:06:28.448Z | PASS [ 5.218s] ( 895/2701) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator |
| 7630 | 2026-01-29T00:06:28.505Z | PASS [ 0.057s] ( 896/2701) nexus-reconfigurator-planning example::tests::instances_on_examples |
| 7631 | 2026-01-29T00:06:28.585Z | PASS [ 0.080s] ( 897/2701) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os |
| 7632 | 2026-01-29T00:06:28.648Z | PASS [ 0.061s] ( 898/2701) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move |
| 7633 | 2026-01-29T00:06:28.722Z | PASS [ 0.075s] ( 899/2701) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot |
| 7634 | 2026-01-29T00:06:28.793Z | PASS [ 0.071s] ( 900/2701) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader |
| 7635 | 2026-01-29T00:06:28.865Z | PASS [ 0.072s] ( 901/2701) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp |
| 7636 | 2026-01-29T00:06:28.928Z | PASS [ 0.063s] ( 902/2701) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates |
| 7637 | 2026-01-29T00:06:28.985Z | PASS [ 0.057s] ( 903/2701) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy |
| 7638 | 2026-01-29T00:06:29.038Z | PASS [ 0.053s] ( 904/2701) nexus-reconfigurator-planning mgs_updates::test::test_sp_move |
| 7639 | 2026-01-29T00:06:29.127Z | PASS [ 0.088s] ( 905/2701) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential |
| 7640 | 2026-01-29T00:06:29.188Z | PASS [ 0.061s] ( 906/2701) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates |
| 7641 | 2026-01-29T00:06:29.342Z | PASS [ 0.154s] ( 907/2701) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
| 7642 | 2026-01-29T00:06:30.200Z | PASS [ 0.857s] ( 908/2701) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds |
| 7643 | 2026-01-29T00:06:30.324Z | PASS [ 0.124s] ( 909/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled |
| 7644 | 2026-01-29T00:06:30.569Z | PASS [ 0.244s] ( 910/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled |
| 7645 | 2026-01-29T00:06:30.682Z | PASS [ 0.112s] ( 911/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks |
| 7646 | 2026-01-29T00:06:30.861Z | PASS [ 0.179s] ( 912/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry |
| 7647 | 2026-01-29T00:06:30.889Z | PASS [ 4.267s] ( 913/2701) nexus-reconfigurator-planning example::tests::dns_resolution_works |
| 7648 | 2026-01-29T00:06:31.044Z | PASS [ 0.183s] ( 914/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place |
| 7649 | 2026-01-29T00:06:31.174Z | PASS [ 0.284s] ( 915/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission |
| 7650 | 2026-01-29T00:06:31.198Z | PASS [ 0.149s] ( 916/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool |
| 7651 | 2026-01-29T00:06:31.307Z | PASS [ 0.133s] ( 917/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem |
| 7652 | 2026-01-29T00:06:31.331Z | PASS [ 0.126s] ( 918/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option |
| 7653 | 2026-01-29T00:06:31.536Z | PASS [ 0.229s] ( 919/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters |
| 7654 | 2026-01-29T00:06:31.561Z | PASS [ 0.218s] ( 920/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed |
| 7655 | 2026-01-29T00:06:31.736Z | PASS [ 0.200s] ( 921/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup |
| 7656 | 2026-01-29T00:06:31.978Z | PASS [ 0.440s] ( 922/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds |
| 7657 | 2026-01-29T00:06:32.153Z | PASS [ 0.416s] ( 923/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes |
| 7658 | 2026-01-29T00:06:32.287Z | PASS [ 0.309s] ( 924/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones |
| 7659 | 2026-01-29T00:06:32.427Z | PASS [ 0.274s] ( 925/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones |
| 7660 | 2026-01-29T00:06:32.469Z | PASS [ 0.181s] ( 926/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse |
| 7661 | 2026-01-29T00:06:32.620Z | PASS [ 0.192s] ( 927/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds |
| 7662 | 2026-01-29T00:06:32.655Z | PASS [ 0.185s] ( 928/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds |
| 7663 | 2026-01-29T00:06:34.804Z | PASS [ 2.149s] ( 929/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp |
| 7664 | 2026-01-29T00:06:35.711Z | PASS [ 3.091s] ( 930/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones |
| 7665 | 2026-01-29T00:06:35.880Z | PASS [ 20.729s] ( 931/2701) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
| 7666 | 2026-01-29T00:06:36.128Z | PASS [ 1.324s] ( 932/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach |
| 7667 | 2026-01-29T00:06:36.251Z | PASS [ 0.123s] ( 933/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory |
| 7668 | 2026-01-29T00:06:37.147Z | PASS [ 1.266s] ( 934/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns |
| 7669 | 2026-01-29T00:06:37.293Z | PASS [ 1.582s] ( 935/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus |
| 7670 | 2026-01-29T00:06:47.718Z | SLOW [>1800.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7671 | 2026-01-29T00:06:47.718Z | SLOW [>1800.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7672 | 2026-01-29T00:06:50.549Z | PASS [ 148.243s] ( 936/2701) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
| 7673 | 2026-01-29T00:06:50.640Z | PASS [ 0.091s] ( 937/2701) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by |
| 7674 | 2026-01-29T00:06:50.904Z | PASS [ 0.264s] ( 938/2701) nexus-saga-recovery recovery::test::test_execution_basic |
| 7675 | 2026-01-29T00:06:50.966Z | PASS [ 0.062s] ( 939/2701) nexus-saga-recovery recovery::test::test_plan_basic |
| 7676 | 2026-01-29T00:06:51.015Z | PASS [ 0.045s] ( 940/2701) nexus-saga-recovery recovery::test::test_read_all_from_channel |
| 7677 | 2026-01-29T00:06:51.081Z | PASS [ 0.068s] ( 941/2701) nexus-saga-recovery test::test_basic |
| 7678 | 2026-01-29T00:06:51.150Z | PASS [ 0.070s] ( 942/2701) nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
| 7679 | 2026-01-29T00:06:51.234Z | PASS [ 0.083s] ( 943/2701) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
| 7680 | 2026-01-29T00:06:51.275Z | PASS [ 0.041s] ( 944/2701) nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
| 7681 | 2026-01-29T00:06:51.320Z | PASS [ 0.045s] ( 945/2701) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
| 7682 | 2026-01-29T00:06:51.366Z | PASS [ 0.046s] ( 946/2701) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
| 7683 | 2026-01-29T00:06:51.402Z | PASS [ 0.035s] ( 947/2701) nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
| 7684 | 2026-01-29T00:06:51.450Z | PASS [ 0.049s] ( 948/2701) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
| 7685 | 2026-01-29T00:07:01.952Z | PASS [ 25.705s] ( 949/2701) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation |
| 7686 | 2026-01-29T00:07:02.006Z | PASS [ 0.054s] ( 950/2701) nexus-types deployment::test::test_serialize_pending_mgs_updates |
| 7687 | 2026-01-29T00:07:02.042Z | PASS [ 0.036s] ( 951/2701) nexus-types external_api::params::tests::test_address_allocator_auto_default |
| 7688 | 2026-01-29T00:07:02.083Z | PASS [ 0.036s] ( 952/2701) nexus-types external_api::params::tests::test_address_allocator_auto_with_auto_pool |
| 7689 | 2026-01-29T00:07:02.124Z | PASS [ 0.045s] ( 953/2701) nexus-types external_api::params::tests::test_address_allocator_auto_with_explicit_pool |
| 7690 | 2026-01-29T00:07:02.165Z | PASS [ 0.041s] ( 954/2701) nexus-types external_api::params::tests::test_address_allocator_explicit_missing_ip |
| 7691 | 2026-01-29T00:07:02.204Z | PASS [ 0.039s] ( 955/2701) nexus-types external_api::params::tests::test_address_allocator_explicit_requires_ip |
| 7692 | 2026-01-29T00:07:02.251Z | PASS [ 0.048s] ( 956/2701) nexus-types external_api::params::tests::test_address_allocator_explicit_with_ip |
| 7693 | 2026-01-29T00:07:02.297Z | PASS [ 0.045s] ( 957/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_explicit_null_fields |
| 7694 | 2026-01-29T00:07:02.338Z | PASS [ 0.041s] ( 958/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_multicast_ip |
| 7695 | 2026-01-29T00:07:02.381Z | PASS [ 0.042s] ( 959/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_source_ip |
| 7696 | 2026-01-29T00:07:02.429Z | PASS [ 0.048s] ( 960/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_mixed_null_and_values |
| 7697 | 2026-01-29T00:07:02.471Z | PASS [ 0.041s] ( 961/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_multicast_ip |
| 7698 | 2026-01-29T00:07:02.520Z | PASS [ 0.049s] ( 962/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_source_ips |
| 7699 | 2026-01-29T00:07:02.566Z | PASS [ 0.044s] ( 963/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_all_fields |
| 7700 | 2026-01-29T00:07:02.605Z | PASS [ 0.041s] ( 964/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_empty_source_ips |
| 7701 | 2026-01-29T00:07:02.642Z | PASS [ 0.037s] ( 965/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_without_optional_fields |
| 7702 | 2026-01-29T00:07:02.693Z | PASS [ 0.050s] ( 966/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_clear_source_ips |
| 7703 | 2026-01-29T00:07:02.741Z | PASS [ 0.048s] ( 967/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_explicit_null_mvlan |
| 7704 | 2026-01-29T00:07:02.783Z | PASS [ 0.041s] ( 968/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_invalid_mvlan |
| 7705 | 2026-01-29T00:07:02.822Z | PASS [ 0.039s] ( 969/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_omit_all_fields |
| 7706 | 2026-01-29T00:07:02.861Z | PASS [ 0.038s] ( 970/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_set_mvlan |
| 7707 | 2026-01-29T00:07:02.917Z | PASS [ 0.056s] ( 971/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_update_source_ips |
| 7708 | 2026-01-29T00:07:02.960Z | PASS [ 0.043s] ( 972/2701) nexus-types external_api::params::tests::test_validate_multicast_ip_v4 |
| 7709 | 2026-01-29T00:07:02.998Z | PASS [ 0.037s] ( 973/2701) nexus-types external_api::params::tests::test_validate_multicast_ip_v6 |
| 7710 | 2026-01-29T00:07:03.034Z | PASS [ 0.036s] ( 974/2701) nexus-types external_api::params::tests::test_validate_source_ip_v4 |
| 7711 | 2026-01-29T00:07:03.080Z | PASS [ 0.045s] ( 975/2701) nexus-types external_api::params::tests::test_validate_source_ip_v6 |
| 7712 | 2026-01-29T00:07:03.124Z | PASS [ 0.044s] ( 976/2701) nexus-types external_api::shared::test::test_policy_parsing |
| 7713 | 2026-01-29T00:07:03.218Z | PASS [ 0.094s] ( 977/2701) nexus-types external_api::shared::test::test_webhook_subscription_validation |
| 7714 | 2026-01-29T00:07:03.255Z | PASS [ 0.038s] ( 978/2701) nexus-types external_api::views::test::test_expected_one_of |
| 7715 | 2026-01-29T00:07:03.304Z | PASS [ 0.048s] ( 979/2701) nexus-types fm::case::tests::test_case_display |
| 7716 | 2026-01-29T00:07:03.346Z | PASS [ 0.042s] ( 980/2701) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled |
| 7717 | 2026-01-29T00:07:03.405Z | PASS [ 0.057s] ( 981/2701) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled |
| 7718 | 2026-01-29T00:07:03.465Z | PASS [ 0.061s] ( 982/2701) nexus-types internal_api::views::test::test_can_serialize_mgs_updates |
| 7719 | 2026-01-29T00:07:03.545Z | PASS [ 0.080s] ( 983/2701) nexus-types quiesce::test::test_drained_blueprint |
| 7720 | 2026-01-29T00:07:03.598Z | PASS [ 0.054s] ( 984/2701) nexus-types quiesce::test::test_quiesce_block_on_first_recovery |
| 7721 | 2026-01-29T00:07:03.646Z | PASS [ 0.047s] ( 985/2701) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery |
| 7722 | 2026-01-29T00:07:03.694Z | PASS [ 0.048s] ( 986/2701) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga |
| 7723 | 2026-01-29T00:07:03.742Z | PASS [ 0.048s] ( 987/2701) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery |
| 7724 | 2026-01-29T00:07:03.795Z | PASS [ 0.054s] ( 988/2701) nexus-types quiesce::test::test_quiesce_block_on_reassignment |
| 7725 | 2026-01-29T00:07:03.843Z | PASS [ 0.047s] ( 989/2701) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas |
| 7726 | 2026-01-29T00:07:03.893Z | PASS [ 0.050s] ( 990/2701) nexus-types quiesce::test::test_quiesce_block_on_saga_started |
| 7727 | 2026-01-29T00:07:03.949Z | PASS [ 0.056s] ( 991/2701) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started |
| 7728 | 2026-01-29T00:07:03.997Z | PASS [ 0.048s] ( 992/2701) nexus-types quiesce::test::test_quiesce_noop |
| 7729 | 2026-01-29T00:07:04.045Z | PASS [ 0.047s] ( 993/2701) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup |
| 7730 | 2026-01-29T00:07:04.335Z | PASS [ 0.290s] ( 994/2701) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
| 7731 | 2026-01-29T00:07:04.407Z | PASS [ 0.072s] ( 995/2701) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
| 7732 | 2026-01-29T00:07:04.480Z | PASS [ 0.072s] ( 996/2701) omicron-certificates tests::test_cert_extended_key_usage |
| 7733 | 2026-01-29T00:07:04.562Z | PASS [ 0.082s] ( 997/2701) omicron-certificates tests::test_common_name_is_validated |
| 7734 | 2026-01-29T00:07:04.640Z | PASS [ 0.078s] ( 998/2701) omicron-certificates tests::test_subject_alternate_names_are_validated |
| 7735 | 2026-01-29T00:07:04.867Z | PASS [ 27.725s] ( 999/2701) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation |
| 7736 | 2026-01-29T00:07:04.959Z | PASS [ 0.319s] (1000/2701) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable |
| 7737 | 2026-01-29T00:07:09.352Z | PASS [ 32.062s] (1001/2701) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation |
| 7738 | 2026-01-29T00:07:09.709Z | PASS [ 4.842s] (1002/2701) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility |
| 7739 | 2026-01-29T00:07:11.816Z | PASS [ 2.107s] (1003/2701) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
| 7740 | 2026-01-29T00:07:11.898Z | PASS [ 2.547s] (1004/2701) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
| 7741 | 2026-01-29T00:07:13.692Z | PASS [ 1.794s] (1005/2701) omicron-cockroach-admin context::tests::test_node_id |
| 7742 | 2026-01-29T00:07:13.800Z | PASS [ 0.107s] (1006/2701) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics |
| 7743 | 2026-01-29T00:07:13.876Z | PASS [ 0.076s] (1007/2701) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input |
| 7744 | 2026-01-29T00:07:14.368Z | PASS [ 0.491s] (1008/2701) omicron-cockroach-metrics tests::test_cluster_client_caching |
| 7745 | 2026-01-29T00:07:14.392Z | PASS [ 22.942s] (1009/2701) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip |
| 7746 | 2026-01-29T00:07:14.415Z | PASS [ 0.032s] (1010/2701) omicron-cockroach-metrics tests::test_histogram_bucket_sorting |
| 7747 | 2026-01-29T00:07:14.439Z | PASS [ 0.031s] (1011/2701) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing |
| 7748 | 2026-01-29T00:07:14.439Z | PASS [ 0.034s] (1012/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only |
| 7749 | 2026-01-29T00:07:14.462Z | PASS [ 0.030s] (1013/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_empty |
| 7750 | 2026-01-29T00:07:14.486Z | PASS [ 0.035s] (1014/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience |
| 7751 | 2026-01-29T00:07:14.486Z | PASS [ 0.030s] (1015/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing |
| 7752 | 2026-01-29T00:07:14.510Z | PASS [ 0.032s] (1016/2701) omicron-cockroach-metrics tests::test_typed_cockroach_metrics |
| 7753 | 2026-01-29T00:07:14.544Z | PASS [ 0.042s] (1017/2701) omicron-common address::test::test_ip_range_checks_non_decreasing |
| 7754 | 2026-01-29T00:07:14.567Z | PASS [ 0.066s] (1018/2701) omicron-common address::test::test_dns_subnets |
| 7755 | 2026-01-29T00:07:14.591Z | PASS [ 0.040s] (1019/2701) omicron-common address::test::test_ip_range_iter |
| 7756 | 2026-01-29T00:07:14.615Z | PASS [ 0.058s] (1020/2701) omicron-common address::test::test_ip_range_enum_deserialization |
| 7757 | 2026-01-29T00:07:14.639Z | PASS [ 0.034s] (1021/2701) omicron-common address::test::test_ip_range_length |
| 7758 | 2026-01-29T00:07:14.639Z | PASS [ 0.036s] (1022/2701) omicron-common address::test::test_ip_range_try_from |
| 7759 | 2026-01-29T00:07:14.667Z | PASS [ 0.046s] (1023/2701) omicron-common address::test::test_ipv6_subnet_deserialize |
| 7760 | 2026-01-29T00:07:14.691Z | PASS [ 0.034s] (1024/2701) omicron-common address::test::test_sled_address |
| 7761 | 2026-01-29T00:07:14.715Z | PASS [ 0.031s] (1025/2701) omicron-common api::external::error::test::test_context |
| 7762 | 2026-01-29T00:07:14.715Z | PASS [ 0.036s] (1026/2701) omicron-common api::external::error::test::test_bail_unless |
| 7763 | 2026-01-29T00:07:14.756Z | PASS [ 0.053s] (1027/2701) omicron-common api::external::http_pagination::test::test_pagination_examples |
| 7764 | 2026-01-29T00:07:14.780Z | PASS [ 0.065s] (1028/2701) omicron-common api::external::http_pagination::test::test_pagination_schemas |
| 7765 | 2026-01-29T00:07:14.814Z | PASS [ 0.058s] (1029/2701) omicron-common api::external::http_pagination::test::test_scan_by_id |
| 7766 | 2026-01-29T00:07:14.814Z | PASS [ 0.045s] (1030/2701) omicron-common api::external::http_pagination::test::test_scan_by_name |
| 7767 | 2026-01-29T00:07:14.851Z | PASS [ 0.036s] (1031/2701) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
| 7768 | 2026-01-29T00:07:14.874Z | PASS [ 0.048s] (1032/2701) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
| 7769 | 2026-01-29T00:07:14.898Z | PASS [ 0.035s] (1033/2701) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
| 7770 | 2026-01-29T00:07:14.922Z | PASS [ 0.037s] (1034/2701) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id |
| 7771 | 2026-01-29T00:07:14.945Z | PASS [ 0.059s] (1035/2701) omicron-common api::external::test::test_bytecount |
| 7772 | 2026-01-29T00:07:14.969Z | PASS [ 0.057s] (1036/2701) omicron-common api::external::test::test_bytecount_display |
| 7773 | 2026-01-29T00:07:15.001Z | PASS [ 0.042s] (1037/2701) omicron-common api::external::test::test_firewall_deserialization |
| 7774 | 2026-01-29T00:07:15.024Z | PASS [ 0.063s] (1038/2701) omicron-common api::external::test::test_digest |
| 7775 | 2026-01-29T00:07:15.051Z | PASS [ 0.042s] (1039/2701) omicron-common api::external::test::test_firewall_rule_proto_filter_parse |
| 7776 | 2026-01-29T00:07:15.106Z | PASS [ 0.105s] (1040/2701) omicron-common api::external::test::test_firewall_rule_host_filter_parse |
| 7777 | 2026-01-29T00:07:15.130Z | PASS [ 0.069s] (1041/2701) omicron-common api::external::test::test_firewall_rule_target_parse |
| 7778 | 2026-01-29T00:07:15.154Z | PASS [ 0.032s] (1042/2701) omicron-common api::external::test::test_generation_display_parse |
| 7779 | 2026-01-29T00:07:15.177Z | PASS [ 0.033s] (1043/2701) omicron-common api::external::test::test_generation_from_int |
| 7780 | 2026-01-29T00:07:15.201Z | PASS [ 0.036s] (1044/2701) omicron-common api::external::test::test_generation_serde |
| 7781 | 2026-01-29T00:07:15.244Z | PASS [ 0.053s] (1045/2701) omicron-common api::external::test::test_hostname_from_str |
| 7782 | 2026-01-29T00:07:15.288Z | PASS [ 0.044s] (1046/2701) omicron-common api::external::test::test_ip_port_range_from_str |
| 7783 | 2026-01-29T00:07:15.322Z | PASS [ 0.034s] (1047/2701) omicron-common api::external::test::test_ip_port_range_into_str |
| 7784 | 2026-01-29T00:07:15.355Z | PASS [ 0.033s] (1048/2701) omicron-common api::external::test::test_ipv6_net_operations |
| 7785 | 2026-01-29T00:07:15.393Z | PASS [ 0.038s] (1049/2701) omicron-common api::external::test::test_mac_system_iterator |
| 7786 | 2026-01-29T00:07:15.438Z | PASS [ 0.044s] (1050/2701) omicron-common api::external::test::test_mac_to_int_conversions |
| 7787 | 2026-01-29T00:07:15.472Z | PASS [ 0.034s] (1051/2701) omicron-common api::external::test::test_macaddr |
| 7788 | 2026-01-29T00:07:15.518Z | PASS [ 0.046s] (1052/2701) omicron-common api::external::test::test_name_parse |
| 7789 | 2026-01-29T00:07:15.553Z | PASS [ 0.035s] (1053/2701) omicron-common api::external::test::test_name_parse_from_param |
| 7790 | 2026-01-29T00:07:15.590Z | PASS [ 0.036s] (1054/2701) omicron-common api::external::test::test_resource_name_parse |
| 7791 | 2026-01-29T00:07:15.644Z | PASS [ 0.056s] (1055/2701) omicron-common api::external::test::test_route_destination_parse |
| 7792 | 2026-01-29T00:07:15.708Z | PASS [ 0.064s] (1056/2701) omicron-common api::external::test::test_route_target_parse |
| 7793 | 2026-01-29T00:07:15.742Z | PASS [ 0.034s] (1057/2701) omicron-common api::external::test::test_semver_serialize |
| 7794 | 2026-01-29T00:07:15.777Z | PASS [ 0.035s] (1058/2701) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions |
| 7795 | 2026-01-29T00:07:15.811Z | PASS [ 0.034s] (1059/2701) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips |
| 7796 | 2026-01-29T00:07:15.847Z | PASS [ 0.036s] (1060/2701) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes |
| 7797 | 2026-01-29T00:07:15.883Z | PASS [ 0.035s] (1061/2701) omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
| 7798 | 2026-01-29T00:07:15.952Z | PASS [ 0.069s] (1062/2701) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name |
| 7799 | 2026-01-29T00:07:16.057Z | PASS [ 0.104s] (1063/2701) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
| 7800 | 2026-01-29T00:07:16.093Z | PASS [ 0.036s] (1064/2701) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
| 7801 | 2026-01-29T00:07:16.125Z | PASS [ 0.987s] (1065/2701) omicron-common api::external::test::test_generation_overflow |
| 7802 | 2026-01-29T00:07:16.150Z | PASS [ 0.035s] (1066/2701) omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
| 7803 | 2026-01-29T00:07:16.245Z | PASS [ 0.045s] (1067/2701) omicron-common disk::tests::parse_dataset_name |
| 7804 | 2026-01-29T00:07:16.271Z | PASS [ 0.062s] (1068/2701) omicron-common ledger::test::test_commit_handles_write_failures |
| 7805 | 2026-01-29T00:07:16.271Z | PASS [ 0.037s] (1069/2701) omicron-common ledger::test::test_create_default_ledger |
| 7806 | 2026-01-29T00:07:16.271Z | PASS [ 0.049s] (1070/2701) omicron-common ledger::test::test_create_ledger_reads_from_storage |
| 7807 | 2026-01-29T00:07:16.271Z | PASS [ 0.042s] (1071/2701) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
| 7808 | 2026-01-29T00:07:16.295Z | PASS [ 0.038s] (1072/2701) omicron-common zpool_name::test::test_parse_external_zpool_name |
| 7809 | 2026-01-29T00:07:16.295Z | PASS [ 0.052s] (1073/2701) omicron-common zpool_name::test::test_parse_bad_zpool_names |
| 7810 | 2026-01-29T00:07:16.327Z | PASS [ 0.036s] (1074/2701) omicron-common zpool_name::test::test_parse_zpool_name_json |
| 7811 | 2026-01-29T00:07:16.350Z | PASS [ 0.042s] (1075/2701) omicron-common zpool_name::test::test_parse_internal_zpool_name |
| 7812 | 2026-01-29T00:07:16.374Z | PASS [ 0.034s] (1076/2701) omicron-common zpool_name::test::test_zpool_name_regex |
| 7813 | 2026-01-29T00:07:17.046Z | PASS [ 12.088s] (1077/2701) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved |
| 7814 | 2026-01-29T00:07:17.977Z | PASS [ 1.646s] (1078/2701) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
| 7815 | 2026-01-29T00:07:18.001Z | PASS [ 1.618s] (1079/2701) omicron-dev::test-omicron-dev test_omicron_dev_no_args |
| 7816 | 2026-01-29T00:07:18.148Z | PASS [ 0.169s] (1080/2701) omicron-gateway management_switch::location_map::tests::test_config_validation |
| 7817 | 2026-01-29T00:07:18.222Z | PASS [ 0.074s] (1081/2701) omicron-gateway management_switch::location_map::tests::test_resolve_location |
| 7818 | 2026-01-29T00:07:19.770Z | PASS [ 1.548s] (1082/2701) omicron-gateway::test_all integration_tests::component_list::component_list |
| 7819 | 2026-01-29T00:07:19.823Z | PASS [ 0.052s] (1083/2701) omicron-gateway::test_all integration_tests::config::read_production_smf_config |
| 7820 | 2026-01-29T00:07:20.220Z | PASS [ 0.397s] (1084/2701) omicron-gateway::test_all integration_tests::ereports::ereports_basic |
| 7821 | 2026-01-29T00:07:20.550Z | PASS [ 0.331s] (1085/2701) omicron-gateway::test_all integration_tests::ereports::ereports_commit |
| 7822 | 2026-01-29T00:07:20.885Z | PASS [ 0.335s] (1086/2701) omicron-gateway::test_all integration_tests::ereports::ereports_limit |
| 7823 | 2026-01-29T00:07:21.543Z | PASS [ 0.624s] (1087/2701) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
| 7824 | 2026-01-29T00:07:21.860Z | PASS [ 0.351s] (1088/2701) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
| 7825 | 2026-01-29T00:07:22.154Z | PASS [ 10.339s] (1089/2701) omicron-cockroach-admin cockroach_cli::tests::test_schema_init |
| 7826 | 2026-01-29T00:07:22.231Z | PASS [ 0.370s] (1090/2701) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
| 7827 | 2026-01-29T00:07:22.515Z | PASS [ 0.361s] (1091/2701) omicron-gateway::test_all integration_tests::task_dump::task_dump |
| 7828 | 2026-01-29T00:07:42.513Z | PASS [ 25.471s] (1092/2701) omicron-dev::test-omicron-dev test_run_all |
| 7829 | 2026-01-29T00:07:42.608Z | PASS [ 0.095s] (1093/2701) omicron-nexus app::alert::tests::test_alert_class_list |
| 7830 | 2026-01-29T00:07:47.710Z | SLOW [>1860.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7831 | 2026-01-29T00:07:47.710Z | SLOW [>1860.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7832 | 2026-01-29T00:07:52.397Z | PASS [ 30.170s] (1094/2701) omicron-ls-apis::test_dependencies test_api_check |
| 7833 | 2026-01-29T00:07:52.531Z | PASS [ 30.020s] (1095/2701) omicron-ls-apis::test_dependencies test_api_dependencies |
| 7834 | 2026-01-29T00:08:04.562Z | PASS [ 21.957s] (1096/2701) omicron-nexus app::background::driver::test::test_activation_in_progress |
| 7835 | 2026-01-29T00:08:15.652Z | PASS [ 57.683s] (1097/2701) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date |
| 7836 | 2026-01-29T00:08:15.999Z | PASS [ 23.605s] (1098/2701) omicron-nexus app::background::driver::test::test_driver_basic |
| 7837 | 2026-01-29T00:08:16.882Z | PASS [ 24.354s] (1099/2701) omicron-nexus app::background::init::test::test_dns_propagation_basic |
| 7838 | 2026-01-29T00:08:40.820Z | PASS [ 23.942s] (1100/2701) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing |
| 7839 | 2026-01-29T00:08:41.806Z | PASS [ 37.248s] (1101/2701) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted |
| 7840 | 2026-01-29T00:08:47.704Z | SLOW [>1920.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7841 | 2026-01-29T00:08:47.704Z | SLOW [>1920.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7842 | 2026-01-29T00:08:52.604Z | PASS [ 36.957s] (1102/2701) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
| 7843 | 2026-01-29T00:08:53.501Z | PASS [ 37.508s] (1103/2701) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
| 7844 | 2026-01-29T00:09:04.026Z | PASS [ 10.527s] (1104/2701) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit |
| 7845 | 2026-01-29T00:09:05.258Z | PASS [ 23.455s] (1105/2701) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
| 7846 | 2026-01-29T00:09:08.179Z | PASS [ 27.363s] (1106/2701) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config |
| 7847 | 2026-01-29T00:09:11.187Z | PASS [ 7.161s] (1107/2701) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
| 7848 | 2026-01-29T00:09:11.306Z | PASS [ 0.119s] (1108/2701) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
| 7849 | 2026-01-29T00:09:13.308Z | PASS [ 8.050s] (1109/2701) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
| 7850 | 2026-01-29T00:09:16.255Z | PASS [ 8.077s] (1110/2701) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
| 7851 | 2026-01-29T00:09:23.336Z | PASS [ 30.736s] (1111/2701) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner |
| 7852 | 2026-01-29T00:09:36.826Z | PASS [ 25.523s] (1112/2701) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
| 7853 | 2026-01-29T00:09:37.623Z | PASS [ 24.319s] (1113/2701) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
| 7854 | 2026-01-29T00:09:41.360Z | PASS [ 25.108s] (1114/2701) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
| 7855 | 2026-01-29T00:09:47.696Z | SLOW [>1980.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7856 | 2026-01-29T00:09:47.696Z | SLOW [>1980.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7857 | 2026-01-29T00:09:48.333Z | PASS [ 25.001s] (1115/2701) omicron-nexus app::background::tasks::dns_config::test::test_basic |
| 7858 | 2026-01-29T00:09:49.110Z | PASS [1981.452s] (1116/2701) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 7859 | 2026-01-29T00:09:56.693Z | PASS [ 7.583s] (1117/2701) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps |
| 7860 | 2026-01-29T00:09:56.832Z | PASS [ 8.498s] (1118/2701) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc |
| 7861 | 2026-01-29T00:10:01.021Z | PASS [ 24.198s] (1119/2701) omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
| 7862 | 2026-01-29T00:10:02.552Z | PASS [ 24.932s] (1120/2701) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion |
| 7863 | 2026-01-29T00:10:05.982Z | PASS [ 24.625s] (1121/2701) omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
| 7864 | 2026-01-29T00:10:28.583Z | PASS [2020.931s] (1122/2701) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 7865 | 2026-01-29T00:10:33.960Z | PASS [ 37.135s] (1123/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable |
| 7866 | 2026-01-29T00:10:40.649Z | PASS [ 38.102s] (1124/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
| 7867 | 2026-01-29T00:10:42.474Z | PASS [ 8.515s] (1125/2701) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader |
| 7868 | 2026-01-29T00:10:42.548Z | PASS [ 0.074s] (1126/2701) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address |
| 7869 | 2026-01-29T00:10:42.640Z | PASS [ 0.092s] (1127/2701) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member |
| 7870 | 2026-01-29T00:10:42.729Z | PASS [ 0.089s] (1128/2701) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member |
| 7871 | 2026-01-29T00:10:42.804Z | PASS [ 0.074s] (1129/2701) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources |
| 7872 | 2026-01-29T00:10:42.870Z | PASS [ 0.067s] (1130/2701) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding |
| 7873 | 2026-01-29T00:10:42.935Z | PASS [ 0.065s] (1131/2701) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48 |
| 7874 | 2026-01-29T00:10:43.006Z | PASS [ 0.070s] (1132/2701) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples |
| 7875 | 2026-01-29T00:10:43.067Z | PASS [ 0.060s] (1133/2701) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases |
| 7876 | 2026-01-29T00:10:43.132Z | PASS [ 0.066s] (1134/2701) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6 |
| 7877 | 2026-01-29T00:10:43.404Z | PASS [ 0.264s] (1135/2701) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets |
| 7878 | 2026-01-29T00:10:43.472Z | PASS [ 0.076s] (1136/2701) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small |
| 7879 | 2026-01-29T00:10:43.541Z | PASS [ 0.069s] (1137/2701) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix |
| 7880 | 2026-01-29T00:10:43.613Z | PASS [ 0.072s] (1138/2701) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness |
| 7881 | 2026-01-29T00:10:43.675Z | PASS [ 0.062s] (1139/2701) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation |
| 7882 | 2026-01-29T00:10:43.739Z | PASS [ 0.064s] (1140/2701) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math |
| 7883 | 2026-01-29T00:10:43.805Z | PASS [ 0.066s] (1141/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement |
| 7884 | 2026-01-29T00:10:43.869Z | PASS [ 0.063s] (1142/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output |
| 7885 | 2026-01-29T00:10:43.927Z | PASS [ 0.059s] (1143/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic |
| 7886 | 2026-01-29T00:10:43.998Z | PASS [ 0.070s] (1144/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits |
| 7887 | 2026-01-29T00:10:44.065Z | PASS [ 0.065s] (1145/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output |
| 7888 | 2026-01-29T00:10:44.155Z | PASS [ 0.091s] (1146/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix |
| 7889 | 2026-01-29T00:10:44.218Z | PASS [ 0.063s] (1147/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped |
| 7890 | 2026-01-29T00:10:44.291Z | PASS [ 0.073s] (1148/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped |
| 7891 | 2026-01-29T00:10:44.360Z | PASS [ 0.069s] (1149/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped |
| 7892 | 2026-01-29T00:10:44.443Z | PASS [ 0.083s] (1150/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped |
| 7893 | 2026-01-29T00:10:44.519Z | PASS [ 0.075s] (1151/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped |
| 7894 | 2026-01-29T00:10:44.586Z | PASS [ 0.067s] (1152/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes |
| 7895 | 2026-01-29T00:10:44.660Z | PASS [ 0.074s] (1153/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix |
| 7896 | 2026-01-29T00:10:53.154Z | PASS [ 24.574s] (1154/2701) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
| 7897 | 2026-01-29T00:10:54.844Z | PASS [ 48.870s] (1155/2701) omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
| 7898 | 2026-01-29T00:10:56.688Z | SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
| 7899 | 2026-01-29T00:10:59.484Z | PASS [ 62.800s] (1156/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
| 7900 | 2026-01-29T00:11:01.014Z | SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
| 7901 | 2026-01-29T00:11:02.927Z | PASS [ 22.281s] (1157/2701) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
| 7902 | 2026-01-29T00:11:19.112Z | PASS [ 34.457s] (1158/2701) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request |
| 7903 | 2026-01-29T00:11:20.489Z | PASS [ 25.648s] (1159/2701) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic |
| 7904 | 2026-01-29T00:11:24.994Z | PASS [ 25.513s] (1160/2701) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
| 7905 | 2026-01-29T00:11:27.663Z | PASS [ 24.739s] (1161/2701) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
| 7906 | 2026-01-29T00:11:30.027Z | PASS [ 36.876s] (1162/2701) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable |
| 7907 | 2026-01-29T00:11:44.211Z | PASS [ 25.102s] (1163/2701) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
| 7908 | 2026-01-29T00:11:45.914Z | PASS [ 25.429s] (1164/2701) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
| 7909 | 2026-01-29T00:11:49.862Z | PASS [ 24.870s] (1165/2701) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
| 7910 | 2026-01-29T00:11:52.732Z | PASS [ 24.373s] (1166/2701) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
| 7911 | 2026-01-29T00:11:56.071Z | PASS [ 26.047s] (1167/2701) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
| 7912 | 2026-01-29T00:12:01.006Z | SLOW [>120.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
| 7913 | 2026-01-29T00:12:10.503Z | PASS [ 26.296s] (1168/2701) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
| 7914 | 2026-01-29T00:12:16.321Z | PASS [ 5.818s] (1169/2701) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
| 7915 | 2026-01-29T00:12:18.864Z | PASS [ 26.835s] (1170/2701) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
| 7916 | 2026-01-29T00:12:19.621Z | PASS [ 33.712s] (1171/2701) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete |
| 7917 | 2026-01-29T00:12:19.754Z | PASS [ 0.133s] (1172/2701) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation |
| 7918 | 2026-01-29T00:12:20.451Z | PASS [ 24.386s] (1173/2701) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
| 7919 | 2026-01-29T00:12:24.131Z | PASS [ 5.268s] (1174/2701) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
| 7920 | 2026-01-29T00:12:24.916Z | PASS [ 35.060s] (1175/2701) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
| 7921 | 2026-01-29T00:12:45.152Z | PASS [ 28.836s] (1176/2701) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
| 7922 | 2026-01-29T00:12:49.509Z | PASS [ 29.758s] (1177/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion |
| 7923 | 2026-01-29T00:12:50.418Z | PASS [ 29.971s] (1178/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect |
| 7924 | 2026-01-29T00:12:51.103Z | PASS [ 26.976s] (1179/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect |
| 7925 | 2026-01-29T00:12:51.424Z | PASS [ 170.427s] (1180/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
| 7926 | 2026-01-29T00:12:55.248Z | PASS [ 30.337s] (1181/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection |
| 7927 | 2026-01-29T00:13:11.163Z | PASS [ 26.014s] (1182/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection |
| 7928 | 2026-01-29T00:13:13.619Z | PASS [ 24.113s] (1183/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop |
| 7929 | 2026-01-29T00:13:16.323Z | PASS [ 24.902s] (1184/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop |
| 7930 | 2026-01-29T00:13:16.952Z | PASS [ 0.630s] (1185/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled |
| 7931 | 2026-01-29T00:13:17.409Z | PASS [ 0.457s] (1186/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing |
| 7932 | 2026-01-29T00:13:17.866Z | PASS [ 0.457s] (1187/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy |
| 7933 | 2026-01-29T00:13:19.518Z | PASS [ 1.652s] (1188/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate |
| 7934 | 2026-01-29T00:13:19.617Z | PASS [ 0.099s] (1189/2701) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune |
| 7935 | 2026-01-29T00:13:19.735Z | PASS [ 0.118s] (1190/2701) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed |
| 7936 | 2026-01-29T00:13:20.857Z | PASS [ 1.122s] (1191/2701) omicron-nexus app::external_endpoints::test::test_authority |
| 7937 | 2026-01-29T00:13:21.059Z | PASS [ 0.202s] (1192/2701) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
| 7938 | 2026-01-29T00:13:21.674Z | PASS [ 30.574s] (1193/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many |
| 7939 | 2026-01-29T00:13:21.865Z | PASS [ 0.191s] (1194/2701) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
| 7940 | 2026-01-29T00:13:21.956Z | PASS [ 0.091s] (1195/2701) omicron-nexus app::external_endpoints::test::test_no_endpoint |
| 7941 | 2026-01-29T00:13:22.037Z | PASS [ 0.081s] (1196/2701) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
| 7942 | 2026-01-29T00:13:22.115Z | PASS [ 0.078s] (1197/2701) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
| 7943 | 2026-01-29T00:13:22.190Z | PASS [ 0.075s] (1198/2701) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
| 7944 | 2026-01-29T00:13:22.293Z | PASS [ 0.102s] (1199/2701) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
| 7945 | 2026-01-29T00:13:22.390Z | PASS [ 0.097s] (1200/2701) omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
| 7946 | 2026-01-29T00:13:22.461Z | PASS [ 0.071s] (1201/2701) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood |
| 7947 | 2026-01-29T00:13:22.530Z | PASS [ 0.069s] (1202/2701) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described |
| 7948 | 2026-01-29T00:13:22.603Z | PASS [ 0.073s] (1203/2701) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described |
| 7949 | 2026-01-29T00:13:22.668Z | PASS [ 0.064s] (1204/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets |
| 7950 | 2026-01-29T00:13:22.731Z | PASS [ 0.062s] (1205/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6 |
| 7951 | 2026-01-29T00:13:22.796Z | PASS [ 0.065s] (1206/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm |
| 7952 | 2026-01-29T00:13:22.886Z | PASS [ 0.090s] (1207/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range |
| 7953 | 2026-01-29T00:13:22.955Z | PASS [ 0.069s] (1208/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet |
| 7954 | 2026-01-29T00:13:23.022Z | PASS [ 0.068s] (1209/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4 |
| 7955 | 2026-01-29T00:13:23.089Z | PASS [ 0.066s] (1210/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay |
| 7956 | 2026-01-29T00:13:23.158Z | PASS [ 0.069s] (1211/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range |
| 7957 | 2026-01-29T00:13:23.243Z | PASS [ 0.084s] (1212/2701) omicron-nexus app::multicast::tests::test_is_ssm_address |
| 7958 | 2026-01-29T00:13:23.380Z | PASS [ 2.320s] (1213/2701) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
| 7959 | 2026-01-29T00:13:23.842Z | PASS [ 28.597s] (1214/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one |
| 7960 | 2026-01-29T00:13:26.795Z | PASS [ 36.382s] (1215/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked |
| 7961 | 2026-01-29T00:13:26.869Z | PASS [ 0.074s] (1216/2701) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
| 7962 | 2026-01-29T00:13:38.016Z | PASS [ 26.857s] (1217/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected |
| 7963 | 2026-01-29T00:13:40.099Z | PASS [ 26.483s] (1218/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated |
| 7964 | 2026-01-29T00:13:41.816Z | PASS [ 17.976s] (1219/2701) omicron-nexus app::quiesce::test::test_quiesce_multi |
| 7965 | 2026-01-29T00:13:48.420Z | PASS [ 25.181s] (1220/2701) omicron-nexus app::quiesce::test::test_quiesce_easy |
| 7966 | 2026-01-29T00:13:48.884Z | PASS [ 25.508s] (1221/2701) omicron-nexus app::quiesce::test::test_quiesce_full |
| 7967 | 2026-01-29T00:14:03.682Z | PASS [ 36.817s] (1222/2701) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
| 7968 | 2026-01-29T00:14:12.877Z | PASS [ 34.866s] (1223/2701) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
| 7969 | 2026-01-29T00:14:16.949Z | PASS [ 28.532s] (1224/2701) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently |
| 7970 | 2026-01-29T00:14:17.434Z | PASS [ 37.341s] (1225/2701) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
| 7971 | 2026-01-29T00:14:18.643Z | PASS [ 36.833s] (1226/2701) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
| 7972 | 2026-01-29T00:14:31.764Z | PASS [ 28.086s] (1227/2701) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo |
| 7973 | 2026-01-29T00:14:32.721Z | PASS [ 43.843s] (1228/2701) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project |
| 7974 | 2026-01-29T00:15:04.897Z | PASS [ 47.954s] (1229/2701) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
| 7975 | 2026-01-29T00:15:05.340Z | PASS [ 52.469s] (1230/2701) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
| 7976 | 2026-01-29T00:15:07.108Z | PASS [ 49.680s] (1231/2701) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
| 7977 | 2026-01-29T00:15:08.002Z | PASS [ 49.365s] (1232/2701) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
| 7978 | 2026-01-29T00:15:17.146Z | PASS [ 44.431s] (1233/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
| 7979 | 2026-01-29T00:15:17.433Z | PASS [ 45.676s] (1234/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
| 7980 | 2026-01-29T00:15:52.843Z | PASS [ 47.510s] (1235/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
| 7981 | 2026-01-29T00:15:53.227Z | PASS [ 48.336s] (1236/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
| 7982 | 2026-01-29T00:15:55.668Z | PASS [ 48.567s] (1237/2701) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
| 7983 | 2026-01-29T00:16:00.406Z | PASS [ 42.979s] (1238/2701) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
| 7984 | 2026-01-29T00:16:00.828Z | PASS [ 43.681s] (1239/2701) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
| 7985 | 2026-01-29T00:16:01.659Z | PASS [ 53.665s] (1240/2701) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch |
| 7986 | 2026-01-29T00:16:37.985Z | PASS [ 45.148s] (1241/2701) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
| 7987 | 2026-01-29T00:16:43.623Z | PASS [ 47.961s] (1242/2701) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
| 7988 | 2026-01-29T00:16:47.252Z | PASS [ 46.852s] (1243/2701) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
| 7989 | 2026-01-29T00:16:53.221Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
| 7990 | 2026-01-29T00:16:53.473Z | PASS [ 52.658s] (1244/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
| 7991 | 2026-01-29T00:17:01.653Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
| 7992 | 2026-01-29T00:17:30.298Z | PASS [ 52.320s] (1245/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
| 7993 | 2026-01-29T00:17:37.323Z | PASS [ 53.707s] (1246/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
| 7994 | 2026-01-29T00:17:46.549Z | PASS [ 53.084s] (1247/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
| 7995 | 2026-01-29T00:17:47.246Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
| 7996 | 2026-01-29T00:17:53.257Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
| 7997 | 2026-01-29T00:18:01.645Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
| 7998 | 2026-01-29T00:18:22.272Z | PASS [ 51.982s] (1248/2701) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
| 7999 | 2026-01-29T00:18:36.606Z | PASS [ 50.059s] (1249/2701) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
| 8000 | 2026-01-29T00:18:37.316Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
| 8001 | 2026-01-29T00:18:47.239Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
| 8002 | 2026-01-29T00:18:53.206Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
| 8003 | 2026-01-29T00:19:01.638Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
| 8004 | 2026-01-29T00:19:13.400Z | PASS [ 51.135s] (1250/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
| 8005 | 2026-01-29T00:19:21.482Z | PASS [ 208.286s] (1251/2701) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
| 8006 | 2026-01-29T00:19:36.597Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
| 8007 | 2026-01-29T00:19:37.309Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
| 8008 | 2026-01-29T00:19:47.236Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
| 8009 | 2026-01-29T00:20:01.818Z | SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
| 8010 | 2026-01-29T00:20:05.358Z | PASS [ 51.937s] (1252/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
| 8011 | 2026-01-29T00:20:12.215Z | PASS [ 50.738s] (1253/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
| 8012 | 2026-01-29T00:20:33.001Z | PASS [ 271.380s] (1254/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
| 8013 | 2026-01-29T00:20:36.588Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
| 8014 | 2026-01-29T00:20:36.627Z | PASS [ 229.408s] (1255/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
| 8015 | 2026-01-29T00:20:37.301Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
| 8016 | 2026-01-29T00:21:00.260Z | PASS [ 143.678s] (1256/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
| 8017 | 2026-01-29T00:21:02.600Z | PASS [ 50.393s] (1257/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
| 8018 | 2026-01-29T00:21:05.324Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
| 8019 | 2026-01-29T00:21:24.105Z | PASS [ 51.110s] (1258/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
| 8020 | 2026-01-29T00:21:36.621Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
| 8021 | 2026-01-29T00:21:37.293Z | SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
| 8022 | 2026-01-29T00:21:50.939Z | PASS [ 50.678s] (1259/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
| 8023 | 2026-01-29T00:21:55.893Z | PASS [ 53.300s] (1260/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
| 8024 | 2026-01-29T00:22:05.316Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
| 8025 | 2026-01-29T00:22:24.098Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
| 8026 | 2026-01-29T00:22:37.984Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
| 8027 | 2026-01-29T00:22:37.985Z | SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
| 8028 | 2026-01-29T00:22:38.866Z | PASS [ 47.943s] (1261/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
| 8029 | 2026-01-29T00:22:55.887Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
| 8030 | 2026-01-29T00:23:02.113Z | PASS [ 145.506s] (1262/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
| 8031 | 2026-01-29T00:23:05.308Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
| 8032 | 2026-01-29T00:23:20.034Z | PASS [ 342.760s] (1263/2701) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
| 8033 | 2026-01-29T00:23:24.090Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
| 8034 | 2026-01-29T00:23:26.532Z | PASS [ 47.672s] (1264/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
| 8035 | 2026-01-29T00:23:50.702Z | PASS [ 48.595s] (1265/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
| 8036 | 2026-01-29T00:23:55.883Z | SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
| 8037 | 2026-01-29T00:24:05.301Z | SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
| 8038 | 2026-01-29T00:24:06.052Z | PASS [ 39.526s] (1266/2701) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
| 8039 | 2026-01-29T00:24:12.642Z | PASS [ 21.943s] (1267/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization |
| 8040 | 2026-01-29T00:24:20.028Z | SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
| 8041 | 2026-01-29T00:24:20.768Z | PASS [ 255.474s] (1268/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
| 8042 | 2026-01-29T00:24:22.521Z | PASS [ 62.496s] (1269/2701) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
| 8043 | 2026-01-29T00:24:24.083Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
| 8044 | 2026-01-29T00:24:28.379Z | PASS [ 22.330s] (1270/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure |
| 8045 | 2026-01-29T00:24:36.335Z | PASS [ 23.694s] (1271/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups |
| 8046 | 2026-01-29T00:24:50.077Z | PASS [ 29.313s] (1272/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state |
| 8047 | 2026-01-29T00:24:50.172Z | PASS [ 27.655s] (1273/2701) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
| 8048 | 2026-01-29T00:24:52.988Z | PASS [ 24.603s] (1274/2701) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
| 8049 | 2026-01-29T00:24:55.597Z | PASS [ 211.523s] (1275/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
| 8050 | 2026-01-29T00:24:55.873Z | SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
| 8051 | 2026-01-29T00:25:15.793Z | PASS [ 25.720s] (1276/2701) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
| 8052 | 2026-01-29T00:25:16.074Z | PASS [ 39.747s] (1277/2701) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
| 8053 | 2026-01-29T00:25:19.211Z | PASS [ 26.235s] (1278/2701) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
| 8054 | 2026-01-29T00:25:31.879Z | PASS [ 216.016s] (1279/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
| 8055 | 2026-01-29T00:25:33.124Z | PASS [ 42.957s] (1280/2701) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
| 8056 | 2026-01-29T00:25:43.468Z | PASS [ 47.874s] (1281/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
| 8057 | 2026-01-29T00:25:43.566Z | PASS [ 0.100s] (1282/2701) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
| 8058 | 2026-01-29T00:26:01.913Z | PASS [ 28.793s] (1283/2701) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
| 8059 | 2026-01-29T00:26:04.367Z | PASS [ 48.581s] (1284/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region |
| 8060 | 2026-01-29T00:26:06.013Z | PASS [ 49.945s] (1285/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary |
| 8061 | 2026-01-29T00:26:07.223Z | PASS [ 48.018s] (1286/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self |
| 8062 | 2026-01-29T00:26:20.635Z | PASS [ 48.762s] (1287/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
| 8063 | 2026-01-29T00:26:27.829Z | PASS [ 44.270s] (1288/2701) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
| 8064 | 2026-01-29T00:26:31.117Z | PASS [ 25.108s] (1289/2701) omicron-nexus app::sagas::test_saga::test_saga_stuck |
| 8065 | 2026-01-29T00:26:43.652Z | PASS [ 36.435s] (1290/2701) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
| 8066 | 2026-01-29T00:26:52.610Z | PASS [ 31.980s] (1291/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently |
| 8067 | 2026-01-29T00:26:59.030Z | PASS [ 31.204s] (1292/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds |
| 8068 | 2026-01-29T00:27:01.401Z | PASS [ 57.042s] (1293/2701) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
| 8069 | 2026-01-29T00:27:01.790Z | PASS [ 59.886s] (1294/2701) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
| 8070 | 2026-01-29T00:27:01.858Z | PASS [ 0.067s] (1295/2701) omicron-nexus external_api::console_api::test::test_accept_gz |
| 8071 | 2026-01-29T00:27:01.929Z | PASS [ 0.070s] (1296/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
| 8072 | 2026-01-29T00:27:01.997Z | PASS [ 0.068s] (1297/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
| 8073 | 2026-01-29T00:27:02.078Z | PASS [ 0.080s] (1298/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
| 8074 | 2026-01-29T00:27:02.193Z | PASS [ 0.116s] (1299/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
| 8075 | 2026-01-29T00:27:02.278Z | PASS [ 0.084s] (1300/2701) omicron-nexus external_api::console_api::test::test_find_file_finds_file |
| 8076 | 2026-01-29T00:27:02.372Z | PASS [ 0.094s] (1301/2701) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
| 8077 | 2026-01-29T00:27:02.453Z | PASS [ 0.081s] (1302/2701) omicron-nexus external_api::console_api::test::test_relative_uri |
| 8078 | 2026-01-29T00:27:02.556Z | PASS [ 0.102s] (1303/2701) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed |
| 8079 | 2026-01-29T00:27:03.276Z | PASS [ 32.163s] (1304/2701) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently |
| 8080 | 2026-01-29T00:27:06.078Z | PASS [ 4.677s] (1305/2701) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
| 8081 | 2026-01-29T00:27:13.768Z | PASS [ 30.111s] (1306/2701) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds |
| 8082 | 2026-01-29T00:27:24.854Z | PASS [ 32.248s] (1307/2701) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently |
| 8083 | 2026-01-29T00:27:31.649Z | PASS [ 32.624s] (1308/2701) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds |
| 8084 | 2026-01-29T00:27:32.524Z | PASS [ 29.252s] (1309/2701) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
| 8085 | 2026-01-29T00:27:34.544Z | PASS [ 28.470s] (1310/2701) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
| 8086 | 2026-01-29T00:27:54.661Z | PASS [ 52.113s] (1311/2701) omicron-nexus populate::test::test_populators |
| 8087 | 2026-01-29T00:28:02.148Z | PASS [ 48.396s] (1312/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud |
| 8088 | 2026-01-29T00:28:11.698Z | PASS [ 46.852s] (1313/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector |
| 8089 | 2026-01-29T00:28:13.760Z | PASS [ 41.242s] (1314/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list |
| 8090 | 2026-01-29T00:28:20.768Z | PASS [ 46.230s] (1315/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud |
| 8091 | 2026-01-29T00:28:31.642Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage |
| 8092 | 2026-01-29T00:28:42.400Z | PASS [ 47.745s] (1316/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector |
| 8093 | 2026-01-29T00:28:47.430Z | PASS [ 33.675s] (1317/2701) omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
| 8094 | 2026-01-29T00:28:49.959Z | PASS [ 29.195s] (1318/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth |
| 8095 | 2026-01-29T00:28:52.468Z | PASS [ 40.775s] (1319/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list |
| 8096 | 2026-01-29T00:28:59.439Z | PASS [ 87.802s] (1320/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage |
| 8097 | 2026-01-29T00:29:02.143Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage |
| 8098 | 2026-01-29T00:29:29.334Z | PASS [ 39.380s] (1321/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list |
| 8099 | 2026-01-29T00:29:30.909Z | PASS [ 31.473s] (1322/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth |
| 8100 | 2026-01-29T00:29:31.113Z | PASS [ 88.977s] (1323/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage |
| 8101 | 2026-01-29T00:29:31.857Z | PASS [ 0.744s] (1324/2701) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
| 8102 | 2026-01-29T00:29:31.917Z | PASS [ 2.584s] (1325/2701) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
| 8103 | 2026-01-29T00:29:32.565Z | PASS [ 40.103s] (1326/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local |
| 8104 | 2026-01-29T00:29:33.358Z | PASS [ 2.451s] (1327/2701) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
| 8105 | 2026-01-29T00:29:40.387Z | PASS [ 52.964s] (1328/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops |
| 8106 | 2026-01-29T00:29:42.395Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage |
| 8107 | 2026-01-29T00:30:02.351Z | PASS [ 30.437s] (1329/2701) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
| 8108 | 2026-01-29T00:30:02.577Z | PASS [ 30.721s] (1330/2701) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
| 8109 | 2026-01-29T00:30:04.005Z | PASS [ 30.651s] (1331/2701) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
| 8110 | 2026-01-29T00:30:04.089Z | PASS [ 31.527s] (1332/2701) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
| 8111 | 2026-01-29T00:30:12.380Z | PASS [ 31.996s] (1333/2701) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
| 8112 | 2026-01-29T00:30:27.663Z | PASS [ 25.092s] (1334/2701) omicron-nexus::test_all integration_tests::basic::test_ping |
| 8113 | 2026-01-29T00:30:27.862Z | PASS [ 25.515s] (1335/2701) omicron-nexus::test_all integration_tests::basic::test_basic_failures |
| 8114 | 2026-01-29T00:30:40.467Z | PASS [ 28.090s] (1336/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
| 8115 | 2026-01-29T00:30:42.386Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage |
| 8116 | 2026-01-29T00:30:43.472Z | PASS [ 39.471s] (1337/2701) omicron-nexus::test_all integration_tests::basic::test_projects_basic |
| 8117 | 2026-01-29T00:30:52.153Z | PASS [ 48.069s] (1338/2701) omicron-nexus::test_all integration_tests::basic::test_projects_list |
| 8118 | 2026-01-29T00:30:53.080Z | PASS [ 25.221s] (1339/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
| 8119 | 2026-01-29T00:30:53.992Z | PASS [ 26.333s] (1340/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
| 8120 | 2026-01-29T00:31:06.072Z | PASS [ 25.610s] (1341/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
| 8121 | 2026-01-29T00:31:09.817Z | PASS [ 26.349s] (1342/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
| 8122 | 2026-01-29T00:31:21.074Z | PASS [ 28.927s] (1343/2701) omicron-nexus::test_all integration_tests::certificates::test_crud |
| 8123 | 2026-01-29T00:31:21.100Z | PASS [ 28.018s] (1344/2701) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
| 8124 | 2026-01-29T00:31:23.641Z | PASS [ 2.547s] (1345/2701) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
| 8125 | 2026-01-29T00:31:25.264Z | PASS [ 1.623s] (1346/2701) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
| 8126 | 2026-01-29T00:31:25.567Z | PASS [ 0.303s] (1347/2701) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
| 8127 | 2026-01-29T00:31:31.339Z | PASS [ 37.352s] (1348/2701) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
| 8128 | 2026-01-29T00:31:32.112Z | PASS [ 26.043s] (1349/2701) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server |
| 8129 | 2026-01-29T00:31:36.281Z | PASS [ 26.467s] (1350/2701) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status |
| 8130 | 2026-01-29T00:31:42.379Z | SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage |
| 8131 | 2026-01-29T00:31:48.343Z | PASS [ 27.273s] (1351/2701) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics |
| 8132 | 2026-01-29T00:31:54.032Z | PASS [ 28.468s] (1352/2701) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
| 8133 | 2026-01-29T00:31:59.335Z | PASS [ 27.993s] (1353/2701) omicron-nexus::test_all integration_tests::console_api::test_assets |
| 8134 | 2026-01-29T00:32:00.074Z | PASS [ 27.966s] (1354/2701) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
| 8135 | 2026-01-29T00:32:09.888Z | PASS [ 33.612s] (1355/2701) omicron-nexus::test_all integration_tests::console_api::test_console_pages |
| 8136 | 2026-01-29T00:32:18.360Z | PASS [ 24.333s] (1356/2701) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
| 8137 | 2026-01-29T00:32:21.681Z | PASS [ 33.342s] (1357/2701) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
| 8138 | 2026-01-29T00:32:27.895Z | PASS [ 27.825s] (1358/2701) omicron-nexus::test_all integration_tests::console_api::test_session_me |
| 8139 | 2026-01-29T00:32:29.494Z | PASS [ 30.163s] (1359/2701) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session |
| 8140 | 2026-01-29T00:32:35.411Z | PASS [ 25.527s] (1360/2701) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
| 8141 | 2026-01-29T00:32:42.371Z | SLOW [>240.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage |
| 8142 | 2026-01-29T00:32:48.121Z | PASS [ 26.444s] (1361/2701) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
| 8143 | 2026-01-29T00:32:52.198Z | PASS [ 33.843s] (1362/2701) omicron-nexus::test_all integration_tests::console_api::test_sessions |
| 8144 | 2026-01-29T00:33:13.130Z | PASS [ 270.768s] (1363/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage |
| 8145 | 2026-01-29T00:33:27.705Z | PASS [ 58.219s] (1364/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested |
| 8146 | 2026-01-29T00:33:27.889Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
| 8147 | 2026-01-29T00:33:31.055Z | PASS [ 63.169s] (1365/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
| 8148 | 2026-01-29T00:33:35.404Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
| 8149 | 2026-01-29T00:33:36.800Z | PASS [ 61.398s] (1366/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
| 8150 | 2026-01-29T00:33:48.137Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
| 8151 | 2026-01-29T00:33:51.364Z | PASS [ 63.247s] (1367/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
| 8152 | 2026-01-29T00:33:52.194Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done |
| 8153 | 2026-01-29T00:34:13.685Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested |
| 8154 | 2026-01-29T00:34:15.351Z | PASS [ 83.164s] (1368/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done |
| 8155 | 2026-01-29T00:34:27.699Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2 |
| 8156 | 2026-01-29T00:34:31.051Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3 |
| 8157 | 2026-01-29T00:34:36.794Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running |
| 8158 | 2026-01-29T00:34:46.351Z | PASS [ 93.234s] (1369/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested |
| 8159 | 2026-01-29T00:34:51.354Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step |
| 8160 | 2026-01-29T00:34:58.472Z | PASS [ 87.429s] (1370/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3 |
| 8161 | 2026-01-29T00:35:05.172Z | PASS [ 97.481s] (1371/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2 |
| 8162 | 2026-01-29T00:35:15.345Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
| 8163 | 2026-01-29T00:35:15.488Z | PASS [ 98.701s] (1372/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running |
| 8164 | 2026-01-29T00:35:26.537Z | PASS [ 95.191s] (1373/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step |
| 8165 | 2026-01-29T00:35:45.895Z | PASS [ 47.429s] (1374/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region |
| 8166 | 2026-01-29T00:35:46.345Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity |
| 8167 | 2026-01-29T00:35:50.036Z | PASS [ 94.698s] (1375/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
| 8168 | 2026-01-29T00:36:05.166Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
| 8169 | 2026-01-29T00:36:15.481Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
| 8170 | 2026-01-29T00:36:26.530Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove |
| 8171 | 2026-01-29T00:36:45.888Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone |
| 8172 | 2026-01-29T00:36:46.337Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity |
| 8173 | 2026-01-29T00:36:50.030Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity |
| 8174 | 2026-01-29T00:36:50.861Z | PASS [ 124.528s] (1376/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity |
| 8175 | 2026-01-29T00:36:59.058Z | PASS [ 92.532s] (1377/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove |
| 8176 | 2026-01-29T00:37:05.158Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
| 8177 | 2026-01-29T00:37:15.473Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
| 8178 | 2026-01-29T00:37:21.123Z | PASS [ 95.242s] (1378/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone |
| 8179 | 2026-01-29T00:37:24.013Z | PASS [ 93.990s] (1379/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity |
| 8180 | 2026-01-29T00:37:35.867Z | PASS [ 150.716s] (1380/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
| 8181 | 2026-01-29T00:37:44.199Z | PASS [ 148.682s] (1381/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
| 8182 | 2026-01-29T00:37:45.994Z | PASS [ 24.874s] (1382/2701) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
| 8183 | 2026-01-29T00:37:50.855Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice |
| 8184 | 2026-01-29T00:37:59.051Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete |
| 8185 | 2026-01-29T00:38:05.919Z | PASS [ 30.056s] (1383/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
| 8186 | 2026-01-29T00:38:14.547Z | PASS [ 30.402s] (1384/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration |
| 8187 | 2026-01-29T00:38:15.029Z | PASS [ 51.023s] (1385/2701) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions |
| 8188 | 2026-01-29T00:38:15.209Z | PASS [ 29.220s] (1386/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified |
| 8189 | 2026-01-29T00:38:39.317Z | PASS [ 24.291s] (1387/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid |
| 8190 | 2026-01-29T00:38:40.126Z | PASS [ 34.212s] (1388/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration |
| 8191 | 2026-01-29T00:38:45.796Z | PASS [ 31.253s] (1389/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl |
| 8192 | 2026-01-29T00:38:48.272Z | PASS [ 33.066s] (1390/2701) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl |
| 8193 | 2026-01-29T00:38:50.848Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice |
| 8194 | 2026-01-29T00:38:59.043Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete |
| 8195 | 2026-01-29T00:39:00.865Z | PASS [ 130.022s] (1391/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice |
| 8196 | 2026-01-29T00:39:23.978Z | PASS [ 43.858s] (1392/2701) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
| 8197 | 2026-01-29T00:39:25.893Z | PASS [ 37.626s] (1393/2701) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
| 8198 | 2026-01-29T00:39:39.311Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired |
| 8199 | 2026-01-29T00:39:40.466Z | PASS [ 39.606s] (1394/2701) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
| 8200 | 2026-01-29T00:39:43.352Z | PASS [ 57.564s] (1395/2701) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
| 8201 | 2026-01-29T00:39:59.035Z | SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete |
| 8202 | 2026-01-29T00:40:02.262Z | PASS [ 183.231s] (1396/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete |
| 8203 | 2026-01-29T00:40:02.752Z | PASS [ 38.780s] (1397/2701) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
| 8204 | 2026-01-29T00:40:03.757Z | PASS [ 37.869s] (1398/2701) omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
| 8205 | 2026-01-29T00:40:11.760Z | PASS [ 92.457s] (1399/2701) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired |
| 8206 | 2026-01-29T00:40:17.216Z | PASS [ 36.755s] (1400/2701) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
| 8207 | 2026-01-29T00:40:34.052Z | PASS [ 30.299s] (1401/2701) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
| 8208 | 2026-01-29T00:40:38.777Z | PASS [ 36.520s] (1402/2701) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
| 8209 | 2026-01-29T00:40:40.956Z | PASS [ 38.209s] (1403/2701) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
| 8210 | 2026-01-29T00:40:41.597Z | PASS [ 29.841s] (1404/2701) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
| 8211 | 2026-01-29T00:40:43.345Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
| 8212 | 2026-01-29T00:40:56.155Z | PASS [ 38.944s] (1405/2701) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
| 8213 | 2026-01-29T00:41:05.470Z | PASS [ 31.422s] (1406/2701) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
| 8214 | 2026-01-29T00:41:11.370Z | PASS [ 88.030s] (1407/2701) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
| 8215 | 2026-01-29T00:41:21.433Z | PASS [ 39.841s] (1408/2701) omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
| 8216 | 2026-01-29T00:41:24.604Z | PASS [ 45.833s] (1409/2701) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
| 8217 | 2026-01-29T00:41:40.877Z | PASS [ 44.729s] (1410/2701) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
| 8218 | 2026-01-29T00:41:40.951Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
| 8219 | 2026-01-29T00:41:47.786Z | PASS [ 66.839s] (1411/2701) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
| 8220 | 2026-01-29T00:41:48.503Z | PASS [ 43.036s] (1412/2701) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
| 8221 | 2026-01-29T00:42:04.234Z | PASS [ 39.635s] (1413/2701) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk |
| 8222 | 2026-01-29T00:42:05.658Z | PASS [ 54.287s] (1414/2701) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset |
| 8223 | 2026-01-29T00:42:12.958Z | PASS [ 51.533s] (1415/2701) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough |
| 8224 | 2026-01-29T00:42:31.961Z | PASS [ 51.090s] (1416/2701) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
| 8225 | 2026-01-29T00:42:32.116Z | PASS [ 44.336s] (1417/2701) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
| 8226 | 2026-01-29T00:42:34.678Z | PASS [ 46.185s] (1418/2701) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
| 8227 | 2026-01-29T00:42:47.199Z | PASS [ 42.970s] (1419/2701) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
| 8228 | 2026-01-29T00:42:49.869Z | PASS [ 36.916s] (1420/2701) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
| 8229 | 2026-01-29T00:42:50.084Z | PASS [ 44.440s] (1421/2701) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
| 8230 | 2026-01-29T00:43:05.044Z | PASS [ 33.087s] (1422/2701) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
| 8231 | 2026-01-29T00:43:17.624Z | PASS [ 42.952s] (1423/2701) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
| 8232 | 2026-01-29T00:43:18.140Z | PASS [ 46.027s] (1424/2701) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
| 8233 | 2026-01-29T00:43:33.834Z | PASS [ 43.757s] (1425/2701) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address |
| 8234 | 2026-01-29T00:43:34.106Z | PASS [ 44.242s] (1426/2701) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address |
| 8235 | 2026-01-29T00:43:40.205Z | PASS [ 53.013s] (1427/2701) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer |
| 8236 | 2026-01-29T00:43:50.805Z | PASS [ 45.768s] (1428/2701) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip |
| 8237 | 2026-01-29T00:43:58.378Z | PASS [ 40.759s] (1429/2701) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack |
| 8238 | 2026-01-29T00:44:01.290Z | PASS [ 43.159s] (1430/2701) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack |
| 8239 | 2026-01-29T00:44:15.981Z | PASS [ 42.153s] (1431/2701) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack |
| 8240 | 2026-01-29T00:44:17.500Z | PASS [ 43.401s] (1432/2701) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack |
| 8241 | 2026-01-29T00:44:26.031Z | PASS [ 45.833s] (1433/2701) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack |
| 8242 | 2026-01-29T00:44:35.295Z | PASS [ 44.496s] (1434/2701) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool |
| 8243 | 2026-01-29T00:44:42.585Z | PASS [ 44.213s] (1435/2701) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict |
| 8244 | 2026-01-29T00:44:52.419Z | PASS [ 51.133s] (1436/2701) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
| 8245 | 2026-01-29T00:45:06.403Z | PASS [ 31.112s] (1437/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
| 8246 | 2026-01-29T00:45:15.117Z | PASS [ 59.143s] (1438/2701) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
| 8247 | 2026-01-29T00:45:17.494Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
| 8248 | 2026-01-29T00:45:25.638Z | PASS [ 33.227s] (1439/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
| 8249 | 2026-01-29T00:45:26.024Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
| 8250 | 2026-01-29T00:45:26.559Z | PASS [ 69.069s] (1440/2701) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
| 8251 | 2026-01-29T00:45:31.667Z | PASS [ 49.089s] (1441/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
| 8252 | 2026-01-29T00:45:46.467Z | PASS [ 31.354s] (1442/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
| 8253 | 2026-01-29T00:45:47.363Z | PASS [ 81.341s] (1443/2701) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
| 8254 | 2026-01-29T00:45:58.910Z | PASS [ 52.514s] (1444/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
| 8255 | 2026-01-29T00:45:58.935Z | PASS [ 33.297s] (1445/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
| 8256 | 2026-01-29T00:45:59.838Z | PASS [ 33.148s] (1446/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool |
| 8257 | 2026-01-29T00:46:04.455Z | PASS [ 32.792s] (1447/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
| 8258 | 2026-01-29T00:46:21.669Z | PASS [ 34.313s] (1448/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
| 8259 | 2026-01-29T00:46:22.687Z | PASS [ 36.225s] (1449/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
| 8260 | 2026-01-29T00:46:28.298Z | PASS [ 28.600s] (1450/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach_unimplemented |
| 8261 | 2026-01-29T00:46:30.427Z | PASS [ 31.521s] (1451/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict |
| 8262 | 2026-01-29T00:46:30.903Z | PASS [ 31.977s] (1452/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
| 8263 | 2026-01-29T00:46:32.844Z | PASS [ 28.392s] (1453/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_create_unimplemented |
| 8264 | 2026-01-29T00:46:50.921Z | PASS [ 28.238s] (1454/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_detach_unimplemented |
| 8265 | 2026-01-29T00:46:51.246Z | PASS [ 29.582s] (1455/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_delete_unimplemented |
| 8266 | 2026-01-29T00:46:57.278Z | PASS [ 28.983s] (1456/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_list_unimplemented |
| 8267 | 2026-01-29T00:46:59.700Z | PASS [ 29.277s] (1457/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_update_unimplemented |
| 8268 | 2026-01-29T00:47:00.366Z | PASS [ 29.466s] (1458/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_view_unimplemented |
| 8269 | 2026-01-29T00:47:12.576Z | PASS [ 39.738s] (1459/2701) omicron-nexus::test_all integration_tests::images::test_image_create |
| 8270 | 2026-01-29T00:47:34.066Z | PASS [ 43.150s] (1460/2701) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
| 8271 | 2026-01-29T00:47:39.207Z | PASS [ 38.847s] (1461/2701) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
| 8272 | 2026-01-29T00:47:39.240Z | PASS [ 48.000s] (1462/2701) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
| 8273 | 2026-01-29T00:47:39.286Z | PASS [ 42.015s] (1463/2701) omicron-nexus::test_all integration_tests::images::test_image_promotion |
| 8274 | 2026-01-29T00:47:39.629Z | PASS [ 39.934s] (1464/2701) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
| 8275 | 2026-01-29T00:47:45.810Z | PASS [ 6.182s] (1465/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
| 8276 | 2026-01-29T00:47:48.499Z | PASS [ 9.213s] (1466/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
| 8277 | 2026-01-29T00:47:48.596Z | PASS [ 9.355s] (1467/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
| 8278 | 2026-01-29T00:47:49.821Z | PASS [ 37.250s] (1468/2701) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
| 8279 | 2026-01-29T00:47:56.083Z | PASS [ 16.878s] (1469/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
| 8280 | 2026-01-29T00:47:57.890Z | PASS [ 12.082s] (1470/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
| 8281 | 2026-01-29T00:48:04.945Z | PASS [ 30.884s] (1471/2701) omicron-nexus::test_all integration_tests::images::test_silo_image_create |
| 8282 | 2026-01-29T00:48:30.817Z | PASS [ 42.324s] (1472/2701) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses |
| 8283 | 2026-01-29T00:48:40.481Z | PASS [ 44.404s] (1473/2701) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed |
| 8284 | 2026-01-29T00:48:43.729Z | PASS [ 53.915s] (1474/2701) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
| 8285 | 2026-01-29T00:48:48.225Z | PASS [ 50.342s] (1475/2701) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed |
| 8286 | 2026-01-29T00:48:48.587Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
| 8287 | 2026-01-29T00:48:53.348Z | PASS [ 48.410s] (1476/2701) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached |
| 8288 | 2026-01-29T00:48:54.471Z | PASS [ 65.885s] (1477/2701) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
| 8289 | 2026-01-29T00:49:13.902Z | PASS [ 30.178s] (1478/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
| 8290 | 2026-01-29T00:49:17.871Z | PASS [ 29.650s] (1479/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
| 8291 | 2026-01-29T00:49:23.266Z | PASS [ 52.456s] (1480/2701) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform |
| 8292 | 2026-01-29T00:49:40.475Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
| 8293 | 2026-01-29T00:49:42.147Z | PASS [ 28.249s] (1481/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
| 8294 | 2026-01-29T00:49:44.107Z | PASS [ 50.721s] (1482/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk |
| 8295 | 2026-01-29T00:49:54.465Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
| 8296 | 2026-01-29T00:49:55.723Z | PASS [ 75.253s] (1483/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
| 8297 | 2026-01-29T00:50:00.671Z | PASS [ 66.210s] (1484/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
| 8298 | 2026-01-29T00:50:02.354Z | PASS [ 39.093s] (1485/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform |
| 8299 | 2026-01-29T00:50:17.864Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
| 8300 | 2026-01-29T00:50:20.734Z | PASS [ 38.592s] (1486/2701) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed |
| 8301 | 2026-01-29T00:50:24.296Z | PASS [ 66.434s] (1487/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
| 8302 | 2026-01-29T00:50:37.484Z | PASS [ 53.429s] (1488/2701) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit |
| 8303 | 2026-01-29T00:50:46.528Z | PASS [ 44.180s] (1489/2701) omicron-nexus::test_all integration_tests::instances::test_instance_access |
| 8304 | 2026-01-29T00:50:55.718Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
| 8305 | 2026-01-29T00:51:00.665Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
| 8306 | 2026-01-29T00:51:10.118Z | PASS [ 69.457s] (1490/2701) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
| 8307 | 2026-01-29T00:51:11.935Z | PASS [ 51.207s] (1491/2701) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
| 8308 | 2026-01-29T00:51:23.259Z | PASS [ 58.971s] (1492/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
| 8309 | 2026-01-29T00:51:37.504Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
| 8310 | 2026-01-29T00:51:39.593Z | PASS [ 62.117s] (1493/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
| 8311 | 2026-01-29T00:51:42.521Z | PASS [ 56.000s] (1494/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
| 8312 | 2026-01-29T00:51:50.660Z | PASS [ 112.816s] (1495/2701) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
| 8313 | 2026-01-29T00:51:59.675Z | PASS [ 49.564s] (1496/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
| 8314 | 2026-01-29T00:52:06.202Z | PASS [ 54.276s] (1497/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
| 8315 | 2026-01-29T00:52:12.435Z | PASS [ 49.183s] (1498/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups |
| 8316 | 2026-01-29T00:52:15.261Z | PASS [ 35.673s] (1499/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist |
| 8317 | 2026-01-29T00:52:20.033Z | PASS [ 37.518s] (1500/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet |
| 8318 | 2026-01-29T00:52:38.249Z | PASS [ 49.732s] (1501/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups |
| 8319 | 2026-01-29T00:52:49.758Z | PASS [ 34.502s] (1502/2701) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
| 8320 | 2026-01-29T00:52:50.770Z | PASS [ 38.340s] (1503/2701) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
| 8321 | 2026-01-29T00:52:59.670Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
| 8322 | 2026-01-29T00:53:04.164Z | PASS [ 64.496s] (1504/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
| 8323 | 2026-01-29T00:53:06.197Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
| 8324 | 2026-01-29T00:53:09.112Z | PASS [ 49.085s] (1505/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
| 8325 | 2026-01-29T00:53:29.625Z | PASS [ 50.358s] (1506/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
| 8326 | 2026-01-29T00:53:34.781Z | PASS [ 88.591s] (1507/2701) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
| 8327 | 2026-01-29T00:53:38.262Z | PASS [ 48.511s] (1508/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped |
| 8328 | 2026-01-29T00:53:42.880Z | PASS [ 52.115s] (1509/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
| 8329 | 2026-01-29T00:53:52.495Z | PASS [ 48.339s] (1510/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
| 8330 | 2026-01-29T00:53:58.846Z | PASS [ 49.740s] (1511/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
| 8331 | 2026-01-29T00:54:28.595Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate |
| 8332 | 2026-01-29T00:54:32.713Z | PASS [ 54.442s] (1512/2701) omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
| 8333 | 2026-01-29T00:54:34.775Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
| 8334 | 2026-01-29T00:54:40.016Z | PASS [ 57.147s] (1513/2701) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
| 8335 | 2026-01-29T00:54:46.432Z | PASS [ 53.944s] (1514/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
| 8336 | 2026-01-29T00:54:56.593Z | PASS [ 57.757s] (1515/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
| 8337 | 2026-01-29T00:55:02.099Z | PASS [ 93.512s] (1516/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate |
| 8338 | 2026-01-29T00:55:06.907Z | PASS [ 92.138s] (1517/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
| 8339 | 2026-01-29T00:55:24.703Z | PASS [ 28.114s] (1518/2701) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips |
| 8340 | 2026-01-29T00:55:27.649Z | PASS [ 47.640s] (1519/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms |
| 8341 | 2026-01-29T00:55:28.840Z | PASS [ 56.150s] (1520/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms |
| 8342 | 2026-01-29T00:55:30.235Z | PASS [ 28.140s] (1521/2701) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit |
| 8343 | 2026-01-29T00:55:32.272Z | PASS [ 45.801s] (1522/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type |
| 8344 | 2026-01-29T00:55:33.152Z | PASS [ 26.240s] (1523/2701) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version |
| 8345 | 2026-01-29T00:55:53.552Z | PASS [ 28.852s] (1524/2701) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool |
| 8346 | 2026-01-29T00:56:05.779Z | PASS [ 32.640s] (1525/2701) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
| 8347 | 2026-01-29T00:56:10.452Z | PASS [ 40.221s] (1526/2701) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips |
| 8348 | 2026-01-29T00:56:27.408Z | PASS [ 59.765s] (1527/2701) omicron-nexus::test_all integration_tests::instances::test_instance_serial |
| 8349 | 2026-01-29T00:56:28.832Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
| 8350 | 2026-01-29T00:56:32.229Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
| 8351 | 2026-01-29T00:56:34.452Z | PASS [ 62.233s] (1528/2701) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
| 8352 | 2026-01-29T00:56:45.277Z | PASS [ 76.450s] (1529/2701) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
| 8353 | 2026-01-29T00:56:48.308Z | PASS [ 42.535s] (1530/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address |
| 8354 | 2026-01-29T00:56:50.084Z | PASS [ 56.540s] (1531/2701) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
| 8355 | 2026-01-29T00:56:57.752Z | PASS [ 30.350s] (1532/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
| 8356 | 2026-01-29T00:57:10.444Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks |
| 8357 | 2026-01-29T00:57:17.981Z | PASS [ 27.900s] (1533/2701) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
| 8358 | 2026-01-29T00:57:20.043Z | PASS [ 45.597s] (1534/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
| 8359 | 2026-01-29T00:57:28.635Z | PASS [ 43.363s] (1535/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address |
| 8360 | 2026-01-29T00:57:32.847Z | PASS [ 44.545s] (1536/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address |
| 8361 | 2026-01-29T00:57:47.015Z | PASS [ 49.268s] (1537/2701) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
| 8362 | 2026-01-29T00:58:02.565Z | PASS [ 44.590s] (1538/2701) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
| 8363 | 2026-01-29T00:58:08.211Z | PASS [ 39.582s] (1539/2701) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
| 8364 | 2026-01-29T00:58:09.056Z | PASS [ 22.045s] (1540/2701) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
| 8365 | 2026-01-29T00:58:10.436Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks |
| 8366 | 2026-01-29T00:58:20.036Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
| 8367 | 2026-01-29T00:58:20.909Z | PASS [ 48.069s] (1541/2701) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
| 8368 | 2026-01-29T00:58:23.022Z | PASS [ 62.988s] (1542/2701) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
| 8369 | 2026-01-29T00:58:31.955Z | PASS [ 29.394s] (1543/2701) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
| 8370 | 2026-01-29T00:58:38.270Z | PASS [ 30.063s] (1544/2701) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
| 8371 | 2026-01-29T00:58:38.925Z | PASS [ 29.873s] (1545/2701) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
| 8372 | 2026-01-29T00:58:57.455Z | PASS [ 25.503s] (1546/2701) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found |
| 8373 | 2026-01-29T00:59:10.428Z | SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks |
| 8374 | 2026-01-29T00:59:10.709Z | PASS [ 49.807s] (1547/2701) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet |
| 8375 | 2026-01-29T00:59:13.139Z | PASS [ 50.124s] (1548/2701) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed |
| 8376 | 2026-01-29T00:59:28.249Z | PASS [ 49.331s] (1549/2701) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user |
| 8377 | 2026-01-29T00:59:35.069Z | PASS [ 56.807s] (1550/2701) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict |
| 8378 | 2026-01-29T00:59:44.492Z | PASS [ 47.044s] (1551/2701) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach |
| 8379 | 2026-01-29T00:59:48.208Z | PASS [ 217.789s] (1552/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks |
| 8380 | 2026-01-29T00:59:52.107Z | PASS [ 23.861s] (1553/2701) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model |
| 8381 | 2026-01-29T01:00:00.815Z | PASS [ 25.750s] (1554/2701) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching |
| 8382 | 2026-01-29T01:00:01.506Z | PASS [ 50.804s] (1555/2701) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud |
| 8383 | 2026-01-29T01:00:03.135Z | PASS [ 50.002s] (1556/2701) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade |
| 8384 | 2026-01-29T01:00:16.111Z | PASS [ 31.620s] (1557/2701) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips |
| 8385 | 2026-01-29T01:00:19.604Z | PASS [ 27.501s] (1558/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
| 8386 | 2026-01-29T01:00:29.539Z | PASS [ 26.410s] (1559/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges |
| 8387 | 2026-01-29T01:00:29.970Z | PASS [ 28.467s] (1560/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
| 8388 | 2026-01-29T01:00:32.786Z | PASS [ 31.975s] (1561/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
| 8389 | 2026-01-29T01:00:36.847Z | PASS [ 48.645s] (1562/2701) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips |
| 8390 | 2026-01-29T01:00:42.938Z | PASS [ 26.833s] (1563/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
| 8391 | 2026-01-29T01:00:46.916Z | PASS [ 27.316s] (1564/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
| 8392 | 2026-01-29T01:00:56.427Z | PASS [ 26.891s] (1565/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
| 8393 | 2026-01-29T01:00:56.597Z | PASS [ 26.631s] (1566/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
| 8394 | 2026-01-29T01:00:59.741Z | PASS [ 26.958s] (1567/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
| 8395 | 2026-01-29T01:01:07.655Z | PASS [ 30.803s] (1568/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
| 8396 | 2026-01-29T01:01:12.446Z | PASS [ 29.510s] (1569/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
| 8397 | 2026-01-29T01:01:20.737Z | PASS [ 33.804s] (1570/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
| 8398 | 2026-01-29T01:01:21.981Z | PASS [ 25.449s] (1571/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults |
| 8399 | 2026-01-29T01:01:26.416Z | PASS [ 29.821s] (1572/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
| 8400 | 2026-01-29T01:01:32.673Z | PASS [ 25.023s] (1573/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total |
| 8401 | 2026-01-29T01:01:36.257Z | PASS [ 23.816s] (1574/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total |
| 8402 | 2026-01-29T01:01:48.452Z | PASS [ 48.718s] (1575/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
| 8403 | 2026-01-29T01:01:57.077Z | PASS [ 35.208s] (1576/2701) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk |
| 8404 | 2026-01-29T01:01:58.227Z | PASS [ 37.517s] (1577/2701) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk |
| 8405 | 2026-01-29T01:02:04.951Z | PASS [ 28.698s] (1578/2701) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
| 8406 | 2026-01-29T01:02:23.487Z | PASS [ 26.414s] (1579/2701) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list |
| 8407 | 2026-01-29T01:02:23.523Z | PASS [ 57.117s] (1580/2701) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
| 8408 | 2026-01-29T01:02:32.658Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics |
| 8409 | 2026-01-29T01:02:48.272Z | PASS [ 50.051s] (1581/2701) omicron-nexus::test_all integration_tests::multicast::api::test_explicit_ip_bypasses_ssm_asm_selection |
| 8410 | 2026-01-29T01:02:48.446Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query |
| 8411 | 2026-01-29T01:02:56.774Z | PASS [ 51.830s] (1582/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm |
| 8412 | 2026-01-29T01:02:58.384Z | PASS [ 85.729s] (1583/2701) omicron-nexus::test_all integration_tests::metrics::test_metrics |
| 8413 | 2026-01-29T01:03:04.622Z | PASS [ 76.181s] (1584/2701) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query |
| 8414 | 2026-01-29T01:03:23.481Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds |
| 8415 | 2026-01-29T01:03:23.515Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_different_sources_succeeds |
| 8416 | 2026-01-29T01:03:23.872Z | PASS [ 60.393s] (1585/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds |
| 8417 | 2026-01-29T01:03:37.402Z | PASS [ 73.889s] (1586/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_different_sources_succeeds |
| 8418 | 2026-01-29T01:03:46.471Z | PASS [ 49.705s] (1587/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_not_in_pool_fails |
| 8419 | 2026-01-29T01:03:47.799Z | PASS [ 49.424s] (1588/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_with_sources |
| 8420 | 2026-01-29T01:03:48.265Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group |
| 8421 | 2026-01-29T01:03:54.918Z | PASS [ 50.303s] (1589/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_without_sources_fails |
| 8422 | 2026-01-29T01:03:56.357Z | PASS [ 68.093s] (1590/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group |
| 8423 | 2026-01-29T01:04:23.865Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_existing_ssm_group_without_sources_fails |
| 8424 | 2026-01-29T01:04:31.345Z | PASS [ 43.551s] (1591/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_authenticated_users_can_read_multicast_groups |
| 8425 | 2026-01-29T01:04:32.407Z | PASS [ 68.545s] (1592/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_existing_ssm_group_without_sources_fails |
| 8426 | 2026-01-29T01:04:35.628Z | PASS [ 49.163s] (1593/2701) omicron-nexus::test_all integration_tests::multicast::api::test_ssm_with_empty_sources_array_fails |
| 8427 | 2026-01-29T01:04:37.395Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior |
| 8428 | 2026-01-29T01:04:39.854Z | PASS [ 62.461s] (1594/2701) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior |
| 8429 | 2026-01-29T01:04:52.470Z | PASS [ 56.123s] (1595/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_project_instance_attachment_allowed |
| 8430 | 2026-01-29T01:04:54.911Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions |
| 8431 | 2026-01-29T01:05:01.415Z | PASS [ 66.506s] (1596/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions |
| 8432 | 2026-01-29T01:05:22.824Z | PASS [ 42.976s] (1597/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_cannot_use_unlinked_pool |
| 8433 | 2026-01-29T01:05:28.114Z | PASS [ 56.778s] (1598/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_silo_instance_attachment |
| 8434 | 2026-01-29T01:05:30.328Z | PASS [ 54.708s] (1599/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_admins_cannot_modify_other_silos_groups |
| 8435 | 2026-01-29T01:05:31.248Z | PASS [ 58.850s] (1600/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_project_only_users_can_access_multicast_groups |
| 8436 | 2026-01-29T01:05:52.477Z | PASS [ 52.495s] (1601/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_users_can_attach_instances_to_multicast_groups |
| 8437 | 2026-01-29T01:06:03.657Z | PASS [ 56.237s] (1602/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_access_denied |
| 8438 | 2026-01-29T01:06:07.272Z | PASS [ 43.967s] (1603/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_unprivileged_users_can_list_group_members |
| 8439 | 2026-01-29T01:06:19.016Z | PASS [ 48.694s] (1604/2701) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_sled_move_updates_multicast_port_mapping |
| 8440 | 2026-01-29T01:06:19.698Z | PASS [ 51.541s] (1605/2701) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_cache_ttl_behavior |
| 8441 | 2026-01-29T01:06:27.105Z | PASS [ 55.863s] (1606/2701) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement |
| 8442 | 2026-01-29T01:06:35.861Z | PASS [ 50.753s] (1607/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_concurrent_implicit_creation_race |
| 8443 | 2026-01-29T01:06:45.150Z | PASS [ 47.061s] (1608/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state |
| 8444 | 2026-01-29T01:06:54.716Z | PASS [ 45.141s] (1609/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state |
| 8445 | 2026-01-29T01:07:03.337Z | PASS [ 44.327s] (1610/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state |
| 8446 | 2026-01-29T01:07:07.002Z | PASS [ 47.360s] (1611/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_drift_correction_missing_group_in_dpd |
| 8447 | 2026-01-29T01:07:13.205Z | PASS [ 46.108s] (1612/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_creation_with_dpd_failure |
| 8448 | 2026-01-29T01:07:32.335Z | PASS [ 47.643s] (1613/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_with_dpd_failure |
| 8449 | 2026-01-29T01:07:35.697Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join |
| 8450 | 2026-01-29T01:07:41.132Z | PASS [ 49.220s] (1614/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_left_member_waits_for_group_active |
| 8451 | 2026-01-29T01:07:52.856Z | PASS [ 77.164s] (1615/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join |
| 8452 | 2026-01-29T01:07:55.604Z | PASS [ 52.274s] (1616/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_member_joining_to_left_on_instance_stop |
| 8453 | 2026-01-29T01:08:01.432Z | PASS [ 48.233s] (1617/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_members_during_dpd_failure |
| 8454 | 2026-01-29T01:08:06.997Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery |
| 8455 | 2026-01-29T01:08:24.413Z | PASS [ 52.085s] (1618/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_underlay_collision_retry |
| 8456 | 2026-01-29T01:08:31.798Z | PASS [ 84.809s] (1619/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery |
| 8457 | 2026-01-29T01:08:41.127Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance |
| 8458 | 2026-01-29T01:08:49.970Z | PASS [ 54.285s] (1620/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_cannot_delete_multicast_pool_with_groups |
| 8459 | 2026-01-29T01:08:52.855Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_reconciler_state_consistency_validation |
| 8460 | 2026-01-29T01:08:57.554Z | PASS [ 76.430s] (1621/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance |
| 8461 | 2026-01-29T01:08:59.641Z | PASS [ 58.217s] (1622/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_default_pool_on_implicit_creation |
| 8462 | 2026-01-29T01:09:16.208Z | PASS [ 83.363s] (1623/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_reconciler_state_consistency_validation |
| 8463 | 2026-01-29T01:09:22.613Z | PASS [ 58.208s] (1624/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships |
| 8464 | 2026-01-29T01:09:29.884Z | PASS [ 58.024s] (1625/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints |
| 8465 | 2026-01-29T01:09:45.544Z | PASS [ 55.669s] (1626/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_lookup_multicast_group_by_ip |
| 8466 | 2026-01-29T01:09:46.980Z | PASS [ 49.434s] (1627/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_member_response_includes_multicast_ip |
| 8467 | 2026-01-29T01:09:54.866Z | PASS [ 55.232s] (1628/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_ip_version_conflict |
| 8468 | 2026-01-29T01:09:58.479Z | PASS [ 28.661s] (1629/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation |
| 8469 | 2026-01-29T01:10:06.615Z | PASS [ 50.414s] (1630/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors |
| 8470 | 2026-01-29T01:10:11.845Z | PASS [ 49.238s] (1631/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations |
| 8471 | 2026-01-29T01:10:45.539Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool |
| 8472 | 2026-01-29T01:10:45.981Z | PASS [ 51.122s] (1632/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_address_family_validation |
| 8473 | 2026-01-29T01:10:46.973Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation |
| 8474 | 2026-01-29T01:10:58.465Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_validation_on_join |
| 8475 | 2026-01-29T01:11:03.028Z | PASS [ 51.191s] (1633/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_multicast_groups |
| 8476 | 2026-01-29T01:11:06.609Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left |
| 8477 | 2026-01-29T01:11:30.071Z | PASS [ 91.612s] (1634/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_validation_on_join |
| 8478 | 2026-01-29T01:11:31.415Z | PASS [ 45.440s] (1635/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_without_sources_fails |
| 8479 | 2026-01-29T01:11:31.825Z | PASS [ 85.222s] (1636/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left |
| 8480 | 2026-01-29T01:11:39.084Z | PASS [ 113.408s] (1637/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool |
| 8481 | 2026-01-29T01:11:40.768Z | PASS [ 113.800s] (1638/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation |
| 8482 | 2026-01-29T01:12:03.022Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships |
| 8483 | 2026-01-29T01:12:21.418Z | PASS [ 51.354s] (1639/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_reconfigure_add_new_ssm_without_sources_fails |
| 8484 | 2026-01-29T01:12:23.679Z | PASS [ 80.662s] (1640/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships |
| 8485 | 2026-01-29T01:12:29.825Z | PASS [ 49.069s] (1641/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_limits |
| 8486 | 2026-01-29T01:12:31.410Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_member_state_transitions_on_reactivation |
| 8487 | 2026-01-29T01:12:31.819Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations |
| 8488 | 2026-01-29T01:12:33.325Z | PASS [ 54.393s] (1642/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts |
| 8489 | 2026-01-29T01:12:34.600Z | PASS [ 63.195s] (1643/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_member_state_transitions_on_reactivation |
| 8490 | 2026-01-29T01:13:07.913Z | PASS [ 96.101s] (1644/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations |
| 8491 | 2026-01-29T01:13:15.682Z | PASS [ 52.011s] (1645/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_instance_state_transitions |
| 8492 | 2026-01-29T01:13:21.412Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations |
| 8493 | 2026-01-29T01:13:28.108Z | PASS [ 53.515s] (1646/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_ipv6_lifecycle |
| 8494 | 2026-01-29T01:13:29.820Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_membership_during_migration |
| 8495 | 2026-01-29T01:13:33.218Z | PASS [ 59.906s] (1647/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_persistence_through_stop_start |
| 8496 | 2026-01-29T01:13:33.554Z | PASS [ 63.738s] (1648/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_membership_during_migration |
| 8497 | 2026-01-29T01:13:51.538Z | PASS [ 90.133s] (1649/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations |
| 8498 | 2026-01-29T01:13:57.799Z | PASS [ 42.123s] (1650/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_member_cleanup_instance_never_started |
| 8499 | 2026-01-29T01:14:07.908Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle |
| 8500 | 2026-01-29T01:14:21.532Z | PASS [ 53.431s] (1651/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_reconfigure |
| 8501 | 2026-01-29T01:14:27.421Z | PASS [ 79.519s] (1652/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle |
| 8502 | 2026-01-29T01:14:29.410Z | PASS [ 56.199s] (1653/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_restart |
| 8503 | 2026-01-29T01:14:33.548Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_lifecycle |
| 8504 | 2026-01-29T01:14:33.860Z | PASS [ 60.315s] (1654/2701) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_lifecycle |
| 8505 | 2026-01-29T01:14:42.237Z | PASS [ 50.706s] (1655/2701) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_at_creation |
| 8506 | 2026-01-29T01:14:51.505Z | PASS [ 53.713s] (1656/2701) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_basic |
| 8507 | 2026-01-29T01:15:05.001Z | PASS [ 37.586s] (1657/2701) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_asm_pool_used_without_sources |
| 8508 | 2026-01-29T01:15:08.692Z | PASS [ 39.288s] (1658/2701) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ip_version_disambiguation |
| 8509 | 2026-01-29T01:15:10.853Z | PASS [ 36.998s] (1659/2701) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ssm_pool_preferred_with_sources |
| 8510 | 2026-01-29T01:15:13.710Z | PASS [ 52.186s] (1660/2701) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_floating_ip_basic |
| 8511 | 2026-01-29T01:15:16.824Z | PASS [ 25.323s] (1661/2701) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
| 8512 | 2026-01-29T01:15:17.807Z | PASS [ 35.575s] (1662/2701) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ssm_to_asm_fallback_with_sources |
| 8513 | 2026-01-29T01:15:32.112Z | PASS [ 27.115s] (1663/2701) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
| 8514 | 2026-01-29T01:15:49.311Z | PASS [ 35.606s] (1664/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
| 8515 | 2026-01-29T01:15:51.144Z | PASS [ 34.325s] (1665/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
| 8516 | 2026-01-29T01:15:52.703Z | PASS [ 34.900s] (1666/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
| 8517 | 2026-01-29T01:16:00.518Z | PASS [ 51.833s] (1667/2701) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
| 8518 | 2026-01-29T01:16:10.847Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
| 8519 | 2026-01-29T01:16:19.587Z | PASS [ 68.743s] (1668/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
| 8520 | 2026-01-29T01:16:26.146Z | PASS [ 35.007s] (1669/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
| 8521 | 2026-01-29T01:16:32.108Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
| 8522 | 2026-01-29T01:16:38.751Z | PASS [ 66.648s] (1670/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
| 8523 | 2026-01-29T01:16:49.305Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
| 8524 | 2026-01-29T01:16:52.696Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
| 8525 | 2026-01-29T01:16:52.868Z | PASS [ 52.357s] (1671/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
| 8526 | 2026-01-29T01:16:54.819Z | PASS [ 65.517s] (1672/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
| 8527 | 2026-01-29T01:16:59.722Z | PASS [ 67.028s] (1673/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
| 8528 | 2026-01-29T01:17:08.600Z | PASS [ 49.020s] (1674/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
| 8529 | 2026-01-29T01:17:15.111Z | PASS [ 36.366s] (1675/2701) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
| 8530 | 2026-01-29T01:17:20.693Z | PASS [ 54.555s] (1676/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
| 8531 | 2026-01-29T01:17:37.738Z | PASS [ 29.142s] (1677/2701) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
| 8532 | 2026-01-29T01:17:42.040Z | PASS [ 21.349s] (1678/2701) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project |
| 8533 | 2026-01-29T01:17:42.369Z | PASS [ 27.261s] (1679/2701) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version |
| 8534 | 2026-01-29T01:17:52.861Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
| 8535 | 2026-01-29T01:17:54.812Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
| 8536 | 2026-01-29T01:17:59.715Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users |
| 8537 | 2026-01-29T01:18:00.891Z | PASS [ 68.033s] (1680/2701) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
| 8538 | 2026-01-29T01:18:01.710Z | PASS [ 23.975s] (1681/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion |
| 8539 | 2026-01-29T01:18:08.696Z | PASS [ 26.330s] (1682/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group |
| 8540 | 2026-01-29T01:18:08.917Z | PASS [ 26.881s] (1683/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group |
| 8541 | 2026-01-29T01:18:09.096Z | PASS [ 74.287s] (1684/2701) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
| 8542 | 2026-01-29T01:18:31.977Z | PASS [ 92.268s] (1685/2701) omicron-nexus::test_all integration_tests::password_login::test_local_users |
| 8543 | 2026-01-29T01:18:35.689Z | PASS [ 34.803s] (1686/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
| 8544 | 2026-01-29T01:18:36.382Z | PASS [ 27.689s] (1687/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
| 8545 | 2026-01-29T01:18:36.779Z | PASS [ 35.073s] (1688/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
| 8546 | 2026-01-29T01:18:42.925Z | PASS [ 34.012s] (1689/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
| 8547 | 2026-01-29T01:18:50.431Z | PASS [ 41.341s] (1690/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
| 8548 | 2026-01-29T01:18:59.840Z | PASS [ 23.461s] (1691/2701) omicron-nexus::test_all integration_tests::quiesce::test_quiesce |
| 8549 | 2026-01-29T01:19:01.691Z | PASS [ 29.719s] (1692/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
| 8550 | 2026-01-29T01:19:03.670Z | PASS [ 27.983s] (1693/2701) omicron-nexus::test_all integration_tests::projects::test_projects |
| 8551 | 2026-01-29T01:19:05.221Z | PASS [ 28.446s] (1694/2701) omicron-nexus::test_all integration_tests::quotas::test_negative_quota |
| 8552 | 2026-01-29T01:19:13.570Z | PASS [ 30.650s] (1695/2701) omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
| 8553 | 2026-01-29T01:19:23.476Z | PASS [ 23.639s] (1696/2701) omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
| 8554 | 2026-01-29T01:19:23.862Z | PASS [ 22.173s] (1697/2701) omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
| 8555 | 2026-01-29T01:19:29.295Z | PASS [ 25.630s] (1698/2701) omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
| 8556 | 2026-01-29T01:19:30.836Z | PASS [ 25.619s] (1699/2701) omicron-nexus::test_all integration_tests::rack::test_sled_add |
| 8557 | 2026-01-29T01:19:37.370Z | PASS [ 23.803s] (1700/2701) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
| 8558 | 2026-01-29T01:19:47.685Z | PASS [ 24.212s] (1701/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
| 8559 | 2026-01-29T01:19:50.427Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::quotas::test_quotas |
| 8560 | 2026-01-29T01:19:51.282Z | PASS [ 27.424s] (1702/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
| 8561 | 2026-01-29T01:19:54.012Z | PASS [ 24.719s] (1703/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
| 8562 | 2026-01-29T01:19:54.685Z | PASS [ 23.852s] (1704/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
| 8563 | 2026-01-29T01:20:08.112Z | PASS [ 30.746s] (1705/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
| 8564 | 2026-01-29T01:20:08.406Z | PASS [ 0.294s] (1706/2701) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
| 8565 | 2026-01-29T01:20:08.612Z | PASS [ 0.206s] (1707/2701) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
| 8566 | 2026-01-29T01:20:08.837Z | PASS [ 0.209s] (1708/2701) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
| 8567 | 2026-01-29T01:20:09.092Z | PASS [ 0.270s] (1709/2701) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
| 8568 | 2026-01-29T01:20:09.297Z | PASS [ 0.205s] (1710/2701) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
| 8569 | 2026-01-29T01:20:11.535Z | PASS [ 81.116s] (1711/2701) omicron-nexus::test_all integration_tests::quotas::test_quotas |
| 8570 | 2026-01-29T01:20:16.186Z | PASS [ 28.505s] (1712/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
| 8571 | 2026-01-29T01:20:22.203Z | PASS [ 28.196s] (1713/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
| 8572 | 2026-01-29T01:20:23.065Z | PASS [ 28.383s] (1714/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
| 8573 | 2026-01-29T01:20:27.952Z | PASS [ 36.675s] (1715/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
| 8574 | 2026-01-29T01:20:32.649Z | PASS [ 23.355s] (1716/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
| 8575 | 2026-01-29T01:20:32.876Z | PASS [ 0.227s] (1717/2701) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
| 8576 | 2026-01-29T01:20:35.700Z | PASS [ 24.168s] (1718/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
| 8577 | 2026-01-29T01:20:40.026Z | PASS [ 23.843s] (1719/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
| 8578 | 2026-01-29T01:20:40.225Z | PASS [ 0.199s] (1720/2701) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
| 8579 | 2026-01-29T01:20:40.460Z | PASS [ 0.235s] (1721/2701) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
| 8580 | 2026-01-29T01:20:46.176Z | PASS [ 23.976s] (1722/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
| 8581 | 2026-01-29T01:20:47.736Z | PASS [ 24.675s] (1723/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
| 8582 | 2026-01-29T01:20:51.759Z | PASS [ 23.810s] (1724/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
| 8583 | 2026-01-29T01:20:58.759Z | PASS [ 25.887s] (1725/2701) omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
| 8584 | 2026-01-29T01:20:59.915Z | PASS [ 24.218s] (1726/2701) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
| 8585 | 2026-01-29T01:21:02.819Z | PASS [ 22.362s] (1727/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
| 8586 | 2026-01-29T01:21:06.399Z | PASS [ 20.225s] (1728/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
| 8587 | 2026-01-29T01:21:07.095Z | PASS [ 19.361s] (1729/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
| 8588 | 2026-01-29T01:21:09.237Z | PASS [ 2.839s] (1730/2701) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
| 8589 | 2026-01-29T01:21:10.740Z | PASS [ 18.983s] (1731/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
| 8590 | 2026-01-29T01:21:11.838Z | PASS [ 2.599s] (1732/2701) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
| 8591 | 2026-01-29T01:21:13.984Z | PASS [ 2.148s] (1733/2701) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
| 8592 | 2026-01-29T01:21:16.322Z | PASS [ 2.337s] (1734/2701) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
| 8593 | 2026-01-29T01:21:18.489Z | PASS [ 2.168s] (1735/2701) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
| 8594 | 2026-01-29T01:21:20.814Z | PASS [ 2.325s] (1736/2701) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
| 8595 | 2026-01-29T01:22:20.807Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
| 8596 | 2026-01-29T01:23:20.800Z | SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
| 8597 | 2026-01-29T01:23:26.386Z | PASS [ 125.588s] (1737/2701) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
| 8598 | 2026-01-29T01:23:27.952Z | PASS [ 1.567s] (1738/2701) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
| 8599 | 2026-01-29T01:24:27.945Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
| 8600 | 2026-01-29T01:25:00.961Z | PASS [ 93.023s] (1739/2701) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
| 8601 | 2026-01-29T01:25:04.736Z | PASS [ 3.775s] (1740/2701) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
| 8602 | 2026-01-29T01:26:04.729Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration |
| 8603 | 2026-01-29T01:26:22.128Z | PASS [ 77.403s] (1741/2701) omicron-nexus::test_all integration_tests::schema::validate_data_migration |
| 8604 | 2026-01-29T01:26:37.364Z | PASS [ 15.238s] (1742/2701) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo |
| 8605 | 2026-01-29T01:26:39.475Z | PASS [ 17.350s] (1743/2701) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user |
| 8606 | 2026-01-29T01:26:51.542Z | PASS [ 14.180s] (1744/2701) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos |
| 8607 | 2026-01-29T01:26:58.981Z | PASS [ 19.508s] (1745/2701) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test |
| 8608 | 2026-01-29T01:27:04.742Z | PASS [ 13.202s] (1746/2701) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token |
| 8609 | 2026-01-29T01:27:13.484Z | PASS [ 14.505s] (1747/2701) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth |
| 8610 | 2026-01-29T01:27:19.853Z | PASS [ 15.111s] (1748/2701) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud |
| 8611 | 2026-01-29T01:27:22.123Z | SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
| 8612 | 2026-01-29T01:27:28.929Z | PASS [ 15.447s] (1749/2701) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy |
| 8613 | 2026-01-29T01:27:34.750Z | PASS [ 14.897s] (1750/2701) omicron-nexus::test_all integration_tests::scim::test_scim_group_search |
| 8614 | 2026-01-29T01:27:44.033Z | PASS [ 15.106s] (1751/2701) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique |
| 8615 | 2026-01-29T01:27:52.196Z | PASS [ 17.452s] (1752/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv |
| 8616 | 2026-01-29T01:27:58.712Z | PASS [ 96.598s] (1753/2701) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
| 8617 | 2026-01-29T01:28:00.043Z | PASS [ 16.012s] (1754/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict |
| 8618 | 2026-01-29T01:28:13.115Z | PASS [ 20.923s] (1755/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_search |
| 8619 | 2026-01-29T01:28:19.852Z | PASS [ 21.143s] (1756/2701) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
| 8620 | 2026-01-29T01:28:19.911Z | PASS [ 21.202s] (1757/2701) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
| 8621 | 2026-01-29T01:28:20.944Z | PASS [ 22.231s] (1758/2701) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
| 8622 | 2026-01-29T01:28:21.581Z | PASS [ 22.872s] (1759/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique |
| 8623 | 2026-01-29T01:28:23.478Z | PASS [ 23.438s] (1760/2701) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
| 8624 | 2026-01-29T01:28:35.864Z | PASS [ 22.751s] (1761/2701) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
| 8625 | 2026-01-29T01:28:44.098Z | PASS [ 24.189s] (1762/2701) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
| 8626 | 2026-01-29T01:28:44.123Z | PASS [ 24.252s] (1763/2701) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
| 8627 | 2026-01-29T01:28:44.354Z | PASS [ 23.417s] (1764/2701) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
| 8628 | 2026-01-29T01:28:46.862Z | PASS [ 23.387s] (1765/2701) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
| 8629 | 2026-01-29T01:28:48.740Z | PASS [ 27.162s] (1766/2701) omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
| 8630 | 2026-01-29T01:29:00.434Z | PASS [ 24.574s] (1767/2701) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
| 8631 | 2026-01-29T01:29:07.786Z | PASS [ 23.685s] (1768/2701) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
| 8632 | 2026-01-29T01:29:09.232Z | PASS [ 25.134s] (1769/2701) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
| 8633 | 2026-01-29T01:29:10.869Z | PASS [ 26.520s] (1770/2701) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
| 8634 | 2026-01-29T01:29:13.400Z | PASS [ 24.663s] (1771/2701) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
| 8635 | 2026-01-29T01:29:22.949Z | PASS [ 36.092s] (1772/2701) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
| 8636 | 2026-01-29T01:29:28.094Z | PASS [ 27.665s] (1773/2701) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
| 8637 | 2026-01-29T01:29:29.940Z | PASS [ 22.163s] (1774/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
| 8638 | 2026-01-29T01:29:31.703Z | PASS [ 22.475s] (1775/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
| 8639 | 2026-01-29T01:29:34.796Z | PASS [ 23.929s] (1776/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
| 8640 | 2026-01-29T01:29:37.311Z | PASS [ 23.915s] (1777/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
| 8641 | 2026-01-29T01:29:47.965Z | PASS [ 25.019s] (1778/2701) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
| 8642 | 2026-01-29T01:29:58.436Z | PASS [ 26.736s] (1779/2701) omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
| 8643 | 2026-01-29T01:29:59.624Z | PASS [ 31.534s] (1780/2701) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
| 8644 | 2026-01-29T01:30:02.752Z | PASS [ 25.444s] (1781/2701) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
| 8645 | 2026-01-29T01:30:04.019Z | PASS [ 34.084s] (1782/2701) omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
| 8646 | 2026-01-29T01:30:05.111Z | PASS [ 30.320s] (1783/2701) omicron-nexus::test_all integration_tests::silos::test_silos |
| 8647 | 2026-01-29T01:30:22.133Z | PASS [ 23.700s] (1784/2701) omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
| 8648 | 2026-01-29T01:30:26.491Z | PASS [ 38.531s] (1785/2701) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
| 8649 | 2026-01-29T01:30:29.942Z | PASS [ 27.194s] (1786/2701) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
| 8650 | 2026-01-29T01:30:33.477Z | PASS [ 33.857s] (1787/2701) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
| 8651 | 2026-01-29T01:30:46.759Z | PASS [ 42.745s] (1788/2701) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
| 8652 | 2026-01-29T01:30:48.193Z | PASS [ 21.706s] (1789/2701) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
| 8653 | 2026-01-29T01:30:50.358Z | PASS [ 45.253s] (1790/2701) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
| 8654 | 2026-01-29T01:30:55.880Z | PASS [ 25.939s] (1791/2701) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
| 8655 | 2026-01-29T01:31:02.851Z | PASS [ 29.378s] (1792/2701) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
| 8656 | 2026-01-29T01:31:02.982Z | PASS [ 40.855s] (1793/2701) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
| 8657 | 2026-01-29T01:31:12.128Z | PASS [ 25.372s] (1794/2701) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
| 8658 | 2026-01-29T01:31:27.043Z | PASS [ 36.690s] (1795/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
| 8659 | 2026-01-29T01:31:35.249Z | PASS [ 47.062s] (1796/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
| 8660 | 2026-01-29T01:31:36.616Z | PASS [ 24.492s] (1797/2701) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
| 8661 | 2026-01-29T01:31:40.683Z | PASS [ 37.837s] (1798/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
| 8662 | 2026-01-29T01:31:41.095Z | PASS [ 38.118s] (1799/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
| 8663 | 2026-01-29T01:31:41.597Z | PASS [ 45.725s] (1800/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
| 8664 | 2026-01-29T01:31:57.894Z | PASS [ 22.649s] (1801/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_create_unimplemented |
| 8665 | 2026-01-29T01:31:59.302Z | PASS [ 22.689s] (1802/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_delete_unimplemented |
| 8666 | 2026-01-29T01:32:02.436Z | PASS [ 21.756s] (1803/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_list_unimplemented |
| 8667 | 2026-01-29T01:32:02.799Z | PASS [ 21.705s] (1804/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_add_unimplemented |
| 8668 | 2026-01-29T01:32:03.432Z | PASS [ 21.838s] (1805/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_list_unimplemented |
| 8669 | 2026-01-29T01:32:13.417Z | PASS [ 46.380s] (1806/2701) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
| 8670 | 2026-01-29T01:32:19.617Z | PASS [ 21.726s] (1807/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_remove_unimplemented |
| 8671 | 2026-01-29T01:32:21.318Z | PASS [ 22.019s] (1808/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link_unimplemented |
| 8672 | 2026-01-29T01:32:25.011Z | PASS [ 22.578s] (1809/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list_unimplemented |
| 8673 | 2026-01-29T01:32:25.280Z | PASS [ 22.486s] (1810/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_unlink_unimplemented |
| 8674 | 2026-01-29T01:32:26.262Z | PASS [ 22.834s] (1811/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_update_unimplemented |
| 8675 | 2026-01-29T01:32:35.194Z | PASS [ 21.781s] (1812/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_update_unimplemented |
| 8676 | 2026-01-29T01:32:42.041Z | PASS [ 22.427s] (1813/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented |
| 8677 | 2026-01-29T01:32:44.127Z | PASS [ 22.812s] (1814/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_view_unimplemented |
| 8678 | 2026-01-29T01:32:53.221Z | PASS [ 27.945s] (1815/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle |
| 8679 | 2026-01-29T01:32:56.511Z | PASS [ 31.504s] (1816/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment |
| 8680 | 2026-01-29T01:32:58.776Z | PASS [ 32.518s] (1817/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle |
| 8681 | 2026-01-29T01:33:04.096Z | PASS [ 22.058s] (1818/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found |
| 8682 | 2026-01-29T01:33:05.022Z | PASS [ 29.830s] (1819/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering |
| 8683 | 2026-01-29T01:33:16.236Z | PASS [ 32.112s] (1820/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests |
| 8684 | 2026-01-29T01:33:19.586Z | PASS [ 3.351s] (1821/2701) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
| 8685 | 2026-01-29T01:33:20.458Z | PASS [ 27.240s] (1822/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment |
| 8686 | 2026-01-29T01:33:24.231Z | PASS [ 27.723s] (1823/2701) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud |
| 8687 | 2026-01-29T01:33:27.308Z | PASS [ 23.215s] (1824/2701) omicron-nexus::test_all integration_tests::target_release::get_set_target_release |
| 8688 | 2026-01-29T01:33:34.346Z | PASS [ 35.575s] (1825/2701) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud |
| 8689 | 2026-01-29T01:33:46.270Z | PASS [ 25.811s] (1826/2701) omicron-nexus::test_all integration_tests::updates::test_repo_prune |
| 8690 | 2026-01-29T01:33:49.112Z | PASS [ 29.530s] (1827/2701) omicron-nexus::test_all integration_tests::updates::test_repo_list |
| 8691 | 2026-01-29T01:33:50.142Z | PASS [ 22.836s] (1828/2701) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured |
| 8692 | 2026-01-29T01:33:57.560Z | Cancelling due to signal: 6 tests still running |
| 8693 | 2026-01-29T01:33:57.709Z | PASS [ 23.366s] (1829/2701) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version |
| 8694 | 2026-01-29T01:33:57.995Z | SIGTERM [ 7.853s] (1830/2701) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
| 8695 | 2026-01-29T01:33:57.995Z | stdout ─── |
| 8696 | 2026-01-29T01:33:57.995Z | |
| 8697 | 2026-01-29T01:33:57.995Z | running 1 test |
| 8698 | 2026-01-29T01:33:57.995Z | stderr ─── |
| 8699 | 2026-01-29T01:33:57.995Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log |
| 8700 | 2026-01-29T01:33:57.995Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log" |
| 8701 | 2026-01-29T01:33:57.995Z | DB URL: postgresql://root@[::1]:40248/omicron?sslmode=disable |
| 8702 | 2026-01-29T01:33:57.995Z | DB address: [::1]:40248 |
| 8703 | 2026-01-29T01:33:57.995Z | |
| 8704 | 2026-01-29T01:33:57.995Z | (test aborted with signal 15: SIGTERM) |
| 8705 | 2026-01-29T01:33:57.995Z | |
| 8706 | 2026-01-29T01:33:58.115Z | SIGTERM [ 9.004s] (1831/2701) omicron-nexus::test_all integration_tests::updates::test_update_status |
| 8707 | 2026-01-29T01:33:58.115Z | stdout ─── |
| 8708 | 2026-01-29T01:33:58.115Z | |
| 8709 | 2026-01-29T01:33:58.115Z | running 1 test |
| 8710 | 2026-01-29T01:33:58.115Z | stderr ─── |
| 8711 | 2026-01-29T01:33:58.115Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log |
| 8712 | 2026-01-29T01:33:58.115Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log" |
| 8713 | 2026-01-29T01:33:58.115Z | DB URL: postgresql://root@[::1]:61463/omicron?sslmode=disable |
| 8714 | 2026-01-29T01:33:58.115Z | DB address: [::1]:61463 |
| 8715 | 2026-01-29T01:33:58.115Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log |
| 8716 | 2026-01-29T01:33:58.115Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log" |
| 8717 | 2026-01-29T01:33:58.115Z | |
| 8718 | 2026-01-29T01:33:58.115Z | (test aborted with signal 15: SIGTERM) |
| 8719 | 2026-01-29T01:33:58.115Z | |
| 8720 | 2026-01-29T01:33:58.165Z | SIGTERM [ 53.152s] (1832/2701) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
| 8721 | 2026-01-29T01:33:58.165Z | stdout ─── |
| 8722 | 2026-01-29T01:33:58.165Z | |
| 8723 | 2026-01-29T01:33:58.165Z | running 1 test |
| 8724 | 2026-01-29T01:33:58.165Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(4899630), kind: System }, version: Some(RouterVersion { router_id: 1c4ca7f5-c063-413f-bf64-cf7cd15603d2, version: 3 }), routes: {ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 172.30.0.0, width: 22 }), target: VpcSubnet(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: fd6a:7c78:c75d::, width: 64 }), target: VpcSubnet(V6(Ipv6Net { addr: fd6a:7c78:c75d::, width: 64 })) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: ::, width: 0 }), target: InternetGateway(Instance(d1e65855-9a4a-4f43-8dd5-12aaeb6e092c)) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 0.0.0.0, width: 0 }), target: InternetGateway(Instance(d1e65855-9a4a-4f43-8dd5-12aaeb6e092c)) }} } |
| 8725 | 2026-01-29T01:33:58.165Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(4899630), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} } |
| 8726 | 2026-01-29T01:33:58.165Z | stderr ─── |
| 8727 | 2026-01-29T01:33:58.165Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log |
| 8728 | 2026-01-29T01:33:58.165Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log" |
| 8729 | 2026-01-29T01:33:58.165Z | DB URL: postgresql://root@[::1]:45662/omicron?sslmode=disable |
| 8730 | 2026-01-29T01:33:58.165Z | DB address: [::1]:45662 |
| 8731 | 2026-01-29T01:33:58.165Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log |
| 8732 | 2026-01-29T01:33:58.165Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log" |
| 8733 | 2026-01-29T01:33:58.165Z | |
| 8734 | 2026-01-29T01:33:58.165Z | (test aborted with signal 15: SIGTERM) |
| 8735 | 2026-01-29T01:33:58.165Z | |
| 8736 | 2026-01-29T01:33:58.233Z | SIGTERM [ 11.969s] (1833/2701) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations |
| 8737 | 2026-01-29T01:33:58.234Z | stdout ─── |
| 8738 | 2026-01-29T01:33:58.234Z | |
| 8739 | 2026-01-29T01:33:58.234Z | running 1 test |
| 8740 | 2026-01-29T01:33:58.234Z | stderr ─── |
| 8741 | 2026-01-29T01:33:58.234Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log |
| 8742 | 2026-01-29T01:33:58.234Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log" |
| 8743 | 2026-01-29T01:33:58.234Z | DB URL: postgresql://root@[::1]:46887/omicron?sslmode=disable |
| 8744 | 2026-01-29T01:33:58.234Z | DB address: [::1]:46887 |
| 8745 | 2026-01-29T01:33:58.234Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log |
| 8746 | 2026-01-29T01:33:58.234Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log" |
| 8747 | 2026-01-29T01:33:58.234Z | |
| 8748 | 2026-01-29T01:33:58.234Z | (test aborted with signal 15: SIGTERM) |
| 8749 | 2026-01-29T01:33:58.234Z | |
| 8750 | 2026-01-29T01:33:58.331Z | SIGTERM [ 34.022s] (1834/2701) omicron-nexus::test_all integration_tests::updates::test_repo_upload |
| 8751 | 2026-01-29T01:33:58.331Z | stdout ─── |
| 8752 | 2026-01-29T01:33:58.331Z | |
| 8753 | 2026-01-29T01:33:58.331Z | running 1 test |
| 8754 | 2026-01-29T01:33:58.331Z | stderr ─── |
| 8755 | 2026-01-29T01:33:58.331Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log |
| 8756 | 2026-01-29T01:33:58.331Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log" |
| 8757 | 2026-01-29T01:33:58.331Z | DB URL: postgresql://root@[::1]:49308/omicron?sslmode=disable |
| 8758 | 2026-01-29T01:33:58.331Z | DB address: [::1]:49308 |
| 8759 | 2026-01-29T01:33:58.331Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log |
| 8760 | 2026-01-29T01:33:58.331Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log" |
| 8761 | 2026-01-29T01:33:58.331Z | log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log |
| 8762 | 2026-01-29T01:33:58.332Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log" |
| 8763 | 2026-01-29T01:33:58.332Z | TufArtifactReplicationStatus { generation: Generation(2), last_run_counters: TufArtifactReplicationCounters { put_config_ok: 4, put_config_err: 0, list_ok: 4, list_err: 0, put_ok: 57, put_err: 0, copy_ok: 19, copy_err: 0 }, lifetime_counters: TufArtifactReplicationCounters { put_config_ok: 4, put_config_err: 0, list_ok: 4, list_err: 0, put_ok: 57, put_err: 0, copy_ok: 19, copy_err: 0 }, request_debug_ringbuf: [TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.078833842Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.079470177Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.080962441Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.082155111Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.091637583Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092209432Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092375292Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.093073669Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.104755850Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106460563Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106673042Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106855197Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.114933822Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115221550Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115505139Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.120881873Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.149432798Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.150707302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.171149748Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.175757377Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.414419998Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.419055375Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.421181088Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.435323138Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.455770636Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.500636092Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.515790702Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.528158272Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.551715302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.557812799Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.561057908Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.569758056Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.578118467Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.589148269Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.604137931Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.611405862Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.699323152Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.718261059Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.721388639Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.743285149Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.765557222Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.780376223Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.805546783Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.818041572Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.819020601Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.831834995Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.839228151Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.845967074Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.849796358Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.888565489Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.907066292Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.922181569Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.923567368Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.928571825Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.940474883Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.941613751Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.949748233Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.955104304Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.966487212Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.979979069Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.980357959Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.989876908Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.053027171Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.054931145Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.059778541Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.084361408Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085092243Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085972594Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.086781163Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.095303726Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.096007072Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.099642717Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.100605612Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.109059159Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.113867893Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.116017346Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.123323668Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128500640Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128980344Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145191628Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145594960Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.160803735Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166141797Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166319012Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }], local_repos: 1 } |
| 8764 | 2026-01-29T01:33:58.333Z | TufArtifactReplicationStatus { generation: Generation(2), last_run_counters: TufArtifactReplicationCounters { put_config_ok: 4, put_config_err: 0, list_ok: 4, list_err: 0, put_ok: 0, put_err: 0, copy_ok: 0, copy_err: 0 }, lifetime_counters: TufArtifactReplicationCounters { put_config_ok: 8, put_config_err: 0, list_ok: 8, list_err: 0, put_ok: 57, put_err: 0, copy_ok: 19, copy_err: 0 }, request_debug_ringbuf: [TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.078833842Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.079470177Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.080962441Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.082155111Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.091637583Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092209432Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092375292Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.093073669Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.104755850Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106460563Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106673042Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106855197Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.114933822Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115221550Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115505139Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.120881873Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.149432798Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.150707302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.171149748Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.175757377Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.414419998Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.419055375Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.421181088Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.435323138Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.455770636Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.500636092Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.515790702Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.528158272Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.551715302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.557812799Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.561057908Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.569758056Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.578118467Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.589148269Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.604137931Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.611405862Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.699323152Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.718261059Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.721388639Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.743285149Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.765557222Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.780376223Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.805546783Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.818041572Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.819020601Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.831834995Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.839228151Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.845967074Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.849796358Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.888565489Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.907066292Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.922181569Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.923567368Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.928571825Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.940474883Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.941613751Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.949748233Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.955104304Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.966487212Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.979979069Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.980357959Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.989876908Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.053027171Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.054931145Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.059778541Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.084361408Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085092243Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085972594Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.086781163Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.095303726Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.096007072Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.099642717Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.100605612Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.109059159Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.113867893Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.116017346Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.123323668Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128500640Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128980344Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145191628Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145594960Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.160803735Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166141797Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166319012Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.761420423Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762013897Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762301094Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762543777Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.768987316Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.770288867Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.771223562Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.772013091Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }], local_repos: 0 } |
| 8765 | 2026-01-29T01:33:58.333Z | TufArtifactReplicationStatus { generation: Generation(3), last_run_counters: TufArtifactReplicationCounters { put_config_ok: 4, put_config_err: 0, list_ok: 4, list_err: 0, put_ok: 3, put_err: 0, copy_ok: 1, copy_err: 0 }, lifetime_counters: TufArtifactReplicationCounters { put_config_ok: 16, put_config_err: 0, list_ok: 16, list_err: 0, put_ok: 60, put_err: 0, copy_ok: 20, copy_err: 0 }, request_debug_ringbuf: [TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.078833842Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.079470177Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.080962441Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.082155111Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.091637583Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092209432Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092375292Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.093073669Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.104755850Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106460563Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106673042Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106855197Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.114933822Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115221550Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115505139Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.120881873Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.149432798Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.150707302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.171149748Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.175757377Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.414419998Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.419055375Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.421181088Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.435323138Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.455770636Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.500636092Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.515790702Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.528158272Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.551715302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.557812799Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.561057908Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.569758056Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.578118467Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.589148269Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.604137931Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.611405862Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.699323152Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.718261059Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.721388639Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.743285149Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.765557222Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.780376223Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.805546783Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.818041572Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.819020601Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.831834995Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.839228151Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.845967074Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.849796358Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.888565489Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.907066292Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.922181569Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.923567368Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.928571825Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.940474883Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.941613751Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.949748233Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.955104304Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.966487212Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.979979069Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.980357959Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.989876908Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.053027171Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.054931145Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.059778541Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.084361408Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085092243Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085972594Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.086781163Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.095303726Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.096007072Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.099642717Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.100605612Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.109059159Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.113867893Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.116017346Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.123323668Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128500640Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128980344Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145191628Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145594960Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.160803735Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166141797Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166319012Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.761420423Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762013897Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762301094Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762543777Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.768987316Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.770288867Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.771223562Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.772013091Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.503387285Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.503752517Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.504749083Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.505060211Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.510914394Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.512332661Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.512780177Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.513220247Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.122591519Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.124082420Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.124508390Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.124894296Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.170513976Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.173632778Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.174367431Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.184253135Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.192658340Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.192984500Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.193144428Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.204592183Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }], local_repos: 1 } |
| 8766 | 2026-01-29T01:33:58.366Z | TufArtifactReplicationStatus { generation: Generation(3), last_run_counters: TufArtifactReplicationCounters { put_config_ok: 4, put_config_err: 0, list_ok: 4, list_err: 0, put_ok: 0, put_err: 0, copy_ok: 0, copy_err: 0 }, lifetime_counters: TufArtifactReplicationCounters { put_config_ok: 20, put_config_err: 0, list_ok: 20, list_err: 0, put_ok: 60, put_err: 0, copy_ok: 20, copy_err: 0 }, request_debug_ringbuf: [TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.078833842Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.079470177Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.080962441Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.082155111Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.091637583Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092209432Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.092375292Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.093073669Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.104755850Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106460563Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106673042Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.106855197Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.114933822Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115221550Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.115505139Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.120881873Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.149432798Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.150707302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.171149748Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.175757377Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.414419998Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.419055375Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.421181088Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.435323138Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.455770636Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.500636092Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.515790702Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.528158272Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.551715302Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.557812799Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.561057908Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.569758056Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.578118467Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.589148269Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.604137931Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.611405862Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.699323152Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.718261059Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.721388639Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.743285149Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.765557222Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.780376223Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.805546783Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.818041572Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.819020601Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.831834995Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.839228151Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.845967074Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.849796358Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.888565489Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.907066292Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.922181569Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.923567368Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.928571825Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.940474883Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.941613751Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.949748233Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.955104304Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.966487212Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.979979069Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.980357959Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:47.989876908Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.053027171Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.054931145Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Put { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.059778541Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.084361408Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085092243Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.085972594Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.086781163Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.095303726Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.096007072Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.099642717Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.100605612Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Copy { hash: ArtifactHash("5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.109059159Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.113867893Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.116017346Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.123323668Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128500640Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.128980344Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58"), source_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145191628Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003"), source_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.145594960Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.160803735Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02"), source_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166141797Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Copy { hash: ArtifactHash("70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.166319012Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Copy { hash: ArtifactHash("a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.761420423Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762013897Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762301094Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.762543777Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.768987316Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.770288867Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.771223562Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:48.772013091Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.503387285Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.503752517Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.504749083Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.505060211Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(2) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.510914394Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.512332661Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.512780177Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:49.513220247Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.122591519Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.124082420Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.124508390Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.124894296Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.170513976Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.173632778Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.174367431Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.184253135Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.192658340Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: Put { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.192984500Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: Put { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.193144428Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: Put { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77") }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:55.204592183Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: Copy { hash: ArtifactHash("316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77"), source_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.311333392Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.311870758Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.312241372Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.312600330Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: PutConfig { generation: Generation(3) }, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.346171636Z, target_sled: 6afd6791-3c0b-420b-a7be-1756eee8a88b (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.346601524Z, target_sled: 039be560-54cc-49e3-88df-1a29dadbf913 (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.348026957Z, target_sled: 2177ce45-6b54-49d2-b4e9-21293334d33c (sled), operation: List, error: None }, TufArtifactReplicationRequest { time: 2026-01-29T01:33:56.349603870Z, target_sled: b6d65341-167c-41df-9b5c-41cded99c229 (sled), operation: List, error: None }], local_repos: 0 } |
| 8767 | 2026-01-29T01:33:58.368Z | |
| 8768 | 2026-01-29T01:33:58.368Z | (test aborted with signal 15: SIGTERM) |
| 8769 | 2026-01-29T01:33:58.368Z | |
| 8770 | 2026-01-29T01:33:58.368Z | ──────────── |
| 8771 | 2026-01-29T01:33:58.368Z | Summary [7165.504s] 1834/2701 tests run: 1829 passed (101 slow), 5 failed, 6 skipped |
| 8772 | 2026-01-29T01:33:58.368Z | SIGTERM [ 7.853s] (1830/2701) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
| 8773 | 2026-01-29T01:33:58.368Z | SIGTERM [ 9.004s] (1831/2701) omicron-nexus::test_all integration_tests::updates::test_update_status |
| 8774 | 2026-01-29T01:33:58.368Z | SIGTERM [ 53.152s] (1832/2701) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
| 8775 | 2026-01-29T01:33:58.368Z | SIGTERM [ 11.969s] (1833/2701) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations |
| 8776 | 2026-01-29T01:33:58.368Z | SIGTERM [ 34.022s] (1834/2701) omicron-nexus::test_all integration_tests::updates::test_repo_upload |
| 8777 | 2026-01-29T01:33:58.368Z | warning: 867/2701 tests were not run due to signal |
| 8778 | 2026-01-29T01:33:58.395Z | error: test run failed |
| 8779 | 2026-01-29T01:33:58.395Z | |
| 8780 | 2026-01-29T01:33:58.395Z | real 2:00:00.815821303 |
| 8781 | 2026-01-29T01:33:58.395Z | user 11:55:41.236823522 |
| 8782 | 2026-01-29T01:33:58.395Z | sys 2:01:33.254764382 |
| 8783 | 2026-01-29T01:33:58.395Z | trap 6:23.506973167 |
| 8784 | 2026-01-29T01:33:58.395Z | tflt 25.352392726 |
| 8785 | 2026-01-29T01:33:58.395Z | dflt 1:49.895652734 |
| 8786 | 2026-01-29T01:33:58.395Z | kflt 0.798302232 |
| 8787 | 2026-01-29T01:33:58.395Z | lock 2984:06:58.758298464 |
| 8788 | 2026-01-29T01:33:58.395Z | slp 239:54:01.874128664 |
| 8789 | 2026-01-29T01:33:58.395Z | lat 12:04:18.483606876 |
| 8790 | 2026-01-29T01:33:58.395Z | stop 1:40:36.579691664 |
| 8791 | 2026-01-29T01:33:59.107Z | process exited: duration 11038867 ms, exit code 124 |
| |
| 8792 | 2026-01-29T01:33:59.266Z | found 4007 output files |
| 8793 | 2026-01-29T01:33:59.266Z | uploading: /work/crate-build-timings.json (706137 bytes) |
| 8794 | 2026-01-29T01:34:00.551Z | uploaded: /work/crate-build-timings.json |
| 8795 | 2026-01-29T01:34:00.551Z | uploading: /work/environment.json (130 bytes) |
| 8796 | 2026-01-29T01:34:01.645Z | uploaded: /work/environment.json |
| 8797 | 2026-01-29T01:34:01.645Z | uploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (482047 bytes) |
| 8798 | 2026-01-29T01:34:02.893Z | uploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml |
| 8799 | 2026-01-29T01:34:02.893Z | uploading: /var/tmp/omicron_tmp/.tmp2AH1oc/conf (62 bytes) |
| 8800 | 2026-01-29T01:34:03.987Z | uploaded: /var/tmp/omicron_tmp/.tmp2AH1oc/conf |
| 8801 | 2026-01-29T01:34:03.987Z | uploading: /var/tmp/omicron_tmp/.tmp2AH1oc/db (690 bytes) |
| 8802 | 2026-01-29T01:34:05.081Z | uploaded: /var/tmp/omicron_tmp/.tmp2AH1oc/db |
| 8803 | 2026-01-29T01:34:05.081Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 8804 | 2026-01-29T01:34:06.176Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 8805 | 2026-01-29T01:34:06.176Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 8806 | 2026-01-29T01:34:07.271Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 8807 | 2026-01-29T01:34:07.271Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 8808 | 2026-01-29T01:34:08.365Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 8809 | 2026-01-29T01:34:08.365Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 8810 | 2026-01-29T01:34:09.457Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 8811 | 2026-01-29T01:34:09.457Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 8812 | 2026-01-29T01:34:10.550Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 8813 | 2026-01-29T01:34:10.550Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 8814 | 2026-01-29T01:34:11.643Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 8815 | 2026-01-29T01:34:11.643Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 8816 | 2026-01-29T01:34:12.736Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 8817 | 2026-01-29T01:34:12.736Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 8818 | 2026-01-29T01:34:13.832Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 8819 | 2026-01-29T01:34:13.859Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 8820 | 2026-01-29T01:34:15.110Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 8821 | 2026-01-29T01:34:15.110Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 8822 | 2026-01-29T01:34:16.248Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 8823 | 2026-01-29T01:34:16.249Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 8824 | 2026-01-29T01:34:17.496Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 8825 | 2026-01-29T01:34:17.496Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 8826 | 2026-01-29T01:34:18.632Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 8827 | 2026-01-29T01:34:18.633Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 8828 | 2026-01-29T01:34:19.909Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 8829 | 2026-01-29T01:34:19.909Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 8830 | 2026-01-29T01:34:21.002Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 8831 | 2026-01-29T01:34:21.002Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/artifact-config.json (1370 bytes) |
| 8832 | 2026-01-29T01:34:22.096Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/artifact-config.json |
| 8833 | 2026-01-29T01:34:22.096Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 8834 | 2026-01-29T01:34:23.345Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 8835 | 2026-01-29T01:34:23.345Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 8836 | 2026-01-29T01:34:24.592Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 8837 | 2026-01-29T01:34:24.592Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 8838 | 2026-01-29T01:34:25.686Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 8839 | 2026-01-29T01:34:25.686Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 8840 | 2026-01-29T01:34:26.781Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 8841 | 2026-01-29T01:34:26.781Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 8842 | 2026-01-29T01:34:28.056Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 8843 | 2026-01-29T01:34:28.056Z | uploading: /var/tmp/omicron_tmp/.tmp539oDk/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 8844 | 2026-01-29T01:34:29.302Z | uploaded: /var/tmp/omicron_tmp/.tmp539oDk/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 8845 | 2026-01-29T01:34:29.302Z | uploading: /var/tmp/omicron_tmp/.tmp6eMyGl/dendrite_stdout (50194 bytes) |
| 8846 | 2026-01-29T01:34:30.481Z | uploaded: /var/tmp/omicron_tmp/.tmp6eMyGl/dendrite_stdout |
| 8847 | 2026-01-29T01:34:30.481Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stderr (704 bytes) |
| 8848 | 2026-01-29T01:34:31.574Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stderr |
| 8849 | 2026-01-29T01:34:31.599Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stdout (951 bytes) |
| 8850 | 2026-01-29T01:34:32.670Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stdout |
| 8851 | 2026-01-29T01:34:32.670Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000017.log (165879 bytes) |
| 8852 | 2026-01-29T01:34:33.873Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000017.log |
| 8853 | 2026-01-29T01:34:33.873Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000020.sst (941740 bytes) |
| 8854 | 2026-01-29T01:34:35.143Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000020.sst |
| 8855 | 2026-01-29T01:34:35.143Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000021.log (2522691 bytes) |
| 8856 | 2026-01-29T01:34:36.486Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000021.log |
| 8857 | 2026-01-29T01:34:36.486Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/CURRENT (16 bytes) |
| 8858 | 2026-01-29T01:34:37.579Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/CURRENT |
| 8859 | 2026-01-29T01:34:37.579Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/LOCK (0 bytes) |
| 8860 | 2026-01-29T01:34:38.648Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/LOCK |
| 8861 | 2026-01-29T01:34:38.648Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000001 (44 bytes) |
| 8862 | 2026-01-29T01:34:39.743Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000001 |
| 8863 | 2026-01-29T01:34:39.743Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000018 (615 bytes) |
| 8864 | 2026-01-29T01:34:40.836Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000018 |
| 8865 | 2026-01-29T01:34:40.836Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/OPTIONS-000019 (2366 bytes) |
| 8866 | 2026-01-29T01:34:41.929Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/OPTIONS-000019 |
| 8867 | 2026-01-29T01:34:41.929Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/STORAGE_MIN_VERSION (8 bytes) |
| 8868 | 2026-01-29T01:34:43.022Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/STORAGE_MIN_VERSION |
| 8869 | 2026-01-29T01:34:43.022Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-addr (11 bytes) |
| 8870 | 2026-01-29T01:34:44.115Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-addr |
| 8871 | 2026-01-29T01:34:44.139Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-sql-addr (11 bytes) |
| 8872 | 2026-01-29T01:34:45.208Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-sql-addr |
| 8873 | 2026-01-29T01:34:45.208Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.http-addr (11 bytes) |
| 8874 | 2026-01-29T01:34:46.301Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.http-addr |
| 8875 | 2026-01-29T01:34:46.301Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.listen-addr (11 bytes) |
| 8876 | 2026-01-29T01:34:47.397Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.listen-addr |
| 8877 | 2026-01-29T01:34:47.397Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.sql-addr (11 bytes) |
| 8878 | 2026-01-29T01:34:48.490Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.sql-addr |
| 8879 | 2026-01-29T01:34:48.490Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes) |
| 8880 | 2026-01-29T01:34:49.584Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 8881 | 2026-01-29T01:34:49.584Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log (2076 bytes) |
| 8882 | 2026-01-29T01:34:50.678Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log |
| 8883 | 2026-01-29T01:34:50.678Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.log (2076 bytes) |
| 8884 | 2026-01-29T01:34:51.773Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.log |
| 8885 | 2026-01-29T01:34:51.773Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes) |
| 8886 | 2026-01-29T01:34:52.867Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 8887 | 2026-01-29T01:34:52.867Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log (5449 bytes) |
| 8888 | 2026-01-29T01:34:53.981Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log |
| 8889 | 2026-01-29T01:34:53.981Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.log (5449 bytes) |
| 8890 | 2026-01-29T01:34:55.097Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.log |
| 8891 | 2026-01-29T01:34:55.097Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes) |
| 8892 | 2026-01-29T01:34:56.191Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log |
| 8893 | 2026-01-29T01:34:56.191Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.log (1780 bytes) |
| 8894 | 2026-01-29T01:34:57.285Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.log |
| 8895 | 2026-01-29T01:34:57.285Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes) |
| 8896 | 2026-01-29T01:34:58.512Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 8897 | 2026-01-29T01:34:58.512Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.log (321228 bytes) |
| 8898 | 2026-01-29T01:34:59.741Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.log |
| 8899 | 2026-01-29T01:34:59.741Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes) |
| 8900 | 2026-01-29T01:35:00.837Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 8901 | 2026-01-29T01:35:00.837Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log (1126 bytes) |
| 8902 | 2026-01-29T01:35:01.927Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log |
| 8903 | 2026-01-29T01:35:01.952Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.log (1126 bytes) |
| 8904 | 2026-01-29T01:35:03.020Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.log |
| 8905 | 2026-01-29T01:35:03.020Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log (10148 bytes) |
| 8906 | 2026-01-29T01:35:04.135Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log |
| 8907 | 2026-01-29T01:35:04.135Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.log (10148 bytes) |
| 8908 | 2026-01-29T01:35:05.252Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.log |
| 8909 | 2026-01-29T01:35:05.252Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes) |
| 8910 | 2026-01-29T01:35:06.630Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 8911 | 2026-01-29T01:35:06.630Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log (20390 bytes) |
| 8912 | 2026-01-29T01:35:07.768Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log |
| 8913 | 2026-01-29T01:35:07.768Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.log (20390 bytes) |
| 8914 | 2026-01-29T01:35:08.905Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.log |
| 8915 | 2026-01-29T01:35:08.905Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/heap_profiler/memprof.2026-01-29T01_33_56.954.42747400.pprof (100462 bytes) |
| 8916 | 2026-01-29T01:35:10.105Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/heap_profiler/memprof.2026-01-29T01_33_56.954.42747400.pprof |
| 8917 | 2026-01-29T01:35:10.105Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.format-version.000005.006 (0 bytes) |
| 8918 | 2026-01-29T01:35:11.174Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.format-version.000005.006 |
| 8919 | 2026-01-29T01:35:11.174Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.manifest.000002.MANIFEST-000018 (0 bytes) |
| 8920 | 2026-01-29T01:35:12.243Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.manifest.000002.MANIFEST-000018 |
| 8921 | 2026-01-29T01:35:12.243Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/temp-dirs-record.txt (0 bytes) |
| 8922 | 2026-01-29T01:35:13.313Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/temp-dirs-record.txt |
| 8923 | 2026-01-29T01:35:13.313Z | uploading: /var/tmp/omicron_tmp/.tmp6jFDFB/listen-url (56 bytes) |
| 8924 | 2026-01-29T01:35:14.407Z | uploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/listen-url |
| 8925 | 2026-01-29T01:35:14.407Z | uploading: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stderr (0 bytes) |
| 8926 | 2026-01-29T01:35:15.476Z | uploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stderr |
| 8927 | 2026-01-29T01:35:15.476Z | uploading: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stdout (20346 bytes) |
| 8928 | 2026-01-29T01:35:16.613Z | uploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stdout |
| 8929 | 2026-01-29T01:35:16.613Z | uploading: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/conf (62 bytes) |
| 8930 | 2026-01-29T01:35:17.706Z | uploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/conf |
| 8931 | 2026-01-29T01:35:17.706Z | uploading: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/db (842 bytes) |
| 8932 | 2026-01-29T01:35:18.798Z | uploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/db |
| 8933 | 2026-01-29T01:35:18.799Z | uploading: /var/tmp/omicron_tmp/.tmpAjgqAy/conf (62 bytes) |
| 8934 | 2026-01-29T01:35:19.892Z | uploaded: /var/tmp/omicron_tmp/.tmpAjgqAy/conf |
| 8935 | 2026-01-29T01:35:19.892Z | uploading: /var/tmp/omicron_tmp/.tmpAjgqAy/db (0 bytes) |
| 8936 | 2026-01-29T01:35:20.962Z | uploaded: /var/tmp/omicron_tmp/.tmpAjgqAy/db |
| 8937 | 2026-01-29T01:35:20.962Z | uploading: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stderr (0 bytes) |
| 8938 | 2026-01-29T01:35:22.034Z | uploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stderr |
| 8939 | 2026-01-29T01:35:22.034Z | uploading: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stdout (18932 bytes) |
| 8940 | 2026-01-29T01:35:23.175Z | uploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stdout |
| 8941 | 2026-01-29T01:35:23.175Z | uploading: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/conf (62 bytes) |
| 8942 | 2026-01-29T01:35:24.270Z | uploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/conf |
| 8943 | 2026-01-29T01:35:24.270Z | uploading: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/db (842 bytes) |
| 8944 | 2026-01-29T01:35:25.366Z | uploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/db |
| 8945 | 2026-01-29T01:35:25.367Z | uploading: /var/tmp/omicron_tmp/.tmpCrEyB1/conf (62 bytes) |
| 8946 | 2026-01-29T01:35:26.462Z | uploaded: /var/tmp/omicron_tmp/.tmpCrEyB1/conf |
| 8947 | 2026-01-29T01:35:26.462Z | uploading: /var/tmp/omicron_tmp/.tmpCrEyB1/db (0 bytes) |
| 8948 | 2026-01-29T01:35:27.534Z | uploaded: /var/tmp/omicron_tmp/.tmpCrEyB1/db |
| 8949 | 2026-01-29T01:35:27.534Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 8950 | 2026-01-29T01:35:28.630Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 8951 | 2026-01-29T01:35:28.630Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 8952 | 2026-01-29T01:35:29.725Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 8953 | 2026-01-29T01:35:29.725Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 8954 | 2026-01-29T01:35:30.821Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 8955 | 2026-01-29T01:35:30.821Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 8956 | 2026-01-29T01:35:31.917Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 8957 | 2026-01-29T01:35:31.917Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 8958 | 2026-01-29T01:35:33.016Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 8959 | 2026-01-29T01:35:33.016Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 8960 | 2026-01-29T01:35:34.112Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 8961 | 2026-01-29T01:35:34.112Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 8962 | 2026-01-29T01:35:35.208Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 8963 | 2026-01-29T01:35:35.208Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 8964 | 2026-01-29T01:35:36.304Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 8965 | 2026-01-29T01:35:36.330Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 8966 | 2026-01-29T01:35:37.589Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 8967 | 2026-01-29T01:35:37.589Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 8968 | 2026-01-29T01:35:38.732Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 8969 | 2026-01-29T01:35:38.757Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 8970 | 2026-01-29T01:35:39.989Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 8971 | 2026-01-29T01:35:39.989Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 8972 | 2026-01-29T01:35:41.132Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 8973 | 2026-01-29T01:35:41.132Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 8974 | 2026-01-29T01:35:42.413Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 8975 | 2026-01-29T01:35:42.413Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 8976 | 2026-01-29T01:35:43.508Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 8977 | 2026-01-29T01:35:43.508Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/artifact-config.json (1370 bytes) |
| 8978 | 2026-01-29T01:35:44.604Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/artifact-config.json |
| 8979 | 2026-01-29T01:35:44.604Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 8980 | 2026-01-29T01:35:45.859Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 8981 | 2026-01-29T01:35:45.859Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 8982 | 2026-01-29T01:35:47.113Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 8983 | 2026-01-29T01:35:47.113Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 8984 | 2026-01-29T01:35:48.209Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 8985 | 2026-01-29T01:35:48.209Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 8986 | 2026-01-29T01:35:49.303Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 8987 | 2026-01-29T01:35:49.304Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 8988 | 2026-01-29T01:35:50.585Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 8989 | 2026-01-29T01:35:50.585Z | uploading: /var/tmp/omicron_tmp/.tmpFgat18/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 8990 | 2026-01-29T01:35:51.838Z | uploaded: /var/tmp/omicron_tmp/.tmpFgat18/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 8991 | 2026-01-29T01:35:51.839Z | uploading: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stderr (0 bytes) |
| 8992 | 2026-01-29T01:35:52.910Z | uploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stderr |
| 8993 | 2026-01-29T01:35:52.910Z | uploading: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stdout (32144 bytes) |
| 8994 | 2026-01-29T01:35:54.072Z | uploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stdout |
| 8995 | 2026-01-29T01:35:54.072Z | uploading: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/conf (62 bytes) |
| 8996 | 2026-01-29T01:35:55.168Z | uploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/conf |
| 8997 | 2026-01-29T01:35:55.168Z | uploading: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/db (842 bytes) |
| 8998 | 2026-01-29T01:35:56.264Z | uploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/db |
| 8999 | 2026-01-29T01:35:56.264Z | uploading: /var/tmp/omicron_tmp/.tmpIuU0Hr/conf (62 bytes) |
| 9000 | 2026-01-29T01:35:57.360Z | uploaded: /var/tmp/omicron_tmp/.tmpIuU0Hr/conf |
| 9001 | 2026-01-29T01:35:57.360Z | uploading: /var/tmp/omicron_tmp/.tmpIuU0Hr/db (9038 bytes) |
| 9002 | 2026-01-29T01:35:58.477Z | uploaded: /var/tmp/omicron_tmp/.tmpIuU0Hr/db |
| 9003 | 2026-01-29T01:35:58.477Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stderr (704 bytes) |
| 9004 | 2026-01-29T01:35:59.572Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stderr |
| 9005 | 2026-01-29T01:35:59.596Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stdout (913 bytes) |
| 9006 | 2026-01-29T01:35:59.620Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stdout" changed size mid upload: 913 -> 951 |
| 9007 | 2026-01-29T01:36:00.690Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stdout |
| 9008 | 2026-01-29T01:36:00.691Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000017.log (161845 bytes) |
| 9009 | 2026-01-29T01:36:01.898Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000017.log |
| 9010 | 2026-01-29T01:36:01.922Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000020.sst (941740 bytes) |
| 9011 | 2026-01-29T01:36:03.178Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000020.sst |
| 9012 | 2026-01-29T01:36:03.212Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000021.log (5801880 bytes) |
| 9013 | 2026-01-29T01:36:03.615Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/000021.log" changed size mid upload: 5801880 -> 6255720 |
| 9014 | 2026-01-29T01:36:04.688Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000021.log |
| 9015 | 2026-01-29T01:36:04.688Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/CURRENT (16 bytes) |
| 9016 | 2026-01-29T01:36:05.782Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/CURRENT |
| 9017 | 2026-01-29T01:36:05.782Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/LOCK (0 bytes) |
| 9018 | 2026-01-29T01:36:06.853Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/LOCK |
| 9019 | 2026-01-29T01:36:06.853Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000001 (44 bytes) |
| 9020 | 2026-01-29T01:36:07.949Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000001 |
| 9021 | 2026-01-29T01:36:07.973Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000018 (615 bytes) |
| 9022 | 2026-01-29T01:36:09.046Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000018 |
| 9023 | 2026-01-29T01:36:09.046Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/OPTIONS-000019 (2366 bytes) |
| 9024 | 2026-01-29T01:36:10.142Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/OPTIONS-000019 |
| 9025 | 2026-01-29T01:36:10.167Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/STORAGE_MIN_VERSION (8 bytes) |
| 9026 | 2026-01-29T01:36:11.239Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/STORAGE_MIN_VERSION |
| 9027 | 2026-01-29T01:36:11.239Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/000002.log (0 bytes) |
| 9028 | 2026-01-29T01:36:11.262Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/000002.log" disappeared between scan and upload |
| 9029 | 2026-01-29T01:36:11.262Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/CURRENT (16 bytes) |
| 9030 | 2026-01-29T01:36:11.286Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/CURRENT" disappeared between scan and upload |
| 9031 | 2026-01-29T01:36:11.286Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/LOCK (0 bytes) |
| 9032 | 2026-01-29T01:36:11.310Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/LOCK" disappeared between scan and upload |
| 9033 | 2026-01-29T01:36:11.310Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/MANIFEST-000001 (50 bytes) |
| 9034 | 2026-01-29T01:36:11.334Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/MANIFEST-000001" disappeared between scan and upload |
| 9035 | 2026-01-29T01:36:11.334Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/OPTIONS-000003 (2303 bytes) |
| 9036 | 2026-01-29T01:36:11.358Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/OPTIONS-000003" disappeared between scan and upload |
| 9037 | 2026-01-29T01:36:11.358Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/TEMP_DIR.LOCK (0 bytes) |
| 9038 | 2026-01-29T01:36:11.382Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/TEMP_DIR.LOCK" disappeared between scan and upload |
| 9039 | 2026-01-29T01:36:11.382Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-addr (11 bytes) |
| 9040 | 2026-01-29T01:36:12.473Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-addr |
| 9041 | 2026-01-29T01:36:12.473Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-sql-addr (11 bytes) |
| 9042 | 2026-01-29T01:36:13.567Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-sql-addr |
| 9043 | 2026-01-29T01:36:13.567Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.http-addr (11 bytes) |
| 9044 | 2026-01-29T01:36:14.663Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.http-addr |
| 9045 | 2026-01-29T01:36:14.663Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.listen-addr (11 bytes) |
| 9046 | 2026-01-29T01:36:15.759Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.listen-addr |
| 9047 | 2026-01-29T01:36:15.759Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.sql-addr (11 bytes) |
| 9048 | 2026-01-29T01:36:16.855Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.sql-addr |
| 9049 | 2026-01-29T01:36:16.855Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes) |
| 9050 | 2026-01-29T01:36:17.952Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9051 | 2026-01-29T01:36:17.952Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log (3382 bytes) |
| 9052 | 2026-01-29T01:36:18.000Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log" changed size mid upload: 3382 -> 3733 |
| 9053 | 2026-01-29T01:36:19.070Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log |
| 9054 | 2026-01-29T01:36:19.070Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.log (3382 bytes) |
| 9055 | 2026-01-29T01:36:19.118Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.log" changed size mid upload: 3382 -> 3733 |
| 9056 | 2026-01-29T01:36:20.188Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.log |
| 9057 | 2026-01-29T01:36:20.188Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes) |
| 9058 | 2026-01-29T01:36:21.283Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9059 | 2026-01-29T01:36:21.307Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log (5452 bytes) |
| 9060 | 2026-01-29T01:36:22.401Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log |
| 9061 | 2026-01-29T01:36:22.401Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.log (5452 bytes) |
| 9062 | 2026-01-29T01:36:23.519Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.log |
| 9063 | 2026-01-29T01:36:23.519Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes) |
| 9064 | 2026-01-29T01:36:24.615Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log |
| 9065 | 2026-01-29T01:36:24.615Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.log (1780 bytes) |
| 9066 | 2026-01-29T01:36:25.711Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.log |
| 9067 | 2026-01-29T01:36:25.711Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes) |
| 9068 | 2026-01-29T01:36:26.942Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9069 | 2026-01-29T01:36:26.942Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.log (321228 bytes) |
| 9070 | 2026-01-29T01:36:28.167Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.log |
| 9071 | 2026-01-29T01:36:28.167Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes) |
| 9072 | 2026-01-29T01:36:29.260Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9073 | 2026-01-29T01:36:29.260Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log (1126 bytes) |
| 9074 | 2026-01-29T01:36:30.353Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log |
| 9075 | 2026-01-29T01:36:30.353Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.log (1126 bytes) |
| 9076 | 2026-01-29T01:36:31.448Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.log |
| 9077 | 2026-01-29T01:36:31.472Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log (28811 bytes) |
| 9078 | 2026-01-29T01:36:31.559Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log" changed size mid upload: 28811 -> 29217 |
| 9079 | 2026-01-29T01:36:32.628Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log |
| 9080 | 2026-01-29T01:36:32.628Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.log (28811 bytes) |
| 9081 | 2026-01-29T01:36:32.739Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.log" changed size mid upload: 28811 -> 29217 |
| 9082 | 2026-01-29T01:36:33.809Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.log |
| 9083 | 2026-01-29T01:36:33.809Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes) |
| 9084 | 2026-01-29T01:36:35.058Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9085 | 2026-01-29T01:36:35.058Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log (25126 bytes) |
| 9086 | 2026-01-29T01:36:35.169Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log" changed size mid upload: 25126 -> 27229 |
| 9087 | 2026-01-29T01:36:36.239Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log |
| 9088 | 2026-01-29T01:36:36.263Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.log (25126 bytes) |
| 9089 | 2026-01-29T01:36:36.349Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.log" changed size mid upload: 25126 -> 27229 |
| 9090 | 2026-01-29T01:36:37.418Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.log |
| 9091 | 2026-01-29T01:36:37.418Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_34.545.59595008.pprof (105642 bytes) |
| 9092 | 2026-01-29T01:36:38.622Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_34.545.59595008.pprof |
| 9093 | 2026-01-29T01:36:38.622Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_44.541.95712320.pprof (130364 bytes) |
| 9094 | 2026-01-29T01:36:39.824Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_44.541.95712320.pprof |
| 9095 | 2026-01-29T01:36:39.848Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.format-version.000005.006 (0 bytes) |
| 9096 | 2026-01-29T01:36:40.894Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.format-version.000005.006 |
| 9097 | 2026-01-29T01:36:40.894Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.manifest.000002.MANIFEST-000018 (0 bytes) |
| 9098 | 2026-01-29T01:36:41.969Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.manifest.000002.MANIFEST-000018 |
| 9099 | 2026-01-29T01:36:41.969Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/temp-dirs-record.txt (62 bytes) |
| 9100 | 2026-01-29T01:36:41.993Z | upload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/temp-dirs-record.txt" changed size mid upload: 62 -> 0 |
| 9101 | 2026-01-29T01:36:43.062Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/temp-dirs-record.txt |
| 9102 | 2026-01-29T01:36:43.062Z | uploading: /var/tmp/omicron_tmp/.tmpJ19c2L/listen-url (56 bytes) |
| 9103 | 2026-01-29T01:36:44.155Z | uploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/listen-url |
| 9104 | 2026-01-29T01:36:44.155Z | uploading: /var/tmp/omicron_tmp/.tmpJLC7u4/conf (62 bytes) |
| 9105 | 2026-01-29T01:36:45.250Z | uploaded: /var/tmp/omicron_tmp/.tmpJLC7u4/conf |
| 9106 | 2026-01-29T01:36:45.250Z | uploading: /var/tmp/omicron_tmp/.tmpJLC7u4/db (0 bytes) |
| 9107 | 2026-01-29T01:36:46.320Z | uploaded: /var/tmp/omicron_tmp/.tmpJLC7u4/db |
| 9108 | 2026-01-29T01:36:46.320Z | uploading: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stderr (0 bytes) |
| 9109 | 2026-01-29T01:36:47.406Z | uploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stderr |
| 9110 | 2026-01-29T01:36:47.441Z | uploading: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stdout (46271 bytes) |
| 9111 | 2026-01-29T01:36:48.570Z | uploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stdout |
| 9112 | 2026-01-29T01:36:48.570Z | uploading: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/conf (62 bytes) |
| 9113 | 2026-01-29T01:36:49.664Z | uploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/conf |
| 9114 | 2026-01-29T01:36:49.664Z | uploading: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/db (842 bytes) |
| 9115 | 2026-01-29T01:36:50.757Z | uploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/db |
| 9116 | 2026-01-29T01:36:50.757Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stderr (704 bytes) |
| 9117 | 2026-01-29T01:36:51.851Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stderr |
| 9118 | 2026-01-29T01:36:51.851Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stdout (951 bytes) |
| 9119 | 2026-01-29T01:36:52.944Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stdout |
| 9120 | 2026-01-29T01:36:52.944Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000017.log (165168 bytes) |
| 9121 | 2026-01-29T01:36:54.151Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000017.log |
| 9122 | 2026-01-29T01:36:54.151Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000020.sst (941740 bytes) |
| 9123 | 2026-01-29T01:36:55.423Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000020.sst |
| 9124 | 2026-01-29T01:36:55.423Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000021.log (1700934 bytes) |
| 9125 | 2026-01-29T01:36:56.743Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000021.log |
| 9126 | 2026-01-29T01:36:56.743Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/CURRENT (16 bytes) |
| 9127 | 2026-01-29T01:36:57.837Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/CURRENT |
| 9128 | 2026-01-29T01:36:57.837Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/LOCK (0 bytes) |
| 9129 | 2026-01-29T01:36:58.908Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/LOCK |
| 9130 | 2026-01-29T01:36:58.932Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000001 (44 bytes) |
| 9131 | 2026-01-29T01:37:00.002Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000001 |
| 9132 | 2026-01-29T01:37:00.002Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000018 (615 bytes) |
| 9133 | 2026-01-29T01:37:01.098Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000018 |
| 9134 | 2026-01-29T01:37:01.098Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/OPTIONS-000019 (2366 bytes) |
| 9135 | 2026-01-29T01:37:02.192Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/OPTIONS-000019 |
| 9136 | 2026-01-29T01:37:02.216Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/STORAGE_MIN_VERSION (8 bytes) |
| 9137 | 2026-01-29T01:37:03.286Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/STORAGE_MIN_VERSION |
| 9138 | 2026-01-29T01:37:03.286Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-addr (11 bytes) |
| 9139 | 2026-01-29T01:37:04.380Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-addr |
| 9140 | 2026-01-29T01:37:04.404Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-sql-addr (11 bytes) |
| 9141 | 2026-01-29T01:37:05.473Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-sql-addr |
| 9142 | 2026-01-29T01:37:05.498Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.http-addr (11 bytes) |
| 9143 | 2026-01-29T01:37:06.569Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.http-addr |
| 9144 | 2026-01-29T01:37:06.594Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.listen-addr (11 bytes) |
| 9145 | 2026-01-29T01:37:07.663Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.listen-addr |
| 9146 | 2026-01-29T01:37:07.663Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.sql-addr (11 bytes) |
| 9147 | 2026-01-29T01:37:08.759Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.sql-addr |
| 9148 | 2026-01-29T01:37:08.759Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes) |
| 9149 | 2026-01-29T01:37:09.852Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9150 | 2026-01-29T01:37:09.876Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log (1321 bytes) |
| 9151 | 2026-01-29T01:37:10.945Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log |
| 9152 | 2026-01-29T01:37:10.946Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.log (1321 bytes) |
| 9153 | 2026-01-29T01:37:12.040Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.log |
| 9154 | 2026-01-29T01:37:12.040Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes) |
| 9155 | 2026-01-29T01:37:13.135Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9156 | 2026-01-29T01:37:13.135Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log (5442 bytes) |
| 9157 | 2026-01-29T01:37:14.250Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log |
| 9158 | 2026-01-29T01:37:14.250Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.log (5442 bytes) |
| 9159 | 2026-01-29T01:37:15.365Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.log |
| 9160 | 2026-01-29T01:37:15.365Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes) |
| 9161 | 2026-01-29T01:37:16.459Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log |
| 9162 | 2026-01-29T01:37:16.483Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.log (1780 bytes) |
| 9163 | 2026-01-29T01:37:17.555Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.log |
| 9164 | 2026-01-29T01:37:17.555Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes) |
| 9165 | 2026-01-29T01:37:18.782Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9166 | 2026-01-29T01:37:18.806Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.log (321228 bytes) |
| 9167 | 2026-01-29T01:37:20.011Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.log |
| 9168 | 2026-01-29T01:37:20.011Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes) |
| 9169 | 2026-01-29T01:37:21.104Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9170 | 2026-01-29T01:37:21.105Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log (1126 bytes) |
| 9171 | 2026-01-29T01:37:22.198Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log |
| 9172 | 2026-01-29T01:37:22.198Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.log (1126 bytes) |
| 9173 | 2026-01-29T01:37:23.292Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.log |
| 9174 | 2026-01-29T01:37:23.293Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log (8063 bytes) |
| 9175 | 2026-01-29T01:37:24.410Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log |
| 9176 | 2026-01-29T01:37:24.410Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.log (8063 bytes) |
| 9177 | 2026-01-29T01:37:25.526Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.log |
| 9178 | 2026-01-29T01:37:25.526Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes) |
| 9179 | 2026-01-29T01:37:26.774Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9180 | 2026-01-29T01:37:26.797Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log (18452 bytes) |
| 9181 | 2026-01-29T01:37:27.910Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log |
| 9182 | 2026-01-29T01:37:27.910Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.log (18452 bytes) |
| 9183 | 2026-01-29T01:37:29.048Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.log |
| 9184 | 2026-01-29T01:37:29.048Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.format-version.000005.006 (0 bytes) |
| 9185 | 2026-01-29T01:37:30.117Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.format-version.000005.006 |
| 9186 | 2026-01-29T01:37:30.117Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.manifest.000002.MANIFEST-000018 (0 bytes) |
| 9187 | 2026-01-29T01:37:31.187Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.manifest.000002.MANIFEST-000018 |
| 9188 | 2026-01-29T01:37:31.187Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/temp-dirs-record.txt (0 bytes) |
| 9189 | 2026-01-29T01:37:32.255Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/temp-dirs-record.txt |
| 9190 | 2026-01-29T01:37:32.255Z | uploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/listen-url (56 bytes) |
| 9191 | 2026-01-29T01:37:33.349Z | uploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/listen-url |
| 9192 | 2026-01-29T01:37:33.349Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 9193 | 2026-01-29T01:37:34.442Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 9194 | 2026-01-29T01:37:34.442Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 9195 | 2026-01-29T01:37:35.536Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 9196 | 2026-01-29T01:37:35.536Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 9197 | 2026-01-29T01:37:36.629Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 9198 | 2026-01-29T01:37:36.629Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 9199 | 2026-01-29T01:37:37.721Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 9200 | 2026-01-29T01:37:37.721Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 9201 | 2026-01-29T01:37:38.814Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 9202 | 2026-01-29T01:37:38.814Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 9203 | 2026-01-29T01:37:39.908Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 9204 | 2026-01-29T01:37:39.908Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 9205 | 2026-01-29T01:37:41.001Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 9206 | 2026-01-29T01:37:41.001Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 9207 | 2026-01-29T01:37:42.093Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 9208 | 2026-01-29T01:37:42.093Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 9209 | 2026-01-29T01:37:43.367Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 9210 | 2026-01-29T01:37:43.367Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 9211 | 2026-01-29T01:37:44.503Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 9212 | 2026-01-29T01:37:44.503Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 9213 | 2026-01-29T01:37:45.753Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 9214 | 2026-01-29T01:37:45.777Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 9215 | 2026-01-29T01:37:46.892Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 9216 | 2026-01-29T01:37:46.892Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 9217 | 2026-01-29T01:37:48.166Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 9218 | 2026-01-29T01:37:48.166Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 9219 | 2026-01-29T01:37:49.260Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 9220 | 2026-01-29T01:37:49.260Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/artifact-config.json (1370 bytes) |
| 9221 | 2026-01-29T01:37:50.391Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/artifact-config.json |
| 9222 | 2026-01-29T01:37:50.391Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 9223 | 2026-01-29T01:37:51.644Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 9224 | 2026-01-29T01:37:51.645Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 9225 | 2026-01-29T01:37:52.893Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 9226 | 2026-01-29T01:37:52.893Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 9227 | 2026-01-29T01:37:53.986Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 9228 | 2026-01-29T01:37:53.986Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 9229 | 2026-01-29T01:37:55.080Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 9230 | 2026-01-29T01:37:55.080Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 9231 | 2026-01-29T01:37:56.352Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 9232 | 2026-01-29T01:37:56.352Z | uploading: /var/tmp/omicron_tmp/.tmpLWAyt9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 9233 | 2026-01-29T01:37:57.601Z | uploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 9234 | 2026-01-29T01:37:57.601Z | uploading: /var/tmp/omicron_tmp/.tmpNWxuJN/conf (62 bytes) |
| 9235 | 2026-01-29T01:37:58.694Z | uploaded: /var/tmp/omicron_tmp/.tmpNWxuJN/conf |
| 9236 | 2026-01-29T01:37:58.694Z | uploading: /var/tmp/omicron_tmp/.tmpNWxuJN/db (1224 bytes) |
| 9237 | 2026-01-29T01:37:59.787Z | uploaded: /var/tmp/omicron_tmp/.tmpNWxuJN/db |
| 9238 | 2026-01-29T01:37:59.787Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stderr (704 bytes) |
| 9239 | 2026-01-29T01:38:00.889Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stderr |
| 9240 | 2026-01-29T01:38:00.912Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stdout (951 bytes) |
| 9241 | 2026-01-29T01:38:01.982Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stdout |
| 9242 | 2026-01-29T01:38:01.982Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/000017.log (164057 bytes) |
| 9243 | 2026-01-29T01:38:03.183Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/000017.log |
| 9244 | 2026-01-29T01:38:03.183Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/000020.sst (941740 bytes) |
| 9245 | 2026-01-29T01:38:04.453Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/000020.sst |
| 9246 | 2026-01-29T01:38:04.454Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/000021.log (1358493 bytes) |
| 9247 | 2026-01-29T01:38:05.733Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/000021.log |
| 9248 | 2026-01-29T01:38:05.733Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/CURRENT (16 bytes) |
| 9249 | 2026-01-29T01:38:06.827Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/CURRENT |
| 9250 | 2026-01-29T01:38:06.827Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/LOCK (0 bytes) |
| 9251 | 2026-01-29T01:38:07.897Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/LOCK |
| 9252 | 2026-01-29T01:38:07.897Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000001 (44 bytes) |
| 9253 | 2026-01-29T01:38:08.990Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000001 |
| 9254 | 2026-01-29T01:38:08.990Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000018 (615 bytes) |
| 9255 | 2026-01-29T01:38:10.085Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000018 |
| 9256 | 2026-01-29T01:38:10.085Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/OPTIONS-000019 (2366 bytes) |
| 9257 | 2026-01-29T01:38:11.178Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/OPTIONS-000019 |
| 9258 | 2026-01-29T01:38:11.178Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/STORAGE_MIN_VERSION (8 bytes) |
| 9259 | 2026-01-29T01:38:12.271Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/STORAGE_MIN_VERSION |
| 9260 | 2026-01-29T01:38:12.271Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-addr (11 bytes) |
| 9261 | 2026-01-29T01:38:13.364Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-addr |
| 9262 | 2026-01-29T01:38:13.365Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-sql-addr (11 bytes) |
| 9263 | 2026-01-29T01:38:14.458Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-sql-addr |
| 9264 | 2026-01-29T01:38:14.458Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.http-addr (11 bytes) |
| 9265 | 2026-01-29T01:38:15.550Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.http-addr |
| 9266 | 2026-01-29T01:38:15.550Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.listen-addr (11 bytes) |
| 9267 | 2026-01-29T01:38:16.643Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.listen-addr |
| 9268 | 2026-01-29T01:38:16.643Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.sql-addr (11 bytes) |
| 9269 | 2026-01-29T01:38:17.736Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.sql-addr |
| 9270 | 2026-01-29T01:38:17.736Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes) |
| 9271 | 2026-01-29T01:38:18.835Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9272 | 2026-01-29T01:38:18.835Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log (1532 bytes) |
| 9273 | 2026-01-29T01:38:19.928Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log |
| 9274 | 2026-01-29T01:38:19.928Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.log (1532 bytes) |
| 9275 | 2026-01-29T01:38:21.022Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.log |
| 9276 | 2026-01-29T01:38:21.022Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes) |
| 9277 | 2026-01-29T01:38:22.118Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9278 | 2026-01-29T01:38:22.118Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log (5445 bytes) |
| 9279 | 2026-01-29T01:38:23.232Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log |
| 9280 | 2026-01-29T01:38:23.232Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.log (5445 bytes) |
| 9281 | 2026-01-29T01:38:24.347Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.log |
| 9282 | 2026-01-29T01:38:24.347Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes) |
| 9283 | 2026-01-29T01:38:25.440Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log |
| 9284 | 2026-01-29T01:38:25.464Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.log (1780 bytes) |
| 9285 | 2026-01-29T01:38:26.534Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.log |
| 9286 | 2026-01-29T01:38:26.534Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes) |
| 9287 | 2026-01-29T01:38:27.759Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9288 | 2026-01-29T01:38:27.759Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.log (321228 bytes) |
| 9289 | 2026-01-29T01:38:28.986Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.log |
| 9290 | 2026-01-29T01:38:28.986Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes) |
| 9291 | 2026-01-29T01:38:30.079Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9292 | 2026-01-29T01:38:30.080Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log (1126 bytes) |
| 9293 | 2026-01-29T01:38:31.172Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log |
| 9294 | 2026-01-29T01:38:31.172Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.log (1126 bytes) |
| 9295 | 2026-01-29T01:38:32.267Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.log |
| 9296 | 2026-01-29T01:38:32.268Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log (6754 bytes) |
| 9297 | 2026-01-29T01:38:33.382Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log |
| 9298 | 2026-01-29T01:38:33.382Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.log (6754 bytes) |
| 9299 | 2026-01-29T01:38:34.496Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.log |
| 9300 | 2026-01-29T01:38:34.496Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes) |
| 9301 | 2026-01-29T01:38:35.746Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9302 | 2026-01-29T01:38:35.746Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log (17625 bytes) |
| 9303 | 2026-01-29T01:38:36.882Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log |
| 9304 | 2026-01-29T01:38:36.882Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.log (17625 bytes) |
| 9305 | 2026-01-29T01:38:38.019Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.log |
| 9306 | 2026-01-29T01:38:38.019Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.format-version.000005.006 (0 bytes) |
| 9307 | 2026-01-29T01:38:39.090Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.format-version.000005.006 |
| 9308 | 2026-01-29T01:38:39.090Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.manifest.000002.MANIFEST-000018 (0 bytes) |
| 9309 | 2026-01-29T01:38:40.160Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.manifest.000002.MANIFEST-000018 |
| 9310 | 2026-01-29T01:38:40.160Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/temp-dirs-record.txt (0 bytes) |
| 9311 | 2026-01-29T01:38:41.230Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/temp-dirs-record.txt |
| 9312 | 2026-01-29T01:38:41.230Z | uploading: /var/tmp/omicron_tmp/.tmpOnXdje/listen-url (56 bytes) |
| 9313 | 2026-01-29T01:38:42.322Z | uploaded: /var/tmp/omicron_tmp/.tmpOnXdje/listen-url |
| 9314 | 2026-01-29T01:38:42.322Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 9315 | 2026-01-29T01:38:43.416Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 9316 | 2026-01-29T01:38:43.416Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 9317 | 2026-01-29T01:38:44.509Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 9318 | 2026-01-29T01:38:44.509Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 9319 | 2026-01-29T01:38:45.602Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 9320 | 2026-01-29T01:38:45.602Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 9321 | 2026-01-29T01:38:46.695Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 9322 | 2026-01-29T01:38:46.695Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 9323 | 2026-01-29T01:38:47.790Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 9324 | 2026-01-29T01:38:47.790Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 9325 | 2026-01-29T01:38:48.887Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 9326 | 2026-01-29T01:38:48.887Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 9327 | 2026-01-29T01:38:49.980Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 9328 | 2026-01-29T01:38:49.980Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 9329 | 2026-01-29T01:38:51.072Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 9330 | 2026-01-29T01:38:51.072Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 9331 | 2026-01-29T01:38:52.347Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 9332 | 2026-01-29T01:38:52.347Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 9333 | 2026-01-29T01:38:53.485Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 9334 | 2026-01-29T01:38:53.485Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 9335 | 2026-01-29T01:38:54.733Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 9336 | 2026-01-29T01:38:54.733Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 9337 | 2026-01-29T01:38:55.868Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 9338 | 2026-01-29T01:38:55.868Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 9339 | 2026-01-29T01:38:57.140Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 9340 | 2026-01-29T01:38:57.140Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 9341 | 2026-01-29T01:38:58.233Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 9342 | 2026-01-29T01:38:58.233Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/artifact-config.json (1370 bytes) |
| 9343 | 2026-01-29T01:38:59.326Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/artifact-config.json |
| 9344 | 2026-01-29T01:38:59.326Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 9345 | 2026-01-29T01:39:00.574Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 9346 | 2026-01-29T01:39:00.598Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 9347 | 2026-01-29T01:39:01.822Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 9348 | 2026-01-29T01:39:01.846Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 9349 | 2026-01-29T01:39:02.915Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 9350 | 2026-01-29T01:39:02.915Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 9351 | 2026-01-29T01:39:04.007Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 9352 | 2026-01-29T01:39:04.007Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 9353 | 2026-01-29T01:39:05.281Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 9354 | 2026-01-29T01:39:05.281Z | uploading: /var/tmp/omicron_tmp/.tmpQUfrRo/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 9355 | 2026-01-29T01:39:06.528Z | uploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 9356 | 2026-01-29T01:39:06.528Z | uploading: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stderr (0 bytes) |
| 9357 | 2026-01-29T01:39:07.598Z | uploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stderr |
| 9358 | 2026-01-29T01:39:07.598Z | uploading: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stdout (32616 bytes) |
| 9359 | 2026-01-29T01:39:08.756Z | uploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stdout |
| 9360 | 2026-01-29T01:39:08.756Z | uploading: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/conf (62 bytes) |
| 9361 | 2026-01-29T01:39:09.850Z | uploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/conf |
| 9362 | 2026-01-29T01:39:09.850Z | uploading: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/db (842 bytes) |
| 9363 | 2026-01-29T01:39:10.943Z | uploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/db |
| 9364 | 2026-01-29T01:39:10.943Z | uploading: /var/tmp/omicron_tmp/.tmpX9tgPQ/conf (62 bytes) |
| 9365 | 2026-01-29T01:39:12.035Z | uploaded: /var/tmp/omicron_tmp/.tmpX9tgPQ/conf |
| 9366 | 2026-01-29T01:39:12.035Z | uploading: /var/tmp/omicron_tmp/.tmpX9tgPQ/db (7473 bytes) |
| 9367 | 2026-01-29T01:39:13.150Z | uploaded: /var/tmp/omicron_tmp/.tmpX9tgPQ/db |
| 9368 | 2026-01-29T01:39:13.150Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 9369 | 2026-01-29T01:39:14.243Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 9370 | 2026-01-29T01:39:14.243Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 9371 | 2026-01-29T01:39:15.335Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 9372 | 2026-01-29T01:39:15.335Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 9373 | 2026-01-29T01:39:16.433Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 9374 | 2026-01-29T01:39:16.457Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 9375 | 2026-01-29T01:39:17.526Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 9376 | 2026-01-29T01:39:17.551Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 9377 | 2026-01-29T01:39:18.619Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 9378 | 2026-01-29T01:39:18.619Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 9379 | 2026-01-29T01:39:19.713Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 9380 | 2026-01-29T01:39:19.713Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 9381 | 2026-01-29T01:39:20.809Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 9382 | 2026-01-29T01:39:20.809Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 9383 | 2026-01-29T01:39:21.919Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 9384 | 2026-01-29T01:39:21.944Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 9385 | 2026-01-29T01:39:23.225Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 9386 | 2026-01-29T01:39:23.249Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 9387 | 2026-01-29T01:39:24.369Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 9388 | 2026-01-29T01:39:24.393Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 9389 | 2026-01-29T01:39:25.622Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 9390 | 2026-01-29T01:39:25.622Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 9391 | 2026-01-29T01:39:26.762Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 9392 | 2026-01-29T01:39:26.762Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 9393 | 2026-01-29T01:39:28.042Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 9394 | 2026-01-29T01:39:28.042Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 9395 | 2026-01-29T01:39:29.137Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 9396 | 2026-01-29T01:39:29.137Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/artifact-config.json (1370 bytes) |
| 9397 | 2026-01-29T01:39:30.232Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/artifact-config.json |
| 9398 | 2026-01-29T01:39:30.232Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 9399 | 2026-01-29T01:39:31.487Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 9400 | 2026-01-29T01:39:31.512Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 9401 | 2026-01-29T01:39:32.742Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 9402 | 2026-01-29T01:39:32.742Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 9403 | 2026-01-29T01:39:33.838Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 9404 | 2026-01-29T01:39:33.862Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 9405 | 2026-01-29T01:39:34.934Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 9406 | 2026-01-29T01:39:34.934Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 9407 | 2026-01-29T01:39:36.214Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 9408 | 2026-01-29T01:39:36.215Z | uploading: /var/tmp/omicron_tmp/.tmpaGqJp9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 9409 | 2026-01-29T01:39:37.469Z | uploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 9410 | 2026-01-29T01:39:37.469Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 9411 | 2026-01-29T01:39:38.565Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 9412 | 2026-01-29T01:39:38.565Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 9413 | 2026-01-29T01:39:39.659Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 9414 | 2026-01-29T01:39:39.659Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 9415 | 2026-01-29T01:39:40.753Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 9416 | 2026-01-29T01:39:40.753Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 9417 | 2026-01-29T01:39:41.848Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 9418 | 2026-01-29T01:39:41.849Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 9419 | 2026-01-29T01:39:42.943Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 9420 | 2026-01-29T01:39:42.943Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 9421 | 2026-01-29T01:39:44.039Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 9422 | 2026-01-29T01:39:44.039Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 9423 | 2026-01-29T01:39:45.135Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 9424 | 2026-01-29T01:39:45.159Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 9425 | 2026-01-29T01:39:46.230Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 9426 | 2026-01-29T01:39:46.255Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 9427 | 2026-01-29T01:39:47.511Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 9428 | 2026-01-29T01:39:47.511Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 9429 | 2026-01-29T01:39:48.650Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 9430 | 2026-01-29T01:39:48.675Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 9431 | 2026-01-29T01:39:49.904Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 9432 | 2026-01-29T01:39:49.904Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 9433 | 2026-01-29T01:39:51.045Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 9434 | 2026-01-29T01:39:51.045Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 9435 | 2026-01-29T01:39:52.327Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 9436 | 2026-01-29T01:39:52.327Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 9437 | 2026-01-29T01:39:53.425Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 9438 | 2026-01-29T01:39:53.425Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/artifact-config.json (1370 bytes) |
| 9439 | 2026-01-29T01:39:54.521Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/artifact-config.json |
| 9440 | 2026-01-29T01:39:54.545Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 9441 | 2026-01-29T01:39:55.776Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 9442 | 2026-01-29T01:39:55.776Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 9443 | 2026-01-29T01:39:57.029Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 9444 | 2026-01-29T01:39:57.029Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 9445 | 2026-01-29T01:39:58.127Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 9446 | 2026-01-29T01:39:58.127Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 9447 | 2026-01-29T01:39:59.224Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 9448 | 2026-01-29T01:39:59.224Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 9449 | 2026-01-29T01:40:00.504Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 9450 | 2026-01-29T01:40:00.504Z | uploading: /var/tmp/omicron_tmp/.tmpcHdrg5/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 9451 | 2026-01-29T01:40:01.759Z | uploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 9452 | 2026-01-29T01:40:01.759Z | uploading: /var/tmp/omicron_tmp/.tmpeacrKf/conf (62 bytes) |
| 9453 | 2026-01-29T01:40:02.856Z | uploaded: /var/tmp/omicron_tmp/.tmpeacrKf/conf |
| 9454 | 2026-01-29T01:40:02.880Z | uploading: /var/tmp/omicron_tmp/.tmpeacrKf/db (7302 bytes) |
| 9455 | 2026-01-29T01:40:03.973Z | uploaded: /var/tmp/omicron_tmp/.tmpeacrKf/db |
| 9456 | 2026-01-29T01:40:03.996Z | uploading: /var/tmp/omicron_tmp/.tmpf5xBdm/dendrite_stdout (52987 bytes) |
| 9457 | 2026-01-29T01:40:05.156Z | uploaded: /var/tmp/omicron_tmp/.tmpf5xBdm/dendrite_stdout |
| 9458 | 2026-01-29T01:40:05.157Z | uploading: /var/tmp/omicron_tmp/.tmpgW8RNA/conf (62 bytes) |
| 9459 | 2026-01-29T01:40:06.254Z | uploaded: /var/tmp/omicron_tmp/.tmpgW8RNA/conf |
| 9460 | 2026-01-29T01:40:06.254Z | uploading: /var/tmp/omicron_tmp/.tmpgW8RNA/db (0 bytes) |
| 9461 | 2026-01-29T01:40:07.325Z | uploaded: /var/tmp/omicron_tmp/.tmpgW8RNA/db |
| 9462 | 2026-01-29T01:40:07.325Z | uploading: /var/tmp/omicron_tmp/.tmpiAHx9W/artifact-config.json (31 bytes) |
| 9463 | 2026-01-29T01:40:08.421Z | uploaded: /var/tmp/omicron_tmp/.tmpiAHx9W/artifact-config.json |
| 9464 | 2026-01-29T01:40:08.421Z | uploading: /var/tmp/omicron_tmp/.tmpjjKD8E/dendrite_stdout (80309 bytes) |
| 9465 | 2026-01-29T01:40:09.606Z | uploaded: /var/tmp/omicron_tmp/.tmpjjKD8E/dendrite_stdout |
| 9466 | 2026-01-29T01:40:09.606Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stderr (704 bytes) |
| 9467 | 2026-01-29T01:40:10.701Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stderr |
| 9468 | 2026-01-29T01:40:10.701Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stdout (913 bytes) |
| 9469 | 2026-01-29T01:40:10.749Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stdout" changed size mid upload: 913 -> 951 |
| 9470 | 2026-01-29T01:40:11.821Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stdout |
| 9471 | 2026-01-29T01:40:11.821Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/000017.log (165814 bytes) |
| 9472 | 2026-01-29T01:40:13.028Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/000017.log |
| 9473 | 2026-01-29T01:40:13.029Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/000020.sst (941740 bytes) |
| 9474 | 2026-01-29T01:40:14.306Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/000020.sst |
| 9475 | 2026-01-29T01:40:14.306Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/000021.log (10421381 bytes) |
| 9476 | 2026-01-29T01:40:15.258Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/000021.log" changed size mid upload: 10421381 -> 12802285 |
| 9477 | 2026-01-29T01:40:16.329Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/000021.log |
| 9478 | 2026-01-29T01:40:16.329Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/CURRENT (16 bytes) |
| 9479 | 2026-01-29T01:40:17.425Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/CURRENT |
| 9480 | 2026-01-29T01:40:17.425Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/LOCK (0 bytes) |
| 9481 | 2026-01-29T01:40:18.496Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/LOCK |
| 9482 | 2026-01-29T01:40:18.497Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000001 (44 bytes) |
| 9483 | 2026-01-29T01:40:19.591Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000001 |
| 9484 | 2026-01-29T01:40:19.591Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000018 (615 bytes) |
| 9485 | 2026-01-29T01:40:20.687Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000018 |
| 9486 | 2026-01-29T01:40:20.687Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/OPTIONS-000019 (2366 bytes) |
| 9487 | 2026-01-29T01:40:21.782Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/OPTIONS-000019 |
| 9488 | 2026-01-29T01:40:21.806Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/STORAGE_MIN_VERSION (8 bytes) |
| 9489 | 2026-01-29T01:40:22.877Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/STORAGE_MIN_VERSION |
| 9490 | 2026-01-29T01:40:22.878Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/000002.log (0 bytes) |
| 9491 | 2026-01-29T01:40:22.902Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/000002.log" disappeared between scan and upload |
| 9492 | 2026-01-29T01:40:22.902Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/CURRENT (16 bytes) |
| 9493 | 2026-01-29T01:40:22.926Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/CURRENT" disappeared between scan and upload |
| 9494 | 2026-01-29T01:40:22.926Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/LOCK (0 bytes) |
| 9495 | 2026-01-29T01:40:22.950Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/LOCK" disappeared between scan and upload |
| 9496 | 2026-01-29T01:40:22.950Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/MANIFEST-000001 (50 bytes) |
| 9497 | 2026-01-29T01:40:22.974Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/MANIFEST-000001" disappeared between scan and upload |
| 9498 | 2026-01-29T01:40:22.974Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/OPTIONS-000003 (2303 bytes) |
| 9499 | 2026-01-29T01:40:22.998Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/OPTIONS-000003" disappeared between scan and upload |
| 9500 | 2026-01-29T01:40:22.998Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/TEMP_DIR.LOCK (0 bytes) |
| 9501 | 2026-01-29T01:40:23.022Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/TEMP_DIR.LOCK" disappeared between scan and upload |
| 9502 | 2026-01-29T01:40:23.022Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-addr (11 bytes) |
| 9503 | 2026-01-29T01:40:24.113Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-addr |
| 9504 | 2026-01-29T01:40:24.113Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-sql-addr (11 bytes) |
| 9505 | 2026-01-29T01:40:25.209Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-sql-addr |
| 9506 | 2026-01-29T01:40:25.209Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.http-addr (11 bytes) |
| 9507 | 2026-01-29T01:40:26.304Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.http-addr |
| 9508 | 2026-01-29T01:40:26.304Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.listen-addr (11 bytes) |
| 9509 | 2026-01-29T01:40:27.401Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.listen-addr |
| 9510 | 2026-01-29T01:40:27.425Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.sql-addr (11 bytes) |
| 9511 | 2026-01-29T01:40:28.496Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.sql-addr |
| 9512 | 2026-01-29T01:40:28.496Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes) |
| 9513 | 2026-01-29T01:40:29.591Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9514 | 2026-01-29T01:40:29.591Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_05Z.005997.log (4859 bytes) |
| 9515 | 2026-01-29T01:40:29.661Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_05Z.005997.log" changed size mid upload: 4859 -> 5000 |
| 9516 | 2026-01-29T01:40:30.731Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_05Z.005997.log |
| 9517 | 2026-01-29T01:40:30.731Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.log (4859 bytes) |
| 9518 | 2026-01-29T01:40:30.803Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.log" changed size mid upload: 4859 -> 5000 |
| 9519 | 2026-01-29T01:40:31.872Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.log |
| 9520 | 2026-01-29T01:40:31.872Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes) |
| 9521 | 2026-01-29T01:40:32.969Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9522 | 2026-01-29T01:40:32.969Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log (5424 bytes) |
| 9523 | 2026-01-29T01:40:34.085Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log |
| 9524 | 2026-01-29T01:40:34.085Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.log (5424 bytes) |
| 9525 | 2026-01-29T01:40:35.204Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.log |
| 9526 | 2026-01-29T01:40:35.204Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes) |
| 9527 | 2026-01-29T01:40:36.300Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log |
| 9528 | 2026-01-29T01:40:36.300Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.log (1780 bytes) |
| 9529 | 2026-01-29T01:40:37.397Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.log |
| 9530 | 2026-01-29T01:40:37.397Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes) |
| 9531 | 2026-01-29T01:40:38.627Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log |
| 9532 | 2026-01-29T01:40:38.627Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.log (321228 bytes) |
| 9533 | 2026-01-29T01:40:39.859Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.log |
| 9534 | 2026-01-29T01:40:39.859Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes) |
| 9535 | 2026-01-29T01:40:40.954Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9536 | 2026-01-29T01:40:40.954Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log (1126 bytes) |
| 9537 | 2026-01-29T01:40:42.051Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log |
| 9538 | 2026-01-29T01:40:42.051Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.log (1126 bytes) |
| 9539 | 2026-01-29T01:40:43.145Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.log |
| 9540 | 2026-01-29T01:40:43.146Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_06Z.005997.log (44047 bytes) |
| 9541 | 2026-01-29T01:40:43.261Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_06Z.005997.log" changed size mid upload: 44047 -> 45280 |
| 9542 | 2026-01-29T01:40:44.332Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_06Z.005997.log |
| 9543 | 2026-01-29T01:40:44.332Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.log (44047 bytes) |
| 9544 | 2026-01-29T01:40:44.448Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.log" changed size mid upload: 44047 -> 45280 |
| 9545 | 2026-01-29T01:40:45.519Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.log |
| 9546 | 2026-01-29T01:40:45.519Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes) |
| 9547 | 2026-01-29T01:40:46.773Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log |
| 9548 | 2026-01-29T01:40:46.797Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log (26514 bytes) |
| 9549 | 2026-01-29T01:40:46.887Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log" changed size mid upload: 26514 -> 28583 |
| 9550 | 2026-01-29T01:40:47.958Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log |
| 9551 | 2026-01-29T01:40:47.958Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.log (26514 bytes) |
| 9552 | 2026-01-29T01:40:48.073Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.log" changed size mid upload: 26514 -> 28583 |
| 9553 | 2026-01-29T01:40:49.144Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.log |
| 9554 | 2026-01-29T01:40:49.144Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_15.768.63247600.pprof (104281 bytes) |
| 9555 | 2026-01-29T01:40:50.351Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_15.768.63247600.pprof |
| 9556 | 2026-01-29T01:40:50.351Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_25.761.88690984.pprof (146224 bytes) |
| 9557 | 2026-01-29T01:40:51.559Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_25.761.88690984.pprof |
| 9558 | 2026-01-29T01:40:51.559Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_55.761.94436568.pprof (199960 bytes) |
| 9559 | 2026-01-29T01:40:52.767Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_55.761.94436568.pprof |
| 9560 | 2026-01-29T01:40:52.767Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.format-version.000005.006 (0 bytes) |
| 9561 | 2026-01-29T01:40:53.838Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.format-version.000005.006 |
| 9562 | 2026-01-29T01:40:53.838Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.manifest.000002.MANIFEST-000018 (0 bytes) |
| 9563 | 2026-01-29T01:40:54.909Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.manifest.000002.MANIFEST-000018 |
| 9564 | 2026-01-29T01:40:54.909Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/temp-dirs-record.txt (62 bytes) |
| 9565 | 2026-01-29T01:40:54.934Z | upload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/temp-dirs-record.txt" changed size mid upload: 62 -> 0 |
| 9566 | 2026-01-29T01:40:56.003Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/temp-dirs-record.txt |
| 9567 | 2026-01-29T01:40:56.027Z | uploading: /var/tmp/omicron_tmp/.tmpm03H3i/listen-url (56 bytes) |
| 9568 | 2026-01-29T01:40:57.098Z | uploaded: /var/tmp/omicron_tmp/.tmpm03H3i/listen-url |
| 9569 | 2026-01-29T01:40:57.098Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 9570 | 2026-01-29T01:40:58.193Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 9571 | 2026-01-29T01:40:58.194Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 9572 | 2026-01-29T01:40:59.290Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 9573 | 2026-01-29T01:40:59.290Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 9574 | 2026-01-29T01:41:00.388Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 9575 | 2026-01-29T01:41:00.388Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 9576 | 2026-01-29T01:41:01.484Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 9577 | 2026-01-29T01:41:01.484Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 9578 | 2026-01-29T01:41:02.580Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 9579 | 2026-01-29T01:41:02.580Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 9580 | 2026-01-29T01:41:03.675Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 9581 | 2026-01-29T01:41:03.699Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 9582 | 2026-01-29T01:41:04.771Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 9583 | 2026-01-29T01:41:04.771Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 9584 | 2026-01-29T01:41:05.896Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 9585 | 2026-01-29T01:41:05.897Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 9586 | 2026-01-29T01:41:07.144Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 9587 | 2026-01-29T01:41:07.169Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 9588 | 2026-01-29T01:41:08.280Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 9589 | 2026-01-29T01:41:08.281Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 9590 | 2026-01-29T01:41:09.530Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 9591 | 2026-01-29T01:41:09.530Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 9592 | 2026-01-29T01:41:10.665Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 9593 | 2026-01-29T01:41:10.689Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 9594 | 2026-01-29T01:41:11.938Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 9595 | 2026-01-29T01:41:11.965Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 9596 | 2026-01-29T01:41:13.032Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 9597 | 2026-01-29T01:41:13.032Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/artifact-config.json (1370 bytes) |
| 9598 | 2026-01-29T01:41:14.126Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/artifact-config.json |
| 9599 | 2026-01-29T01:41:14.126Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 9600 | 2026-01-29T01:41:15.376Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 9601 | 2026-01-29T01:41:15.376Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 9602 | 2026-01-29T01:41:16.626Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 9603 | 2026-01-29T01:41:16.626Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 9604 | 2026-01-29T01:41:17.719Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 9605 | 2026-01-29T01:41:17.719Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 9606 | 2026-01-29T01:41:18.813Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 9607 | 2026-01-29T01:41:18.813Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 9608 | 2026-01-29T01:41:20.087Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 9609 | 2026-01-29T01:41:20.087Z | uploading: /var/tmp/omicron_tmp/.tmpnxNuN4/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 9610 | 2026-01-29T01:41:21.335Z | uploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 9611 | 2026-01-29T01:41:21.335Z | uploading: /var/tmp/omicron_tmp/.tmpoyDy11/conf (62 bytes) |
| 9612 | 2026-01-29T01:41:22.434Z | uploaded: /var/tmp/omicron_tmp/.tmpoyDy11/conf |
| 9613 | 2026-01-29T01:41:22.434Z | uploading: /var/tmp/omicron_tmp/.tmpoyDy11/db (0 bytes) |
| 9614 | 2026-01-29T01:41:23.503Z | uploaded: /var/tmp/omicron_tmp/.tmpoyDy11/db |
| 9615 | 2026-01-29T01:41:23.503Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes) |
| 9616 | 2026-01-29T01:41:24.595Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 |
| 9617 | 2026-01-29T01:41:24.619Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes) |
| 9618 | 2026-01-29T01:41:25.689Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 |
| 9619 | 2026-01-29T01:41:25.689Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes) |
| 9620 | 2026-01-29T01:41:26.781Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 |
| 9621 | 2026-01-29T01:41:26.781Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes) |
| 9622 | 2026-01-29T01:41:27.874Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 |
| 9623 | 2026-01-29T01:41:27.874Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes) |
| 9624 | 2026-01-29T01:41:28.971Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d |
| 9625 | 2026-01-29T01:41:28.971Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes) |
| 9626 | 2026-01-29T01:41:30.064Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 |
| 9627 | 2026-01-29T01:41:30.064Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes) |
| 9628 | 2026-01-29T01:41:31.158Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 |
| 9629 | 2026-01-29T01:41:31.158Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes) |
| 9630 | 2026-01-29T01:41:32.250Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 |
| 9631 | 2026-01-29T01:41:32.250Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes) |
| 9632 | 2026-01-29T01:41:33.527Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f |
| 9633 | 2026-01-29T01:41:33.527Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes) |
| 9634 | 2026-01-29T01:41:34.663Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e |
| 9635 | 2026-01-29T01:41:34.663Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes) |
| 9636 | 2026-01-29T01:41:35.915Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 |
| 9637 | 2026-01-29T01:41:35.915Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes) |
| 9638 | 2026-01-29T01:41:37.055Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d |
| 9639 | 2026-01-29T01:41:37.055Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes) |
| 9640 | 2026-01-29T01:41:38.333Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 |
| 9641 | 2026-01-29T01:41:38.333Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes) |
| 9642 | 2026-01-29T01:41:39.429Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc |
| 9643 | 2026-01-29T01:41:39.453Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/artifact-config.json (1370 bytes) |
| 9644 | 2026-01-29T01:41:40.522Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/artifact-config.json |
| 9645 | 2026-01-29T01:41:40.547Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes) |
| 9646 | 2026-01-29T01:41:41.770Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b |
| 9647 | 2026-01-29T01:41:41.770Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes) |
| 9648 | 2026-01-29T01:41:43.021Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 |
| 9649 | 2026-01-29T01:41:43.021Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes) |
| 9650 | 2026-01-29T01:41:44.115Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c |
| 9651 | 2026-01-29T01:41:44.139Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes) |
| 9652 | 2026-01-29T01:41:45.208Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 |
| 9653 | 2026-01-29T01:41:45.208Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes) |
| 9654 | 2026-01-29T01:41:46.482Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 |
| 9655 | 2026-01-29T01:41:46.483Z | uploading: /var/tmp/omicron_tmp/.tmppXgWcy/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes) |
| 9656 | 2026-01-29T01:41:47.731Z | uploaded: /var/tmp/omicron_tmp/.tmppXgWcy/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 |
| 9657 | 2026-01-29T01:41:47.731Z | uploading: /var/tmp/omicron_tmp/.tmpt55L5y/artifact-config.json (31 bytes) |
| 9658 | 2026-01-29T01:41:48.824Z | uploaded: /var/tmp/omicron_tmp/.tmpt55L5y/artifact-config.json |
| 9659 | 2026-01-29T01:41:48.824Z | uploading: /var/tmp/omicron_tmp/.tmpuKr8Ub/dendrite_stdout (52988 bytes) |
| 9660 | 2026-01-29T01:41:50.003Z | uploaded: /var/tmp/omicron_tmp/.tmpuKr8Ub/dendrite_stdout |
| 9661 | 2026-01-29T01:41:50.003Z | uploading: /var/tmp/omicron_tmp/.tmpvt9adR/dendrite_stdout (50896 bytes) |
| 9662 | 2026-01-29T01:41:51.183Z | uploaded: /var/tmp/omicron_tmp/.tmpvt9adR/dendrite_stdout |
| 9663 | 2026-01-29T01:41:51.183Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log (4094800 bytes) |
| 9664 | 2026-01-29T01:41:52.570Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log |
| 9665 | 2026-01-29T01:41:52.595Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.errlog (20460 bytes) |
| 9666 | 2026-01-29T01:41:53.707Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.errlog |
| 9667 | 2026-01-29T01:41:53.708Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.log (216685 bytes) |
| 9668 | 2026-01-29T01:41:53.885Z | upload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.log" changed size mid upload: 216685 -> 220777 |
| 9669 | 2026-01-29T01:41:54.955Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.log |
| 9670 | 2026-01-29T01:41:54.955Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config-preprocessed.xml (2923 bytes) |
| 9671 | 2026-01-29T01:41:56.049Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config-preprocessed.xml |
| 9672 | 2026-01-29T01:41:56.049Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config.xml (2625 bytes) |
| 9673 | 2026-01-29T01:41:57.142Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config.xml |
| 9674 | 2026-01-29T01:41:57.142Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_bool/format_version.txt (1 bytes) |
| 9675 | 2026-01-29T01:41:58.235Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_bool/format_version.txt |
| 9676 | 2026-01-29T01:41:58.235Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i16/format_version.txt (1 bytes) |
| 9677 | 2026-01-29T01:41:59.327Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i16/format_version.txt |
| 9678 | 2026-01-29T01:41:59.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i32/format_version.txt (1 bytes) |
| 9679 | 2026-01-29T01:42:00.421Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i32/format_version.txt |
| 9680 | 2026-01-29T01:42:00.445Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i64/format_version.txt (1 bytes) |
| 9681 | 2026-01-29T01:42:01.515Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i64/format_version.txt |
| 9682 | 2026-01-29T01:42:01.515Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i8/format_version.txt (1 bytes) |
| 9683 | 2026-01-29T01:42:02.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i8/format_version.txt |
| 9684 | 2026-01-29T01:42:02.608Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/checksums.txt (251 bytes) |
| 9685 | 2026-01-29T01:42:03.702Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/checksums.txt |
| 9686 | 2026-01-29T01:42:03.702Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/columns.txt (152 bytes) |
| 9687 | 2026-01-29T01:42:04.795Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/columns.txt |
| 9688 | 2026-01-29T01:42:04.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/count.txt (1 bytes) |
| 9689 | 2026-01-29T01:42:05.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/count.txt |
| 9690 | 2026-01-29T01:42:05.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.bin (260 bytes) |
| 9691 | 2026-01-29T01:42:06.984Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.bin |
| 9692 | 2026-01-29T01:42:06.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.cmrk3 (71 bytes) |
| 9693 | 2026-01-29T01:42:08.081Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.cmrk3 |
| 9694 | 2026-01-29T01:42:08.081Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 9695 | 2026-01-29T01:42:09.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/default_compression_codec.txt |
| 9696 | 2026-01-29T01:42:09.176Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/metadata_version.txt (1 bytes) |
| 9697 | 2026-01-29T01:42:10.272Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/metadata_version.txt |
| 9698 | 2026-01-29T01:42:10.272Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/primary.cidx (102 bytes) |
| 9699 | 2026-01-29T01:42:11.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/primary.cidx |
| 9700 | 2026-01-29T01:42:11.369Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/ttl.txt (80 bytes) |
| 9701 | 2026-01-29T01:42:12.465Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/all_1_1_0/ttl.txt |
| 9702 | 2026-01-29T01:42:12.465Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/format_version.txt (1 bytes) |
| 9703 | 2026-01-29T01:42:13.562Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/format_version.txt |
| 9704 | 2026-01-29T01:42:13.562Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/checksums.txt (251 bytes) |
| 9705 | 2026-01-29T01:42:14.656Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/checksums.txt |
| 9706 | 2026-01-29T01:42:14.656Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/columns.txt (154 bytes) |
| 9707 | 2026-01-29T01:42:15.752Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/columns.txt |
| 9708 | 2026-01-29T01:42:15.776Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/count.txt (1 bytes) |
| 9709 | 2026-01-29T01:42:16.848Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/count.txt |
| 9710 | 2026-01-29T01:42:16.848Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/data.bin (253 bytes) |
| 9711 | 2026-01-29T01:42:17.944Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/data.bin |
| 9712 | 2026-01-29T01:42:17.944Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/data.cmrk3 (70 bytes) |
| 9713 | 2026-01-29T01:42:19.040Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/data.cmrk3 |
| 9714 | 2026-01-29T01:42:19.040Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 9715 | 2026-01-29T01:42:20.135Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/default_compression_codec.txt |
| 9716 | 2026-01-29T01:42:20.135Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/metadata_version.txt (1 bytes) |
| 9717 | 2026-01-29T01:42:21.232Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/metadata_version.txt |
| 9718 | 2026-01-29T01:42:21.232Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/primary.cidx (110 bytes) |
| 9719 | 2026-01-29T01:42:22.327Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/primary.cidx |
| 9720 | 2026-01-29T01:42:22.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/ttl.txt (80 bytes) |
| 9721 | 2026-01-29T01:42:23.423Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_10_10_0/ttl.txt |
| 9722 | 2026-01-29T01:42:23.423Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/checksums.txt (251 bytes) |
| 9723 | 2026-01-29T01:42:24.520Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/checksums.txt |
| 9724 | 2026-01-29T01:42:24.520Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/columns.txt (154 bytes) |
| 9725 | 2026-01-29T01:42:25.615Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/columns.txt |
| 9726 | 2026-01-29T01:42:25.615Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/count.txt (1 bytes) |
| 9727 | 2026-01-29T01:42:26.711Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/count.txt |
| 9728 | 2026-01-29T01:42:26.711Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/data.bin (253 bytes) |
| 9729 | 2026-01-29T01:42:27.806Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/data.bin |
| 9730 | 2026-01-29T01:42:27.806Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/data.cmrk3 (70 bytes) |
| 9731 | 2026-01-29T01:42:28.901Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/data.cmrk3 |
| 9732 | 2026-01-29T01:42:28.901Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 9733 | 2026-01-29T01:42:29.997Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/default_compression_codec.txt |
| 9734 | 2026-01-29T01:42:29.997Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/metadata_version.txt (1 bytes) |
| 9735 | 2026-01-29T01:42:31.093Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/metadata_version.txt |
| 9736 | 2026-01-29T01:42:31.116Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/primary.cidx (110 bytes) |
| 9737 | 2026-01-29T01:42:32.189Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/primary.cidx |
| 9738 | 2026-01-29T01:42:32.189Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/ttl.txt (80 bytes) |
| 9739 | 2026-01-29T01:42:33.285Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_11_11_0/ttl.txt |
| 9740 | 2026-01-29T01:42:33.285Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/checksums.txt (252 bytes) |
| 9741 | 2026-01-29T01:42:34.380Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/checksums.txt |
| 9742 | 2026-01-29T01:42:34.380Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/columns.txt (154 bytes) |
| 9743 | 2026-01-29T01:42:35.475Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/columns.txt |
| 9744 | 2026-01-29T01:42:35.475Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/count.txt (2 bytes) |
| 9745 | 2026-01-29T01:42:36.570Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/count.txt |
| 9746 | 2026-01-29T01:42:36.570Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/data.bin (664 bytes) |
| 9747 | 2026-01-29T01:42:37.665Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/data.bin |
| 9748 | 2026-01-29T01:42:37.665Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/data.cmrk3 (72 bytes) |
| 9749 | 2026-01-29T01:42:38.760Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/data.cmrk3 |
| 9750 | 2026-01-29T01:42:38.760Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 9751 | 2026-01-29T01:42:39.855Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/default_compression_codec.txt |
| 9752 | 2026-01-29T01:42:39.879Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/metadata_version.txt (1 bytes) |
| 9753 | 2026-01-29T01:42:40.951Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/metadata_version.txt |
| 9754 | 2026-01-29T01:42:40.951Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/primary.cidx (153 bytes) |
| 9755 | 2026-01-29T01:42:42.047Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/primary.cidx |
| 9756 | 2026-01-29T01:42:42.047Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/ttl.txt (80 bytes) |
| 9757 | 2026-01-29T01:42:43.143Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_12_12_0/ttl.txt |
| 9758 | 2026-01-29T01:42:43.143Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/checksums.txt (251 bytes) |
| 9759 | 2026-01-29T01:42:44.241Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/checksums.txt |
| 9760 | 2026-01-29T01:42:44.241Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/columns.txt (154 bytes) |
| 9761 | 2026-01-29T01:42:45.351Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/columns.txt |
| 9762 | 2026-01-29T01:42:45.351Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/count.txt (1 bytes) |
| 9763 | 2026-01-29T01:42:46.448Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/count.txt |
| 9764 | 2026-01-29T01:42:46.448Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/data.bin (253 bytes) |
| 9765 | 2026-01-29T01:42:47.543Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/data.bin |
| 9766 | 2026-01-29T01:42:47.567Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/data.cmrk3 (70 bytes) |
| 9767 | 2026-01-29T01:42:48.640Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/data.cmrk3 |
| 9768 | 2026-01-29T01:42:48.640Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/default_compression_codec.txt (10 bytes) |
| 9769 | 2026-01-29T01:42:49.761Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/default_compression_codec.txt |
| 9770 | 2026-01-29T01:42:49.761Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/metadata_version.txt (1 bytes) |
| 9771 | 2026-01-29T01:42:50.856Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/metadata_version.txt |
| 9772 | 2026-01-29T01:42:50.856Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/primary.cidx (110 bytes) |
| 9773 | 2026-01-29T01:42:51.949Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/primary.cidx |
| 9774 | 2026-01-29T01:42:51.973Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/ttl.txt (80 bytes) |
| 9775 | 2026-01-29T01:42:53.044Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_13_13_0/ttl.txt |
| 9776 | 2026-01-29T01:42:53.044Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/checksums.txt (251 bytes) |
| 9777 | 2026-01-29T01:42:54.138Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/checksums.txt |
| 9778 | 2026-01-29T01:42:54.138Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/columns.txt (154 bytes) |
| 9779 | 2026-01-29T01:42:55.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/columns.txt |
| 9780 | 2026-01-29T01:42:55.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/count.txt (2 bytes) |
| 9781 | 2026-01-29T01:42:56.330Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/count.txt |
| 9782 | 2026-01-29T01:42:56.331Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/data.bin (576 bytes) |
| 9783 | 2026-01-29T01:42:57.426Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/data.bin |
| 9784 | 2026-01-29T01:42:57.426Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/data.cmrk3 (72 bytes) |
| 9785 | 2026-01-29T01:42:58.520Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/data.cmrk3 |
| 9786 | 2026-01-29T01:42:58.521Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 9787 | 2026-01-29T01:42:59.616Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/default_compression_codec.txt |
| 9788 | 2026-01-29T01:42:59.616Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/metadata_version.txt (1 bytes) |
| 9789 | 2026-01-29T01:43:00.710Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/metadata_version.txt |
| 9790 | 2026-01-29T01:43:00.710Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/primary.cidx (147 bytes) |
| 9791 | 2026-01-29T01:43:01.804Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/primary.cidx |
| 9792 | 2026-01-29T01:43:01.804Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/ttl.txt (80 bytes) |
| 9793 | 2026-01-29T01:43:02.898Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_11_2/ttl.txt |
| 9794 | 2026-01-29T01:43:02.898Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/checksums.txt (249 bytes) |
| 9795 | 2026-01-29T01:43:03.993Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/checksums.txt |
| 9796 | 2026-01-29T01:43:04.017Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/columns.txt (154 bytes) |
| 9797 | 2026-01-29T01:43:05.089Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/columns.txt |
| 9798 | 2026-01-29T01:43:05.089Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/count.txt (1 bytes) |
| 9799 | 2026-01-29T01:43:06.184Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/count.txt |
| 9800 | 2026-01-29T01:43:06.208Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/data.bin (217 bytes) |
| 9801 | 2026-01-29T01:43:07.278Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/data.bin |
| 9802 | 2026-01-29T01:43:07.278Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/data.cmrk3 (70 bytes) |
| 9803 | 2026-01-29T01:43:08.372Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/data.cmrk3 |
| 9804 | 2026-01-29T01:43:08.372Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 9805 | 2026-01-29T01:43:09.468Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/default_compression_codec.txt |
| 9806 | 2026-01-29T01:43:09.491Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/metadata_version.txt (1 bytes) |
| 9807 | 2026-01-29T01:43:10.564Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/metadata_version.txt |
| 9808 | 2026-01-29T01:43:10.564Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/primary.cidx (96 bytes) |
| 9809 | 2026-01-29T01:43:11.657Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/primary.cidx |
| 9810 | 2026-01-29T01:43:11.658Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/ttl.txt (80 bytes) |
| 9811 | 2026-01-29T01:43:12.752Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_1_0/ttl.txt |
| 9812 | 2026-01-29T01:43:12.752Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/checksums.txt (251 bytes) |
| 9813 | 2026-01-29T01:43:13.845Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/checksums.txt |
| 9814 | 2026-01-29T01:43:13.845Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/columns.txt (154 bytes) |
| 9815 | 2026-01-29T01:43:14.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/columns.txt |
| 9816 | 2026-01-29T01:43:14.940Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/count.txt (2 bytes) |
| 9817 | 2026-01-29T01:43:16.034Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/count.txt |
| 9818 | 2026-01-29T01:43:16.034Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/data.bin (575 bytes) |
| 9819 | 2026-01-29T01:43:17.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/data.bin |
| 9820 | 2026-01-29T01:43:17.129Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/data.cmrk3 (72 bytes) |
| 9821 | 2026-01-29T01:43:18.223Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/data.cmrk3 |
| 9822 | 2026-01-29T01:43:18.247Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 9823 | 2026-01-29T01:43:19.317Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/default_compression_codec.txt |
| 9824 | 2026-01-29T01:43:19.317Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/metadata_version.txt (1 bytes) |
| 9825 | 2026-01-29T01:43:20.413Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/metadata_version.txt |
| 9826 | 2026-01-29T01:43:20.413Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/primary.cidx (147 bytes) |
| 9827 | 2026-01-29T01:43:21.508Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/primary.cidx |
| 9828 | 2026-01-29T01:43:21.508Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/ttl.txt (80 bytes) |
| 9829 | 2026-01-29T01:43:22.603Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_1_6_1/ttl.txt |
| 9830 | 2026-01-29T01:43:22.603Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/checksums.txt (252 bytes) |
| 9831 | 2026-01-29T01:43:23.696Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/checksums.txt |
| 9832 | 2026-01-29T01:43:23.696Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/columns.txt (154 bytes) |
| 9833 | 2026-01-29T01:43:24.792Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/columns.txt |
| 9834 | 2026-01-29T01:43:24.792Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/count.txt (2 bytes) |
| 9835 | 2026-01-29T01:43:25.888Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/count.txt |
| 9836 | 2026-01-29T01:43:25.888Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/data.bin (502 bytes) |
| 9837 | 2026-01-29T01:43:26.982Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/data.bin |
| 9838 | 2026-01-29T01:43:26.982Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/data.cmrk3 (72 bytes) |
| 9839 | 2026-01-29T01:43:28.075Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/data.cmrk3 |
| 9840 | 2026-01-29T01:43:28.075Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 9841 | 2026-01-29T01:43:29.168Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/default_compression_codec.txt |
| 9842 | 2026-01-29T01:43:29.168Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/metadata_version.txt (1 bytes) |
| 9843 | 2026-01-29T01:43:30.262Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/metadata_version.txt |
| 9844 | 2026-01-29T01:43:30.262Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/primary.cidx (155 bytes) |
| 9845 | 2026-01-29T01:43:31.354Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/primary.cidx |
| 9846 | 2026-01-29T01:43:31.354Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/ttl.txt (80 bytes) |
| 9847 | 2026-01-29T01:43:32.449Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_2_2_0/ttl.txt |
| 9848 | 2026-01-29T01:43:32.449Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/checksums.txt (251 bytes) |
| 9849 | 2026-01-29T01:43:33.541Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/checksums.txt |
| 9850 | 2026-01-29T01:43:33.541Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/columns.txt (154 bytes) |
| 9851 | 2026-01-29T01:43:34.635Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/columns.txt |
| 9852 | 2026-01-29T01:43:34.635Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/count.txt (1 bytes) |
| 9853 | 2026-01-29T01:43:35.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/count.txt |
| 9854 | 2026-01-29T01:43:35.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/data.bin (253 bytes) |
| 9855 | 2026-01-29T01:43:36.821Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/data.bin |
| 9856 | 2026-01-29T01:43:36.821Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/data.cmrk3 (70 bytes) |
| 9857 | 2026-01-29T01:43:37.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/data.cmrk3 |
| 9858 | 2026-01-29T01:43:37.913Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 9859 | 2026-01-29T01:43:39.007Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/default_compression_codec.txt |
| 9860 | 2026-01-29T01:43:39.007Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/metadata_version.txt (1 bytes) |
| 9861 | 2026-01-29T01:43:40.103Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/metadata_version.txt |
| 9862 | 2026-01-29T01:43:40.103Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/primary.cidx (110 bytes) |
| 9863 | 2026-01-29T01:43:41.197Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/primary.cidx |
| 9864 | 2026-01-29T01:43:41.197Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/ttl.txt (80 bytes) |
| 9865 | 2026-01-29T01:43:42.293Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_3_3_0/ttl.txt |
| 9866 | 2026-01-29T01:43:42.293Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/checksums.txt (251 bytes) |
| 9867 | 2026-01-29T01:43:43.388Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/checksums.txt |
| 9868 | 2026-01-29T01:43:43.388Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/columns.txt (154 bytes) |
| 9869 | 2026-01-29T01:43:44.482Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/columns.txt |
| 9870 | 2026-01-29T01:43:44.505Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/count.txt (1 bytes) |
| 9871 | 2026-01-29T01:43:45.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/count.txt |
| 9872 | 2026-01-29T01:43:45.577Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/data.bin (253 bytes) |
| 9873 | 2026-01-29T01:43:46.673Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/data.bin |
| 9874 | 2026-01-29T01:43:46.673Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/data.cmrk3 (70 bytes) |
| 9875 | 2026-01-29T01:43:47.767Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/data.cmrk3 |
| 9876 | 2026-01-29T01:43:47.767Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 9877 | 2026-01-29T01:43:48.861Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/default_compression_codec.txt |
| 9878 | 2026-01-29T01:43:48.862Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/metadata_version.txt (1 bytes) |
| 9879 | 2026-01-29T01:43:49.955Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/metadata_version.txt |
| 9880 | 2026-01-29T01:43:49.955Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/primary.cidx (110 bytes) |
| 9881 | 2026-01-29T01:43:51.050Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/primary.cidx |
| 9882 | 2026-01-29T01:43:51.050Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/ttl.txt (80 bytes) |
| 9883 | 2026-01-29T01:43:52.144Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_4_4_0/ttl.txt |
| 9884 | 2026-01-29T01:43:52.167Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/checksums.txt (251 bytes) |
| 9885 | 2026-01-29T01:43:53.238Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/checksums.txt |
| 9886 | 2026-01-29T01:43:53.238Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/columns.txt (154 bytes) |
| 9887 | 2026-01-29T01:43:54.332Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/columns.txt |
| 9888 | 2026-01-29T01:43:54.332Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/count.txt (1 bytes) |
| 9889 | 2026-01-29T01:43:55.427Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/count.txt |
| 9890 | 2026-01-29T01:43:55.427Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/data.bin (253 bytes) |
| 9891 | 2026-01-29T01:43:56.521Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/data.bin |
| 9892 | 2026-01-29T01:43:56.521Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/data.cmrk3 (70 bytes) |
| 9893 | 2026-01-29T01:43:57.616Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/data.cmrk3 |
| 9894 | 2026-01-29T01:43:57.616Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 9895 | 2026-01-29T01:43:58.713Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/default_compression_codec.txt |
| 9896 | 2026-01-29T01:43:58.713Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/metadata_version.txt (1 bytes) |
| 9897 | 2026-01-29T01:43:59.809Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/metadata_version.txt |
| 9898 | 2026-01-29T01:43:59.809Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/primary.cidx (110 bytes) |
| 9899 | 2026-01-29T01:44:00.902Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/primary.cidx |
| 9900 | 2026-01-29T01:44:00.902Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/ttl.txt (80 bytes) |
| 9901 | 2026-01-29T01:44:01.996Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_5_5_0/ttl.txt |
| 9902 | 2026-01-29T01:44:01.996Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/checksums.txt (251 bytes) |
| 9903 | 2026-01-29T01:44:03.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/checksums.txt |
| 9904 | 2026-01-29T01:44:03.091Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/columns.txt (154 bytes) |
| 9905 | 2026-01-29T01:44:04.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/columns.txt |
| 9906 | 2026-01-29T01:44:04.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/count.txt (1 bytes) |
| 9907 | 2026-01-29T01:44:05.282Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/count.txt |
| 9908 | 2026-01-29T01:44:05.282Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/data.bin (253 bytes) |
| 9909 | 2026-01-29T01:44:06.376Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/data.bin |
| 9910 | 2026-01-29T01:44:06.376Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/data.cmrk3 (70 bytes) |
| 9911 | 2026-01-29T01:44:07.469Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/data.cmrk3 |
| 9912 | 2026-01-29T01:44:07.469Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 9913 | 2026-01-29T01:44:08.563Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/default_compression_codec.txt |
| 9914 | 2026-01-29T01:44:08.563Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/metadata_version.txt (1 bytes) |
| 9915 | 2026-01-29T01:44:09.657Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/metadata_version.txt |
| 9916 | 2026-01-29T01:44:09.657Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/primary.cidx (110 bytes) |
| 9917 | 2026-01-29T01:44:10.752Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/primary.cidx |
| 9918 | 2026-01-29T01:44:10.752Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/ttl.txt (80 bytes) |
| 9919 | 2026-01-29T01:44:11.846Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_6_6_0/ttl.txt |
| 9920 | 2026-01-29T01:44:11.846Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/checksums.txt (251 bytes) |
| 9921 | 2026-01-29T01:44:12.941Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/checksums.txt |
| 9922 | 2026-01-29T01:44:12.941Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/columns.txt (154 bytes) |
| 9923 | 2026-01-29T01:44:14.034Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/columns.txt |
| 9924 | 2026-01-29T01:44:14.034Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/count.txt (1 bytes) |
| 9925 | 2026-01-29T01:44:15.127Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/count.txt |
| 9926 | 2026-01-29T01:44:15.127Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/data.bin (253 bytes) |
| 9927 | 2026-01-29T01:44:16.221Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/data.bin |
| 9928 | 2026-01-29T01:44:16.221Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/data.cmrk3 (70 bytes) |
| 9929 | 2026-01-29T01:44:17.315Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/data.cmrk3 |
| 9930 | 2026-01-29T01:44:17.315Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 9931 | 2026-01-29T01:44:18.410Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/default_compression_codec.txt |
| 9932 | 2026-01-29T01:44:18.410Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/metadata_version.txt (1 bytes) |
| 9933 | 2026-01-29T01:44:19.503Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/metadata_version.txt |
| 9934 | 2026-01-29T01:44:19.503Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/primary.cidx (110 bytes) |
| 9935 | 2026-01-29T01:44:20.595Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/primary.cidx |
| 9936 | 2026-01-29T01:44:20.619Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/ttl.txt (80 bytes) |
| 9937 | 2026-01-29T01:44:21.689Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_7_7_0/ttl.txt |
| 9938 | 2026-01-29T01:44:21.689Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/checksums.txt (251 bytes) |
| 9939 | 2026-01-29T01:44:22.783Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/checksums.txt |
| 9940 | 2026-01-29T01:44:22.783Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/columns.txt (154 bytes) |
| 9941 | 2026-01-29T01:44:23.879Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/columns.txt |
| 9942 | 2026-01-29T01:44:23.879Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/count.txt (1 bytes) |
| 9943 | 2026-01-29T01:44:24.972Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/count.txt |
| 9944 | 2026-01-29T01:44:24.972Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/data.bin (253 bytes) |
| 9945 | 2026-01-29T01:44:26.068Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/data.bin |
| 9946 | 2026-01-29T01:44:26.091Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/data.cmrk3 (70 bytes) |
| 9947 | 2026-01-29T01:44:27.161Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/data.cmrk3 |
| 9948 | 2026-01-29T01:44:27.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 9949 | 2026-01-29T01:44:28.256Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/default_compression_codec.txt |
| 9950 | 2026-01-29T01:44:28.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/metadata_version.txt (1 bytes) |
| 9951 | 2026-01-29T01:44:29.399Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/metadata_version.txt |
| 9952 | 2026-01-29T01:44:29.399Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/primary.cidx (110 bytes) |
| 9953 | 2026-01-29T01:44:30.494Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/primary.cidx |
| 9954 | 2026-01-29T01:44:30.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/ttl.txt (80 bytes) |
| 9955 | 2026-01-29T01:44:31.610Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_8_8_0/ttl.txt |
| 9956 | 2026-01-29T01:44:31.610Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/checksums.txt (251 bytes) |
| 9957 | 2026-01-29T01:44:32.727Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/checksums.txt |
| 9958 | 2026-01-29T01:44:32.727Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/columns.txt (154 bytes) |
| 9959 | 2026-01-29T01:44:33.823Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/columns.txt |
| 9960 | 2026-01-29T01:44:33.823Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/count.txt (1 bytes) |
| 9961 | 2026-01-29T01:44:34.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/count.txt |
| 9962 | 2026-01-29T01:44:34.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/data.bin (253 bytes) |
| 9963 | 2026-01-29T01:44:36.021Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/data.bin |
| 9964 | 2026-01-29T01:44:36.021Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/data.cmrk3 (70 bytes) |
| 9965 | 2026-01-29T01:44:37.118Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/data.cmrk3 |
| 9966 | 2026-01-29T01:44:37.118Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 9967 | 2026-01-29T01:44:38.216Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/default_compression_codec.txt |
| 9968 | 2026-01-29T01:44:38.216Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/metadata_version.txt (1 bytes) |
| 9969 | 2026-01-29T01:44:39.313Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/metadata_version.txt |
| 9970 | 2026-01-29T01:44:39.337Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/primary.cidx (110 bytes) |
| 9971 | 2026-01-29T01:44:40.409Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/primary.cidx |
| 9972 | 2026-01-29T01:44:40.409Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/ttl.txt (80 bytes) |
| 9973 | 2026-01-29T01:44:41.506Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/all_9_9_0/ttl.txt |
| 9974 | 2026-01-29T01:44:41.506Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/format_version.txt (1 bytes) |
| 9975 | 2026-01-29T01:44:42.603Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/format_version.txt |
| 9976 | 2026-01-29T01:44:42.603Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/checksums.txt (250 bytes) |
| 9977 | 2026-01-29T01:44:43.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/checksums.txt |
| 9978 | 2026-01-29T01:44:43.705Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/columns.txt (154 bytes) |
| 9979 | 2026-01-29T01:44:44.800Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/columns.txt |
| 9980 | 2026-01-29T01:44:44.800Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/count.txt (1 bytes) |
| 9981 | 2026-01-29T01:44:45.897Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/count.txt |
| 9982 | 2026-01-29T01:44:45.897Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/data.bin (253 bytes) |
| 9983 | 2026-01-29T01:44:46.994Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/data.bin |
| 9984 | 2026-01-29T01:44:46.994Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/data.cmrk3 (70 bytes) |
| 9985 | 2026-01-29T01:44:48.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/data.cmrk3 |
| 9986 | 2026-01-29T01:44:48.091Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 9987 | 2026-01-29T01:44:49.189Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/default_compression_codec.txt |
| 9988 | 2026-01-29T01:44:49.189Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/metadata_version.txt (1 bytes) |
| 9989 | 2026-01-29T01:44:50.284Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/metadata_version.txt |
| 9990 | 2026-01-29T01:44:50.310Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/primary.cidx (101 bytes) |
| 9991 | 2026-01-29T01:44:51.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/primary.cidx |
| 9992 | 2026-01-29T01:44:51.379Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/ttl.txt (80 bytes) |
| 9993 | 2026-01-29T01:44:52.473Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_1_1_0/ttl.txt |
| 9994 | 2026-01-29T01:44:52.473Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/checksums.txt (250 bytes) |
| 9995 | 2026-01-29T01:44:53.572Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/checksums.txt |
| 9996 | 2026-01-29T01:44:53.599Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/columns.txt (154 bytes) |
| 9997 | 2026-01-29T01:44:54.673Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/columns.txt |
| 9998 | 2026-01-29T01:44:54.673Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/count.txt (1 bytes) |
| 9999 | 2026-01-29T01:44:55.766Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/count.txt |
| 10000 | 2026-01-29T01:44:55.766Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/data.bin (273 bytes) |
| 10001 | 2026-01-29T01:44:56.860Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/data.bin |
| 10002 | 2026-01-29T01:44:56.860Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/data.cmrk3 (71 bytes) |
| 10003 | 2026-01-29T01:44:57.955Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/data.cmrk3 |
| 10004 | 2026-01-29T01:44:57.955Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10005 | 2026-01-29T01:44:59.050Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/default_compression_codec.txt |
| 10006 | 2026-01-29T01:44:59.050Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/metadata_version.txt (1 bytes) |
| 10007 | 2026-01-29T01:45:00.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/metadata_version.txt |
| 10008 | 2026-01-29T01:45:00.145Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/primary.cidx (113 bytes) |
| 10009 | 2026-01-29T01:45:01.313Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/primary.cidx |
| 10010 | 2026-01-29T01:45:01.314Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/ttl.txt (80 bytes) |
| 10011 | 2026-01-29T01:45:03.044Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_2_2_0/ttl.txt |
| 10012 | 2026-01-29T01:45:03.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/checksums.txt (250 bytes) |
| 10013 | 2026-01-29T01:45:04.140Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/checksums.txt |
| 10014 | 2026-01-29T01:45:04.140Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/columns.txt (154 bytes) |
| 10015 | 2026-01-29T01:45:05.235Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/columns.txt |
| 10016 | 2026-01-29T01:45:05.235Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/count.txt (2 bytes) |
| 10017 | 2026-01-29T01:45:06.356Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/count.txt |
| 10018 | 2026-01-29T01:45:06.357Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/data.bin (330 bytes) |
| 10019 | 2026-01-29T01:45:11.095Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/data.bin |
| 10020 | 2026-01-29T01:45:11.095Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/data.cmrk3 (71 bytes) |
| 10021 | 2026-01-29T01:45:12.191Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/data.cmrk3 |
| 10022 | 2026-01-29T01:45:12.191Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 10023 | 2026-01-29T01:45:13.285Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/default_compression_codec.txt |
| 10024 | 2026-01-29T01:45:13.285Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/metadata_version.txt (1 bytes) |
| 10025 | 2026-01-29T01:45:14.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/metadata_version.txt |
| 10026 | 2026-01-29T01:45:14.403Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/primary.cidx (113 bytes) |
| 10027 | 2026-01-29T01:45:15.476Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/primary.cidx |
| 10028 | 2026-01-29T01:45:15.476Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/ttl.txt (80 bytes) |
| 10029 | 2026-01-29T01:45:16.572Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/all_3_3_0/ttl.txt |
| 10030 | 2026-01-29T01:45:16.572Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/format_version.txt (1 bytes) |
| 10031 | 2026-01-29T01:45:17.666Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/format_version.txt |
| 10032 | 2026-01-29T01:45:17.690Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u32/format_version.txt (1 bytes) |
| 10033 | 2026-01-29T01:45:18.762Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u32/format_version.txt |
| 10034 | 2026-01-29T01:45:18.786Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u64/format_version.txt (1 bytes) |
| 10035 | 2026-01-29T01:45:19.855Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u64/format_version.txt |
| 10036 | 2026-01-29T01:45:19.855Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u8/format_version.txt (1 bytes) |
| 10037 | 2026-01-29T01:45:20.950Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u8/format_version.txt |
| 10038 | 2026-01-29T01:45:20.974Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/checksums.txt (252 bytes) |
| 10039 | 2026-01-29T01:45:22.044Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/checksums.txt |
| 10040 | 2026-01-29T01:45:22.044Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/columns.txt (152 bytes) |
| 10041 | 2026-01-29T01:45:23.139Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/columns.txt |
| 10042 | 2026-01-29T01:45:23.139Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/count.txt (1 bytes) |
| 10043 | 2026-01-29T01:45:24.233Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/count.txt |
| 10044 | 2026-01-29T01:45:24.233Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/data.bin (292 bytes) |
| 10045 | 2026-01-29T01:45:25.327Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/data.bin |
| 10046 | 2026-01-29T01:45:25.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/data.cmrk3 (71 bytes) |
| 10047 | 2026-01-29T01:45:26.420Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/data.cmrk3 |
| 10048 | 2026-01-29T01:45:26.444Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10049 | 2026-01-29T01:45:27.514Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/default_compression_codec.txt |
| 10050 | 2026-01-29T01:45:27.514Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/metadata_version.txt (1 bytes) |
| 10051 | 2026-01-29T01:45:28.610Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/metadata_version.txt |
| 10052 | 2026-01-29T01:45:28.610Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/primary.cidx (133 bytes) |
| 10053 | 2026-01-29T01:45:29.721Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/primary.cidx |
| 10054 | 2026-01-29T01:45:29.721Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/ttl.txt (80 bytes) |
| 10055 | 2026-01-29T01:45:30.816Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_1_1_0/ttl.txt |
| 10056 | 2026-01-29T01:45:30.816Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/checksums.txt (252 bytes) |
| 10057 | 2026-01-29T01:45:31.912Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/checksums.txt |
| 10058 | 2026-01-29T01:45:31.912Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/columns.txt (152 bytes) |
| 10059 | 2026-01-29T01:45:33.007Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/columns.txt |
| 10060 | 2026-01-29T01:45:33.007Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/count.txt (2 bytes) |
| 10061 | 2026-01-29T01:45:34.102Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/count.txt |
| 10062 | 2026-01-29T01:45:34.102Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/data.bin (504 bytes) |
| 10063 | 2026-01-29T01:45:35.199Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/data.bin |
| 10064 | 2026-01-29T01:45:35.199Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/data.cmrk3 (71 bytes) |
| 10065 | 2026-01-29T01:45:36.296Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/data.cmrk3 |
| 10066 | 2026-01-29T01:45:36.296Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10067 | 2026-01-29T01:45:37.389Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/default_compression_codec.txt |
| 10068 | 2026-01-29T01:45:37.413Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/metadata_version.txt (1 bytes) |
| 10069 | 2026-01-29T01:45:38.486Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/metadata_version.txt |
| 10070 | 2026-01-29T01:45:38.486Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/primary.cidx (162 bytes) |
| 10071 | 2026-01-29T01:45:39.581Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/primary.cidx |
| 10072 | 2026-01-29T01:45:39.581Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/ttl.txt (80 bytes) |
| 10073 | 2026-01-29T01:45:40.676Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_2_2_0/ttl.txt |
| 10074 | 2026-01-29T01:45:40.676Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/checksums.txt (251 bytes) |
| 10075 | 2026-01-29T01:45:41.772Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/checksums.txt |
| 10076 | 2026-01-29T01:45:41.773Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/columns.txt (152 bytes) |
| 10077 | 2026-01-29T01:45:42.868Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/columns.txt |
| 10078 | 2026-01-29T01:45:42.868Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/count.txt (2 bytes) |
| 10079 | 2026-01-29T01:45:43.963Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/count.txt |
| 10080 | 2026-01-29T01:45:43.963Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/data.bin (328 bytes) |
| 10081 | 2026-01-29T01:45:45.059Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/data.bin |
| 10082 | 2026-01-29T01:45:45.059Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/data.cmrk3 (71 bytes) |
| 10083 | 2026-01-29T01:45:46.154Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/data.cmrk3 |
| 10084 | 2026-01-29T01:45:46.154Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 10085 | 2026-01-29T01:45:47.249Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/default_compression_codec.txt |
| 10086 | 2026-01-29T01:45:47.249Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/metadata_version.txt (1 bytes) |
| 10087 | 2026-01-29T01:45:48.345Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/metadata_version.txt |
| 10088 | 2026-01-29T01:45:48.345Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/primary.cidx (117 bytes) |
| 10089 | 2026-01-29T01:45:49.440Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/primary.cidx |
| 10090 | 2026-01-29T01:45:49.440Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/ttl.txt (80 bytes) |
| 10091 | 2026-01-29T01:45:50.536Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/all_3_3_0/ttl.txt |
| 10092 | 2026-01-29T01:45:50.536Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/format_version.txt (1 bytes) |
| 10093 | 2026-01-29T01:45:51.631Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/format_version.txt |
| 10094 | 2026-01-29T01:45:51.631Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bool/format_version.txt (1 bytes) |
| 10095 | 2026-01-29T01:45:52.726Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bool/format_version.txt |
| 10096 | 2026-01-29T01:45:52.726Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bytes/format_version.txt (1 bytes) |
| 10097 | 2026-01-29T01:45:53.820Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bytes/format_version.txt |
| 10098 | 2026-01-29T01:45:53.821Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef32/format_version.txt (1 bytes) |
| 10099 | 2026-01-29T01:45:54.917Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef32/format_version.txt |
| 10100 | 2026-01-29T01:45:54.917Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef64/format_version.txt (1 bytes) |
| 10101 | 2026-01-29T01:45:56.014Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef64/format_version.txt |
| 10102 | 2026-01-29T01:45:56.014Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativei64/format_version.txt (1 bytes) |
| 10103 | 2026-01-29T01:45:57.107Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativei64/format_version.txt |
| 10104 | 2026-01-29T01:45:57.107Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/checksums.txt (250 bytes) |
| 10105 | 2026-01-29T01:45:58.200Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/checksums.txt |
| 10106 | 2026-01-29T01:45:58.200Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/columns.txt (178 bytes) |
| 10107 | 2026-01-29T01:45:59.295Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/columns.txt |
| 10108 | 2026-01-29T01:45:59.295Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/count.txt (1 bytes) |
| 10109 | 2026-01-29T01:46:00.391Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/count.txt |
| 10110 | 2026-01-29T01:46:00.391Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.bin (227 bytes) |
| 10111 | 2026-01-29T01:46:01.486Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.bin |
| 10112 | 2026-01-29T01:46:01.486Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.cmrk3 (70 bytes) |
| 10113 | 2026-01-29T01:46:02.590Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.cmrk3 |
| 10114 | 2026-01-29T01:46:02.590Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10115 | 2026-01-29T01:46:03.688Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/default_compression_codec.txt |
| 10116 | 2026-01-29T01:46:03.689Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/metadata_version.txt (1 bytes) |
| 10117 | 2026-01-29T01:46:04.786Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/metadata_version.txt |
| 10118 | 2026-01-29T01:46:04.811Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/primary.cidx (111 bytes) |
| 10119 | 2026-01-29T01:46:05.884Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/primary.cidx |
| 10120 | 2026-01-29T01:46:05.884Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/ttl.txt (80 bytes) |
| 10121 | 2026-01-29T01:46:06.980Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/ttl.txt |
| 10122 | 2026-01-29T01:46:06.980Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt (1 bytes) |
| 10123 | 2026-01-29T01:46:08.076Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt |
| 10124 | 2026-01-29T01:46:08.076Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f32/format_version.txt (1 bytes) |
| 10125 | 2026-01-29T01:46:09.174Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f32/format_version.txt |
| 10126 | 2026-01-29T01:46:09.174Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f64/format_version.txt (1 bytes) |
| 10127 | 2026-01-29T01:46:10.269Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f64/format_version.txt |
| 10128 | 2026-01-29T01:46:10.269Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf32/format_version.txt (1 bytes) |
| 10129 | 2026-01-29T01:46:11.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf32/format_version.txt |
| 10130 | 2026-01-29T01:46:11.364Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf64/format_version.txt (1 bytes) |
| 10131 | 2026-01-29T01:46:12.462Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf64/format_version.txt |
| 10132 | 2026-01-29T01:46:12.462Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami16/format_version.txt (1 bytes) |
| 10133 | 2026-01-29T01:46:13.557Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami16/format_version.txt |
| 10134 | 2026-01-29T01:46:13.557Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami32/format_version.txt (1 bytes) |
| 10135 | 2026-01-29T01:46:14.662Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami32/format_version.txt |
| 10136 | 2026-01-29T01:46:14.688Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami64/format_version.txt (1 bytes) |
| 10137 | 2026-01-29T01:46:15.761Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami64/format_version.txt |
| 10138 | 2026-01-29T01:46:15.761Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami8/format_version.txt (1 bytes) |
| 10139 | 2026-01-29T01:46:16.859Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami8/format_version.txt |
| 10140 | 2026-01-29T01:46:16.860Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu16/format_version.txt (1 bytes) |
| 10141 | 2026-01-29T01:46:17.954Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu16/format_version.txt |
| 10142 | 2026-01-29T01:46:17.979Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu32/format_version.txt (1 bytes) |
| 10143 | 2026-01-29T01:46:19.067Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu32/format_version.txt |
| 10144 | 2026-01-29T01:46:19.067Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/checksums.txt (250 bytes) |
| 10145 | 2026-01-29T01:46:20.164Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/checksums.txt |
| 10146 | 2026-01-29T01:46:20.164Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/columns.txt (627 bytes) |
| 10147 | 2026-01-29T01:46:21.260Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/columns.txt |
| 10148 | 2026-01-29T01:46:21.260Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/count.txt (1 bytes) |
| 10149 | 2026-01-29T01:46:22.355Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/count.txt |
| 10150 | 2026-01-29T01:46:22.356Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.bin (2162 bytes) |
| 10151 | 2026-01-29T01:46:23.454Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.bin |
| 10152 | 2026-01-29T01:46:23.454Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.cmrk3 (123 bytes) |
| 10153 | 2026-01-29T01:46:24.549Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.cmrk3 |
| 10154 | 2026-01-29T01:46:24.549Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10155 | 2026-01-29T01:46:25.647Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/default_compression_codec.txt |
| 10156 | 2026-01-29T01:46:25.671Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/metadata_version.txt (1 bytes) |
| 10157 | 2026-01-29T01:46:26.741Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/metadata_version.txt |
| 10158 | 2026-01-29T01:46:26.765Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/primary.cidx (123 bytes) |
| 10159 | 2026-01-29T01:46:28.150Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/primary.cidx |
| 10160 | 2026-01-29T01:46:28.150Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/ttl.txt (80 bytes) |
| 10161 | 2026-01-29T01:46:29.235Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/ttl.txt |
| 10162 | 2026-01-29T01:46:29.235Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/checksums.txt (252 bytes) |
| 10163 | 2026-01-29T01:46:30.375Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/checksums.txt |
| 10164 | 2026-01-29T01:46:30.399Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/columns.txt (627 bytes) |
| 10165 | 2026-01-29T01:46:31.471Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/columns.txt |
| 10166 | 2026-01-29T01:46:31.471Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/count.txt (2 bytes) |
| 10167 | 2026-01-29T01:46:32.565Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/count.txt |
| 10168 | 2026-01-29T01:46:32.589Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.bin (3284 bytes) |
| 10169 | 2026-01-29T01:46:33.658Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.bin |
| 10170 | 2026-01-29T01:46:33.658Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.cmrk3 (132 bytes) |
| 10171 | 2026-01-29T01:46:34.751Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.cmrk3 |
| 10172 | 2026-01-29T01:46:34.775Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10173 | 2026-01-29T01:46:35.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/default_compression_codec.txt |
| 10174 | 2026-01-29T01:46:35.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/metadata_version.txt (1 bytes) |
| 10175 | 2026-01-29T01:46:36.938Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/metadata_version.txt |
| 10176 | 2026-01-29T01:46:36.962Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/primary.cidx (123 bytes) |
| 10177 | 2026-01-29T01:46:38.032Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/primary.cidx |
| 10178 | 2026-01-29T01:46:38.032Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/ttl.txt (80 bytes) |
| 10179 | 2026-01-29T01:46:39.125Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/ttl.txt |
| 10180 | 2026-01-29T01:46:39.125Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/format_version.txt (1 bytes) |
| 10181 | 2026-01-29T01:46:40.219Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/format_version.txt |
| 10182 | 2026-01-29T01:46:40.219Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu8/format_version.txt (1 bytes) |
| 10183 | 2026-01-29T01:46:41.312Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu8/format_version.txt |
| 10184 | 2026-01-29T01:46:41.312Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i16/format_version.txt (1 bytes) |
| 10185 | 2026-01-29T01:46:42.405Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i16/format_version.txt |
| 10186 | 2026-01-29T01:46:42.429Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i32/format_version.txt (1 bytes) |
| 10187 | 2026-01-29T01:46:43.499Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i32/format_version.txt |
| 10188 | 2026-01-29T01:46:43.499Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/checksums.txt (249 bytes) |
| 10189 | 2026-01-29T01:46:44.596Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/checksums.txt |
| 10190 | 2026-01-29T01:46:44.596Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/columns.txt (143 bytes) |
| 10191 | 2026-01-29T01:46:45.690Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/columns.txt |
| 10192 | 2026-01-29T01:46:45.690Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/count.txt (1 bytes) |
| 10193 | 2026-01-29T01:46:46.786Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/count.txt |
| 10194 | 2026-01-29T01:46:46.786Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/data.bin (159 bytes) |
| 10195 | 2026-01-29T01:46:47.879Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/data.bin |
| 10196 | 2026-01-29T01:46:47.879Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/data.cmrk3 (66 bytes) |
| 10197 | 2026-01-29T01:46:48.973Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/data.cmrk3 |
| 10198 | 2026-01-29T01:46:48.997Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 10199 | 2026-01-29T01:46:50.066Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/default_compression_codec.txt |
| 10200 | 2026-01-29T01:46:50.066Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/metadata_version.txt (1 bytes) |
| 10201 | 2026-01-29T01:46:51.161Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/metadata_version.txt |
| 10202 | 2026-01-29T01:46:51.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/primary.cidx (90 bytes) |
| 10203 | 2026-01-29T01:46:52.255Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/primary.cidx |
| 10204 | 2026-01-29T01:46:52.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/ttl.txt (80 bytes) |
| 10205 | 2026-01-29T01:46:53.350Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_10_10_0/ttl.txt |
| 10206 | 2026-01-29T01:46:53.350Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/checksums.txt (249 bytes) |
| 10207 | 2026-01-29T01:46:54.449Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/checksums.txt |
| 10208 | 2026-01-29T01:46:54.449Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/columns.txt (143 bytes) |
| 10209 | 2026-01-29T01:46:55.542Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/columns.txt |
| 10210 | 2026-01-29T01:46:55.542Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/count.txt (1 bytes) |
| 10211 | 2026-01-29T01:46:56.635Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/count.txt |
| 10212 | 2026-01-29T01:46:56.636Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/data.bin (159 bytes) |
| 10213 | 2026-01-29T01:46:57.731Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/data.bin |
| 10214 | 2026-01-29T01:46:57.731Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/data.cmrk3 (66 bytes) |
| 10215 | 2026-01-29T01:46:58.825Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/data.cmrk3 |
| 10216 | 2026-01-29T01:46:58.825Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 10217 | 2026-01-29T01:46:59.918Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/default_compression_codec.txt |
| 10218 | 2026-01-29T01:46:59.919Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/metadata_version.txt (1 bytes) |
| 10219 | 2026-01-29T01:47:01.012Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/metadata_version.txt |
| 10220 | 2026-01-29T01:47:01.012Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/primary.cidx (90 bytes) |
| 10221 | 2026-01-29T01:47:02.106Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/primary.cidx |
| 10222 | 2026-01-29T01:47:02.106Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/ttl.txt (80 bytes) |
| 10223 | 2026-01-29T01:47:03.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_11_11_0/ttl.txt |
| 10224 | 2026-01-29T01:47:03.202Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/checksums.txt (249 bytes) |
| 10225 | 2026-01-29T01:47:04.295Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/checksums.txt |
| 10226 | 2026-01-29T01:47:04.319Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/columns.txt (143 bytes) |
| 10227 | 2026-01-29T01:47:05.388Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/columns.txt |
| 10228 | 2026-01-29T01:47:05.389Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/count.txt (1 bytes) |
| 10229 | 2026-01-29T01:47:06.483Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/count.txt |
| 10230 | 2026-01-29T01:47:06.483Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/data.bin (159 bytes) |
| 10231 | 2026-01-29T01:47:07.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/data.bin |
| 10232 | 2026-01-29T01:47:07.577Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/data.cmrk3 (66 bytes) |
| 10233 | 2026-01-29T01:47:08.671Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/data.cmrk3 |
| 10234 | 2026-01-29T01:47:08.671Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 10235 | 2026-01-29T01:47:09.765Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/default_compression_codec.txt |
| 10236 | 2026-01-29T01:47:09.789Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/metadata_version.txt (1 bytes) |
| 10237 | 2026-01-29T01:47:10.859Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/metadata_version.txt |
| 10238 | 2026-01-29T01:47:10.859Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/primary.cidx (90 bytes) |
| 10239 | 2026-01-29T01:47:11.954Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/primary.cidx |
| 10240 | 2026-01-29T01:47:11.954Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/ttl.txt (80 bytes) |
| 10241 | 2026-01-29T01:47:13.049Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_12_12_0/ttl.txt |
| 10242 | 2026-01-29T01:47:13.049Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/checksums.txt (250 bytes) |
| 10243 | 2026-01-29T01:47:14.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/checksums.txt |
| 10244 | 2026-01-29T01:47:14.145Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/columns.txt (143 bytes) |
| 10245 | 2026-01-29T01:47:15.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/columns.txt |
| 10246 | 2026-01-29T01:47:15.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/count.txt (2 bytes) |
| 10247 | 2026-01-29T01:47:16.334Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/count.txt |
| 10248 | 2026-01-29T01:47:16.334Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/data.bin (512 bytes) |
| 10249 | 2026-01-29T01:47:17.429Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/data.bin |
| 10250 | 2026-01-29T01:47:17.429Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/data.cmrk3 (72 bytes) |
| 10251 | 2026-01-29T01:47:18.524Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/data.cmrk3 |
| 10252 | 2026-01-29T01:47:18.524Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 10253 | 2026-01-29T01:47:19.620Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/default_compression_codec.txt |
| 10254 | 2026-01-29T01:47:19.645Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/metadata_version.txt (1 bytes) |
| 10255 | 2026-01-29T01:47:20.717Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/metadata_version.txt |
| 10256 | 2026-01-29T01:47:20.717Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/primary.cidx (125 bytes) |
| 10257 | 2026-01-29T01:47:21.814Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/primary.cidx |
| 10258 | 2026-01-29T01:47:21.814Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/ttl.txt (80 bytes) |
| 10259 | 2026-01-29T01:47:22.906Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_11_2/ttl.txt |
| 10260 | 2026-01-29T01:47:22.906Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/checksums.txt (250 bytes) |
| 10261 | 2026-01-29T01:47:24.003Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/checksums.txt |
| 10262 | 2026-01-29T01:47:24.003Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/columns.txt (143 bytes) |
| 10263 | 2026-01-29T01:47:25.097Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/columns.txt |
| 10264 | 2026-01-29T01:47:25.097Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/count.txt (2 bytes) |
| 10265 | 2026-01-29T01:47:26.193Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/count.txt |
| 10266 | 2026-01-29T01:47:26.193Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/data.bin (382 bytes) |
| 10267 | 2026-01-29T01:47:27.289Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/data.bin |
| 10268 | 2026-01-29T01:47:27.289Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/data.cmrk3 (68 bytes) |
| 10269 | 2026-01-29T01:47:28.383Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/data.cmrk3 |
| 10270 | 2026-01-29T01:47:28.383Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10271 | 2026-01-29T01:47:29.478Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/default_compression_codec.txt |
| 10272 | 2026-01-29T01:47:29.503Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/metadata_version.txt (1 bytes) |
| 10273 | 2026-01-29T01:47:30.575Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/metadata_version.txt |
| 10274 | 2026-01-29T01:47:30.575Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/primary.cidx (125 bytes) |
| 10275 | 2026-01-29T01:47:31.670Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/primary.cidx |
| 10276 | 2026-01-29T01:47:31.670Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/ttl.txt (80 bytes) |
| 10277 | 2026-01-29T01:47:32.798Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_1_0/ttl.txt |
| 10278 | 2026-01-29T01:47:32.798Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/checksums.txt (250 bytes) |
| 10279 | 2026-01-29T01:47:33.892Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/checksums.txt |
| 10280 | 2026-01-29T01:47:33.916Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/columns.txt (143 bytes) |
| 10281 | 2026-01-29T01:47:34.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/columns.txt |
| 10282 | 2026-01-29T01:47:34.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/count.txt (2 bytes) |
| 10283 | 2026-01-29T01:47:36.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/count.txt |
| 10284 | 2026-01-29T01:47:36.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/data.bin (456 bytes) |
| 10285 | 2026-01-29T01:47:37.179Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/data.bin |
| 10286 | 2026-01-29T01:47:37.179Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/data.cmrk3 (68 bytes) |
| 10287 | 2026-01-29T01:47:38.275Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/data.cmrk3 |
| 10288 | 2026-01-29T01:47:38.275Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 10289 | 2026-01-29T01:47:39.370Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/default_compression_codec.txt |
| 10290 | 2026-01-29T01:47:39.370Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/metadata_version.txt (1 bytes) |
| 10291 | 2026-01-29T01:47:40.466Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/metadata_version.txt |
| 10292 | 2026-01-29T01:47:40.466Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/primary.cidx (125 bytes) |
| 10293 | 2026-01-29T01:47:41.562Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/primary.cidx |
| 10294 | 2026-01-29T01:47:41.562Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/ttl.txt (80 bytes) |
| 10295 | 2026-01-29T01:47:42.659Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_1_6_1/ttl.txt |
| 10296 | 2026-01-29T01:47:42.659Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/checksums.txt (249 bytes) |
| 10297 | 2026-01-29T01:47:43.755Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/checksums.txt |
| 10298 | 2026-01-29T01:47:43.755Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/columns.txt (143 bytes) |
| 10299 | 2026-01-29T01:47:44.850Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/columns.txt |
| 10300 | 2026-01-29T01:47:44.850Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/count.txt (1 bytes) |
| 10301 | 2026-01-29T01:47:45.945Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/count.txt |
| 10302 | 2026-01-29T01:47:45.945Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/data.bin (159 bytes) |
| 10303 | 2026-01-29T01:47:47.040Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/data.bin |
| 10304 | 2026-01-29T01:47:47.040Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/data.cmrk3 (66 bytes) |
| 10305 | 2026-01-29T01:47:48.136Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/data.cmrk3 |
| 10306 | 2026-01-29T01:47:48.136Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10307 | 2026-01-29T01:47:49.231Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/default_compression_codec.txt |
| 10308 | 2026-01-29T01:47:49.231Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/metadata_version.txt (1 bytes) |
| 10309 | 2026-01-29T01:47:50.326Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/metadata_version.txt |
| 10310 | 2026-01-29T01:47:50.326Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/primary.cidx (90 bytes) |
| 10311 | 2026-01-29T01:47:51.422Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/primary.cidx |
| 10312 | 2026-01-29T01:47:51.422Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/ttl.txt (80 bytes) |
| 10313 | 2026-01-29T01:47:52.520Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_2_2_0/ttl.txt |
| 10314 | 2026-01-29T01:47:52.520Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/checksums.txt (249 bytes) |
| 10315 | 2026-01-29T01:47:53.615Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/checksums.txt |
| 10316 | 2026-01-29T01:47:53.615Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/columns.txt (143 bytes) |
| 10317 | 2026-01-29T01:47:54.709Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/columns.txt |
| 10318 | 2026-01-29T01:47:54.709Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/count.txt (1 bytes) |
| 10319 | 2026-01-29T01:47:55.803Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/count.txt |
| 10320 | 2026-01-29T01:47:55.803Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/data.bin (159 bytes) |
| 10321 | 2026-01-29T01:47:56.900Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/data.bin |
| 10322 | 2026-01-29T01:47:56.900Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/data.cmrk3 (66 bytes) |
| 10323 | 2026-01-29T01:47:57.995Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/data.cmrk3 |
| 10324 | 2026-01-29T01:47:57.995Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 10325 | 2026-01-29T01:47:59.090Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/default_compression_codec.txt |
| 10326 | 2026-01-29T01:47:59.090Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/metadata_version.txt (1 bytes) |
| 10327 | 2026-01-29T01:48:00.185Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/metadata_version.txt |
| 10328 | 2026-01-29T01:48:00.186Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/primary.cidx (90 bytes) |
| 10329 | 2026-01-29T01:48:01.280Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/primary.cidx |
| 10330 | 2026-01-29T01:48:01.280Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/ttl.txt (80 bytes) |
| 10331 | 2026-01-29T01:48:02.375Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_3_3_0/ttl.txt |
| 10332 | 2026-01-29T01:48:02.375Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/checksums.txt (249 bytes) |
| 10333 | 2026-01-29T01:48:03.470Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/checksums.txt |
| 10334 | 2026-01-29T01:48:03.471Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/columns.txt (143 bytes) |
| 10335 | 2026-01-29T01:48:04.564Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/columns.txt |
| 10336 | 2026-01-29T01:48:04.565Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/count.txt (1 bytes) |
| 10337 | 2026-01-29T01:48:05.660Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/count.txt |
| 10338 | 2026-01-29T01:48:05.660Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/data.bin (159 bytes) |
| 10339 | 2026-01-29T01:48:06.755Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/data.bin |
| 10340 | 2026-01-29T01:48:06.755Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/data.cmrk3 (66 bytes) |
| 10341 | 2026-01-29T01:48:07.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/data.cmrk3 |
| 10342 | 2026-01-29T01:48:07.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 10343 | 2026-01-29T01:48:08.946Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/default_compression_codec.txt |
| 10344 | 2026-01-29T01:48:08.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/metadata_version.txt (1 bytes) |
| 10345 | 2026-01-29T01:48:10.041Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/metadata_version.txt |
| 10346 | 2026-01-29T01:48:10.041Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/primary.cidx (90 bytes) |
| 10347 | 2026-01-29T01:48:11.136Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/primary.cidx |
| 10348 | 2026-01-29T01:48:11.136Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/ttl.txt (80 bytes) |
| 10349 | 2026-01-29T01:48:12.228Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_4_4_0/ttl.txt |
| 10350 | 2026-01-29T01:48:12.228Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/checksums.txt (249 bytes) |
| 10351 | 2026-01-29T01:48:13.324Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/checksums.txt |
| 10352 | 2026-01-29T01:48:13.348Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/columns.txt (143 bytes) |
| 10353 | 2026-01-29T01:48:14.418Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/columns.txt |
| 10354 | 2026-01-29T01:48:14.418Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/count.txt (1 bytes) |
| 10355 | 2026-01-29T01:48:15.514Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/count.txt |
| 10356 | 2026-01-29T01:48:15.514Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/data.bin (159 bytes) |
| 10357 | 2026-01-29T01:48:16.609Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/data.bin |
| 10358 | 2026-01-29T01:48:16.609Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/data.cmrk3 (66 bytes) |
| 10359 | 2026-01-29T01:48:17.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/data.cmrk3 |
| 10360 | 2026-01-29T01:48:17.705Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 10361 | 2026-01-29T01:48:18.800Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/default_compression_codec.txt |
| 10362 | 2026-01-29T01:48:18.800Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/metadata_version.txt (1 bytes) |
| 10363 | 2026-01-29T01:48:19.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/metadata_version.txt |
| 10364 | 2026-01-29T01:48:19.895Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/primary.cidx (90 bytes) |
| 10365 | 2026-01-29T01:48:20.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/primary.cidx |
| 10366 | 2026-01-29T01:48:20.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/ttl.txt (80 bytes) |
| 10367 | 2026-01-29T01:48:22.085Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_5_5_0/ttl.txt |
| 10368 | 2026-01-29T01:48:22.085Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/checksums.txt (249 bytes) |
| 10369 | 2026-01-29T01:48:23.180Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/checksums.txt |
| 10370 | 2026-01-29T01:48:23.180Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/columns.txt (143 bytes) |
| 10371 | 2026-01-29T01:48:24.275Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/columns.txt |
| 10372 | 2026-01-29T01:48:24.275Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/count.txt (1 bytes) |
| 10373 | 2026-01-29T01:48:25.370Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/count.txt |
| 10374 | 2026-01-29T01:48:25.370Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/data.bin (159 bytes) |
| 10375 | 2026-01-29T01:48:26.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/data.bin |
| 10376 | 2026-01-29T01:48:26.465Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/data.cmrk3 (66 bytes) |
| 10377 | 2026-01-29T01:48:27.560Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/data.cmrk3 |
| 10378 | 2026-01-29T01:48:27.560Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 10379 | 2026-01-29T01:48:28.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/default_compression_codec.txt |
| 10380 | 2026-01-29T01:48:28.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/metadata_version.txt (1 bytes) |
| 10381 | 2026-01-29T01:48:29.750Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/metadata_version.txt |
| 10382 | 2026-01-29T01:48:29.750Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/primary.cidx (90 bytes) |
| 10383 | 2026-01-29T01:48:30.844Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/primary.cidx |
| 10384 | 2026-01-29T01:48:30.844Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/ttl.txt (80 bytes) |
| 10385 | 2026-01-29T01:48:31.939Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_6_6_0/ttl.txt |
| 10386 | 2026-01-29T01:48:31.963Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/checksums.txt (249 bytes) |
| 10387 | 2026-01-29T01:48:33.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/checksums.txt |
| 10388 | 2026-01-29T01:48:33.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/columns.txt (143 bytes) |
| 10389 | 2026-01-29T01:48:34.138Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/columns.txt |
| 10390 | 2026-01-29T01:48:34.138Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/count.txt (1 bytes) |
| 10391 | 2026-01-29T01:48:35.231Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/count.txt |
| 10392 | 2026-01-29T01:48:35.232Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/data.bin (159 bytes) |
| 10393 | 2026-01-29T01:48:36.325Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/data.bin |
| 10394 | 2026-01-29T01:48:36.325Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/data.cmrk3 (66 bytes) |
| 10395 | 2026-01-29T01:48:37.419Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/data.cmrk3 |
| 10396 | 2026-01-29T01:48:37.419Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 10397 | 2026-01-29T01:48:38.513Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/default_compression_codec.txt |
| 10398 | 2026-01-29T01:48:38.513Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/metadata_version.txt (1 bytes) |
| 10399 | 2026-01-29T01:48:39.605Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/metadata_version.txt |
| 10400 | 2026-01-29T01:48:39.629Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/primary.cidx (90 bytes) |
| 10401 | 2026-01-29T01:48:40.698Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/primary.cidx |
| 10402 | 2026-01-29T01:48:40.698Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/ttl.txt (80 bytes) |
| 10403 | 2026-01-29T01:48:41.791Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_7_7_0/ttl.txt |
| 10404 | 2026-01-29T01:48:41.791Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/checksums.txt (249 bytes) |
| 10405 | 2026-01-29T01:48:42.884Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/checksums.txt |
| 10406 | 2026-01-29T01:48:42.884Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/columns.txt (143 bytes) |
| 10407 | 2026-01-29T01:48:43.980Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/columns.txt |
| 10408 | 2026-01-29T01:48:43.980Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/count.txt (1 bytes) |
| 10409 | 2026-01-29T01:48:45.074Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/count.txt |
| 10410 | 2026-01-29T01:48:45.074Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/data.bin (159 bytes) |
| 10411 | 2026-01-29T01:48:46.174Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/data.bin |
| 10412 | 2026-01-29T01:48:46.174Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/data.cmrk3 (66 bytes) |
| 10413 | 2026-01-29T01:48:47.268Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/data.cmrk3 |
| 10414 | 2026-01-29T01:48:47.268Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 10415 | 2026-01-29T01:48:48.366Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/default_compression_codec.txt |
| 10416 | 2026-01-29T01:48:48.366Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/metadata_version.txt (1 bytes) |
| 10417 | 2026-01-29T01:48:49.462Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/metadata_version.txt |
| 10418 | 2026-01-29T01:48:49.462Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/primary.cidx (90 bytes) |
| 10419 | 2026-01-29T01:48:50.556Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/primary.cidx |
| 10420 | 2026-01-29T01:48:50.556Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/ttl.txt (80 bytes) |
| 10421 | 2026-01-29T01:48:51.651Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_8_8_0/ttl.txt |
| 10422 | 2026-01-29T01:48:51.651Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/checksums.txt (249 bytes) |
| 10423 | 2026-01-29T01:48:52.746Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/checksums.txt |
| 10424 | 2026-01-29T01:48:52.746Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/columns.txt (143 bytes) |
| 10425 | 2026-01-29T01:48:53.841Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/columns.txt |
| 10426 | 2026-01-29T01:48:53.841Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/count.txt (1 bytes) |
| 10427 | 2026-01-29T01:48:54.938Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/count.txt |
| 10428 | 2026-01-29T01:48:54.938Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/data.bin (159 bytes) |
| 10429 | 2026-01-29T01:48:56.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/data.bin |
| 10430 | 2026-01-29T01:48:56.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/data.cmrk3 (66 bytes) |
| 10431 | 2026-01-29T01:48:57.128Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/data.cmrk3 |
| 10432 | 2026-01-29T01:48:57.128Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 10433 | 2026-01-29T01:48:58.224Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/default_compression_codec.txt |
| 10434 | 2026-01-29T01:48:58.249Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/metadata_version.txt (1 bytes) |
| 10435 | 2026-01-29T01:48:59.319Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/metadata_version.txt |
| 10436 | 2026-01-29T01:48:59.343Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/primary.cidx (90 bytes) |
| 10437 | 2026-01-29T01:49:00.414Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/primary.cidx |
| 10438 | 2026-01-29T01:49:00.438Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/ttl.txt (80 bytes) |
| 10439 | 2026-01-29T01:49:01.509Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/all_9_9_0/ttl.txt |
| 10440 | 2026-01-29T01:49:01.509Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/format_version.txt (1 bytes) |
| 10441 | 2026-01-29T01:49:02.604Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/format_version.txt |
| 10442 | 2026-01-29T01:49:02.604Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i8/format_version.txt (1 bytes) |
| 10443 | 2026-01-29T01:49:03.700Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i8/format_version.txt |
| 10444 | 2026-01-29T01:49:03.700Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_string/format_version.txt (1 bytes) |
| 10445 | 2026-01-29T01:49:04.795Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_string/format_version.txt |
| 10446 | 2026-01-29T01:49:04.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u16/format_version.txt (1 bytes) |
| 10447 | 2026-01-29T01:49:05.890Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u16/format_version.txt |
| 10448 | 2026-01-29T01:49:05.890Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u32/format_version.txt (1 bytes) |
| 10449 | 2026-01-29T01:49:06.985Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u32/format_version.txt |
| 10450 | 2026-01-29T01:49:06.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u64/format_version.txt (1 bytes) |
| 10451 | 2026-01-29T01:49:08.082Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u64/format_version.txt |
| 10452 | 2026-01-29T01:49:08.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u8/format_version.txt (1 bytes) |
| 10453 | 2026-01-29T01:49:09.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u8/format_version.txt |
| 10454 | 2026-01-29T01:49:09.200Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/checksums.txt (225 bytes) |
| 10455 | 2026-01-29T01:49:10.273Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/checksums.txt |
| 10456 | 2026-01-29T01:49:10.273Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/columns.txt (813 bytes) |
| 10457 | 2026-01-29T01:49:11.368Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/columns.txt |
| 10458 | 2026-01-29T01:49:11.392Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/count.txt (1 bytes) |
| 10459 | 2026-01-29T01:49:12.462Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/count.txt |
| 10460 | 2026-01-29T01:49:12.462Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.bin (287 bytes) |
| 10461 | 2026-01-29T01:49:13.563Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.bin |
| 10462 | 2026-01-29T01:49:13.563Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.cmrk3 (75 bytes) |
| 10463 | 2026-01-29T01:49:14.658Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.cmrk3 |
| 10464 | 2026-01-29T01:49:14.682Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10465 | 2026-01-29T01:49:15.755Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/default_compression_codec.txt |
| 10466 | 2026-01-29T01:49:15.755Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/metadata_version.txt (1 bytes) |
| 10467 | 2026-01-29T01:49:16.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/metadata_version.txt |
| 10468 | 2026-01-29T01:49:16.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/primary.cidx (116 bytes) |
| 10469 | 2026-01-29T01:49:17.946Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_1_1_0/primary.cidx |
| 10470 | 2026-01-29T01:49:17.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/checksums.txt (224 bytes) |
| 10471 | 2026-01-29T01:49:19.042Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/checksums.txt |
| 10472 | 2026-01-29T01:49:19.042Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/columns.txt (813 bytes) |
| 10473 | 2026-01-29T01:49:20.137Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/columns.txt |
| 10474 | 2026-01-29T01:49:20.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/count.txt (1 bytes) |
| 10475 | 2026-01-29T01:49:21.232Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/count.txt |
| 10476 | 2026-01-29T01:49:21.232Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/data.bin (457 bytes) |
| 10477 | 2026-01-29T01:49:22.327Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/data.bin |
| 10478 | 2026-01-29T01:49:22.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/data.cmrk3 (74 bytes) |
| 10479 | 2026-01-29T01:49:23.421Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/data.cmrk3 |
| 10480 | 2026-01-29T01:49:23.421Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10481 | 2026-01-29T01:49:24.517Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/default_compression_codec.txt |
| 10482 | 2026-01-29T01:49:24.541Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/metadata_version.txt (1 bytes) |
| 10483 | 2026-01-29T01:49:25.611Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/metadata_version.txt |
| 10484 | 2026-01-29T01:49:25.634Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/primary.cidx (106 bytes) |
| 10485 | 2026-01-29T01:49:26.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/all_2_2_0/primary.cidx |
| 10486 | 2026-01-29T01:49:26.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/format_version.txt (1 bytes) |
| 10487 | 2026-01-29T01:49:27.801Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/format_version.txt |
| 10488 | 2026-01-29T01:49:27.801Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/checksums.txt (221 bytes) |
| 10489 | 2026-01-29T01:49:28.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/checksums.txt |
| 10490 | 2026-01-29T01:49:28.895Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/columns.txt (85 bytes) |
| 10491 | 2026-01-29T01:49:29.991Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/columns.txt |
| 10492 | 2026-01-29T01:49:29.991Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/count.txt (1 bytes) |
| 10493 | 2026-01-29T01:49:31.088Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/count.txt |
| 10494 | 2026-01-29T01:49:31.088Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/data.bin (68 bytes) |
| 10495 | 2026-01-29T01:49:32.184Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/data.bin |
| 10496 | 2026-01-29T01:49:32.208Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/data.cmrk3 (58 bytes) |
| 10497 | 2026-01-29T01:49:33.280Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/data.cmrk3 |
| 10498 | 2026-01-29T01:49:33.280Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10499 | 2026-01-29T01:49:34.375Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/default_compression_codec.txt |
| 10500 | 2026-01-29T01:49:34.376Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/metadata_version.txt (1 bytes) |
| 10501 | 2026-01-29T01:49:35.471Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/metadata_version.txt |
| 10502 | 2026-01-29T01:49:35.471Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/primary.cidx (60 bytes) |
| 10503 | 2026-01-29T01:49:36.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/primary.cidx |
| 10504 | 2026-01-29T01:49:36.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/format_version.txt (1 bytes) |
| 10505 | 2026-01-29T01:49:37.662Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/format_version.txt |
| 10506 | 2026-01-29T01:49:37.662Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt (250 bytes) |
| 10507 | 2026-01-29T01:49:38.756Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt |
| 10508 | 2026-01-29T01:49:38.756Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt (125 bytes) |
| 10509 | 2026-01-29T01:49:39.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt |
| 10510 | 2026-01-29T01:49:39.852Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt (3 bytes) |
| 10511 | 2026-01-29T01:49:40.946Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt |
| 10512 | 2026-01-29T01:49:40.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin (1323 bytes) |
| 10513 | 2026-01-29T01:49:42.041Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin |
| 10514 | 2026-01-29T01:49:42.041Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 (69 bytes) |
| 10515 | 2026-01-29T01:49:43.136Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 |
| 10516 | 2026-01-29T01:49:43.160Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10517 | 2026-01-29T01:49:44.231Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt |
| 10518 | 2026-01-29T01:49:44.255Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 10519 | 2026-01-29T01:49:45.326Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt |
| 10520 | 2026-01-29T01:49:45.326Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 10521 | 2026-01-29T01:49:46.421Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx |
| 10522 | 2026-01-29T01:49:46.422Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 10523 | 2026-01-29T01:49:47.517Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt |
| 10524 | 2026-01-29T01:49:47.517Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/checksums.txt (250 bytes) |
| 10525 | 2026-01-29T01:49:48.612Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/checksums.txt |
| 10526 | 2026-01-29T01:49:48.636Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/columns.txt (125 bytes) |
| 10527 | 2026-01-29T01:49:49.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/columns.txt |
| 10528 | 2026-01-29T01:49:49.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/count.txt (3 bytes) |
| 10529 | 2026-01-29T01:49:50.821Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/count.txt |
| 10530 | 2026-01-29T01:49:50.821Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.bin (1258 bytes) |
| 10531 | 2026-01-29T01:49:51.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.bin |
| 10532 | 2026-01-29T01:49:51.919Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.cmrk3 (69 bytes) |
| 10533 | 2026-01-29T01:49:52.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.cmrk3 |
| 10534 | 2026-01-29T01:49:52.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10535 | 2026-01-29T01:49:54.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/default_compression_codec.txt |
| 10536 | 2026-01-29T01:49:54.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 10537 | 2026-01-29T01:49:55.179Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/metadata_version.txt |
| 10538 | 2026-01-29T01:49:55.179Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/primary.cidx (42 bytes) |
| 10539 | 2026-01-29T01:49:56.273Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/primary.cidx |
| 10540 | 2026-01-29T01:49:56.273Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/ttl.txt (80 bytes) |
| 10541 | 2026-01-29T01:49:57.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_2_2_0/ttl.txt |
| 10542 | 2026-01-29T01:49:57.393Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/checksums.txt (250 bytes) |
| 10543 | 2026-01-29T01:49:58.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/checksums.txt |
| 10544 | 2026-01-29T01:49:58.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/columns.txt (125 bytes) |
| 10545 | 2026-01-29T01:49:59.560Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/columns.txt |
| 10546 | 2026-01-29T01:49:59.584Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/count.txt (3 bytes) |
| 10547 | 2026-01-29T01:50:00.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/count.txt |
| 10548 | 2026-01-29T01:50:00.656Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.bin (1309 bytes) |
| 10549 | 2026-01-29T01:50:01.752Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.bin |
| 10550 | 2026-01-29T01:50:01.752Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.cmrk3 (69 bytes) |
| 10551 | 2026-01-29T01:50:02.847Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.cmrk3 |
| 10552 | 2026-01-29T01:50:02.847Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 10553 | 2026-01-29T01:50:03.941Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/default_compression_codec.txt |
| 10554 | 2026-01-29T01:50:03.941Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/metadata_version.txt (1 bytes) |
| 10555 | 2026-01-29T01:50:05.037Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/metadata_version.txt |
| 10556 | 2026-01-29T01:50:05.037Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/primary.cidx (42 bytes) |
| 10557 | 2026-01-29T01:50:06.133Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/primary.cidx |
| 10558 | 2026-01-29T01:50:06.133Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/ttl.txt (80 bytes) |
| 10559 | 2026-01-29T01:50:07.229Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_3_3_0/ttl.txt |
| 10560 | 2026-01-29T01:50:07.229Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/checksums.txt (250 bytes) |
| 10561 | 2026-01-29T01:50:08.325Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/checksums.txt |
| 10562 | 2026-01-29T01:50:08.349Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/columns.txt (125 bytes) |
| 10563 | 2026-01-29T01:50:09.420Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/columns.txt |
| 10564 | 2026-01-29T01:50:09.420Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/count.txt (3 bytes) |
| 10565 | 2026-01-29T01:50:10.515Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/count.txt |
| 10566 | 2026-01-29T01:50:10.516Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.bin (1303 bytes) |
| 10567 | 2026-01-29T01:50:11.609Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.bin |
| 10568 | 2026-01-29T01:50:11.610Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.cmrk3 (69 bytes) |
| 10569 | 2026-01-29T01:50:12.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.cmrk3 |
| 10570 | 2026-01-29T01:50:12.705Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 10571 | 2026-01-29T01:50:13.800Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/default_compression_codec.txt |
| 10572 | 2026-01-29T01:50:13.800Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/metadata_version.txt (1 bytes) |
| 10573 | 2026-01-29T01:50:14.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/metadata_version.txt |
| 10574 | 2026-01-29T01:50:14.896Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/primary.cidx (42 bytes) |
| 10575 | 2026-01-29T01:50:15.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/primary.cidx |
| 10576 | 2026-01-29T01:50:15.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/ttl.txt (80 bytes) |
| 10577 | 2026-01-29T01:50:17.085Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/all_4_4_0/ttl.txt |
| 10578 | 2026-01-29T01:50:17.085Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/format_version.txt (1 bytes) |
| 10579 | 2026-01-29T01:50:18.180Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/format_version.txt |
| 10580 | 2026-01-29T01:50:18.204Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/checksums.txt (254 bytes) |
| 10581 | 2026-01-29T01:50:19.276Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/checksums.txt |
| 10582 | 2026-01-29T01:50:19.276Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/columns.txt (31387 bytes) |
| 10583 | 2026-01-29T01:50:20.436Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/columns.txt |
| 10584 | 2026-01-29T01:50:20.436Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/count.txt (1 bytes) |
| 10585 | 2026-01-29T01:50:21.532Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/count.txt |
| 10586 | 2026-01-29T01:50:21.533Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/data.bin (24844 bytes) |
| 10587 | 2026-01-29T01:50:22.693Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/data.bin |
| 10588 | 2026-01-29T01:50:22.693Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 (979 bytes) |
| 10589 | 2026-01-29T01:50:23.789Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 |
| 10590 | 2026-01-29T01:50:23.812Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10591 | 2026-01-29T01:50:24.885Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt |
| 10592 | 2026-01-29T01:50:24.885Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 10593 | 2026-01-29T01:50:25.980Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt |
| 10594 | 2026-01-29T01:50:25.981Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 10595 | 2026-01-29T01:50:27.078Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/primary.cidx |
| 10596 | 2026-01-29T01:50:27.078Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 10597 | 2026-01-29T01:50:28.174Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_1_1_0/ttl.txt |
| 10598 | 2026-01-29T01:50:28.174Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/checksums.txt (254 bytes) |
| 10599 | 2026-01-29T01:50:29.268Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/checksums.txt |
| 10600 | 2026-01-29T01:50:29.268Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/columns.txt (31387 bytes) |
| 10601 | 2026-01-29T01:50:30.430Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/columns.txt |
| 10602 | 2026-01-29T01:50:30.430Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/count.txt (1 bytes) |
| 10603 | 2026-01-29T01:50:31.525Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/count.txt |
| 10604 | 2026-01-29T01:50:31.525Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/data.bin (24775 bytes) |
| 10605 | 2026-01-29T01:50:32.685Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/data.bin |
| 10606 | 2026-01-29T01:50:32.686Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/data.cmrk3 (979 bytes) |
| 10607 | 2026-01-29T01:50:33.781Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/data.cmrk3 |
| 10608 | 2026-01-29T01:50:33.781Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10609 | 2026-01-29T01:50:34.875Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/default_compression_codec.txt |
| 10610 | 2026-01-29T01:50:34.875Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 10611 | 2026-01-29T01:50:35.970Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/metadata_version.txt |
| 10612 | 2026-01-29T01:50:35.970Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/primary.cidx (42 bytes) |
| 10613 | 2026-01-29T01:50:37.065Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/primary.cidx |
| 10614 | 2026-01-29T01:50:37.065Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/ttl.txt (80 bytes) |
| 10615 | 2026-01-29T01:50:38.160Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_2_2_0/ttl.txt |
| 10616 | 2026-01-29T01:50:38.160Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/checksums.txt (254 bytes) |
| 10617 | 2026-01-29T01:50:39.256Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/checksums.txt |
| 10618 | 2026-01-29T01:50:39.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/columns.txt (31387 bytes) |
| 10619 | 2026-01-29T01:50:40.418Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/columns.txt |
| 10620 | 2026-01-29T01:50:40.418Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/count.txt (1 bytes) |
| 10621 | 2026-01-29T01:50:41.512Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/count.txt |
| 10622 | 2026-01-29T01:50:41.513Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/data.bin (25596 bytes) |
| 10623 | 2026-01-29T01:50:42.673Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/data.bin |
| 10624 | 2026-01-29T01:50:42.673Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/data.cmrk3 (982 bytes) |
| 10625 | 2026-01-29T01:50:43.768Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/data.cmrk3 |
| 10626 | 2026-01-29T01:50:43.769Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 10627 | 2026-01-29T01:50:44.863Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/default_compression_codec.txt |
| 10628 | 2026-01-29T01:50:44.863Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/metadata_version.txt (1 bytes) |
| 10629 | 2026-01-29T01:50:45.957Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/metadata_version.txt |
| 10630 | 2026-01-29T01:50:45.957Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/primary.cidx (42 bytes) |
| 10631 | 2026-01-29T01:50:47.053Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/primary.cidx |
| 10632 | 2026-01-29T01:50:47.053Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/ttl.txt (80 bytes) |
| 10633 | 2026-01-29T01:50:48.149Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_3_3_0/ttl.txt |
| 10634 | 2026-01-29T01:50:48.150Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/checksums.txt (254 bytes) |
| 10635 | 2026-01-29T01:50:49.244Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/checksums.txt |
| 10636 | 2026-01-29T01:50:49.244Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/columns.txt (31387 bytes) |
| 10637 | 2026-01-29T01:50:50.406Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/columns.txt |
| 10638 | 2026-01-29T01:50:50.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/count.txt (1 bytes) |
| 10639 | 2026-01-29T01:50:51.501Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/count.txt |
| 10640 | 2026-01-29T01:50:51.501Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/data.bin (25729 bytes) |
| 10641 | 2026-01-29T01:50:52.663Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/data.bin |
| 10642 | 2026-01-29T01:50:52.663Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/data.cmrk3 (986 bytes) |
| 10643 | 2026-01-29T01:50:53.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/data.cmrk3 |
| 10644 | 2026-01-29T01:50:53.758Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 10645 | 2026-01-29T01:50:54.852Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/default_compression_codec.txt |
| 10646 | 2026-01-29T01:50:54.852Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/metadata_version.txt (1 bytes) |
| 10647 | 2026-01-29T01:50:55.947Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/metadata_version.txt |
| 10648 | 2026-01-29T01:50:55.947Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/primary.cidx (42 bytes) |
| 10649 | 2026-01-29T01:50:57.043Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/primary.cidx |
| 10650 | 2026-01-29T01:50:57.043Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/ttl.txt (80 bytes) |
| 10651 | 2026-01-29T01:50:58.138Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/all_4_4_0/ttl.txt |
| 10652 | 2026-01-29T01:50:58.138Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/format_version.txt (1 bytes) |
| 10653 | 2026-01-29T01:50:59.233Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/format_version.txt |
| 10654 | 2026-01-29T01:50:59.233Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/checksums.txt (253 bytes) |
| 10655 | 2026-01-29T01:51:00.329Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/checksums.txt |
| 10656 | 2026-01-29T01:51:00.329Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/columns.txt (2546 bytes) |
| 10657 | 2026-01-29T01:51:01.424Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/columns.txt |
| 10658 | 2026-01-29T01:51:01.424Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/count.txt (3 bytes) |
| 10659 | 2026-01-29T01:51:02.519Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/count.txt |
| 10660 | 2026-01-29T01:51:02.519Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/data.bin (22538 bytes) |
| 10661 | 2026-01-29T01:51:03.681Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/data.bin |
| 10662 | 2026-01-29T01:51:03.681Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/data.cmrk3 (193 bytes) |
| 10663 | 2026-01-29T01:51:04.776Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/data.cmrk3 |
| 10664 | 2026-01-29T01:51:04.776Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10665 | 2026-01-29T01:51:05.871Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/default_compression_codec.txt |
| 10666 | 2026-01-29T01:51:05.871Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 10667 | 2026-01-29T01:51:06.967Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/metadata_version.txt |
| 10668 | 2026-01-29T01:51:06.967Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/primary.cidx (42 bytes) |
| 10669 | 2026-01-29T01:51:08.062Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/primary.cidx |
| 10670 | 2026-01-29T01:51:08.062Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/ttl.txt (80 bytes) |
| 10671 | 2026-01-29T01:51:09.156Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_1_1_0/ttl.txt |
| 10672 | 2026-01-29T01:51:09.156Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/checksums.txt (252 bytes) |
| 10673 | 2026-01-29T01:51:10.251Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/checksums.txt |
| 10674 | 2026-01-29T01:51:10.251Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/columns.txt (2546 bytes) |
| 10675 | 2026-01-29T01:51:11.346Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/columns.txt |
| 10676 | 2026-01-29T01:51:11.346Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/count.txt (2 bytes) |
| 10677 | 2026-01-29T01:51:12.441Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/count.txt |
| 10678 | 2026-01-29T01:51:12.441Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/data.bin (8339 bytes) |
| 10679 | 2026-01-29T01:51:13.558Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/data.bin |
| 10680 | 2026-01-29T01:51:13.558Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/data.cmrk3 (188 bytes) |
| 10681 | 2026-01-29T01:51:14.652Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/data.cmrk3 |
| 10682 | 2026-01-29T01:51:14.653Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10683 | 2026-01-29T01:51:15.748Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/default_compression_codec.txt |
| 10684 | 2026-01-29T01:51:15.748Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 10685 | 2026-01-29T01:51:16.842Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/metadata_version.txt |
| 10686 | 2026-01-29T01:51:16.842Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/primary.cidx (42 bytes) |
| 10687 | 2026-01-29T01:51:17.937Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/primary.cidx |
| 10688 | 2026-01-29T01:51:17.937Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/ttl.txt (80 bytes) |
| 10689 | 2026-01-29T01:51:19.032Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_2_2_0/ttl.txt |
| 10690 | 2026-01-29T01:51:19.032Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/checksums.txt (251 bytes) |
| 10691 | 2026-01-29T01:51:20.127Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/checksums.txt |
| 10692 | 2026-01-29T01:51:20.127Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/columns.txt (2546 bytes) |
| 10693 | 2026-01-29T01:51:21.223Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/columns.txt |
| 10694 | 2026-01-29T01:51:21.223Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/count.txt (1 bytes) |
| 10695 | 2026-01-29T01:51:22.318Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/count.txt |
| 10696 | 2026-01-29T01:51:22.318Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/data.bin (4043 bytes) |
| 10697 | 2026-01-29T01:51:23.414Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/data.bin |
| 10698 | 2026-01-29T01:51:23.438Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/data.cmrk3 (187 bytes) |
| 10699 | 2026-01-29T01:51:24.509Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/data.cmrk3 |
| 10700 | 2026-01-29T01:51:24.533Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 10701 | 2026-01-29T01:51:25.604Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/default_compression_codec.txt |
| 10702 | 2026-01-29T01:51:25.604Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/metadata_version.txt (1 bytes) |
| 10703 | 2026-01-29T01:51:26.699Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/metadata_version.txt |
| 10704 | 2026-01-29T01:51:26.723Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/primary.cidx (42 bytes) |
| 10705 | 2026-01-29T01:51:27.794Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/primary.cidx |
| 10706 | 2026-01-29T01:51:27.794Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/ttl.txt (80 bytes) |
| 10707 | 2026-01-29T01:51:28.888Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/all_3_3_0/ttl.txt |
| 10708 | 2026-01-29T01:51:28.888Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/format_version.txt (1 bytes) |
| 10709 | 2026-01-29T01:51:29.984Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/format_version.txt |
| 10710 | 2026-01-29T01:51:29.984Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes) |
| 10711 | 2026-01-29T01:51:31.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/INFORMATION_SCHEMA.sql |
| 10712 | 2026-01-29T01:51:31.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/default.sql (78 bytes) |
| 10713 | 2026-01-29T01:51:32.181Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/default.sql |
| 10714 | 2026-01-29T01:51:32.181Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/information_schema.sql (51 bytes) |
| 10715 | 2026-01-29T01:51:33.274Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/information_schema.sql |
| 10716 | 2026-01-29T01:51:33.298Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_bool.sql (391 bytes) |
| 10717 | 2026-01-29T01:51:34.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_bool.sql |
| 10718 | 2026-01-29T01:51:34.369Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i16.sql (392 bytes) |
| 10719 | 2026-01-29T01:51:35.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i16.sql |
| 10720 | 2026-01-29T01:51:35.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i32.sql (392 bytes) |
| 10721 | 2026-01-29T01:51:36.558Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i32.sql |
| 10722 | 2026-01-29T01:51:36.582Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i64.sql (392 bytes) |
| 10723 | 2026-01-29T01:51:37.653Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i64.sql |
| 10724 | 2026-01-29T01:51:37.653Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i8.sql (391 bytes) |
| 10725 | 2026-01-29T01:51:38.748Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i8.sql |
| 10726 | 2026-01-29T01:51:38.748Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_ipaddr.sql (391 bytes) |
| 10727 | 2026-01-29T01:51:39.844Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_ipaddr.sql |
| 10728 | 2026-01-29T01:51:39.844Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_string.sql (393 bytes) |
| 10729 | 2026-01-29T01:51:40.938Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_string.sql |
| 10730 | 2026-01-29T01:51:40.938Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u16.sql (393 bytes) |
| 10731 | 2026-01-29T01:51:42.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u16.sql |
| 10732 | 2026-01-29T01:51:42.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u32.sql (393 bytes) |
| 10733 | 2026-01-29T01:51:43.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u32.sql |
| 10734 | 2026-01-29T01:51:43.129Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u64.sql (393 bytes) |
| 10735 | 2026-01-29T01:51:44.224Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u64.sql |
| 10736 | 2026-01-29T01:51:44.224Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u8.sql (392 bytes) |
| 10737 | 2026-01-29T01:51:45.319Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u8.sql |
| 10738 | 2026-01-29T01:51:45.344Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_uuid.sql (391 bytes) |
| 10739 | 2026-01-29T01:51:46.414Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_uuid.sql |
| 10740 | 2026-01-29T01:51:46.414Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bool.sql (340 bytes) |
| 10741 | 2026-01-29T01:51:47.510Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bool.sql |
| 10742 | 2026-01-29T01:51:47.510Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bytes.sql (338 bytes) |
| 10743 | 2026-01-29T01:51:48.605Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bytes.sql |
| 10744 | 2026-01-29T01:51:48.605Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef32.sql (394 bytes) |
| 10745 | 2026-01-29T01:51:49.701Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef32.sql |
| 10746 | 2026-01-29T01:51:49.701Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef64.sql (394 bytes) |
| 10747 | 2026-01-29T01:51:50.826Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef64.sql |
| 10748 | 2026-01-29T01:51:50.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativei64.sql (392 bytes) |
| 10749 | 2026-01-29T01:51:51.920Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativei64.sql |
| 10750 | 2026-01-29T01:51:51.921Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativeu64.sql (393 bytes) |
| 10751 | 2026-01-29T01:51:53.014Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativeu64.sql |
| 10752 | 2026-01-29T01:51:53.014Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f32.sql (343 bytes) |
| 10753 | 2026-01-29T01:51:54.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f32.sql |
| 10754 | 2026-01-29T01:51:54.108Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f64.sql (343 bytes) |
| 10755 | 2026-01-29T01:51:55.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f64.sql |
| 10756 | 2026-01-29T01:51:55.202Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf32.sql (916 bytes) |
| 10757 | 2026-01-29T01:51:56.295Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf32.sql |
| 10758 | 2026-01-29T01:51:56.295Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf64.sql (916 bytes) |
| 10759 | 2026-01-29T01:51:57.387Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf64.sql |
| 10760 | 2026-01-29T01:51:57.387Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami16.sql (908 bytes) |
| 10761 | 2026-01-29T01:51:58.482Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami16.sql |
| 10762 | 2026-01-29T01:51:58.507Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami32.sql (908 bytes) |
| 10763 | 2026-01-29T01:51:59.574Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami32.sql |
| 10764 | 2026-01-29T01:51:59.574Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami64.sql (908 bytes) |
| 10765 | 2026-01-29T01:52:00.668Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami64.sql |
| 10766 | 2026-01-29T01:52:00.668Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami8.sql (905 bytes) |
| 10767 | 2026-01-29T01:52:01.760Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami8.sql |
| 10768 | 2026-01-29T01:52:01.760Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu16.sql (911 bytes) |
| 10769 | 2026-01-29T01:52:02.853Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu16.sql |
| 10770 | 2026-01-29T01:52:02.853Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu32.sql (911 bytes) |
| 10771 | 2026-01-29T01:52:03.946Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu32.sql |
| 10772 | 2026-01-29T01:52:03.947Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu64.sql (911 bytes) |
| 10773 | 2026-01-29T01:52:05.040Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu64.sql |
| 10774 | 2026-01-29T01:52:05.040Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu8.sql (908 bytes) |
| 10775 | 2026-01-29T01:52:06.133Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu8.sql |
| 10776 | 2026-01-29T01:52:06.134Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i16.sql (341 bytes) |
| 10777 | 2026-01-29T01:52:07.225Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i16.sql |
| 10778 | 2026-01-29T01:52:07.251Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i32.sql (341 bytes) |
| 10779 | 2026-01-29T01:52:08.320Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i32.sql |
| 10780 | 2026-01-29T01:52:08.320Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i64.sql (341 bytes) |
| 10781 | 2026-01-29T01:52:09.412Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i64.sql |
| 10782 | 2026-01-29T01:52:09.436Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i8.sql (340 bytes) |
| 10783 | 2026-01-29T01:52:10.507Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i8.sql |
| 10784 | 2026-01-29T01:52:10.507Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_string.sql (342 bytes) |
| 10785 | 2026-01-29T01:52:11.600Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_string.sql |
| 10786 | 2026-01-29T01:52:11.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u16.sql (342 bytes) |
| 10787 | 2026-01-29T01:52:12.695Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u16.sql |
| 10788 | 2026-01-29T01:52:12.696Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u32.sql (342 bytes) |
| 10789 | 2026-01-29T01:52:13.788Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u32.sql |
| 10790 | 2026-01-29T01:52:13.788Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u64.sql (342 bytes) |
| 10791 | 2026-01-29T01:52:14.882Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u64.sql |
| 10792 | 2026-01-29T01:52:14.882Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u8.sql (341 bytes) |
| 10793 | 2026-01-29T01:52:15.974Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u8.sql |
| 10794 | 2026-01-29T01:52:15.974Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/timeseries_schema.sql (961 bytes) |
| 10795 | 2026-01-29T01:52:17.068Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/timeseries_schema.sql |
| 10796 | 2026-01-29T01:52:17.068Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/version.sql (201 bytes) |
| 10797 | 2026-01-29T01:52:18.162Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/version.sql |
| 10798 | 2026-01-29T01:52:18.162Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter.sql (78 bytes) |
| 10799 | 2026-01-29T01:52:19.256Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter.sql |
| 10800 | 2026-01-29T01:52:19.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes) |
| 10801 | 2026-01-29T01:52:20.349Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/asynchronous_metric_log.sql |
| 10802 | 2026-01-29T01:52:20.349Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/metric_log.sql (34913 bytes) |
| 10803 | 2026-01-29T01:52:21.508Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/metric_log.sql |
| 10804 | 2026-01-29T01:52:21.508Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/query_log.sql (3351 bytes) |
| 10805 | 2026-01-29T01:52:22.601Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/query_log.sql |
| 10806 | 2026-01-29T01:52:22.601Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system.sql (78 bytes) |
| 10807 | 2026-01-29T01:52:23.693Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system.sql |
| 10808 | 2026-01-29T01:52:23.694Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/preprocessed_configs/config.xml (2923 bytes) |
| 10809 | 2026-01-29T01:52:24.787Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/preprocessed_configs/config.xml |
| 10810 | 2026-01-29T01:52:24.787Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/status (58 bytes) |
| 10811 | 2026-01-29T01:52:24.811Z | upload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/status" disappeared between scan and upload |
| 10812 | 2026-01-29T01:52:24.811Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/02f/02fadfc8-9a56-4fbf-8e33-c96154a6ab46/format_version.txt (1 bytes) |
| 10813 | 2026-01-29T01:52:25.902Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/02f/02fadfc8-9a56-4fbf-8e33-c96154a6ab46/format_version.txt |
| 10814 | 2026-01-29T01:52:25.902Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/checksums.txt (249 bytes) |
| 10815 | 2026-01-29T01:52:26.997Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/checksums.txt |
| 10816 | 2026-01-29T01:52:26.997Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/columns.txt (143 bytes) |
| 10817 | 2026-01-29T01:52:28.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/columns.txt |
| 10818 | 2026-01-29T01:52:28.091Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/count.txt (1 bytes) |
| 10819 | 2026-01-29T01:52:29.184Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/count.txt |
| 10820 | 2026-01-29T01:52:29.184Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/data.bin (159 bytes) |
| 10821 | 2026-01-29T01:52:30.279Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/data.bin |
| 10822 | 2026-01-29T01:52:30.279Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/data.cmrk3 (66 bytes) |
| 10823 | 2026-01-29T01:52:31.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/data.cmrk3 |
| 10824 | 2026-01-29T01:52:31.373Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 10825 | 2026-01-29T01:52:32.471Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/default_compression_codec.txt |
| 10826 | 2026-01-29T01:52:32.471Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/metadata_version.txt (1 bytes) |
| 10827 | 2026-01-29T01:52:33.563Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/metadata_version.txt |
| 10828 | 2026-01-29T01:52:33.563Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/primary.cidx (90 bytes) |
| 10829 | 2026-01-29T01:52:34.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/primary.cidx |
| 10830 | 2026-01-29T01:52:34.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/ttl.txt (80 bytes) |
| 10831 | 2026-01-29T01:52:35.747Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_10_10_0/ttl.txt |
| 10832 | 2026-01-29T01:52:35.747Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/checksums.txt (249 bytes) |
| 10833 | 2026-01-29T01:52:36.841Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/checksums.txt |
| 10834 | 2026-01-29T01:52:36.841Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/columns.txt (143 bytes) |
| 10835 | 2026-01-29T01:52:37.934Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/columns.txt |
| 10836 | 2026-01-29T01:52:37.934Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/count.txt (1 bytes) |
| 10837 | 2026-01-29T01:52:39.027Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/count.txt |
| 10838 | 2026-01-29T01:52:39.052Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/data.bin (159 bytes) |
| 10839 | 2026-01-29T01:52:40.126Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/data.bin |
| 10840 | 2026-01-29T01:52:40.127Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/data.cmrk3 (66 bytes) |
| 10841 | 2026-01-29T01:52:41.220Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/data.cmrk3 |
| 10842 | 2026-01-29T01:52:41.220Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 10843 | 2026-01-29T01:52:42.312Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/default_compression_codec.txt |
| 10844 | 2026-01-29T01:52:42.312Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/metadata_version.txt (1 bytes) |
| 10845 | 2026-01-29T01:52:43.407Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/metadata_version.txt |
| 10846 | 2026-01-29T01:52:43.431Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/primary.cidx (90 bytes) |
| 10847 | 2026-01-29T01:52:44.499Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/primary.cidx |
| 10848 | 2026-01-29T01:52:44.499Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/ttl.txt (80 bytes) |
| 10849 | 2026-01-29T01:52:45.592Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_11_11_0/ttl.txt |
| 10850 | 2026-01-29T01:52:45.593Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/checksums.txt (249 bytes) |
| 10851 | 2026-01-29T01:52:46.685Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/checksums.txt |
| 10852 | 2026-01-29T01:52:46.685Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/columns.txt (143 bytes) |
| 10853 | 2026-01-29T01:52:47.779Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/columns.txt |
| 10854 | 2026-01-29T01:52:47.779Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/count.txt (1 bytes) |
| 10855 | 2026-01-29T01:52:48.873Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/count.txt |
| 10856 | 2026-01-29T01:52:48.873Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/data.bin (159 bytes) |
| 10857 | 2026-01-29T01:52:49.966Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/data.bin |
| 10858 | 2026-01-29T01:52:49.966Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/data.cmrk3 (66 bytes) |
| 10859 | 2026-01-29T01:52:51.059Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/data.cmrk3 |
| 10860 | 2026-01-29T01:52:51.060Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 10861 | 2026-01-29T01:52:52.154Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/default_compression_codec.txt |
| 10862 | 2026-01-29T01:52:52.154Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/metadata_version.txt (1 bytes) |
| 10863 | 2026-01-29T01:52:53.248Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/metadata_version.txt |
| 10864 | 2026-01-29T01:52:53.248Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/primary.cidx (90 bytes) |
| 10865 | 2026-01-29T01:52:54.341Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/primary.cidx |
| 10866 | 2026-01-29T01:52:54.365Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/ttl.txt (80 bytes) |
| 10867 | 2026-01-29T01:52:55.434Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_12_12_0/ttl.txt |
| 10868 | 2026-01-29T01:52:55.458Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/checksums.txt (250 bytes) |
| 10869 | 2026-01-29T01:52:56.527Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/checksums.txt |
| 10870 | 2026-01-29T01:52:56.527Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/columns.txt (143 bytes) |
| 10871 | 2026-01-29T01:52:57.670Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/columns.txt |
| 10872 | 2026-01-29T01:52:57.696Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/count.txt (2 bytes) |
| 10873 | 2026-01-29T01:52:58.765Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/count.txt |
| 10874 | 2026-01-29T01:52:58.789Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/data.bin (512 bytes) |
| 10875 | 2026-01-29T01:52:59.859Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/data.bin |
| 10876 | 2026-01-29T01:52:59.859Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/data.cmrk3 (72 bytes) |
| 10877 | 2026-01-29T01:53:00.952Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/data.cmrk3 |
| 10878 | 2026-01-29T01:53:00.952Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 10879 | 2026-01-29T01:53:02.047Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/default_compression_codec.txt |
| 10880 | 2026-01-29T01:53:02.047Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/metadata_version.txt (1 bytes) |
| 10881 | 2026-01-29T01:53:03.140Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/metadata_version.txt |
| 10882 | 2026-01-29T01:53:03.140Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/primary.cidx (125 bytes) |
| 10883 | 2026-01-29T01:53:04.235Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/primary.cidx |
| 10884 | 2026-01-29T01:53:04.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/ttl.txt (80 bytes) |
| 10885 | 2026-01-29T01:53:05.329Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_11_2/ttl.txt |
| 10886 | 2026-01-29T01:53:05.329Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/checksums.txt (250 bytes) |
| 10887 | 2026-01-29T01:53:06.428Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/checksums.txt |
| 10888 | 2026-01-29T01:53:06.452Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/columns.txt (143 bytes) |
| 10889 | 2026-01-29T01:53:07.521Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/columns.txt |
| 10890 | 2026-01-29T01:53:07.521Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/count.txt (2 bytes) |
| 10891 | 2026-01-29T01:53:08.615Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/count.txt |
| 10892 | 2026-01-29T01:53:08.615Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/data.bin (382 bytes) |
| 10893 | 2026-01-29T01:53:09.709Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/data.bin |
| 10894 | 2026-01-29T01:53:09.709Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/data.cmrk3 (68 bytes) |
| 10895 | 2026-01-29T01:53:10.804Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/data.cmrk3 |
| 10896 | 2026-01-29T01:53:10.804Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 10897 | 2026-01-29T01:53:11.900Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/default_compression_codec.txt |
| 10898 | 2026-01-29T01:53:11.900Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/metadata_version.txt (1 bytes) |
| 10899 | 2026-01-29T01:53:12.995Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/metadata_version.txt |
| 10900 | 2026-01-29T01:53:12.995Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/primary.cidx (125 bytes) |
| 10901 | 2026-01-29T01:53:14.092Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/primary.cidx |
| 10902 | 2026-01-29T01:53:14.116Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/ttl.txt (80 bytes) |
| 10903 | 2026-01-29T01:53:15.192Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_1_0/ttl.txt |
| 10904 | 2026-01-29T01:53:15.192Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/checksums.txt (250 bytes) |
| 10905 | 2026-01-29T01:53:16.287Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/checksums.txt |
| 10906 | 2026-01-29T01:53:16.287Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/columns.txt (143 bytes) |
| 10907 | 2026-01-29T01:53:17.382Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/columns.txt |
| 10908 | 2026-01-29T01:53:17.382Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/count.txt (2 bytes) |
| 10909 | 2026-01-29T01:53:18.477Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/count.txt |
| 10910 | 2026-01-29T01:53:18.477Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/data.bin (456 bytes) |
| 10911 | 2026-01-29T01:53:19.573Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/data.bin |
| 10912 | 2026-01-29T01:53:19.573Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/data.cmrk3 (68 bytes) |
| 10913 | 2026-01-29T01:53:20.668Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/data.cmrk3 |
| 10914 | 2026-01-29T01:53:20.668Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 10915 | 2026-01-29T01:53:21.763Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/default_compression_codec.txt |
| 10916 | 2026-01-29T01:53:21.763Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/metadata_version.txt (1 bytes) |
| 10917 | 2026-01-29T01:53:22.857Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/metadata_version.txt |
| 10918 | 2026-01-29T01:53:22.857Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/primary.cidx (125 bytes) |
| 10919 | 2026-01-29T01:53:23.957Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/primary.cidx |
| 10920 | 2026-01-29T01:53:23.957Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/ttl.txt (80 bytes) |
| 10921 | 2026-01-29T01:53:25.051Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_1_6_1/ttl.txt |
| 10922 | 2026-01-29T01:53:25.052Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/checksums.txt (249 bytes) |
| 10923 | 2026-01-29T01:53:26.168Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/checksums.txt |
| 10924 | 2026-01-29T01:53:26.168Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/columns.txt (143 bytes) |
| 10925 | 2026-01-29T01:53:27.262Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/columns.txt |
| 10926 | 2026-01-29T01:53:27.262Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/count.txt (1 bytes) |
| 10927 | 2026-01-29T01:53:28.357Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/count.txt |
| 10928 | 2026-01-29T01:53:28.381Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/data.bin (159 bytes) |
| 10929 | 2026-01-29T01:53:29.453Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/data.bin |
| 10930 | 2026-01-29T01:53:29.453Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/data.cmrk3 (66 bytes) |
| 10931 | 2026-01-29T01:53:30.548Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/data.cmrk3 |
| 10932 | 2026-01-29T01:53:30.548Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 10933 | 2026-01-29T01:53:31.643Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/default_compression_codec.txt |
| 10934 | 2026-01-29T01:53:31.643Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/metadata_version.txt (1 bytes) |
| 10935 | 2026-01-29T01:53:32.737Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/metadata_version.txt |
| 10936 | 2026-01-29T01:53:32.737Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/primary.cidx (90 bytes) |
| 10937 | 2026-01-29T01:53:33.832Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/primary.cidx |
| 10938 | 2026-01-29T01:53:33.832Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/ttl.txt (80 bytes) |
| 10939 | 2026-01-29T01:53:34.926Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_2_2_0/ttl.txt |
| 10940 | 2026-01-29T01:53:34.926Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/checksums.txt (249 bytes) |
| 10941 | 2026-01-29T01:53:36.022Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/checksums.txt |
| 10942 | 2026-01-29T01:53:36.022Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/columns.txt (143 bytes) |
| 10943 | 2026-01-29T01:53:37.118Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/columns.txt |
| 10944 | 2026-01-29T01:53:37.118Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/count.txt (1 bytes) |
| 10945 | 2026-01-29T01:53:38.214Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/count.txt |
| 10946 | 2026-01-29T01:53:38.214Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/data.bin (159 bytes) |
| 10947 | 2026-01-29T01:53:39.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/data.bin |
| 10948 | 2026-01-29T01:53:39.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/data.cmrk3 (66 bytes) |
| 10949 | 2026-01-29T01:53:40.405Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/data.cmrk3 |
| 10950 | 2026-01-29T01:53:40.429Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 10951 | 2026-01-29T01:53:41.500Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/default_compression_codec.txt |
| 10952 | 2026-01-29T01:53:41.500Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/metadata_version.txt (1 bytes) |
| 10953 | 2026-01-29T01:53:42.595Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/metadata_version.txt |
| 10954 | 2026-01-29T01:53:42.595Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/primary.cidx (90 bytes) |
| 10955 | 2026-01-29T01:53:43.691Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/primary.cidx |
| 10956 | 2026-01-29T01:53:43.691Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/ttl.txt (80 bytes) |
| 10957 | 2026-01-29T01:53:44.786Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_3_3_0/ttl.txt |
| 10958 | 2026-01-29T01:53:44.786Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/checksums.txt (249 bytes) |
| 10959 | 2026-01-29T01:53:45.880Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/checksums.txt |
| 10960 | 2026-01-29T01:53:45.905Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/columns.txt (143 bytes) |
| 10961 | 2026-01-29T01:53:46.976Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/columns.txt |
| 10962 | 2026-01-29T01:53:46.976Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/count.txt (1 bytes) |
| 10963 | 2026-01-29T01:53:48.071Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/count.txt |
| 10964 | 2026-01-29T01:53:48.071Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/data.bin (159 bytes) |
| 10965 | 2026-01-29T01:53:49.165Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/data.bin |
| 10966 | 2026-01-29T01:53:49.165Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/data.cmrk3 (66 bytes) |
| 10967 | 2026-01-29T01:53:50.260Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/data.cmrk3 |
| 10968 | 2026-01-29T01:53:50.285Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 10969 | 2026-01-29T01:53:51.356Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/default_compression_codec.txt |
| 10970 | 2026-01-29T01:53:51.356Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/metadata_version.txt (1 bytes) |
| 10971 | 2026-01-29T01:53:52.450Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/metadata_version.txt |
| 10972 | 2026-01-29T01:53:52.450Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/primary.cidx (90 bytes) |
| 10973 | 2026-01-29T01:53:53.545Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/primary.cidx |
| 10974 | 2026-01-29T01:53:53.570Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/ttl.txt (80 bytes) |
| 10975 | 2026-01-29T01:53:54.640Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_4_4_0/ttl.txt |
| 10976 | 2026-01-29T01:53:54.665Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/checksums.txt (249 bytes) |
| 10977 | 2026-01-29T01:53:55.736Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/checksums.txt |
| 10978 | 2026-01-29T01:53:55.736Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/columns.txt (143 bytes) |
| 10979 | 2026-01-29T01:53:56.830Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/columns.txt |
| 10980 | 2026-01-29T01:53:56.830Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/count.txt (1 bytes) |
| 10981 | 2026-01-29T01:53:57.925Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/count.txt |
| 10982 | 2026-01-29T01:53:57.925Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/data.bin (159 bytes) |
| 10983 | 2026-01-29T01:53:59.021Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/data.bin |
| 10984 | 2026-01-29T01:53:59.045Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/data.cmrk3 (66 bytes) |
| 10985 | 2026-01-29T01:54:00.119Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/data.cmrk3 |
| 10986 | 2026-01-29T01:54:00.119Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 10987 | 2026-01-29T01:54:01.232Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/default_compression_codec.txt |
| 10988 | 2026-01-29T01:54:01.232Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/metadata_version.txt (1 bytes) |
| 10989 | 2026-01-29T01:54:02.327Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/metadata_version.txt |
| 10990 | 2026-01-29T01:54:02.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/primary.cidx (90 bytes) |
| 10991 | 2026-01-29T01:54:03.422Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/primary.cidx |
| 10992 | 2026-01-29T01:54:03.422Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/ttl.txt (80 bytes) |
| 10993 | 2026-01-29T01:54:04.516Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_5_5_0/ttl.txt |
| 10994 | 2026-01-29T01:54:04.516Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/checksums.txt (249 bytes) |
| 10995 | 2026-01-29T01:54:05.617Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/checksums.txt |
| 10996 | 2026-01-29T01:54:05.647Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/columns.txt (143 bytes) |
| 10997 | 2026-01-29T01:54:06.714Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/columns.txt |
| 10998 | 2026-01-29T01:54:06.714Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/count.txt (1 bytes) |
| 10999 | 2026-01-29T01:54:07.811Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/count.txt |
| 11000 | 2026-01-29T01:54:07.811Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/data.bin (159 bytes) |
| 11001 | 2026-01-29T01:54:08.906Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/data.bin |
| 11002 | 2026-01-29T01:54:08.906Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/data.cmrk3 (66 bytes) |
| 11003 | 2026-01-29T01:54:10.000Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/data.cmrk3 |
| 11004 | 2026-01-29T01:54:10.024Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 11005 | 2026-01-29T01:54:11.094Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/default_compression_codec.txt |
| 11006 | 2026-01-29T01:54:11.094Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/metadata_version.txt (1 bytes) |
| 11007 | 2026-01-29T01:54:12.189Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/metadata_version.txt |
| 11008 | 2026-01-29T01:54:12.189Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/primary.cidx (90 bytes) |
| 11009 | 2026-01-29T01:54:13.284Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/primary.cidx |
| 11010 | 2026-01-29T01:54:13.308Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/ttl.txt (80 bytes) |
| 11011 | 2026-01-29T01:54:14.378Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_6_6_0/ttl.txt |
| 11012 | 2026-01-29T01:54:14.378Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/checksums.txt (249 bytes) |
| 11013 | 2026-01-29T01:54:15.474Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/checksums.txt |
| 11014 | 2026-01-29T01:54:15.474Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/columns.txt (143 bytes) |
| 11015 | 2026-01-29T01:54:16.568Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/columns.txt |
| 11016 | 2026-01-29T01:54:16.592Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/count.txt (1 bytes) |
| 11017 | 2026-01-29T01:54:17.663Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/count.txt |
| 11018 | 2026-01-29T01:54:17.663Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/data.bin (159 bytes) |
| 11019 | 2026-01-29T01:54:18.757Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/data.bin |
| 11020 | 2026-01-29T01:54:18.781Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/data.cmrk3 (66 bytes) |
| 11021 | 2026-01-29T01:54:19.853Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/data.cmrk3 |
| 11022 | 2026-01-29T01:54:19.877Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 11023 | 2026-01-29T01:54:20.949Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/default_compression_codec.txt |
| 11024 | 2026-01-29T01:54:20.949Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/metadata_version.txt (1 bytes) |
| 11025 | 2026-01-29T01:54:22.045Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/metadata_version.txt |
| 11026 | 2026-01-29T01:54:22.045Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/primary.cidx (90 bytes) |
| 11027 | 2026-01-29T01:54:23.146Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/primary.cidx |
| 11028 | 2026-01-29T01:54:23.147Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/ttl.txt (80 bytes) |
| 11029 | 2026-01-29T01:54:24.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_7_7_0/ttl.txt |
| 11030 | 2026-01-29T01:54:24.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/checksums.txt (249 bytes) |
| 11031 | 2026-01-29T01:54:25.337Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/checksums.txt |
| 11032 | 2026-01-29T01:54:25.361Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/columns.txt (143 bytes) |
| 11033 | 2026-01-29T01:54:26.433Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/columns.txt |
| 11034 | 2026-01-29T01:54:26.433Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/count.txt (1 bytes) |
| 11035 | 2026-01-29T01:54:27.528Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/count.txt |
| 11036 | 2026-01-29T01:54:27.528Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/data.bin (159 bytes) |
| 11037 | 2026-01-29T01:54:28.623Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/data.bin |
| 11038 | 2026-01-29T01:54:28.623Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/data.cmrk3 (66 bytes) |
| 11039 | 2026-01-29T01:54:29.719Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/data.cmrk3 |
| 11040 | 2026-01-29T01:54:29.719Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 11041 | 2026-01-29T01:54:30.814Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/default_compression_codec.txt |
| 11042 | 2026-01-29T01:54:30.814Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/metadata_version.txt (1 bytes) |
| 11043 | 2026-01-29T01:54:31.909Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/metadata_version.txt |
| 11044 | 2026-01-29T01:54:31.909Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/primary.cidx (90 bytes) |
| 11045 | 2026-01-29T01:54:33.049Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/primary.cidx |
| 11046 | 2026-01-29T01:54:33.075Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/ttl.txt (80 bytes) |
| 11047 | 2026-01-29T01:54:34.148Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_8_8_0/ttl.txt |
| 11048 | 2026-01-29T01:54:34.173Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/checksums.txt (249 bytes) |
| 11049 | 2026-01-29T01:54:35.243Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/checksums.txt |
| 11050 | 2026-01-29T01:54:35.243Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/columns.txt (143 bytes) |
| 11051 | 2026-01-29T01:54:36.338Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/columns.txt |
| 11052 | 2026-01-29T01:54:36.338Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/count.txt (1 bytes) |
| 11053 | 2026-01-29T01:54:37.434Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/count.txt |
| 11054 | 2026-01-29T01:54:37.434Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/data.bin (159 bytes) |
| 11055 | 2026-01-29T01:54:38.531Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/data.bin |
| 11056 | 2026-01-29T01:54:38.531Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/data.cmrk3 (66 bytes) |
| 11057 | 2026-01-29T01:54:39.626Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/data.cmrk3 |
| 11058 | 2026-01-29T01:54:39.626Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 11059 | 2026-01-29T01:54:40.721Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/default_compression_codec.txt |
| 11060 | 2026-01-29T01:54:40.721Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/metadata_version.txt (1 bytes) |
| 11061 | 2026-01-29T01:54:41.817Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/metadata_version.txt |
| 11062 | 2026-01-29T01:54:41.817Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/primary.cidx (90 bytes) |
| 11063 | 2026-01-29T01:54:42.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/primary.cidx |
| 11064 | 2026-01-29T01:54:42.913Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/ttl.txt (80 bytes) |
| 11065 | 2026-01-29T01:54:44.008Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/all_9_9_0/ttl.txt |
| 11066 | 2026-01-29T01:54:44.008Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/format_version.txt (1 bytes) |
| 11067 | 2026-01-29T01:54:45.103Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/047/04715f3d-261b-4661-a94a-2e236bcd316f/format_version.txt |
| 11068 | 2026-01-29T01:54:45.103Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/07f/07fd0da7-24e3-4887-b50a-6ac41abd6b2b/format_version.txt (1 bytes) |
| 11069 | 2026-01-29T01:54:46.204Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/07f/07fd0da7-24e3-4887-b50a-6ac41abd6b2b/format_version.txt |
| 11070 | 2026-01-29T01:54:46.204Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0e8/0e8813d8-b343-447c-8ad0-e31d25de75aa/format_version.txt (1 bytes) |
| 11071 | 2026-01-29T01:54:47.299Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0e8/0e8813d8-b343-447c-8ad0-e31d25de75aa/format_version.txt |
| 11072 | 2026-01-29T01:54:47.323Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0f3/0f3a850a-cc69-494e-84a8-d51230d0b313/format_version.txt (1 bytes) |
| 11073 | 2026-01-29T01:54:48.394Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0f3/0f3a850a-cc69-494e-84a8-d51230d0b313/format_version.txt |
| 11074 | 2026-01-29T01:54:48.394Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/checksums.txt (250 bytes) |
| 11075 | 2026-01-29T01:54:49.490Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/checksums.txt |
| 11076 | 2026-01-29T01:54:49.490Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/columns.txt (125 bytes) |
| 11077 | 2026-01-29T01:54:50.586Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/columns.txt |
| 11078 | 2026-01-29T01:54:50.586Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/count.txt (3 bytes) |
| 11079 | 2026-01-29T01:54:51.680Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/count.txt |
| 11080 | 2026-01-29T01:54:51.704Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/data.bin (1323 bytes) |
| 11081 | 2026-01-29T01:54:52.776Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/data.bin |
| 11082 | 2026-01-29T01:54:52.776Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/data.cmrk3 (69 bytes) |
| 11083 | 2026-01-29T01:54:53.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/data.cmrk3 |
| 11084 | 2026-01-29T01:54:53.894Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11085 | 2026-01-29T01:54:54.965Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/default_compression_codec.txt |
| 11086 | 2026-01-29T01:54:54.965Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/metadata_version.txt (1 bytes) |
| 11087 | 2026-01-29T01:54:56.061Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/metadata_version.txt |
| 11088 | 2026-01-29T01:54:56.061Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/primary.cidx (42 bytes) |
| 11089 | 2026-01-29T01:54:57.158Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/primary.cidx |
| 11090 | 2026-01-29T01:54:57.158Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/ttl.txt (80 bytes) |
| 11091 | 2026-01-29T01:54:58.254Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_1_1_0/ttl.txt |
| 11092 | 2026-01-29T01:54:58.254Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/checksums.txt (250 bytes) |
| 11093 | 2026-01-29T01:54:59.350Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/checksums.txt |
| 11094 | 2026-01-29T01:54:59.374Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/columns.txt (125 bytes) |
| 11095 | 2026-01-29T01:55:00.448Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/columns.txt |
| 11096 | 2026-01-29T01:55:00.448Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/count.txt (3 bytes) |
| 11097 | 2026-01-29T01:55:01.544Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/count.txt |
| 11098 | 2026-01-29T01:55:01.544Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/data.bin (1258 bytes) |
| 11099 | 2026-01-29T01:55:02.640Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/data.bin |
| 11100 | 2026-01-29T01:55:02.664Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/data.cmrk3 (69 bytes) |
| 11101 | 2026-01-29T01:55:03.735Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/data.cmrk3 |
| 11102 | 2026-01-29T01:55:03.735Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11103 | 2026-01-29T01:55:04.832Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/default_compression_codec.txt |
| 11104 | 2026-01-29T01:55:04.832Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/metadata_version.txt (1 bytes) |
| 11105 | 2026-01-29T01:55:05.928Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/metadata_version.txt |
| 11106 | 2026-01-29T01:55:05.928Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/primary.cidx (42 bytes) |
| 11107 | 2026-01-29T01:55:07.024Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/primary.cidx |
| 11108 | 2026-01-29T01:55:07.024Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/ttl.txt (80 bytes) |
| 11109 | 2026-01-29T01:55:08.122Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_2_2_0/ttl.txt |
| 11110 | 2026-01-29T01:55:08.122Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/checksums.txt (250 bytes) |
| 11111 | 2026-01-29T01:55:09.220Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/checksums.txt |
| 11112 | 2026-01-29T01:55:09.220Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/columns.txt (125 bytes) |
| 11113 | 2026-01-29T01:55:10.317Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/columns.txt |
| 11114 | 2026-01-29T01:55:10.341Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/count.txt (3 bytes) |
| 11115 | 2026-01-29T01:55:11.450Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/count.txt |
| 11116 | 2026-01-29T01:55:11.474Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/data.bin (1309 bytes) |
| 11117 | 2026-01-29T01:55:12.549Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/data.bin |
| 11118 | 2026-01-29T01:55:12.573Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/data.cmrk3 (69 bytes) |
| 11119 | 2026-01-29T01:55:13.646Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/data.cmrk3 |
| 11120 | 2026-01-29T01:55:13.670Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 11121 | 2026-01-29T01:55:14.744Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/default_compression_codec.txt |
| 11122 | 2026-01-29T01:55:14.744Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/metadata_version.txt (1 bytes) |
| 11123 | 2026-01-29T01:55:15.854Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/metadata_version.txt |
| 11124 | 2026-01-29T01:55:15.854Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/primary.cidx (42 bytes) |
| 11125 | 2026-01-29T01:55:16.952Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/primary.cidx |
| 11126 | 2026-01-29T01:55:16.952Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/ttl.txt (80 bytes) |
| 11127 | 2026-01-29T01:55:18.051Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_3_3_0/ttl.txt |
| 11128 | 2026-01-29T01:55:18.051Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/checksums.txt (250 bytes) |
| 11129 | 2026-01-29T01:55:19.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/checksums.txt |
| 11130 | 2026-01-29T01:55:19.146Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/columns.txt (125 bytes) |
| 11131 | 2026-01-29T01:55:20.241Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/columns.txt |
| 11132 | 2026-01-29T01:55:20.265Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/count.txt (3 bytes) |
| 11133 | 2026-01-29T01:55:21.337Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/count.txt |
| 11134 | 2026-01-29T01:55:21.337Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/data.bin (1303 bytes) |
| 11135 | 2026-01-29T01:55:22.433Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/data.bin |
| 11136 | 2026-01-29T01:55:22.433Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/data.cmrk3 (69 bytes) |
| 11137 | 2026-01-29T01:55:23.529Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/data.cmrk3 |
| 11138 | 2026-01-29T01:55:23.529Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 11139 | 2026-01-29T01:55:24.623Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/default_compression_codec.txt |
| 11140 | 2026-01-29T01:55:24.623Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/metadata_version.txt (1 bytes) |
| 11141 | 2026-01-29T01:55:25.721Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/metadata_version.txt |
| 11142 | 2026-01-29T01:55:25.722Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/primary.cidx (42 bytes) |
| 11143 | 2026-01-29T01:55:26.815Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/primary.cidx |
| 11144 | 2026-01-29T01:55:26.816Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/ttl.txt (80 bytes) |
| 11145 | 2026-01-29T01:55:27.911Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/all_4_4_0/ttl.txt |
| 11146 | 2026-01-29T01:55:27.911Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/format_version.txt (1 bytes) |
| 11147 | 2026-01-29T01:55:29.007Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/0fe/0febd1c8-8ff3-4afc-873d-09c5df91c8d0/format_version.txt |
| 11148 | 2026-01-29T01:55:29.007Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/202/202c8956-f70d-4f84-951b-db953d3c3b96/format_version.txt (1 bytes) |
| 11149 | 2026-01-29T01:55:30.103Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/202/202c8956-f70d-4f84-951b-db953d3c3b96/format_version.txt |
| 11150 | 2026-01-29T01:55:30.103Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/checksums.txt (251 bytes) |
| 11151 | 2026-01-29T01:55:31.200Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/checksums.txt |
| 11152 | 2026-01-29T01:55:31.200Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/columns.txt (152 bytes) |
| 11153 | 2026-01-29T01:55:32.306Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/columns.txt |
| 11154 | 2026-01-29T01:55:32.333Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/count.txt (1 bytes) |
| 11155 | 2026-01-29T01:55:33.411Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/count.txt |
| 11156 | 2026-01-29T01:55:33.448Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/data.bin (260 bytes) |
| 11157 | 2026-01-29T01:55:34.509Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/data.bin |
| 11158 | 2026-01-29T01:55:34.538Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/data.cmrk3 (71 bytes) |
| 11159 | 2026-01-29T01:55:35.613Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/data.cmrk3 |
| 11160 | 2026-01-29T01:55:35.613Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11161 | 2026-01-29T01:55:36.709Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/default_compression_codec.txt |
| 11162 | 2026-01-29T01:55:36.733Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/metadata_version.txt (1 bytes) |
| 11163 | 2026-01-29T01:55:37.809Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/metadata_version.txt |
| 11164 | 2026-01-29T01:55:37.809Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/primary.cidx (102 bytes) |
| 11165 | 2026-01-29T01:55:38.906Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/primary.cidx |
| 11166 | 2026-01-29T01:55:38.906Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/ttl.txt (80 bytes) |
| 11167 | 2026-01-29T01:55:40.002Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/all_1_1_0/ttl.txt |
| 11168 | 2026-01-29T01:55:40.002Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/format_version.txt (1 bytes) |
| 11169 | 2026-01-29T01:55:41.099Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/286/2865911b-3afd-4e79-aa3c-067674516509/format_version.txt |
| 11170 | 2026-01-29T01:55:41.099Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/316/316bb8ee-e2f5-4a86-bc47-586df6a11dbb/format_version.txt (1 bytes) |
| 11171 | 2026-01-29T01:55:42.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/316/316bb8ee-e2f5-4a86-bc47-586df6a11dbb/format_version.txt |
| 11172 | 2026-01-29T01:55:42.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/392/39228dee-8c3b-4be7-aa1a-4a9ab4b360fd/format_version.txt (1 bytes) |
| 11173 | 2026-01-29T01:55:43.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/392/39228dee-8c3b-4be7-aa1a-4a9ab4b360fd/format_version.txt |
| 11174 | 2026-01-29T01:55:43.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_bool.sql (391 bytes) |
| 11175 | 2026-01-29T01:55:44.407Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_bool.sql |
| 11176 | 2026-01-29T01:55:44.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i16.sql (392 bytes) |
| 11177 | 2026-01-29T01:55:45.538Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i16.sql |
| 11178 | 2026-01-29T01:55:45.538Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i32.sql (392 bytes) |
| 11179 | 2026-01-29T01:55:46.635Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i32.sql |
| 11180 | 2026-01-29T01:55:46.659Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i64.sql (392 bytes) |
| 11181 | 2026-01-29T01:55:47.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i64.sql |
| 11182 | 2026-01-29T01:55:47.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i8.sql (391 bytes) |
| 11183 | 2026-01-29T01:55:48.831Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_i8.sql |
| 11184 | 2026-01-29T01:55:48.831Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_ipaddr.sql (391 bytes) |
| 11185 | 2026-01-29T01:55:49.925Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_ipaddr.sql |
| 11186 | 2026-01-29T01:55:49.949Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_string.sql (393 bytes) |
| 11187 | 2026-01-29T01:55:51.021Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_string.sql |
| 11188 | 2026-01-29T01:55:51.021Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u16.sql (393 bytes) |
| 11189 | 2026-01-29T01:55:52.127Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u16.sql |
| 11190 | 2026-01-29T01:55:52.127Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u32.sql (393 bytes) |
| 11191 | 2026-01-29T01:55:53.234Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u32.sql |
| 11192 | 2026-01-29T01:55:53.234Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u64.sql (393 bytes) |
| 11193 | 2026-01-29T01:55:54.330Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u64.sql |
| 11194 | 2026-01-29T01:55:54.330Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u8.sql (392 bytes) |
| 11195 | 2026-01-29T01:55:55.430Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_u8.sql |
| 11196 | 2026-01-29T01:55:55.430Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_uuid.sql (391 bytes) |
| 11197 | 2026-01-29T01:55:56.529Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/fields_uuid.sql |
| 11198 | 2026-01-29T01:55:56.530Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_bool.sql (340 bytes) |
| 11199 | 2026-01-29T01:55:57.626Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_bool.sql |
| 11200 | 2026-01-29T01:55:57.626Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_bytes.sql (338 bytes) |
| 11201 | 2026-01-29T01:55:58.900Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_bytes.sql |
| 11202 | 2026-01-29T01:55:58.900Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativef32.sql (394 bytes) |
| 11203 | 2026-01-29T01:56:00.570Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativef32.sql |
| 11204 | 2026-01-29T01:56:00.570Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativef64.sql (394 bytes) |
| 11205 | 2026-01-29T01:56:01.636Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativef64.sql |
| 11206 | 2026-01-29T01:56:01.660Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativei64.sql (392 bytes) |
| 11207 | 2026-01-29T01:56:02.731Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativei64.sql |
| 11208 | 2026-01-29T01:56:02.731Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativeu64.sql (393 bytes) |
| 11209 | 2026-01-29T01:56:03.825Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_cumulativeu64.sql |
| 11210 | 2026-01-29T01:56:03.825Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_f32.sql (343 bytes) |
| 11211 | 2026-01-29T01:56:04.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_f32.sql |
| 11212 | 2026-01-29T01:56:04.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_f64.sql (343 bytes) |
| 11213 | 2026-01-29T01:56:06.016Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_f64.sql |
| 11214 | 2026-01-29T01:56:06.016Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramf32.sql (916 bytes) |
| 11215 | 2026-01-29T01:56:07.113Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramf32.sql |
| 11216 | 2026-01-29T01:56:07.137Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramf64.sql (916 bytes) |
| 11217 | 2026-01-29T01:56:08.208Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramf64.sql |
| 11218 | 2026-01-29T01:56:08.208Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami16.sql (908 bytes) |
| 11219 | 2026-01-29T01:56:09.384Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami16.sql |
| 11220 | 2026-01-29T01:56:09.384Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami32.sql (908 bytes) |
| 11221 | 2026-01-29T01:56:10.480Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami32.sql |
| 11222 | 2026-01-29T01:56:10.480Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami64.sql (908 bytes) |
| 11223 | 2026-01-29T01:56:11.574Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami64.sql |
| 11224 | 2026-01-29T01:56:11.574Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami8.sql (905 bytes) |
| 11225 | 2026-01-29T01:56:12.669Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogrami8.sql |
| 11226 | 2026-01-29T01:56:12.693Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu16.sql (911 bytes) |
| 11227 | 2026-01-29T01:56:13.766Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu16.sql |
| 11228 | 2026-01-29T01:56:13.797Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu32.sql (911 bytes) |
| 11229 | 2026-01-29T01:56:14.863Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu32.sql |
| 11230 | 2026-01-29T01:56:14.863Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu64.sql (911 bytes) |
| 11231 | 2026-01-29T01:56:15.965Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu64.sql |
| 11232 | 2026-01-29T01:56:15.965Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu8.sql (908 bytes) |
| 11233 | 2026-01-29T01:56:17.060Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_histogramu8.sql |
| 11234 | 2026-01-29T01:56:17.085Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i16.sql (341 bytes) |
| 11235 | 2026-01-29T01:56:18.156Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i16.sql |
| 11236 | 2026-01-29T01:56:18.156Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i32.sql (341 bytes) |
| 11237 | 2026-01-29T01:56:19.279Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i32.sql |
| 11238 | 2026-01-29T01:56:19.279Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i64.sql (341 bytes) |
| 11239 | 2026-01-29T01:56:20.374Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i64.sql |
| 11240 | 2026-01-29T01:56:20.398Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i8.sql (340 bytes) |
| 11241 | 2026-01-29T01:56:21.469Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_i8.sql |
| 11242 | 2026-01-29T01:56:21.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_string.sql (342 bytes) |
| 11243 | 2026-01-29T01:56:22.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_string.sql |
| 11244 | 2026-01-29T01:56:22.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u16.sql (342 bytes) |
| 11245 | 2026-01-29T01:56:23.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u16.sql |
| 11246 | 2026-01-29T01:56:23.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u32.sql (342 bytes) |
| 11247 | 2026-01-29T01:56:24.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u32.sql |
| 11248 | 2026-01-29T01:56:24.782Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u64.sql (342 bytes) |
| 11249 | 2026-01-29T01:56:25.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u64.sql |
| 11250 | 2026-01-29T01:56:25.895Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u8.sql (341 bytes) |
| 11251 | 2026-01-29T01:56:26.968Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/measurements_u8.sql |
| 11252 | 2026-01-29T01:56:26.968Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/timeseries_schema.sql (961 bytes) |
| 11253 | 2026-01-29T01:56:28.063Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/timeseries_schema.sql |
| 11254 | 2026-01-29T01:56:28.063Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/version.sql (201 bytes) |
| 11255 | 2026-01-29T01:56:29.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/version.sql |
| 11256 | 2026-01-29T01:56:29.210Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/427/427fe9fd-e042-4fc6-9e9b-8e6e001c2dbe/format_version.txt (1 bytes) |
| 11257 | 2026-01-29T01:56:30.321Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/427/427fe9fd-e042-4fc6-9e9b-8e6e001c2dbe/format_version.txt |
| 11258 | 2026-01-29T01:56:30.321Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/checksums.txt (250 bytes) |
| 11259 | 2026-01-29T01:56:31.416Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/checksums.txt |
| 11260 | 2026-01-29T01:56:31.416Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/columns.txt (154 bytes) |
| 11261 | 2026-01-29T01:56:32.512Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/columns.txt |
| 11262 | 2026-01-29T01:56:32.512Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/count.txt (1 bytes) |
| 11263 | 2026-01-29T01:56:33.606Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/count.txt |
| 11264 | 2026-01-29T01:56:33.606Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/data.bin (253 bytes) |
| 11265 | 2026-01-29T01:56:34.701Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/data.bin |
| 11266 | 2026-01-29T01:56:34.725Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/data.cmrk3 (70 bytes) |
| 11267 | 2026-01-29T01:56:35.797Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/data.cmrk3 |
| 11268 | 2026-01-29T01:56:35.797Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11269 | 2026-01-29T01:56:36.893Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/default_compression_codec.txt |
| 11270 | 2026-01-29T01:56:36.894Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/metadata_version.txt (1 bytes) |
| 11271 | 2026-01-29T01:56:37.987Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/metadata_version.txt |
| 11272 | 2026-01-29T01:56:37.988Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/primary.cidx (101 bytes) |
| 11273 | 2026-01-29T01:56:39.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/primary.cidx |
| 11274 | 2026-01-29T01:56:39.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/ttl.txt (80 bytes) |
| 11275 | 2026-01-29T01:56:40.178Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_1_1_0/ttl.txt |
| 11276 | 2026-01-29T01:56:40.178Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/checksums.txt (250 bytes) |
| 11277 | 2026-01-29T01:56:41.272Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/checksums.txt |
| 11278 | 2026-01-29T01:56:41.272Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/columns.txt (154 bytes) |
| 11279 | 2026-01-29T01:56:42.367Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/columns.txt |
| 11280 | 2026-01-29T01:56:42.391Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/count.txt (1 bytes) |
| 11281 | 2026-01-29T01:56:43.462Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/count.txt |
| 11282 | 2026-01-29T01:56:43.462Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/data.bin (273 bytes) |
| 11283 | 2026-01-29T01:56:44.557Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/data.bin |
| 11284 | 2026-01-29T01:56:44.581Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/data.cmrk3 (71 bytes) |
| 11285 | 2026-01-29T01:56:45.651Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/data.cmrk3 |
| 11286 | 2026-01-29T01:56:45.652Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11287 | 2026-01-29T01:56:46.748Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/default_compression_codec.txt |
| 11288 | 2026-01-29T01:56:46.748Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/metadata_version.txt (1 bytes) |
| 11289 | 2026-01-29T01:56:47.846Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/metadata_version.txt |
| 11290 | 2026-01-29T01:56:47.846Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/primary.cidx (113 bytes) |
| 11291 | 2026-01-29T01:56:48.944Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/primary.cidx |
| 11292 | 2026-01-29T01:56:48.944Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/ttl.txt (80 bytes) |
| 11293 | 2026-01-29T01:56:50.040Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_2_2_0/ttl.txt |
| 11294 | 2026-01-29T01:56:50.064Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/checksums.txt (250 bytes) |
| 11295 | 2026-01-29T01:56:51.135Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/checksums.txt |
| 11296 | 2026-01-29T01:56:51.135Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/columns.txt (154 bytes) |
| 11297 | 2026-01-29T01:56:52.229Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/columns.txt |
| 11298 | 2026-01-29T01:56:52.229Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/count.txt (2 bytes) |
| 11299 | 2026-01-29T01:56:53.325Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/count.txt |
| 11300 | 2026-01-29T01:56:53.325Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/data.bin (330 bytes) |
| 11301 | 2026-01-29T01:56:54.422Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/data.bin |
| 11302 | 2026-01-29T01:56:54.422Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/data.cmrk3 (71 bytes) |
| 11303 | 2026-01-29T01:56:55.516Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/data.cmrk3 |
| 11304 | 2026-01-29T01:56:55.516Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 11305 | 2026-01-29T01:56:56.612Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/default_compression_codec.txt |
| 11306 | 2026-01-29T01:56:56.612Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/metadata_version.txt (1 bytes) |
| 11307 | 2026-01-29T01:56:57.707Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/metadata_version.txt |
| 11308 | 2026-01-29T01:56:57.707Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/primary.cidx (113 bytes) |
| 11309 | 2026-01-29T01:56:58.803Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/primary.cidx |
| 11310 | 2026-01-29T01:56:58.826Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/ttl.txt (80 bytes) |
| 11311 | 2026-01-29T01:56:59.898Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/all_3_3_0/ttl.txt |
| 11312 | 2026-01-29T01:56:59.898Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/format_version.txt (1 bytes) |
| 11313 | 2026-01-29T01:57:01.059Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/476/47637691-e6d0-4cce-975a-ca91c5be6d05/format_version.txt |
| 11314 | 2026-01-29T01:57:01.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4d3/4d395cfa-f7e6-4f21-8625-aa7302751f79/format_version.txt (1 bytes) |
| 11315 | 2026-01-29T01:57:02.153Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4d3/4d395cfa-f7e6-4f21-8625-aa7302751f79/format_version.txt |
| 11316 | 2026-01-29T01:57:02.153Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/checksums.txt (250 bytes) |
| 11317 | 2026-01-29T01:57:03.248Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/checksums.txt |
| 11318 | 2026-01-29T01:57:03.248Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/columns.txt (627 bytes) |
| 11319 | 2026-01-29T01:57:04.344Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/columns.txt |
| 11320 | 2026-01-29T01:57:04.344Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/count.txt (1 bytes) |
| 11321 | 2026-01-29T01:57:05.439Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/count.txt |
| 11322 | 2026-01-29T01:57:05.439Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/data.bin (2162 bytes) |
| 11323 | 2026-01-29T01:57:06.535Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/data.bin |
| 11324 | 2026-01-29T01:57:06.535Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/data.cmrk3 (123 bytes) |
| 11325 | 2026-01-29T01:57:07.632Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/data.cmrk3 |
| 11326 | 2026-01-29T01:57:07.632Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11327 | 2026-01-29T01:57:08.728Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/default_compression_codec.txt |
| 11328 | 2026-01-29T01:57:08.728Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/metadata_version.txt (1 bytes) |
| 11329 | 2026-01-29T01:57:09.829Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/metadata_version.txt |
| 11330 | 2026-01-29T01:57:09.829Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/primary.cidx (123 bytes) |
| 11331 | 2026-01-29T01:57:10.941Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/primary.cidx |
| 11332 | 2026-01-29T01:57:10.965Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/ttl.txt (80 bytes) |
| 11333 | 2026-01-29T01:57:12.036Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_1_1_0/ttl.txt |
| 11334 | 2026-01-29T01:57:12.060Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/checksums.txt (252 bytes) |
| 11335 | 2026-01-29T01:57:13.132Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/checksums.txt |
| 11336 | 2026-01-29T01:57:13.132Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/columns.txt (627 bytes) |
| 11337 | 2026-01-29T01:57:14.226Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/columns.txt |
| 11338 | 2026-01-29T01:57:14.226Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/count.txt (2 bytes) |
| 11339 | 2026-01-29T01:57:15.323Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/count.txt |
| 11340 | 2026-01-29T01:57:15.323Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/data.bin (3284 bytes) |
| 11341 | 2026-01-29T01:57:16.418Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/data.bin |
| 11342 | 2026-01-29T01:57:16.418Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/data.cmrk3 (132 bytes) |
| 11343 | 2026-01-29T01:57:17.516Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/data.cmrk3 |
| 11344 | 2026-01-29T01:57:17.516Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11345 | 2026-01-29T01:57:18.610Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/default_compression_codec.txt |
| 11346 | 2026-01-29T01:57:18.611Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/metadata_version.txt (1 bytes) |
| 11347 | 2026-01-29T01:57:19.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/metadata_version.txt |
| 11348 | 2026-01-29T01:57:19.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/primary.cidx (123 bytes) |
| 11349 | 2026-01-29T01:57:20.803Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/primary.cidx |
| 11350 | 2026-01-29T01:57:20.803Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/ttl.txt (80 bytes) |
| 11351 | 2026-01-29T01:57:21.899Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/all_2_2_0/ttl.txt |
| 11352 | 2026-01-29T01:57:21.900Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/format_version.txt (1 bytes) |
| 11353 | 2026-01-29T01:57:22.995Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/4e1/4e18b2e4-366f-4b16-94bd-3ff2296f434e/format_version.txt |
| 11354 | 2026-01-29T01:57:22.995Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/54a/54a8bcbf-87b2-4c82-b663-328b3d6d7a97/format_version.txt (1 bytes) |
| 11355 | 2026-01-29T01:57:24.093Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/54a/54a8bcbf-87b2-4c82-b663-328b3d6d7a97/format_version.txt |
| 11356 | 2026-01-29T01:57:24.118Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/checksums.txt (221 bytes) |
| 11357 | 2026-01-29T01:57:25.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/checksums.txt |
| 11358 | 2026-01-29T01:57:25.233Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/columns.txt (85 bytes) |
| 11359 | 2026-01-29T01:57:26.329Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/columns.txt |
| 11360 | 2026-01-29T01:57:26.329Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/count.txt (1 bytes) |
| 11361 | 2026-01-29T01:57:27.430Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/count.txt |
| 11362 | 2026-01-29T01:57:27.455Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/data.bin (68 bytes) |
| 11363 | 2026-01-29T01:57:28.527Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/data.bin |
| 11364 | 2026-01-29T01:57:28.527Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/data.cmrk3 (58 bytes) |
| 11365 | 2026-01-29T01:57:29.638Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/data.cmrk3 |
| 11366 | 2026-01-29T01:57:29.662Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11367 | 2026-01-29T01:57:30.757Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/default_compression_codec.txt |
| 11368 | 2026-01-29T01:57:30.758Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/metadata_version.txt (1 bytes) |
| 11369 | 2026-01-29T01:57:31.844Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/metadata_version.txt |
| 11370 | 2026-01-29T01:57:31.844Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/primary.cidx (60 bytes) |
| 11371 | 2026-01-29T01:57:32.942Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/all_1_1_0/primary.cidx |
| 11372 | 2026-01-29T01:57:32.942Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/format_version.txt (1 bytes) |
| 11373 | 2026-01-29T01:57:34.038Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/59f/59f6da6b-d891-410d-8198-e09a6c4407b6/format_version.txt |
| 11374 | 2026-01-29T01:57:34.062Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/655/655a9f97-f759-4ab0-9dad-12640178f44b/format_version.txt (1 bytes) |
| 11375 | 2026-01-29T01:57:35.150Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/655/655a9f97-f759-4ab0-9dad-12640178f44b/format_version.txt |
| 11376 | 2026-01-29T01:57:35.182Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/67f/67f6927f-bfd6-4f8e-8c42-1733c9f52d03/format_version.txt (1 bytes) |
| 11377 | 2026-01-29T01:57:36.268Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/67f/67f6927f-bfd6-4f8e-8c42-1733c9f52d03/format_version.txt |
| 11378 | 2026-01-29T01:57:36.268Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/checksums.txt (225 bytes) |
| 11379 | 2026-01-29T01:57:37.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/checksums.txt |
| 11380 | 2026-01-29T01:57:37.396Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/columns.txt (813 bytes) |
| 11381 | 2026-01-29T01:57:38.470Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/columns.txt |
| 11382 | 2026-01-29T01:57:38.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/count.txt (1 bytes) |
| 11383 | 2026-01-29T01:57:39.576Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/count.txt |
| 11384 | 2026-01-29T01:57:39.576Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/data.bin (287 bytes) |
| 11385 | 2026-01-29T01:57:40.674Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/data.bin |
| 11386 | 2026-01-29T01:57:40.702Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/data.cmrk3 (75 bytes) |
| 11387 | 2026-01-29T01:57:41.775Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/data.cmrk3 |
| 11388 | 2026-01-29T01:57:41.775Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11389 | 2026-01-29T01:57:42.881Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/default_compression_codec.txt |
| 11390 | 2026-01-29T01:57:42.881Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/metadata_version.txt (1 bytes) |
| 11391 | 2026-01-29T01:57:43.977Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/metadata_version.txt |
| 11392 | 2026-01-29T01:57:43.977Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/primary.cidx (116 bytes) |
| 11393 | 2026-01-29T01:57:45.072Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_1_1_0/primary.cidx |
| 11394 | 2026-01-29T01:57:45.097Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/checksums.txt (224 bytes) |
| 11395 | 2026-01-29T01:57:46.167Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/checksums.txt |
| 11396 | 2026-01-29T01:57:46.167Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/columns.txt (813 bytes) |
| 11397 | 2026-01-29T01:57:47.266Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/columns.txt |
| 11398 | 2026-01-29T01:57:47.266Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/count.txt (1 bytes) |
| 11399 | 2026-01-29T01:57:48.371Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/count.txt |
| 11400 | 2026-01-29T01:57:48.371Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/data.bin (457 bytes) |
| 11401 | 2026-01-29T01:57:49.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/data.bin |
| 11402 | 2026-01-29T01:57:49.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/data.cmrk3 (74 bytes) |
| 11403 | 2026-01-29T01:57:50.558Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/data.cmrk3 |
| 11404 | 2026-01-29T01:57:50.558Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11405 | 2026-01-29T01:57:51.652Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/default_compression_codec.txt |
| 11406 | 2026-01-29T01:57:51.676Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/metadata_version.txt (1 bytes) |
| 11407 | 2026-01-29T01:57:52.745Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/metadata_version.txt |
| 11408 | 2026-01-29T01:57:52.745Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/primary.cidx (106 bytes) |
| 11409 | 2026-01-29T01:57:53.838Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/all_2_2_0/primary.cidx |
| 11410 | 2026-01-29T01:57:53.838Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/format_version.txt (1 bytes) |
| 11411 | 2026-01-29T01:57:54.932Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/6e3/6e37ab68-70e2-4d7f-8f0b-b7d09c23a161/format_version.txt |
| 11412 | 2026-01-29T01:57:54.956Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/7e4/7e48d54c-7224-4073-b762-ba6ebcd444d8/format_version.txt (1 bytes) |
| 11413 | 2026-01-29T01:57:56.025Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/7e4/7e48d54c-7224-4073-b762-ba6ebcd444d8/format_version.txt |
| 11414 | 2026-01-29T01:57:56.025Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/953/953e5b23-ff90-4019-8daa-201dd528c078/format_version.txt (1 bytes) |
| 11415 | 2026-01-29T01:57:57.120Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/953/953e5b23-ff90-4019-8daa-201dd528c078/format_version.txt |
| 11416 | 2026-01-29T01:57:57.144Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/95a/95a21d66-f7bf-4827-b7a7-8c05681765b6/format_version.txt (1 bytes) |
| 11417 | 2026-01-29T01:57:58.214Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/95a/95a21d66-f7bf-4827-b7a7-8c05681765b6/format_version.txt |
| 11418 | 2026-01-29T01:57:58.214Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/967/967c5587-78ca-4fe0-b4f3-a07389027cbf/format_version.txt (1 bytes) |
| 11419 | 2026-01-29T01:57:59.307Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/967/967c5587-78ca-4fe0-b4f3-a07389027cbf/format_version.txt |
| 11420 | 2026-01-29T01:57:59.307Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/a08/a08969b4-1435-4f50-937d-1711116f59fc/format_version.txt (1 bytes) |
| 11421 | 2026-01-29T01:58:00.400Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/a08/a08969b4-1435-4f50-937d-1711116f59fc/format_version.txt |
| 11422 | 2026-01-29T01:58:00.400Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/a51/a51f25db-a34c-4633-bfbe-998dd4169f51/format_version.txt (1 bytes) |
| 11423 | 2026-01-29T01:58:01.502Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/a51/a51f25db-a34c-4633-bfbe-998dd4169f51/format_version.txt |
| 11424 | 2026-01-29T01:58:01.529Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/ab0/ab035576-11a8-4967-8f5a-fb8da34920e1/format_version.txt (1 bytes) |
| 11425 | 2026-01-29T01:58:02.604Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/ab0/ab035576-11a8-4967-8f5a-fb8da34920e1/format_version.txt |
| 11426 | 2026-01-29T01:58:02.605Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b00/b002a2d2-fe33-49b9-b4e7-05bd5fbf51e9/format_version.txt (1 bytes) |
| 11427 | 2026-01-29T01:58:03.699Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b00/b002a2d2-fe33-49b9-b4e7-05bd5fbf51e9/format_version.txt |
| 11428 | 2026-01-29T01:58:03.699Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/checksums.txt (253 bytes) |
| 11429 | 2026-01-29T01:58:04.792Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/checksums.txt |
| 11430 | 2026-01-29T01:58:04.792Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/columns.txt (2546 bytes) |
| 11431 | 2026-01-29T01:58:05.886Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/columns.txt |
| 11432 | 2026-01-29T01:58:05.886Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/count.txt (3 bytes) |
| 11433 | 2026-01-29T01:58:06.978Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/count.txt |
| 11434 | 2026-01-29T01:58:06.978Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/data.bin (22538 bytes) |
| 11435 | 2026-01-29T01:58:08.137Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/data.bin |
| 11436 | 2026-01-29T01:58:08.137Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/data.cmrk3 (193 bytes) |
| 11437 | 2026-01-29T01:58:09.252Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/data.cmrk3 |
| 11438 | 2026-01-29T01:58:09.299Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11439 | 2026-01-29T01:58:10.371Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/default_compression_codec.txt |
| 11440 | 2026-01-29T01:58:10.371Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/metadata_version.txt (1 bytes) |
| 11441 | 2026-01-29T01:58:11.465Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/metadata_version.txt |
| 11442 | 2026-01-29T01:58:11.465Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/primary.cidx (42 bytes) |
| 11443 | 2026-01-29T01:58:12.560Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/primary.cidx |
| 11444 | 2026-01-29T01:58:12.560Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/ttl.txt (80 bytes) |
| 11445 | 2026-01-29T01:58:13.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_1_1_0/ttl.txt |
| 11446 | 2026-01-29T01:58:13.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/checksums.txt (252 bytes) |
| 11447 | 2026-01-29T01:58:14.749Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/checksums.txt |
| 11448 | 2026-01-29T01:58:14.749Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/columns.txt (2546 bytes) |
| 11449 | 2026-01-29T01:58:15.843Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/columns.txt |
| 11450 | 2026-01-29T01:58:15.843Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/count.txt (2 bytes) |
| 11451 | 2026-01-29T01:58:16.936Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/count.txt |
| 11452 | 2026-01-29T01:58:16.936Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/data.bin (8339 bytes) |
| 11453 | 2026-01-29T01:58:18.050Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/data.bin |
| 11454 | 2026-01-29T01:58:18.050Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/data.cmrk3 (188 bytes) |
| 11455 | 2026-01-29T01:58:19.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/data.cmrk3 |
| 11456 | 2026-01-29T01:58:19.145Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11457 | 2026-01-29T01:58:20.239Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/default_compression_codec.txt |
| 11458 | 2026-01-29T01:58:20.239Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/metadata_version.txt (1 bytes) |
| 11459 | 2026-01-29T01:58:21.336Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/metadata_version.txt |
| 11460 | 2026-01-29T01:58:21.361Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/primary.cidx (42 bytes) |
| 11461 | 2026-01-29T01:58:22.431Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/primary.cidx |
| 11462 | 2026-01-29T01:58:22.431Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/ttl.txt (80 bytes) |
| 11463 | 2026-01-29T01:58:23.543Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_2_2_0/ttl.txt |
| 11464 | 2026-01-29T01:58:23.543Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/checksums.txt (251 bytes) |
| 11465 | 2026-01-29T01:58:24.658Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/checksums.txt |
| 11466 | 2026-01-29T01:58:24.658Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/columns.txt (2546 bytes) |
| 11467 | 2026-01-29T01:58:25.762Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/columns.txt |
| 11468 | 2026-01-29T01:58:25.762Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/count.txt (1 bytes) |
| 11469 | 2026-01-29T01:58:26.856Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/count.txt |
| 11470 | 2026-01-29T01:58:26.880Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/data.bin (4043 bytes) |
| 11471 | 2026-01-29T01:58:27.950Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/data.bin |
| 11472 | 2026-01-29T01:58:27.975Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/data.cmrk3 (187 bytes) |
| 11473 | 2026-01-29T01:58:29.046Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/data.cmrk3 |
| 11474 | 2026-01-29T01:58:29.046Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 11475 | 2026-01-29T01:58:30.140Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/default_compression_codec.txt |
| 11476 | 2026-01-29T01:58:30.140Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/metadata_version.txt (1 bytes) |
| 11477 | 2026-01-29T01:58:31.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/metadata_version.txt |
| 11478 | 2026-01-29T01:58:31.260Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/primary.cidx (42 bytes) |
| 11479 | 2026-01-29T01:58:32.332Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/primary.cidx |
| 11480 | 2026-01-29T01:58:32.355Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/ttl.txt (80 bytes) |
| 11481 | 2026-01-29T01:58:33.426Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/all_3_3_0/ttl.txt |
| 11482 | 2026-01-29T01:58:33.449Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/format_version.txt (1 bytes) |
| 11483 | 2026-01-29T01:58:34.522Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b5a/b5a4447f-b2be-441f-863d-a7947e7cb0cc/format_version.txt |
| 11484 | 2026-01-29T01:58:34.522Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b78/b7833b59-2eb9-4edc-91ca-5cc0c248cec1/format_version.txt (1 bytes) |
| 11485 | 2026-01-29T01:58:35.620Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/b78/b7833b59-2eb9-4edc-91ca-5cc0c248cec1/format_version.txt |
| 11486 | 2026-01-29T01:58:35.620Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/bca/bcaecdb0-c932-41f4-9a59-23bfaa89ae65/format_version.txt (1 bytes) |
| 11487 | 2026-01-29T01:58:36.718Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/bca/bcaecdb0-c932-41f4-9a59-23bfaa89ae65/format_version.txt |
| 11488 | 2026-01-29T01:58:36.718Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/checksums.txt (254 bytes) |
| 11489 | 2026-01-29T01:58:37.824Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/checksums.txt |
| 11490 | 2026-01-29T01:58:37.824Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/columns.txt (31387 bytes) |
| 11491 | 2026-01-29T01:58:38.986Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/columns.txt |
| 11492 | 2026-01-29T01:58:38.986Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/count.txt (1 bytes) |
| 11493 | 2026-01-29T01:58:40.081Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/count.txt |
| 11494 | 2026-01-29T01:58:40.081Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/data.bin (24844 bytes) |
| 11495 | 2026-01-29T01:58:41.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/data.bin |
| 11496 | 2026-01-29T01:58:41.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/data.cmrk3 (979 bytes) |
| 11497 | 2026-01-29T01:58:42.334Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/data.cmrk3 |
| 11498 | 2026-01-29T01:58:42.334Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11499 | 2026-01-29T01:58:43.433Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/default_compression_codec.txt |
| 11500 | 2026-01-29T01:58:43.433Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/metadata_version.txt (1 bytes) |
| 11501 | 2026-01-29T01:58:44.531Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/metadata_version.txt |
| 11502 | 2026-01-29T01:58:44.531Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/primary.cidx (42 bytes) |
| 11503 | 2026-01-29T01:58:45.628Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/primary.cidx |
| 11504 | 2026-01-29T01:58:45.628Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/ttl.txt (80 bytes) |
| 11505 | 2026-01-29T01:58:46.726Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_1_1_0/ttl.txt |
| 11506 | 2026-01-29T01:58:46.727Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/checksums.txt (254 bytes) |
| 11507 | 2026-01-29T01:58:47.821Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/checksums.txt |
| 11508 | 2026-01-29T01:58:47.821Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/columns.txt (31387 bytes) |
| 11509 | 2026-01-29T01:58:48.986Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/columns.txt |
| 11510 | 2026-01-29T01:58:48.986Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/count.txt (1 bytes) |
| 11511 | 2026-01-29T01:58:50.083Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/count.txt |
| 11512 | 2026-01-29T01:58:50.083Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/data.bin (24775 bytes) |
| 11513 | 2026-01-29T01:58:51.255Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/data.bin |
| 11514 | 2026-01-29T01:58:51.286Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/data.cmrk3 (979 bytes) |
| 11515 | 2026-01-29T01:58:52.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/data.cmrk3 |
| 11516 | 2026-01-29T01:58:52.379Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11517 | 2026-01-29T01:58:53.481Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/default_compression_codec.txt |
| 11518 | 2026-01-29T01:58:53.481Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/metadata_version.txt (1 bytes) |
| 11519 | 2026-01-29T01:58:54.576Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/metadata_version.txt |
| 11520 | 2026-01-29T01:58:54.576Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/primary.cidx (42 bytes) |
| 11521 | 2026-01-29T01:58:55.674Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/primary.cidx |
| 11522 | 2026-01-29T01:58:55.674Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/ttl.txt (80 bytes) |
| 11523 | 2026-01-29T01:58:56.831Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_2_2_0/ttl.txt |
| 11524 | 2026-01-29T01:58:56.832Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/checksums.txt (254 bytes) |
| 11525 | 2026-01-29T01:58:57.970Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/checksums.txt |
| 11526 | 2026-01-29T01:58:57.971Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/columns.txt (31387 bytes) |
| 11527 | 2026-01-29T01:58:59.150Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/columns.txt |
| 11528 | 2026-01-29T01:58:59.150Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/count.txt (1 bytes) |
| 11529 | 2026-01-29T01:59:00.249Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/count.txt |
| 11530 | 2026-01-29T01:59:00.250Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/data.bin (25596 bytes) |
| 11531 | 2026-01-29T01:59:01.409Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/data.bin |
| 11532 | 2026-01-29T01:59:01.409Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/data.cmrk3 (982 bytes) |
| 11533 | 2026-01-29T01:59:02.508Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/data.cmrk3 |
| 11534 | 2026-01-29T01:59:02.508Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 11535 | 2026-01-29T01:59:03.621Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/default_compression_codec.txt |
| 11536 | 2026-01-29T01:59:03.621Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/metadata_version.txt (1 bytes) |
| 11537 | 2026-01-29T01:59:04.715Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/metadata_version.txt |
| 11538 | 2026-01-29T01:59:04.715Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/primary.cidx (42 bytes) |
| 11539 | 2026-01-29T01:59:05.810Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/primary.cidx |
| 11540 | 2026-01-29T01:59:05.810Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/ttl.txt (80 bytes) |
| 11541 | 2026-01-29T01:59:06.904Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_3_3_0/ttl.txt |
| 11542 | 2026-01-29T01:59:06.928Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/checksums.txt (254 bytes) |
| 11543 | 2026-01-29T01:59:07.998Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/checksums.txt |
| 11544 | 2026-01-29T01:59:07.998Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/columns.txt (31387 bytes) |
| 11545 | 2026-01-29T01:59:09.159Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/columns.txt |
| 11546 | 2026-01-29T01:59:09.160Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/count.txt (1 bytes) |
| 11547 | 2026-01-29T01:59:10.252Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/count.txt |
| 11548 | 2026-01-29T01:59:10.253Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/data.bin (25729 bytes) |
| 11549 | 2026-01-29T01:59:11.443Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/data.bin |
| 11550 | 2026-01-29T01:59:11.443Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/data.cmrk3 (986 bytes) |
| 11551 | 2026-01-29T01:59:12.547Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/data.cmrk3 |
| 11552 | 2026-01-29T01:59:12.547Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 11553 | 2026-01-29T01:59:13.642Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/default_compression_codec.txt |
| 11554 | 2026-01-29T01:59:13.642Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/metadata_version.txt (1 bytes) |
| 11555 | 2026-01-29T01:59:14.736Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/metadata_version.txt |
| 11556 | 2026-01-29T01:59:14.736Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/primary.cidx (42 bytes) |
| 11557 | 2026-01-29T01:59:15.831Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/primary.cidx |
| 11558 | 2026-01-29T01:59:15.831Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/ttl.txt (80 bytes) |
| 11559 | 2026-01-29T01:59:16.925Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/all_4_4_0/ttl.txt |
| 11560 | 2026-01-29T01:59:16.925Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/format_version.txt (1 bytes) |
| 11561 | 2026-01-29T01:59:18.021Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c0c/c0c2cc69-3aeb-4d14-a3a2-f4c0244c26ac/format_version.txt |
| 11562 | 2026-01-29T01:59:18.021Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/checksums.txt (251 bytes) |
| 11563 | 2026-01-29T01:59:19.114Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/checksums.txt |
| 11564 | 2026-01-29T01:59:19.138Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/columns.txt (154 bytes) |
| 11565 | 2026-01-29T01:59:20.212Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/columns.txt |
| 11566 | 2026-01-29T01:59:20.212Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/count.txt (1 bytes) |
| 11567 | 2026-01-29T01:59:21.305Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/count.txt |
| 11568 | 2026-01-29T01:59:21.305Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/data.bin (253 bytes) |
| 11569 | 2026-01-29T01:59:22.421Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/data.bin |
| 11570 | 2026-01-29T01:59:22.422Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/data.cmrk3 (70 bytes) |
| 11571 | 2026-01-29T01:59:23.529Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/data.cmrk3 |
| 11572 | 2026-01-29T01:59:23.529Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 11573 | 2026-01-29T01:59:24.629Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/default_compression_codec.txt |
| 11574 | 2026-01-29T01:59:24.629Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/metadata_version.txt (1 bytes) |
| 11575 | 2026-01-29T01:59:25.741Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/metadata_version.txt |
| 11576 | 2026-01-29T01:59:25.741Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/primary.cidx (110 bytes) |
| 11577 | 2026-01-29T01:59:26.819Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/primary.cidx |
| 11578 | 2026-01-29T01:59:26.819Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/ttl.txt (80 bytes) |
| 11579 | 2026-01-29T01:59:27.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_10_10_0/ttl.txt |
| 11580 | 2026-01-29T01:59:27.923Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/checksums.txt (251 bytes) |
| 11581 | 2026-01-29T01:59:29.016Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/checksums.txt |
| 11582 | 2026-01-29T01:59:29.016Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/columns.txt (154 bytes) |
| 11583 | 2026-01-29T01:59:30.110Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/columns.txt |
| 11584 | 2026-01-29T01:59:30.110Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/count.txt (1 bytes) |
| 11585 | 2026-01-29T01:59:31.203Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/count.txt |
| 11586 | 2026-01-29T01:59:31.203Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/data.bin (253 bytes) |
| 11587 | 2026-01-29T01:59:32.296Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/data.bin |
| 11588 | 2026-01-29T01:59:32.297Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/data.cmrk3 (70 bytes) |
| 11589 | 2026-01-29T01:59:33.391Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/data.cmrk3 |
| 11590 | 2026-01-29T01:59:33.391Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 11591 | 2026-01-29T01:59:34.486Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/default_compression_codec.txt |
| 11592 | 2026-01-29T01:59:34.486Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/metadata_version.txt (1 bytes) |
| 11593 | 2026-01-29T01:59:35.580Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/metadata_version.txt |
| 11594 | 2026-01-29T01:59:35.580Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/primary.cidx (110 bytes) |
| 11595 | 2026-01-29T01:59:36.675Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/primary.cidx |
| 11596 | 2026-01-29T01:59:36.698Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/ttl.txt (80 bytes) |
| 11597 | 2026-01-29T01:59:37.777Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_11_11_0/ttl.txt |
| 11598 | 2026-01-29T01:59:37.777Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/checksums.txt (252 bytes) |
| 11599 | 2026-01-29T01:59:38.880Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/checksums.txt |
| 11600 | 2026-01-29T01:59:38.880Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/columns.txt (154 bytes) |
| 11601 | 2026-01-29T01:59:39.974Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/columns.txt |
| 11602 | 2026-01-29T01:59:39.974Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/count.txt (2 bytes) |
| 11603 | 2026-01-29T01:59:41.073Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/count.txt |
| 11604 | 2026-01-29T01:59:41.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/data.bin (664 bytes) |
| 11605 | 2026-01-29T01:59:42.171Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/data.bin |
| 11606 | 2026-01-29T01:59:42.195Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/data.cmrk3 (72 bytes) |
| 11607 | 2026-01-29T01:59:43.264Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/data.cmrk3 |
| 11608 | 2026-01-29T01:59:43.288Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 11609 | 2026-01-29T01:59:44.361Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/default_compression_codec.txt |
| 11610 | 2026-01-29T01:59:44.362Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/metadata_version.txt (1 bytes) |
| 11611 | 2026-01-29T01:59:45.457Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/metadata_version.txt |
| 11612 | 2026-01-29T01:59:45.457Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/primary.cidx (153 bytes) |
| 11613 | 2026-01-29T01:59:46.553Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/primary.cidx |
| 11614 | 2026-01-29T01:59:46.553Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/ttl.txt (80 bytes) |
| 11615 | 2026-01-29T01:59:47.647Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_12_12_0/ttl.txt |
| 11616 | 2026-01-29T01:59:47.647Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/checksums.txt (251 bytes) |
| 11617 | 2026-01-29T01:59:48.741Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/checksums.txt |
| 11618 | 2026-01-29T01:59:48.741Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/columns.txt (154 bytes) |
| 11619 | 2026-01-29T01:59:49.834Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/columns.txt |
| 11620 | 2026-01-29T01:59:49.857Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/count.txt (1 bytes) |
| 11621 | 2026-01-29T01:59:50.926Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/count.txt |
| 11622 | 2026-01-29T01:59:50.926Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/data.bin (253 bytes) |
| 11623 | 2026-01-29T01:59:52.022Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/data.bin |
| 11624 | 2026-01-29T01:59:52.046Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/data.cmrk3 (70 bytes) |
| 11625 | 2026-01-29T01:59:53.115Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/data.cmrk3 |
| 11626 | 2026-01-29T01:59:53.115Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/default_compression_codec.txt (10 bytes) |
| 11627 | 2026-01-29T01:59:54.208Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/default_compression_codec.txt |
| 11628 | 2026-01-29T01:59:54.208Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/metadata_version.txt (1 bytes) |
| 11629 | 2026-01-29T01:59:55.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/metadata_version.txt |
| 11630 | 2026-01-29T01:59:55.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/primary.cidx (110 bytes) |
| 11631 | 2026-01-29T01:59:56.395Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/primary.cidx |
| 11632 | 2026-01-29T01:59:56.419Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/ttl.txt (80 bytes) |
| 11633 | 2026-01-29T01:59:57.487Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_13_13_0/ttl.txt |
| 11634 | 2026-01-29T01:59:57.511Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/checksums.txt (251 bytes) |
| 11635 | 2026-01-29T01:59:58.583Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/checksums.txt |
| 11636 | 2026-01-29T01:59:58.583Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/columns.txt (154 bytes) |
| 11637 | 2026-01-29T01:59:59.679Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/columns.txt |
| 11638 | 2026-01-29T01:59:59.680Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/count.txt (2 bytes) |
| 11639 | 2026-01-29T02:00:00.773Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/count.txt |
| 11640 | 2026-01-29T02:00:00.773Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/data.bin (576 bytes) |
| 11641 | 2026-01-29T02:00:01.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/data.bin |
| 11642 | 2026-01-29T02:00:01.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/data.cmrk3 (72 bytes) |
| 11643 | 2026-01-29T02:00:02.965Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/data.cmrk3 |
| 11644 | 2026-01-29T02:00:02.965Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 11645 | 2026-01-29T02:00:04.063Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/default_compression_codec.txt |
| 11646 | 2026-01-29T02:00:04.063Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/metadata_version.txt (1 bytes) |
| 11647 | 2026-01-29T02:00:05.157Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/metadata_version.txt |
| 11648 | 2026-01-29T02:00:05.181Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/primary.cidx (147 bytes) |
| 11649 | 2026-01-29T02:00:06.251Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/primary.cidx |
| 11650 | 2026-01-29T02:00:06.251Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/ttl.txt (80 bytes) |
| 11651 | 2026-01-29T02:00:07.344Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_11_2/ttl.txt |
| 11652 | 2026-01-29T02:00:07.344Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/checksums.txt (249 bytes) |
| 11653 | 2026-01-29T02:00:08.439Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/checksums.txt |
| 11654 | 2026-01-29T02:00:08.439Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/columns.txt (154 bytes) |
| 11655 | 2026-01-29T02:00:09.533Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/columns.txt |
| 11656 | 2026-01-29T02:00:09.533Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/count.txt (1 bytes) |
| 11657 | 2026-01-29T02:00:10.627Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/count.txt |
| 11658 | 2026-01-29T02:00:10.627Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/data.bin (217 bytes) |
| 11659 | 2026-01-29T02:00:11.721Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/data.bin |
| 11660 | 2026-01-29T02:00:11.721Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/data.cmrk3 (70 bytes) |
| 11661 | 2026-01-29T02:00:12.815Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/data.cmrk3 |
| 11662 | 2026-01-29T02:00:12.815Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11663 | 2026-01-29T02:00:13.908Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/default_compression_codec.txt |
| 11664 | 2026-01-29T02:00:13.909Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/metadata_version.txt (1 bytes) |
| 11665 | 2026-01-29T02:00:15.003Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/metadata_version.txt |
| 11666 | 2026-01-29T02:00:15.003Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/primary.cidx (96 bytes) |
| 11667 | 2026-01-29T02:00:16.100Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/primary.cidx |
| 11668 | 2026-01-29T02:00:16.100Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/ttl.txt (80 bytes) |
| 11669 | 2026-01-29T02:00:17.193Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_1_0/ttl.txt |
| 11670 | 2026-01-29T02:00:17.193Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/checksums.txt (251 bytes) |
| 11671 | 2026-01-29T02:00:18.290Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/checksums.txt |
| 11672 | 2026-01-29T02:00:18.290Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/columns.txt (154 bytes) |
| 11673 | 2026-01-29T02:00:19.385Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/columns.txt |
| 11674 | 2026-01-29T02:00:19.385Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/count.txt (2 bytes) |
| 11675 | 2026-01-29T02:00:20.481Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/count.txt |
| 11676 | 2026-01-29T02:00:20.481Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/data.bin (575 bytes) |
| 11677 | 2026-01-29T02:00:21.574Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/data.bin |
| 11678 | 2026-01-29T02:00:21.574Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/data.cmrk3 (72 bytes) |
| 11679 | 2026-01-29T02:00:22.669Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/data.cmrk3 |
| 11680 | 2026-01-29T02:00:22.669Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 11681 | 2026-01-29T02:00:23.763Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/default_compression_codec.txt |
| 11682 | 2026-01-29T02:00:23.786Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/metadata_version.txt (1 bytes) |
| 11683 | 2026-01-29T02:00:24.857Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/metadata_version.txt |
| 11684 | 2026-01-29T02:00:24.857Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/primary.cidx (147 bytes) |
| 11685 | 2026-01-29T02:00:25.951Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/primary.cidx |
| 11686 | 2026-01-29T02:00:25.975Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/ttl.txt (80 bytes) |
| 11687 | 2026-01-29T02:00:27.059Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_1_6_1/ttl.txt |
| 11688 | 2026-01-29T02:00:27.059Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/checksums.txt (252 bytes) |
| 11689 | 2026-01-29T02:00:28.159Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/checksums.txt |
| 11690 | 2026-01-29T02:00:28.159Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/columns.txt (154 bytes) |
| 11691 | 2026-01-29T02:00:29.252Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/columns.txt |
| 11692 | 2026-01-29T02:00:29.276Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/count.txt (2 bytes) |
| 11693 | 2026-01-29T02:00:30.345Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/count.txt |
| 11694 | 2026-01-29T02:00:30.345Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/data.bin (502 bytes) |
| 11695 | 2026-01-29T02:00:31.439Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/data.bin |
| 11696 | 2026-01-29T02:00:31.439Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/data.cmrk3 (72 bytes) |
| 11697 | 2026-01-29T02:00:32.535Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/data.cmrk3 |
| 11698 | 2026-01-29T02:00:32.535Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11699 | 2026-01-29T02:00:33.629Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/default_compression_codec.txt |
| 11700 | 2026-01-29T02:00:33.653Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/metadata_version.txt (1 bytes) |
| 11701 | 2026-01-29T02:00:34.726Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/metadata_version.txt |
| 11702 | 2026-01-29T02:00:34.726Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/primary.cidx (155 bytes) |
| 11703 | 2026-01-29T02:00:35.820Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/primary.cidx |
| 11704 | 2026-01-29T02:00:35.820Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/ttl.txt (80 bytes) |
| 11705 | 2026-01-29T02:00:36.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_2_2_0/ttl.txt |
| 11706 | 2026-01-29T02:00:36.938Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/checksums.txt (251 bytes) |
| 11707 | 2026-01-29T02:00:38.010Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/checksums.txt |
| 11708 | 2026-01-29T02:00:38.010Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/columns.txt (154 bytes) |
| 11709 | 2026-01-29T02:00:39.111Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/columns.txt |
| 11710 | 2026-01-29T02:00:39.111Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/count.txt (1 bytes) |
| 11711 | 2026-01-29T02:00:40.204Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/count.txt |
| 11712 | 2026-01-29T02:00:40.204Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/data.bin (253 bytes) |
| 11713 | 2026-01-29T02:00:41.297Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/data.bin |
| 11714 | 2026-01-29T02:00:41.297Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/data.cmrk3 (70 bytes) |
| 11715 | 2026-01-29T02:00:42.392Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/data.cmrk3 |
| 11716 | 2026-01-29T02:00:42.392Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 11717 | 2026-01-29T02:00:43.488Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/default_compression_codec.txt |
| 11718 | 2026-01-29T02:00:43.513Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/metadata_version.txt (1 bytes) |
| 11719 | 2026-01-29T02:00:44.584Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/metadata_version.txt |
| 11720 | 2026-01-29T02:00:44.584Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/primary.cidx (110 bytes) |
| 11721 | 2026-01-29T02:00:45.680Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/primary.cidx |
| 11722 | 2026-01-29T02:00:45.680Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/ttl.txt (80 bytes) |
| 11723 | 2026-01-29T02:00:46.819Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_3_3_0/ttl.txt |
| 11724 | 2026-01-29T02:00:46.819Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/checksums.txt (251 bytes) |
| 11725 | 2026-01-29T02:00:47.914Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/checksums.txt |
| 11726 | 2026-01-29T02:00:47.914Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/columns.txt (154 bytes) |
| 11727 | 2026-01-29T02:00:49.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/columns.txt |
| 11728 | 2026-01-29T02:00:49.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/count.txt (1 bytes) |
| 11729 | 2026-01-29T02:00:50.159Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/count.txt |
| 11730 | 2026-01-29T02:00:50.159Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/data.bin (253 bytes) |
| 11731 | 2026-01-29T02:00:51.261Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/data.bin |
| 11732 | 2026-01-29T02:00:51.261Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/data.cmrk3 (70 bytes) |
| 11733 | 2026-01-29T02:00:52.355Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/data.cmrk3 |
| 11734 | 2026-01-29T02:00:52.355Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 11735 | 2026-01-29T02:00:53.449Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/default_compression_codec.txt |
| 11736 | 2026-01-29T02:00:53.474Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/metadata_version.txt (1 bytes) |
| 11737 | 2026-01-29T02:00:54.546Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/metadata_version.txt |
| 11738 | 2026-01-29T02:00:54.546Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/primary.cidx (110 bytes) |
| 11739 | 2026-01-29T02:00:55.640Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/primary.cidx |
| 11740 | 2026-01-29T02:00:55.640Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/ttl.txt (80 bytes) |
| 11741 | 2026-01-29T02:00:56.738Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_4_4_0/ttl.txt |
| 11742 | 2026-01-29T02:00:56.738Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/checksums.txt (251 bytes) |
| 11743 | 2026-01-29T02:00:57.832Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/checksums.txt |
| 11744 | 2026-01-29T02:00:57.832Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/columns.txt (154 bytes) |
| 11745 | 2026-01-29T02:00:58.937Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/columns.txt |
| 11746 | 2026-01-29T02:00:58.937Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/count.txt (1 bytes) |
| 11747 | 2026-01-29T02:01:00.032Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/count.txt |
| 11748 | 2026-01-29T02:01:00.032Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/data.bin (253 bytes) |
| 11749 | 2026-01-29T02:01:01.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/data.bin |
| 11750 | 2026-01-29T02:01:01.129Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/data.cmrk3 (70 bytes) |
| 11751 | 2026-01-29T02:01:02.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/data.cmrk3 |
| 11752 | 2026-01-29T02:01:02.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 11753 | 2026-01-29T02:01:03.334Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/default_compression_codec.txt |
| 11754 | 2026-01-29T02:01:03.334Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/metadata_version.txt (1 bytes) |
| 11755 | 2026-01-29T02:01:04.431Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/metadata_version.txt |
| 11756 | 2026-01-29T02:01:04.431Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/primary.cidx (110 bytes) |
| 11757 | 2026-01-29T02:01:05.526Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/primary.cidx |
| 11758 | 2026-01-29T02:01:05.526Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/ttl.txt (80 bytes) |
| 11759 | 2026-01-29T02:01:06.621Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_5_5_0/ttl.txt |
| 11760 | 2026-01-29T02:01:06.644Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/checksums.txt (251 bytes) |
| 11761 | 2026-01-29T02:01:07.716Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/checksums.txt |
| 11762 | 2026-01-29T02:01:07.716Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/columns.txt (154 bytes) |
| 11763 | 2026-01-29T02:01:08.810Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/columns.txt |
| 11764 | 2026-01-29T02:01:08.810Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/count.txt (1 bytes) |
| 11765 | 2026-01-29T02:01:09.908Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/count.txt |
| 11766 | 2026-01-29T02:01:09.908Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/data.bin (253 bytes) |
| 11767 | 2026-01-29T02:01:11.005Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/data.bin |
| 11768 | 2026-01-29T02:01:11.005Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/data.cmrk3 (70 bytes) |
| 11769 | 2026-01-29T02:01:12.100Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/data.cmrk3 |
| 11770 | 2026-01-29T02:01:12.100Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 11771 | 2026-01-29T02:01:13.195Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/default_compression_codec.txt |
| 11772 | 2026-01-29T02:01:13.219Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/metadata_version.txt (1 bytes) |
| 11773 | 2026-01-29T02:01:14.290Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/metadata_version.txt |
| 11774 | 2026-01-29T02:01:14.290Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/primary.cidx (110 bytes) |
| 11775 | 2026-01-29T02:01:15.385Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/primary.cidx |
| 11776 | 2026-01-29T02:01:15.385Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/ttl.txt (80 bytes) |
| 11777 | 2026-01-29T02:01:16.479Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_6_6_0/ttl.txt |
| 11778 | 2026-01-29T02:01:16.479Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/checksums.txt (251 bytes) |
| 11779 | 2026-01-29T02:01:17.575Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/checksums.txt |
| 11780 | 2026-01-29T02:01:17.575Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/columns.txt (154 bytes) |
| 11781 | 2026-01-29T02:01:18.701Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/columns.txt |
| 11782 | 2026-01-29T02:01:18.701Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/count.txt (1 bytes) |
| 11783 | 2026-01-29T02:01:19.798Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/count.txt |
| 11784 | 2026-01-29T02:01:19.822Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/data.bin (253 bytes) |
| 11785 | 2026-01-29T02:01:20.892Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/data.bin |
| 11786 | 2026-01-29T02:01:20.917Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/data.cmrk3 (70 bytes) |
| 11787 | 2026-01-29T02:01:21.989Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/data.cmrk3 |
| 11788 | 2026-01-29T02:01:21.989Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 11789 | 2026-01-29T02:01:23.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/default_compression_codec.txt |
| 11790 | 2026-01-29T02:01:23.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/metadata_version.txt (1 bytes) |
| 11791 | 2026-01-29T02:01:24.180Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/metadata_version.txt |
| 11792 | 2026-01-29T02:01:24.180Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/primary.cidx (110 bytes) |
| 11793 | 2026-01-29T02:01:25.275Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/primary.cidx |
| 11794 | 2026-01-29T02:01:25.275Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/ttl.txt (80 bytes) |
| 11795 | 2026-01-29T02:01:26.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_7_7_0/ttl.txt |
| 11796 | 2026-01-29T02:01:26.369Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/checksums.txt (251 bytes) |
| 11797 | 2026-01-29T02:01:27.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/checksums.txt |
| 11798 | 2026-01-29T02:01:27.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/columns.txt (154 bytes) |
| 11799 | 2026-01-29T02:01:28.560Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/columns.txt |
| 11800 | 2026-01-29T02:01:28.560Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/count.txt (1 bytes) |
| 11801 | 2026-01-29T02:01:29.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/count.txt |
| 11802 | 2026-01-29T02:01:29.655Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/data.bin (253 bytes) |
| 11803 | 2026-01-29T02:01:30.750Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/data.bin |
| 11804 | 2026-01-29T02:01:30.750Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/data.cmrk3 (70 bytes) |
| 11805 | 2026-01-29T02:01:31.844Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/data.cmrk3 |
| 11806 | 2026-01-29T02:01:31.868Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 11807 | 2026-01-29T02:01:32.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/default_compression_codec.txt |
| 11808 | 2026-01-29T02:01:32.967Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/metadata_version.txt (1 bytes) |
| 11809 | 2026-01-29T02:01:34.035Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/metadata_version.txt |
| 11810 | 2026-01-29T02:01:34.035Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/primary.cidx (110 bytes) |
| 11811 | 2026-01-29T02:01:35.131Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/primary.cidx |
| 11812 | 2026-01-29T02:01:35.131Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/ttl.txt (80 bytes) |
| 11813 | 2026-01-29T02:01:36.226Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_8_8_0/ttl.txt |
| 11814 | 2026-01-29T02:01:36.226Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/checksums.txt (251 bytes) |
| 11815 | 2026-01-29T02:01:37.320Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/checksums.txt |
| 11816 | 2026-01-29T02:01:37.344Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/columns.txt (154 bytes) |
| 11817 | 2026-01-29T02:01:38.418Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/columns.txt |
| 11818 | 2026-01-29T02:01:38.418Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/count.txt (1 bytes) |
| 11819 | 2026-01-29T02:01:39.515Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/count.txt |
| 11820 | 2026-01-29T02:01:39.515Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/data.bin (253 bytes) |
| 11821 | 2026-01-29T02:01:40.619Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/data.bin |
| 11822 | 2026-01-29T02:01:40.619Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/data.cmrk3 (70 bytes) |
| 11823 | 2026-01-29T02:01:41.715Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/data.cmrk3 |
| 11824 | 2026-01-29T02:01:41.739Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 11825 | 2026-01-29T02:01:42.812Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/default_compression_codec.txt |
| 11826 | 2026-01-29T02:01:42.812Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/metadata_version.txt (1 bytes) |
| 11827 | 2026-01-29T02:01:43.909Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/metadata_version.txt |
| 11828 | 2026-01-29T02:01:43.909Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/primary.cidx (110 bytes) |
| 11829 | 2026-01-29T02:01:45.005Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/primary.cidx |
| 11830 | 2026-01-29T02:01:45.005Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/ttl.txt (80 bytes) |
| 11831 | 2026-01-29T02:01:46.100Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/all_9_9_0/ttl.txt |
| 11832 | 2026-01-29T02:01:46.100Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/format_version.txt (1 bytes) |
| 11833 | 2026-01-29T02:01:47.199Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/c48/c48d65ce-9b6e-4cc8-9362-3680c4106cfb/format_version.txt |
| 11834 | 2026-01-29T02:01:47.199Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cb6/cb612acb-3317-4c2a-8e76-8cd964998595/format_version.txt (1 bytes) |
| 11835 | 2026-01-29T02:01:48.294Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cb6/cb612acb-3317-4c2a-8e76-8cd964998595/format_version.txt |
| 11836 | 2026-01-29T02:01:48.294Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/checksums.txt (252 bytes) |
| 11837 | 2026-01-29T02:01:49.411Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/checksums.txt |
| 11838 | 2026-01-29T02:01:49.412Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/columns.txt (152 bytes) |
| 11839 | 2026-01-29T02:01:50.536Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/columns.txt |
| 11840 | 2026-01-29T02:01:50.536Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/count.txt (1 bytes) |
| 11841 | 2026-01-29T02:01:51.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/count.txt |
| 11842 | 2026-01-29T02:01:51.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/data.bin (292 bytes) |
| 11843 | 2026-01-29T02:01:52.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/data.bin |
| 11844 | 2026-01-29T02:01:52.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/data.cmrk3 (71 bytes) |
| 11845 | 2026-01-29T02:01:53.910Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/data.cmrk3 |
| 11846 | 2026-01-29T02:01:53.910Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11847 | 2026-01-29T02:01:55.005Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/default_compression_codec.txt |
| 11848 | 2026-01-29T02:01:55.005Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/metadata_version.txt (1 bytes) |
| 11849 | 2026-01-29T02:01:56.103Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/metadata_version.txt |
| 11850 | 2026-01-29T02:01:56.103Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/primary.cidx (133 bytes) |
| 11851 | 2026-01-29T02:01:57.200Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/primary.cidx |
| 11852 | 2026-01-29T02:01:57.200Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/ttl.txt (80 bytes) |
| 11853 | 2026-01-29T02:01:58.296Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_1_1_0/ttl.txt |
| 11854 | 2026-01-29T02:01:58.296Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/checksums.txt (252 bytes) |
| 11855 | 2026-01-29T02:01:59.399Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/checksums.txt |
| 11856 | 2026-01-29T02:01:59.399Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/columns.txt (152 bytes) |
| 11857 | 2026-01-29T02:02:00.493Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/columns.txt |
| 11858 | 2026-01-29T02:02:00.493Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/count.txt (2 bytes) |
| 11859 | 2026-01-29T02:02:01.587Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/count.txt |
| 11860 | 2026-01-29T02:02:01.587Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/data.bin (504 bytes) |
| 11861 | 2026-01-29T02:02:02.735Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/data.bin |
| 11862 | 2026-01-29T02:02:02.735Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/data.cmrk3 (71 bytes) |
| 11863 | 2026-01-29T02:02:03.875Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/data.cmrk3 |
| 11864 | 2026-01-29T02:02:04.102Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11865 | 2026-01-29T02:02:05.281Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/default_compression_codec.txt |
| 11866 | 2026-01-29T02:02:05.306Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/metadata_version.txt (1 bytes) |
| 11867 | 2026-01-29T02:02:06.378Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/metadata_version.txt |
| 11868 | 2026-01-29T02:02:06.378Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/primary.cidx (162 bytes) |
| 11869 | 2026-01-29T02:02:07.474Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/primary.cidx |
| 11870 | 2026-01-29T02:02:07.500Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/ttl.txt (80 bytes) |
| 11871 | 2026-01-29T02:02:08.575Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_2_2_0/ttl.txt |
| 11872 | 2026-01-29T02:02:08.575Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/checksums.txt (251 bytes) |
| 11873 | 2026-01-29T02:02:09.671Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/checksums.txt |
| 11874 | 2026-01-29T02:02:09.671Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/columns.txt (152 bytes) |
| 11875 | 2026-01-29T02:02:10.768Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/columns.txt |
| 11876 | 2026-01-29T02:02:10.768Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/count.txt (2 bytes) |
| 11877 | 2026-01-29T02:02:11.884Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/count.txt |
| 11878 | 2026-01-29T02:02:11.928Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/data.bin (328 bytes) |
| 11879 | 2026-01-29T02:02:13.000Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/data.bin |
| 11880 | 2026-01-29T02:02:13.000Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/data.cmrk3 (71 bytes) |
| 11881 | 2026-01-29T02:02:14.100Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/data.cmrk3 |
| 11882 | 2026-01-29T02:02:14.126Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 11883 | 2026-01-29T02:02:15.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/default_compression_codec.txt |
| 11884 | 2026-01-29T02:02:15.202Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/metadata_version.txt (1 bytes) |
| 11885 | 2026-01-29T02:02:16.328Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/metadata_version.txt |
| 11886 | 2026-01-29T02:02:16.328Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/primary.cidx (117 bytes) |
| 11887 | 2026-01-29T02:02:17.422Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/primary.cidx |
| 11888 | 2026-01-29T02:02:17.422Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/ttl.txt (80 bytes) |
| 11889 | 2026-01-29T02:02:18.524Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/all_3_3_0/ttl.txt |
| 11890 | 2026-01-29T02:02:18.524Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/format_version.txt (1 bytes) |
| 11891 | 2026-01-29T02:02:19.634Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/cca/ccaa9faa-a3aa-4170-a662-ba841c5abe18/format_version.txt |
| 11892 | 2026-01-29T02:02:19.635Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d46/d4628b8b-6b51-408f-b8de-21aaa1627542/format_version.txt (1 bytes) |
| 11893 | 2026-01-29T02:02:21.228Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d46/d4628b8b-6b51-408f-b8de-21aaa1627542/format_version.txt |
| 11894 | 2026-01-29T02:02:21.228Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d6c/d6c80f34-06f4-41c0-b7cc-544e01347c6b/format_version.txt (1 bytes) |
| 11895 | 2026-01-29T02:02:22.322Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d6c/d6c80f34-06f4-41c0-b7cc-544e01347c6b/format_version.txt |
| 11896 | 2026-01-29T02:02:22.322Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/checksums.txt (250 bytes) |
| 11897 | 2026-01-29T02:02:23.437Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/checksums.txt |
| 11898 | 2026-01-29T02:02:23.476Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/columns.txt (178 bytes) |
| 11899 | 2026-01-29T02:02:24.991Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/columns.txt |
| 11900 | 2026-01-29T02:02:24.991Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/count.txt (1 bytes) |
| 11901 | 2026-01-29T02:02:26.096Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/count.txt |
| 11902 | 2026-01-29T02:02:26.096Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/data.bin (227 bytes) |
| 11903 | 2026-01-29T02:02:27.192Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/data.bin |
| 11904 | 2026-01-29T02:02:27.192Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/data.cmrk3 (70 bytes) |
| 11905 | 2026-01-29T02:02:28.287Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/data.cmrk3 |
| 11906 | 2026-01-29T02:02:28.287Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11907 | 2026-01-29T02:02:29.383Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/default_compression_codec.txt |
| 11908 | 2026-01-29T02:02:29.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/metadata_version.txt (1 bytes) |
| 11909 | 2026-01-29T02:02:30.478Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/metadata_version.txt |
| 11910 | 2026-01-29T02:02:30.478Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/primary.cidx (111 bytes) |
| 11911 | 2026-01-29T02:02:31.572Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/primary.cidx |
| 11912 | 2026-01-29T02:02:31.596Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/ttl.txt (80 bytes) |
| 11913 | 2026-01-29T02:02:32.667Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/all_1_1_0/ttl.txt |
| 11914 | 2026-01-29T02:02:32.667Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/format_version.txt (1 bytes) |
| 11915 | 2026-01-29T02:02:33.760Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/d99/d9930d41-0aca-4cb0-873b-3fc718b05d2c/format_version.txt |
| 11916 | 2026-01-29T02:02:33.785Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/dbf/dbf48276-829a-4262-9edb-aa197c832378/format_version.txt (1 bytes) |
| 11917 | 2026-01-29T02:02:34.855Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/dbf/dbf48276-829a-4262-9edb-aa197c832378/format_version.txt |
| 11918 | 2026-01-29T02:02:34.855Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/de1/de1f5d77-d951-4567-9b91-d4402b09bd17/asynchronous_metric_log.sql (358 bytes) |
| 11919 | 2026-01-29T02:02:35.949Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/de1/de1f5d77-d951-4567-9b91-d4402b09bd17/asynchronous_metric_log.sql |
| 11920 | 2026-01-29T02:02:35.949Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/de1/de1f5d77-d951-4567-9b91-d4402b09bd17/metric_log.sql (34913 bytes) |
| 11921 | 2026-01-29T02:02:37.109Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/de1/de1f5d77-d951-4567-9b91-d4402b09bd17/metric_log.sql |
| 11922 | 2026-01-29T02:02:37.110Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/de1/de1f5d77-d951-4567-9b91-d4402b09bd17/query_log.sql (3351 bytes) |
| 11923 | 2026-01-29T02:02:38.205Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/de1/de1f5d77-d951-4567-9b91-d4402b09bd17/query_log.sql |
| 11924 | 2026-01-29T02:02:38.205Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/e26/e26ad00a-e6a2-4246-bf2d-e7be2a9c3f05/format_version.txt (1 bytes) |
| 11925 | 2026-01-29T02:02:39.299Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/e26/e26ad00a-e6a2-4246-bf2d-e7be2a9c3f05/format_version.txt |
| 11926 | 2026-01-29T02:02:39.323Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/efd/efd73698-5328-44ca-a10f-895b2027e735/format_version.txt (1 bytes) |
| 11927 | 2026-01-29T02:02:40.393Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/efd/efd73698-5328-44ca-a10f-895b2027e735/format_version.txt |
| 11928 | 2026-01-29T02:02:40.394Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/f17/f17c3f35-817b-4c0d-b207-5d956c3b7f81/format_version.txt (1 bytes) |
| 11929 | 2026-01-29T02:02:41.488Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/f17/f17c3f35-817b-4c0d-b207-5d956c3b7f81/format_version.txt |
| 11930 | 2026-01-29T02:02:41.488Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/f31/f3187b74-23aa-4b71-ab00-96b777be2906/format_version.txt (1 bytes) |
| 11931 | 2026-01-29T02:02:42.581Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/f31/f3187b74-23aa-4b71-ab00-96b777be2906/format_version.txt |
| 11932 | 2026-01-29T02:02:42.581Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/f47/f4753aff-9f08-4496-9861-fe980c207fac/format_version.txt (1 bytes) |
| 11933 | 2026-01-29T02:02:43.676Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/f47/f4753aff-9f08-4496-9861-fe980c207fac/format_version.txt |
| 11934 | 2026-01-29T02:02:43.676Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/ff7/ff73ba48-ba6d-40dc-b465-4db9c9e735bd/format_version.txt (1 bytes) |
| 11935 | 2026-01-29T02:02:44.771Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/ff7/ff73ba48-ba6d-40dc-b465-4db9c9e735bd/format_version.txt |
| 11936 | 2026-01-29T02:02:44.771Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/uuid (36 bytes) |
| 11937 | 2026-01-29T02:02:45.864Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/uuid |
| 11938 | 2026-01-29T02:02:45.864Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log (1505519 bytes) |
| 11939 | 2026-01-29T02:02:47.146Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log |
| 11940 | 2026-01-29T02:02:47.146Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log (1740627 bytes) |
| 11941 | 2026-01-29T02:02:48.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log |
| 11942 | 2026-01-29T02:02:48.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log (803365 bytes) |
| 11943 | 2026-01-29T02:02:49.720Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log |
| 11944 | 2026-01-29T02:02:49.720Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.errlog (0 bytes) |
| 11945 | 2026-01-29T02:02:50.790Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.errlog |
| 11946 | 2026-01-29T02:02:50.790Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.log (26663 bytes) |
| 11947 | 2026-01-29T02:02:50.904Z | upload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.log" changed size mid upload: 26663 -> 28093 |
| 11948 | 2026-01-29T02:02:51.974Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.log |
| 11949 | 2026-01-29T02:02:51.974Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config-preprocessed.xml (2933 bytes) |
| 11950 | 2026-01-29T02:02:53.073Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config-preprocessed.xml |
| 11951 | 2026-01-29T02:02:53.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config.xml (2625 bytes) |
| 11952 | 2026-01-29T02:02:54.170Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config.xml |
| 11953 | 2026-01-29T02:02:54.170Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt (250 bytes) |
| 11954 | 2026-01-29T02:02:55.266Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt |
| 11955 | 2026-01-29T02:02:55.266Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt (125 bytes) |
| 11956 | 2026-01-29T02:02:56.359Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt |
| 11957 | 2026-01-29T02:02:56.359Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt (3 bytes) |
| 11958 | 2026-01-29T02:02:57.461Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt |
| 11959 | 2026-01-29T02:02:57.461Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin (1280 bytes) |
| 11960 | 2026-01-29T02:02:58.587Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin |
| 11961 | 2026-01-29T02:02:58.587Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 (73 bytes) |
| 11962 | 2026-01-29T02:02:59.682Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 |
| 11963 | 2026-01-29T02:02:59.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 11964 | 2026-01-29T02:03:00.776Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt |
| 11965 | 2026-01-29T02:03:00.801Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 11966 | 2026-01-29T02:03:01.872Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt |
| 11967 | 2026-01-29T02:03:01.872Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 11968 | 2026-01-29T02:03:02.967Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx |
| 11969 | 2026-01-29T02:03:02.967Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 11970 | 2026-01-29T02:03:04.067Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt |
| 11971 | 2026-01-29T02:03:04.092Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/checksums.txt (250 bytes) |
| 11972 | 2026-01-29T02:03:05.163Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/checksums.txt |
| 11973 | 2026-01-29T02:03:05.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/columns.txt (125 bytes) |
| 11974 | 2026-01-29T02:03:06.458Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/columns.txt |
| 11975 | 2026-01-29T02:03:06.458Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/count.txt (3 bytes) |
| 11976 | 2026-01-29T02:03:07.551Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/count.txt |
| 11977 | 2026-01-29T02:03:07.551Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.bin (1112 bytes) |
| 11978 | 2026-01-29T02:03:08.654Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.bin |
| 11979 | 2026-01-29T02:03:08.688Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.cmrk3 (68 bytes) |
| 11980 | 2026-01-29T02:03:09.803Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.cmrk3 |
| 11981 | 2026-01-29T02:03:09.803Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 11982 | 2026-01-29T02:03:10.996Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/default_compression_codec.txt |
| 11983 | 2026-01-29T02:03:11.022Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 11984 | 2026-01-29T02:03:12.095Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/metadata_version.txt |
| 11985 | 2026-01-29T02:03:12.119Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/primary.cidx (42 bytes) |
| 11986 | 2026-01-29T02:03:13.188Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/primary.cidx |
| 11987 | 2026-01-29T02:03:13.188Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/ttl.txt (80 bytes) |
| 11988 | 2026-01-29T02:03:14.283Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/all_2_2_0/ttl.txt |
| 11989 | 2026-01-29T02:03:14.283Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/format_version.txt (1 bytes) |
| 11990 | 2026-01-29T02:03:15.380Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/format_version.txt |
| 11991 | 2026-01-29T02:03:15.380Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/checksums.txt (254 bytes) |
| 11992 | 2026-01-29T02:03:16.521Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/checksums.txt |
| 11993 | 2026-01-29T02:03:16.521Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/columns.txt (31387 bytes) |
| 11994 | 2026-01-29T02:03:17.726Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/columns.txt |
| 11995 | 2026-01-29T02:03:17.726Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/count.txt (1 bytes) |
| 11996 | 2026-01-29T02:03:18.825Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/count.txt |
| 11997 | 2026-01-29T02:03:18.825Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/data.bin (24846 bytes) |
| 11998 | 2026-01-29T02:03:20.007Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/data.bin |
| 11999 | 2026-01-29T02:03:20.007Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 (979 bytes) |
| 12000 | 2026-01-29T02:03:21.268Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 |
| 12001 | 2026-01-29T02:03:21.269Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 12002 | 2026-01-29T02:03:22.356Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt |
| 12003 | 2026-01-29T02:03:22.356Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 12004 | 2026-01-29T02:03:23.460Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt |
| 12005 | 2026-01-29T02:03:23.460Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 12006 | 2026-01-29T02:03:24.587Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/primary.cidx |
| 12007 | 2026-01-29T02:03:24.611Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 12008 | 2026-01-29T02:03:25.728Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_1_1_0/ttl.txt |
| 12009 | 2026-01-29T02:03:25.728Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/checksums.txt (253 bytes) |
| 12010 | 2026-01-29T02:03:26.777Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/checksums.txt |
| 12011 | 2026-01-29T02:03:26.777Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/columns.txt (31387 bytes) |
| 12012 | 2026-01-29T02:03:27.939Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/columns.txt |
| 12013 | 2026-01-29T02:03:27.939Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/count.txt (1 bytes) |
| 12014 | 2026-01-29T02:03:29.034Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/count.txt |
| 12015 | 2026-01-29T02:03:29.034Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/data.bin (23953 bytes) |
| 12016 | 2026-01-29T02:03:30.194Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/data.bin |
| 12017 | 2026-01-29T02:03:30.218Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/data.cmrk3 (977 bytes) |
| 12018 | 2026-01-29T02:03:31.288Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/data.cmrk3 |
| 12019 | 2026-01-29T02:03:31.312Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 12020 | 2026-01-29T02:03:32.383Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/default_compression_codec.txt |
| 12021 | 2026-01-29T02:03:32.383Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 12022 | 2026-01-29T02:03:33.477Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/metadata_version.txt |
| 12023 | 2026-01-29T02:03:33.501Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/primary.cidx (42 bytes) |
| 12024 | 2026-01-29T02:03:34.571Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/primary.cidx |
| 12025 | 2026-01-29T02:03:34.642Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/ttl.txt (80 bytes) |
| 12026 | 2026-01-29T02:03:35.704Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/all_2_2_0/ttl.txt |
| 12027 | 2026-01-29T02:03:35.704Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/format_version.txt (1 bytes) |
| 12028 | 2026-01-29T02:03:36.783Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/format_version.txt |
| 12029 | 2026-01-29T02:03:36.783Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes) |
| 12030 | 2026-01-29T02:03:37.877Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/INFORMATION_SCHEMA.sql |
| 12031 | 2026-01-29T02:03:37.877Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/default.sql (78 bytes) |
| 12032 | 2026-01-29T02:03:38.972Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/default.sql |
| 12033 | 2026-01-29T02:03:38.996Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/information_schema.sql (51 bytes) |
| 12034 | 2026-01-29T02:03:40.066Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/information_schema.sql |
| 12035 | 2026-01-29T02:03:40.090Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes) |
| 12036 | 2026-01-29T02:03:41.231Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/asynchronous_metric_log.sql |
| 12037 | 2026-01-29T02:03:41.259Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/metric_log.sql (34913 bytes) |
| 12038 | 2026-01-29T02:03:42.404Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/metric_log.sql |
| 12039 | 2026-01-29T02:03:42.404Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system.sql (78 bytes) |
| 12040 | 2026-01-29T02:03:43.501Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system.sql |
| 12041 | 2026-01-29T02:03:43.527Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/preprocessed_configs/config.xml (2933 bytes) |
| 12042 | 2026-01-29T02:03:44.597Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/preprocessed_configs/config.xml |
| 12043 | 2026-01-29T02:03:44.597Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/status (58 bytes) |
| 12044 | 2026-01-29T02:03:44.621Z | upload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/status" disappeared between scan and upload |
| 12045 | 2026-01-29T02:03:44.621Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/checksums.txt (254 bytes) |
| 12046 | 2026-01-29T02:03:45.717Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/checksums.txt |
| 12047 | 2026-01-29T02:03:45.717Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/columns.txt (31387 bytes) |
| 12048 | 2026-01-29T02:03:46.885Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/columns.txt |
| 12049 | 2026-01-29T02:03:46.910Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/count.txt (1 bytes) |
| 12050 | 2026-01-29T02:03:47.979Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/count.txt |
| 12051 | 2026-01-29T02:03:47.979Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/data.bin (24846 bytes) |
| 12052 | 2026-01-29T02:03:49.141Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/data.bin |
| 12053 | 2026-01-29T02:03:49.141Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/data.cmrk3 (979 bytes) |
| 12054 | 2026-01-29T02:03:50.235Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/data.cmrk3 |
| 12055 | 2026-01-29T02:03:50.235Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 12056 | 2026-01-29T02:03:51.329Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/default_compression_codec.txt |
| 12057 | 2026-01-29T02:03:51.353Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/metadata_version.txt (1 bytes) |
| 12058 | 2026-01-29T02:03:52.427Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/metadata_version.txt |
| 12059 | 2026-01-29T02:03:52.451Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/primary.cidx (42 bytes) |
| 12060 | 2026-01-29T02:03:53.521Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/primary.cidx |
| 12061 | 2026-01-29T02:03:53.545Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/ttl.txt (80 bytes) |
| 12062 | 2026-01-29T02:03:54.617Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_1_1_0/ttl.txt |
| 12063 | 2026-01-29T02:03:54.617Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/checksums.txt (253 bytes) |
| 12064 | 2026-01-29T02:03:55.710Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/checksums.txt |
| 12065 | 2026-01-29T02:03:55.734Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/columns.txt (31387 bytes) |
| 12066 | 2026-01-29T02:03:56.917Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/columns.txt |
| 12067 | 2026-01-29T02:03:56.917Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/count.txt (1 bytes) |
| 12068 | 2026-01-29T02:03:58.013Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/count.txt |
| 12069 | 2026-01-29T02:03:58.014Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/data.bin (23953 bytes) |
| 12070 | 2026-01-29T02:03:59.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/data.bin |
| 12071 | 2026-01-29T02:03:59.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/data.cmrk3 (977 bytes) |
| 12072 | 2026-01-29T02:04:00.288Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/data.cmrk3 |
| 12073 | 2026-01-29T02:04:00.317Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 12074 | 2026-01-29T02:04:01.387Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/default_compression_codec.txt |
| 12075 | 2026-01-29T02:04:01.387Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/metadata_version.txt (1 bytes) |
| 12076 | 2026-01-29T02:04:02.484Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/metadata_version.txt |
| 12077 | 2026-01-29T02:04:02.484Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/primary.cidx (42 bytes) |
| 12078 | 2026-01-29T02:04:03.591Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/primary.cidx |
| 12079 | 2026-01-29T02:04:03.591Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/ttl.txt (80 bytes) |
| 12080 | 2026-01-29T02:04:04.692Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/all_2_2_0/ttl.txt |
| 12081 | 2026-01-29T02:04:04.693Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/format_version.txt (1 bytes) |
| 12082 | 2026-01-29T02:04:05.788Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/0e3/0e34dc82-934d-4a8e-9197-8504f751decd/format_version.txt |
| 12083 | 2026-01-29T02:04:05.788Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/checksums.txt (250 bytes) |
| 12084 | 2026-01-29T02:04:06.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/checksums.txt |
| 12085 | 2026-01-29T02:04:06.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/columns.txt (125 bytes) |
| 12086 | 2026-01-29T02:04:07.984Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/columns.txt |
| 12087 | 2026-01-29T02:04:07.984Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/count.txt (3 bytes) |
| 12088 | 2026-01-29T02:04:09.095Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/count.txt |
| 12089 | 2026-01-29T02:04:09.095Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/data.bin (1280 bytes) |
| 12090 | 2026-01-29T02:04:10.192Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/data.bin |
| 12091 | 2026-01-29T02:04:10.192Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/data.cmrk3 (73 bytes) |
| 12092 | 2026-01-29T02:04:11.291Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/data.cmrk3 |
| 12093 | 2026-01-29T02:04:11.316Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 12094 | 2026-01-29T02:04:12.391Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/default_compression_codec.txt |
| 12095 | 2026-01-29T02:04:12.391Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/metadata_version.txt (1 bytes) |
| 12096 | 2026-01-29T02:04:13.487Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/metadata_version.txt |
| 12097 | 2026-01-29T02:04:13.487Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/primary.cidx (42 bytes) |
| 12098 | 2026-01-29T02:04:14.592Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/primary.cidx |
| 12099 | 2026-01-29T02:04:14.617Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/ttl.txt (80 bytes) |
| 12100 | 2026-01-29T02:04:15.713Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_1_1_0/ttl.txt |
| 12101 | 2026-01-29T02:04:15.713Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/checksums.txt (250 bytes) |
| 12102 | 2026-01-29T02:04:16.795Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/checksums.txt |
| 12103 | 2026-01-29T02:04:16.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/columns.txt (125 bytes) |
| 12104 | 2026-01-29T02:04:17.902Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/columns.txt |
| 12105 | 2026-01-29T02:04:17.927Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/count.txt (3 bytes) |
| 12106 | 2026-01-29T02:04:18.997Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/count.txt |
| 12107 | 2026-01-29T02:04:18.997Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/data.bin (1112 bytes) |
| 12108 | 2026-01-29T02:04:20.097Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/data.bin |
| 12109 | 2026-01-29T02:04:20.121Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/data.cmrk3 (68 bytes) |
| 12110 | 2026-01-29T02:04:21.193Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/data.cmrk3 |
| 12111 | 2026-01-29T02:04:21.218Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 12112 | 2026-01-29T02:04:22.303Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/default_compression_codec.txt |
| 12113 | 2026-01-29T02:04:22.330Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/metadata_version.txt (1 bytes) |
| 12114 | 2026-01-29T02:04:23.397Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/metadata_version.txt |
| 12115 | 2026-01-29T02:04:23.397Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/primary.cidx (42 bytes) |
| 12116 | 2026-01-29T02:04:24.495Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/primary.cidx |
| 12117 | 2026-01-29T02:04:24.495Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/ttl.txt (80 bytes) |
| 12118 | 2026-01-29T02:04:25.599Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/all_2_2_0/ttl.txt |
| 12119 | 2026-01-29T02:04:25.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/format_version.txt (1 bytes) |
| 12120 | 2026-01-29T02:04:26.715Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/85b/85bef277-52d0-4c40-8eaa-17af3efa8814/format_version.txt |
| 12121 | 2026-01-29T02:04:26.716Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/eb8/eb8aa1d5-11bd-41a3-89df-9e4a0b04fea4/asynchronous_metric_log.sql (358 bytes) |
| 12122 | 2026-01-29T02:04:27.819Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/eb8/eb8aa1d5-11bd-41a3-89df-9e4a0b04fea4/asynchronous_metric_log.sql |
| 12123 | 2026-01-29T02:04:27.819Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/eb8/eb8aa1d5-11bd-41a3-89df-9e4a0b04fea4/metric_log.sql (34913 bytes) |
| 12124 | 2026-01-29T02:04:28.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/store/eb8/eb8aa1d5-11bd-41a3-89df-9e4a0b04fea4/metric_log.sql |
| 12125 | 2026-01-29T02:04:28.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/uuid (36 bytes) |
| 12126 | 2026-01-29T02:04:30.097Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/uuid |
| 12127 | 2026-01-29T02:04:30.097Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log (225265 bytes) |
| 12128 | 2026-01-29T02:04:31.354Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log |
| 12129 | 2026-01-29T02:04:31.354Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log (7986672 bytes) |
| 12130 | 2026-01-29T02:04:33.025Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log |
| 12131 | 2026-01-29T02:04:33.025Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.errlog (20460 bytes) |
| 12132 | 2026-01-29T02:04:34.166Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.errlog |
| 12133 | 2026-01-29T02:04:34.166Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.log (325913 bytes) |
| 12134 | 2026-01-29T02:04:34.369Z | upload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.log" changed size mid upload: 325913 -> 327513 |
| 12135 | 2026-01-29T02:04:38.454Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.log |
| 12136 | 2026-01-29T02:04:38.454Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config-preprocessed.xml (2924 bytes) |
| 12137 | 2026-01-29T02:04:39.528Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config-preprocessed.xml |
| 12138 | 2026-01-29T02:04:39.552Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config.xml (2625 bytes) |
| 12139 | 2026-01-29T02:04:40.686Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config.xml |
| 12140 | 2026-01-29T02:04:40.686Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_bool/format_version.txt (1 bytes) |
| 12141 | 2026-01-29T02:04:41.786Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_bool/format_version.txt |
| 12142 | 2026-01-29T02:04:41.786Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i16/format_version.txt (1 bytes) |
| 12143 | 2026-01-29T02:04:42.884Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i16/format_version.txt |
| 12144 | 2026-01-29T02:04:42.884Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i32/format_version.txt (1 bytes) |
| 12145 | 2026-01-29T02:04:43.978Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i32/format_version.txt |
| 12146 | 2026-01-29T02:04:43.978Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i64/format_version.txt (1 bytes) |
| 12147 | 2026-01-29T02:04:45.073Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i64/format_version.txt |
| 12148 | 2026-01-29T02:04:45.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i8/format_version.txt (1 bytes) |
| 12149 | 2026-01-29T02:04:46.171Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i8/format_version.txt |
| 12150 | 2026-01-29T02:04:46.171Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/checksums.txt (251 bytes) |
| 12151 | 2026-01-29T02:04:47.266Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/checksums.txt |
| 12152 | 2026-01-29T02:04:47.266Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/columns.txt (152 bytes) |
| 12153 | 2026-01-29T02:04:48.362Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/columns.txt |
| 12154 | 2026-01-29T02:04:48.362Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/count.txt (1 bytes) |
| 12155 | 2026-01-29T02:04:49.457Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/count.txt |
| 12156 | 2026-01-29T02:04:49.458Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.bin (257 bytes) |
| 12157 | 2026-01-29T02:04:50.553Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.bin |
| 12158 | 2026-01-29T02:04:50.553Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.cmrk3 (71 bytes) |
| 12159 | 2026-01-29T02:04:51.676Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.cmrk3 |
| 12160 | 2026-01-29T02:04:51.676Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 12161 | 2026-01-29T02:04:52.768Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/default_compression_codec.txt |
| 12162 | 2026-01-29T02:04:52.768Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/metadata_version.txt (1 bytes) |
| 12163 | 2026-01-29T02:04:53.864Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/metadata_version.txt |
| 12164 | 2026-01-29T02:04:53.865Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/primary.cidx (109 bytes) |
| 12165 | 2026-01-29T02:04:54.961Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/primary.cidx |
| 12166 | 2026-01-29T02:04:54.961Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/ttl.txt (80 bytes) |
| 12167 | 2026-01-29T02:04:56.056Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/ttl.txt |
| 12168 | 2026-01-29T02:04:56.056Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/format_version.txt (1 bytes) |
| 12169 | 2026-01-29T02:04:57.152Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/format_version.txt |
| 12170 | 2026-01-29T02:04:57.152Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/checksums.txt (251 bytes) |
| 12171 | 2026-01-29T02:04:58.247Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/checksums.txt |
| 12172 | 2026-01-29T02:04:58.247Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/columns.txt (154 bytes) |
| 12173 | 2026-01-29T02:04:59.349Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/columns.txt |
| 12174 | 2026-01-29T02:04:59.349Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/count.txt (1 bytes) |
| 12175 | 2026-01-29T02:05:00.447Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/count.txt |
| 12176 | 2026-01-29T02:05:00.447Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/data.bin (253 bytes) |
| 12177 | 2026-01-29T02:05:01.544Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/data.bin |
| 12178 | 2026-01-29T02:05:01.568Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/data.cmrk3 (70 bytes) |
| 12179 | 2026-01-29T02:05:02.639Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/data.cmrk3 |
| 12180 | 2026-01-29T02:05:02.639Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 12181 | 2026-01-29T02:05:03.735Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/default_compression_codec.txt |
| 12182 | 2026-01-29T02:05:03.735Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/metadata_version.txt (1 bytes) |
| 12183 | 2026-01-29T02:05:04.832Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/metadata_version.txt |
| 12184 | 2026-01-29T02:05:04.832Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/primary.cidx (110 bytes) |
| 12185 | 2026-01-29T02:05:05.930Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/primary.cidx |
| 12186 | 2026-01-29T02:05:05.930Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/ttl.txt (80 bytes) |
| 12187 | 2026-01-29T02:05:07.027Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/ttl.txt |
| 12188 | 2026-01-29T02:05:07.027Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/checksums.txt (252 bytes) |
| 12189 | 2026-01-29T02:05:08.123Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/checksums.txt |
| 12190 | 2026-01-29T02:05:08.123Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/columns.txt (154 bytes) |
| 12191 | 2026-01-29T02:05:09.218Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/columns.txt |
| 12192 | 2026-01-29T02:05:09.218Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/count.txt (2 bytes) |
| 12193 | 2026-01-29T02:05:10.313Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/count.txt |
| 12194 | 2026-01-29T02:05:10.313Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/data.bin (672 bytes) |
| 12195 | 2026-01-29T02:05:11.410Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/data.bin |
| 12196 | 2026-01-29T02:05:11.410Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/data.cmrk3 (72 bytes) |
| 12197 | 2026-01-29T02:05:12.506Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/data.cmrk3 |
| 12198 | 2026-01-29T02:05:12.530Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 12199 | 2026-01-29T02:05:13.602Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/default_compression_codec.txt |
| 12200 | 2026-01-29T02:05:13.626Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/metadata_version.txt (1 bytes) |
| 12201 | 2026-01-29T02:05:14.698Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/metadata_version.txt |
| 12202 | 2026-01-29T02:05:14.698Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/primary.cidx (154 bytes) |
| 12203 | 2026-01-29T02:05:15.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/primary.cidx |
| 12204 | 2026-01-29T02:05:15.823Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/ttl.txt (80 bytes) |
| 12205 | 2026-01-29T02:05:16.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/ttl.txt |
| 12206 | 2026-01-29T02:05:16.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/checksums.txt (251 bytes) |
| 12207 | 2026-01-29T02:05:17.985Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/checksums.txt |
| 12208 | 2026-01-29T02:05:17.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/columns.txt (154 bytes) |
| 12209 | 2026-01-29T02:05:19.079Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/columns.txt |
| 12210 | 2026-01-29T02:05:19.079Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/count.txt (1 bytes) |
| 12211 | 2026-01-29T02:05:20.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/count.txt |
| 12212 | 2026-01-29T02:05:20.176Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/data.bin (253 bytes) |
| 12213 | 2026-01-29T02:05:21.273Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/data.bin |
| 12214 | 2026-01-29T02:05:21.273Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/data.cmrk3 (70 bytes) |
| 12215 | 2026-01-29T02:05:22.368Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/data.cmrk3 |
| 12216 | 2026-01-29T02:05:22.368Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 12217 | 2026-01-29T02:05:23.466Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/default_compression_codec.txt |
| 12218 | 2026-01-29T02:05:23.466Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/metadata_version.txt (1 bytes) |
| 12219 | 2026-01-29T02:05:24.562Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/metadata_version.txt |
| 12220 | 2026-01-29T02:05:24.587Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/primary.cidx (110 bytes) |
| 12221 | 2026-01-29T02:05:25.660Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/primary.cidx |
| 12222 | 2026-01-29T02:05:25.660Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/ttl.txt (80 bytes) |
| 12223 | 2026-01-29T02:05:26.756Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/ttl.txt |
| 12224 | 2026-01-29T02:05:26.782Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/checksums.txt (251 bytes) |
| 12225 | 2026-01-29T02:05:27.855Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/checksums.txt |
| 12226 | 2026-01-29T02:05:27.855Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/columns.txt (154 bytes) |
| 12227 | 2026-01-29T02:05:28.953Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/columns.txt |
| 12228 | 2026-01-29T02:05:28.953Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/count.txt (1 bytes) |
| 12229 | 2026-01-29T02:05:30.053Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/count.txt |
| 12230 | 2026-01-29T02:05:30.053Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/data.bin (253 bytes) |
| 12231 | 2026-01-29T02:05:31.151Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/data.bin |
| 12232 | 2026-01-29T02:05:31.151Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/data.cmrk3 (70 bytes) |
| 12233 | 2026-01-29T02:05:32.248Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/data.cmrk3 |
| 12234 | 2026-01-29T02:05:32.274Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/default_compression_codec.txt (10 bytes) |
| 12235 | 2026-01-29T02:05:33.348Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/default_compression_codec.txt |
| 12236 | 2026-01-29T02:05:33.348Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/metadata_version.txt (1 bytes) |
| 12237 | 2026-01-29T02:05:34.443Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/metadata_version.txt |
| 12238 | 2026-01-29T02:05:34.444Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/primary.cidx (110 bytes) |
| 12239 | 2026-01-29T02:05:35.541Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/primary.cidx |
| 12240 | 2026-01-29T02:05:35.565Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/ttl.txt (80 bytes) |
| 12241 | 2026-01-29T02:05:36.641Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/ttl.txt |
| 12242 | 2026-01-29T02:05:36.641Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/checksums.txt (251 bytes) |
| 12243 | 2026-01-29T02:05:37.740Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/checksums.txt |
| 12244 | 2026-01-29T02:05:37.765Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/columns.txt (154 bytes) |
| 12245 | 2026-01-29T02:05:38.837Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/columns.txt |
| 12246 | 2026-01-29T02:05:38.837Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/count.txt (1 bytes) |
| 12247 | 2026-01-29T02:05:39.933Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/count.txt |
| 12248 | 2026-01-29T02:05:39.933Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/data.bin (253 bytes) |
| 12249 | 2026-01-29T02:05:41.032Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/data.bin |
| 12250 | 2026-01-29T02:05:41.032Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/data.cmrk3 (70 bytes) |
| 12251 | 2026-01-29T02:05:42.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/data.cmrk3 |
| 12252 | 2026-01-29T02:05:42.129Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/default_compression_codec.txt (10 bytes) |
| 12253 | 2026-01-29T02:05:43.227Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/default_compression_codec.txt |
| 12254 | 2026-01-29T02:05:43.227Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/metadata_version.txt (1 bytes) |
| 12255 | 2026-01-29T02:05:44.324Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/metadata_version.txt |
| 12256 | 2026-01-29T02:05:44.353Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/primary.cidx (110 bytes) |
| 12257 | 2026-01-29T02:05:45.421Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/primary.cidx |
| 12258 | 2026-01-29T02:05:45.421Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/ttl.txt (80 bytes) |
| 12259 | 2026-01-29T02:05:46.525Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/ttl.txt |
| 12260 | 2026-01-29T02:05:46.525Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/checksums.txt (251 bytes) |
| 12261 | 2026-01-29T02:05:47.636Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/checksums.txt |
| 12262 | 2026-01-29T02:05:47.636Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/columns.txt (154 bytes) |
| 12263 | 2026-01-29T02:05:48.760Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/columns.txt |
| 12264 | 2026-01-29T02:05:48.761Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/count.txt (1 bytes) |
| 12265 | 2026-01-29T02:05:49.858Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/count.txt |
| 12266 | 2026-01-29T02:05:49.882Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/data.bin (253 bytes) |
| 12267 | 2026-01-29T02:05:50.954Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/data.bin |
| 12268 | 2026-01-29T02:05:50.954Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/data.cmrk3 (70 bytes) |
| 12269 | 2026-01-29T02:05:52.050Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/data.cmrk3 |
| 12270 | 2026-01-29T02:05:52.050Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/default_compression_codec.txt (10 bytes) |
| 12271 | 2026-01-29T02:05:53.146Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/default_compression_codec.txt |
| 12272 | 2026-01-29T02:05:53.146Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/metadata_version.txt (1 bytes) |
| 12273 | 2026-01-29T02:05:54.241Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/metadata_version.txt |
| 12274 | 2026-01-29T02:05:54.241Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/primary.cidx (110 bytes) |
| 12275 | 2026-01-29T02:05:55.337Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/primary.cidx |
| 12276 | 2026-01-29T02:05:55.337Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/ttl.txt (80 bytes) |
| 12277 | 2026-01-29T02:05:56.432Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/ttl.txt |
| 12278 | 2026-01-29T02:05:56.432Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/checksums.txt (251 bytes) |
| 12279 | 2026-01-29T02:05:57.534Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/checksums.txt |
| 12280 | 2026-01-29T02:05:57.534Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/columns.txt (154 bytes) |
| 12281 | 2026-01-29T02:05:58.630Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/columns.txt |
| 12282 | 2026-01-29T02:05:58.631Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/count.txt (1 bytes) |
| 12283 | 2026-01-29T02:05:59.728Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/count.txt |
| 12284 | 2026-01-29T02:05:59.728Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/data.bin (253 bytes) |
| 12285 | 2026-01-29T02:06:00.824Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/data.bin |
| 12286 | 2026-01-29T02:06:00.824Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/data.cmrk3 (70 bytes) |
| 12287 | 2026-01-29T02:06:01.920Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/data.cmrk3 |
| 12288 | 2026-01-29T02:06:01.920Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/default_compression_codec.txt (10 bytes) |
| 12289 | 2026-01-29T02:06:03.014Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/default_compression_codec.txt |
| 12290 | 2026-01-29T02:06:03.014Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/metadata_version.txt (1 bytes) |
| 12291 | 2026-01-29T02:06:04.110Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/metadata_version.txt |
| 12292 | 2026-01-29T02:06:04.110Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/primary.cidx (110 bytes) |
| 12293 | 2026-01-29T02:06:05.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/primary.cidx |
| 12294 | 2026-01-29T02:06:05.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/ttl.txt (80 bytes) |
| 12295 | 2026-01-29T02:06:06.302Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/ttl.txt |
| 12296 | 2026-01-29T02:06:06.302Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/checksums.txt (251 bytes) |
| 12297 | 2026-01-29T02:06:07.400Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/checksums.txt |
| 12298 | 2026-01-29T02:06:07.424Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/columns.txt (154 bytes) |
| 12299 | 2026-01-29T02:06:08.496Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/columns.txt |
| 12300 | 2026-01-29T02:06:08.520Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/count.txt (1 bytes) |
| 12301 | 2026-01-29T02:06:09.592Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/count.txt |
| 12302 | 2026-01-29T02:06:09.592Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/data.bin (253 bytes) |
| 12303 | 2026-01-29T02:06:10.709Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/data.bin |
| 12304 | 2026-01-29T02:06:10.709Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/data.cmrk3 (70 bytes) |
| 12305 | 2026-01-29T02:06:11.800Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/data.cmrk3 |
| 12306 | 2026-01-29T02:06:11.800Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/default_compression_codec.txt (10 bytes) |
| 12307 | 2026-01-29T02:06:12.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/default_compression_codec.txt |
| 12308 | 2026-01-29T02:06:12.895Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/metadata_version.txt (1 bytes) |
| 12309 | 2026-01-29T02:06:13.989Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/metadata_version.txt |
| 12310 | 2026-01-29T02:06:13.989Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/primary.cidx (110 bytes) |
| 12311 | 2026-01-29T02:06:15.085Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/primary.cidx |
| 12312 | 2026-01-29T02:06:15.085Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/ttl.txt (80 bytes) |
| 12313 | 2026-01-29T02:06:17.257Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/ttl.txt |
| 12314 | 2026-01-29T02:06:17.257Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/checksums.txt (251 bytes) |
| 12315 | 2026-01-29T02:06:18.353Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/checksums.txt |
| 12316 | 2026-01-29T02:06:18.377Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/columns.txt (154 bytes) |
| 12317 | 2026-01-29T02:06:19.446Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/columns.txt |
| 12318 | 2026-01-29T02:06:19.470Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/count.txt (1 bytes) |
| 12319 | 2026-01-29T02:06:20.540Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/count.txt |
| 12320 | 2026-01-29T02:06:20.541Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/data.bin (253 bytes) |
| 12321 | 2026-01-29T02:06:21.636Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/data.bin |
| 12322 | 2026-01-29T02:06:21.636Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/data.cmrk3 (70 bytes) |
| 12323 | 2026-01-29T02:06:22.731Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/data.cmrk3 |
| 12324 | 2026-01-29T02:06:22.731Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/default_compression_codec.txt (10 bytes) |
| 12325 | 2026-01-29T02:06:23.827Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/default_compression_codec.txt |
| 12326 | 2026-01-29T02:06:23.827Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/metadata_version.txt (1 bytes) |
| 12327 | 2026-01-29T02:06:24.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/metadata_version.txt |
| 12328 | 2026-01-29T02:06:24.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/primary.cidx (110 bytes) |
| 12329 | 2026-01-29T02:06:26.017Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/primary.cidx |
| 12330 | 2026-01-29T02:06:26.017Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/ttl.txt (80 bytes) |
| 12331 | 2026-01-29T02:06:27.114Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/ttl.txt |
| 12332 | 2026-01-29T02:06:27.114Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/checksums.txt (251 bytes) |
| 12333 | 2026-01-29T02:06:28.207Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/checksums.txt |
| 12334 | 2026-01-29T02:06:28.207Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/columns.txt (154 bytes) |
| 12335 | 2026-01-29T02:06:29.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/columns.txt |
| 12336 | 2026-01-29T02:06:29.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/count.txt (1 bytes) |
| 12337 | 2026-01-29T02:06:30.396Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/count.txt |
| 12338 | 2026-01-29T02:06:30.396Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/data.bin (253 bytes) |
| 12339 | 2026-01-29T02:06:31.490Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/data.bin |
| 12340 | 2026-01-29T02:06:31.490Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/data.cmrk3 (70 bytes) |
| 12341 | 2026-01-29T02:06:32.586Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/data.cmrk3 |
| 12342 | 2026-01-29T02:06:32.586Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/default_compression_codec.txt (10 bytes) |
| 12343 | 2026-01-29T02:06:33.737Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/default_compression_codec.txt |
| 12344 | 2026-01-29T02:06:33.737Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/metadata_version.txt (1 bytes) |
| 12345 | 2026-01-29T02:06:34.831Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/metadata_version.txt |
| 12346 | 2026-01-29T02:06:34.831Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/primary.cidx (110 bytes) |
| 12347 | 2026-01-29T02:06:35.925Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/primary.cidx |
| 12348 | 2026-01-29T02:06:35.950Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/ttl.txt (80 bytes) |
| 12349 | 2026-01-29T02:06:37.021Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/ttl.txt |
| 12350 | 2026-01-29T02:06:37.021Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/checksums.txt (251 bytes) |
| 12351 | 2026-01-29T02:06:38.116Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/checksums.txt |
| 12352 | 2026-01-29T02:06:38.141Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/columns.txt (154 bytes) |
| 12353 | 2026-01-29T02:06:39.213Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/columns.txt |
| 12354 | 2026-01-29T02:06:39.213Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/count.txt (2 bytes) |
| 12355 | 2026-01-29T02:06:40.306Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/count.txt |
| 12356 | 2026-01-29T02:06:40.306Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/data.bin (741 bytes) |
| 12357 | 2026-01-29T02:06:41.404Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/data.bin |
| 12358 | 2026-01-29T02:06:41.404Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/data.cmrk3 (72 bytes) |
| 12359 | 2026-01-29T02:06:42.503Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/data.cmrk3 |
| 12360 | 2026-01-29T02:06:42.503Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 12361 | 2026-01-29T02:06:43.597Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/default_compression_codec.txt |
| 12362 | 2026-01-29T02:06:43.597Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/metadata_version.txt (1 bytes) |
| 12363 | 2026-01-29T02:06:44.696Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/metadata_version.txt |
| 12364 | 2026-01-29T02:06:44.696Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/primary.cidx (142 bytes) |
| 12365 | 2026-01-29T02:06:45.791Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/primary.cidx |
| 12366 | 2026-01-29T02:06:45.791Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/ttl.txt (80 bytes) |
| 12367 | 2026-01-29T02:06:46.886Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/ttl.txt |
| 12368 | 2026-01-29T02:06:46.886Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/checksums.txt (251 bytes) |
| 12369 | 2026-01-29T02:06:47.987Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/checksums.txt |
| 12370 | 2026-01-29T02:06:48.012Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/columns.txt (154 bytes) |
| 12371 | 2026-01-29T02:06:49.085Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/columns.txt |
| 12372 | 2026-01-29T02:06:49.085Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/count.txt (2 bytes) |
| 12373 | 2026-01-29T02:06:50.179Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/count.txt |
| 12374 | 2026-01-29T02:06:50.204Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/data.bin (745 bytes) |
| 12375 | 2026-01-29T02:06:51.274Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/data.bin |
| 12376 | 2026-01-29T02:06:51.274Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/data.cmrk3 (72 bytes) |
| 12377 | 2026-01-29T02:06:52.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/data.cmrk3 |
| 12378 | 2026-01-29T02:06:52.395Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/default_compression_codec.txt (10 bytes) |
| 12379 | 2026-01-29T02:06:53.462Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/default_compression_codec.txt |
| 12380 | 2026-01-29T02:06:53.529Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/metadata_version.txt (1 bytes) |
| 12381 | 2026-01-29T02:06:54.581Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/metadata_version.txt |
| 12382 | 2026-01-29T02:06:54.581Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/primary.cidx (142 bytes) |
| 12383 | 2026-01-29T02:06:55.676Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/primary.cidx |
| 12384 | 2026-01-29T02:06:55.676Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/ttl.txt (80 bytes) |
| 12385 | 2026-01-29T02:06:56.771Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/ttl.txt |
| 12386 | 2026-01-29T02:06:56.771Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/checksums.txt (251 bytes) |
| 12387 | 2026-01-29T02:06:57.866Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/checksums.txt |
| 12388 | 2026-01-29T02:06:57.866Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/columns.txt (154 bytes) |
| 12389 | 2026-01-29T02:06:58.961Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/columns.txt |
| 12390 | 2026-01-29T02:06:58.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/count.txt (2 bytes) |
| 12391 | 2026-01-29T02:07:00.054Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/count.txt |
| 12392 | 2026-01-29T02:07:00.055Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/data.bin (568 bytes) |
| 12393 | 2026-01-29T02:07:01.148Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/data.bin |
| 12394 | 2026-01-29T02:07:01.149Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/data.cmrk3 (72 bytes) |
| 12395 | 2026-01-29T02:07:02.245Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/data.cmrk3 |
| 12396 | 2026-01-29T02:07:02.269Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 12397 | 2026-01-29T02:07:03.340Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/default_compression_codec.txt |
| 12398 | 2026-01-29T02:07:03.340Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/metadata_version.txt (1 bytes) |
| 12399 | 2026-01-29T02:07:04.434Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/metadata_version.txt |
| 12400 | 2026-01-29T02:07:04.458Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/primary.cidx (144 bytes) |
| 12401 | 2026-01-29T02:07:05.529Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/primary.cidx |
| 12402 | 2026-01-29T02:07:05.553Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/ttl.txt (80 bytes) |
| 12403 | 2026-01-29T02:07:06.623Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/ttl.txt |
| 12404 | 2026-01-29T02:07:06.623Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/checksums.txt (251 bytes) |
| 12405 | 2026-01-29T02:07:07.716Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/checksums.txt |
| 12406 | 2026-01-29T02:07:07.742Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/columns.txt (154 bytes) |
| 12407 | 2026-01-29T02:07:08.813Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/columns.txt |
| 12408 | 2026-01-29T02:07:08.813Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/count.txt (2 bytes) |
| 12409 | 2026-01-29T02:07:09.909Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/count.txt |
| 12410 | 2026-01-29T02:07:09.909Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/data.bin (822 bytes) |
| 12411 | 2026-01-29T02:07:11.003Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/data.bin |
| 12412 | 2026-01-29T02:07:11.003Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/data.cmrk3 (72 bytes) |
| 12413 | 2026-01-29T02:07:12.099Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/data.cmrk3 |
| 12414 | 2026-01-29T02:07:12.099Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/default_compression_codec.txt (10 bytes) |
| 12415 | 2026-01-29T02:07:13.193Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/default_compression_codec.txt |
| 12416 | 2026-01-29T02:07:13.193Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/metadata_version.txt (1 bytes) |
| 12417 | 2026-01-29T02:07:14.289Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/metadata_version.txt |
| 12418 | 2026-01-29T02:07:14.314Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/primary.cidx (142 bytes) |
| 12419 | 2026-01-29T02:07:15.384Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/primary.cidx |
| 12420 | 2026-01-29T02:07:15.384Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/ttl.txt (80 bytes) |
| 12421 | 2026-01-29T02:07:16.478Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/ttl.txt |
| 12422 | 2026-01-29T02:07:16.479Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/checksums.txt (251 bytes) |
| 12423 | 2026-01-29T02:07:17.573Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/checksums.txt |
| 12424 | 2026-01-29T02:07:17.598Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/columns.txt (154 bytes) |
| 12425 | 2026-01-29T02:07:18.667Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/columns.txt |
| 12426 | 2026-01-29T02:07:18.667Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/count.txt (2 bytes) |
| 12427 | 2026-01-29T02:07:19.761Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/count.txt |
| 12428 | 2026-01-29T02:07:19.761Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/data.bin (826 bytes) |
| 12429 | 2026-01-29T02:07:20.855Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/data.bin |
| 12430 | 2026-01-29T02:07:20.855Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/data.cmrk3 (72 bytes) |
| 12431 | 2026-01-29T02:07:21.952Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/data.cmrk3 |
| 12432 | 2026-01-29T02:07:21.952Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/default_compression_codec.txt (10 bytes) |
| 12433 | 2026-01-29T02:07:23.046Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/default_compression_codec.txt |
| 12434 | 2026-01-29T02:07:23.047Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/metadata_version.txt (1 bytes) |
| 12435 | 2026-01-29T02:07:24.141Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/metadata_version.txt |
| 12436 | 2026-01-29T02:07:24.165Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/primary.cidx (142 bytes) |
| 12437 | 2026-01-29T02:07:25.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/primary.cidx |
| 12438 | 2026-01-29T02:07:25.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/ttl.txt (80 bytes) |
| 12439 | 2026-01-29T02:07:26.330Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/ttl.txt |
| 12440 | 2026-01-29T02:07:26.331Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/checksums.txt (251 bytes) |
| 12441 | 2026-01-29T02:07:27.424Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/checksums.txt |
| 12442 | 2026-01-29T02:07:27.424Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/columns.txt (154 bytes) |
| 12443 | 2026-01-29T02:07:28.519Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/columns.txt |
| 12444 | 2026-01-29T02:07:28.519Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/count.txt (2 bytes) |
| 12445 | 2026-01-29T02:07:29.613Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/count.txt |
| 12446 | 2026-01-29T02:07:29.613Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/data.bin (844 bytes) |
| 12447 | 2026-01-29T02:07:30.708Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/data.bin |
| 12448 | 2026-01-29T02:07:30.708Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/data.cmrk3 (72 bytes) |
| 12449 | 2026-01-29T02:07:31.803Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/data.cmrk3 |
| 12450 | 2026-01-29T02:07:31.803Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/default_compression_codec.txt (10 bytes) |
| 12451 | 2026-01-29T02:07:32.897Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/default_compression_codec.txt |
| 12452 | 2026-01-29T02:07:32.897Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/metadata_version.txt (1 bytes) |
| 12453 | 2026-01-29T02:07:33.991Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/metadata_version.txt |
| 12454 | 2026-01-29T02:07:34.017Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/primary.cidx (142 bytes) |
| 12455 | 2026-01-29T02:07:35.087Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/primary.cidx |
| 12456 | 2026-01-29T02:07:35.088Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/ttl.txt (80 bytes) |
| 12457 | 2026-01-29T02:07:36.182Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/ttl.txt |
| 12458 | 2026-01-29T02:07:36.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/checksums.txt (251 bytes) |
| 12459 | 2026-01-29T02:07:37.275Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/checksums.txt |
| 12460 | 2026-01-29T02:07:37.276Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/columns.txt (154 bytes) |
| 12461 | 2026-01-29T02:07:38.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/columns.txt |
| 12462 | 2026-01-29T02:07:38.393Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/count.txt (2 bytes) |
| 12463 | 2026-01-29T02:07:39.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/count.txt |
| 12464 | 2026-01-29T02:07:39.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/data.bin (575 bytes) |
| 12465 | 2026-01-29T02:07:40.558Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/data.bin |
| 12466 | 2026-01-29T02:07:40.582Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/data.cmrk3 (72 bytes) |
| 12467 | 2026-01-29T02:07:41.653Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/data.cmrk3 |
| 12468 | 2026-01-29T02:07:41.653Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 12469 | 2026-01-29T02:07:42.748Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/default_compression_codec.txt |
| 12470 | 2026-01-29T02:07:42.748Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/metadata_version.txt (1 bytes) |
| 12471 | 2026-01-29T02:07:43.845Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/metadata_version.txt |
| 12472 | 2026-01-29T02:07:43.845Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/primary.cidx (144 bytes) |
| 12473 | 2026-01-29T02:07:44.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/primary.cidx |
| 12474 | 2026-01-29T02:07:44.940Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/ttl.txt (80 bytes) |
| 12475 | 2026-01-29T02:07:46.036Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/ttl.txt |
| 12476 | 2026-01-29T02:07:46.036Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/checksums.txt (251 bytes) |
| 12477 | 2026-01-29T02:07:47.130Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/checksums.txt |
| 12478 | 2026-01-29T02:07:47.131Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/columns.txt (154 bytes) |
| 12479 | 2026-01-29T02:07:48.226Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/columns.txt |
| 12480 | 2026-01-29T02:07:48.226Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/count.txt (1 bytes) |
| 12481 | 2026-01-29T02:07:49.338Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/count.txt |
| 12482 | 2026-01-29T02:07:49.338Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/data.bin (253 bytes) |
| 12483 | 2026-01-29T02:07:50.433Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/data.bin |
| 12484 | 2026-01-29T02:07:50.433Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/data.cmrk3 (70 bytes) |
| 12485 | 2026-01-29T02:07:51.532Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/data.cmrk3 |
| 12486 | 2026-01-29T02:07:51.556Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/default_compression_codec.txt (10 bytes) |
| 12487 | 2026-01-29T02:07:52.628Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/default_compression_codec.txt |
| 12488 | 2026-01-29T02:07:52.629Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/metadata_version.txt (1 bytes) |
| 12489 | 2026-01-29T02:07:53.723Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/metadata_version.txt |
| 12490 | 2026-01-29T02:07:53.723Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/primary.cidx (110 bytes) |
| 12491 | 2026-01-29T02:07:54.842Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/primary.cidx |
| 12492 | 2026-01-29T02:07:54.842Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/ttl.txt (80 bytes) |
| 12493 | 2026-01-29T02:07:55.941Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/ttl.txt |
| 12494 | 2026-01-29T02:07:55.942Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/checksums.txt (252 bytes) |
| 12495 | 2026-01-29T02:07:57.037Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/checksums.txt |
| 12496 | 2026-01-29T02:07:57.037Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/columns.txt (154 bytes) |
| 12497 | 2026-01-29T02:07:58.133Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/columns.txt |
| 12498 | 2026-01-29T02:07:58.133Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/count.txt (2 bytes) |
| 12499 | 2026-01-29T02:07:59.229Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/count.txt |
| 12500 | 2026-01-29T02:07:59.229Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/data.bin (753 bytes) |
| 12501 | 2026-01-29T02:08:00.324Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/data.bin |
| 12502 | 2026-01-29T02:08:00.324Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/data.cmrk3 (72 bytes) |
| 12503 | 2026-01-29T02:08:01.419Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/data.cmrk3 |
| 12504 | 2026-01-29T02:08:01.420Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/default_compression_codec.txt (10 bytes) |
| 12505 | 2026-01-29T02:08:02.514Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/default_compression_codec.txt |
| 12506 | 2026-01-29T02:08:02.514Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/metadata_version.txt (1 bytes) |
| 12507 | 2026-01-29T02:08:03.609Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/metadata_version.txt |
| 12508 | 2026-01-29T02:08:03.609Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/primary.cidx (154 bytes) |
| 12509 | 2026-01-29T02:08:04.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/primary.cidx |
| 12510 | 2026-01-29T02:08:04.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/ttl.txt (80 bytes) |
| 12511 | 2026-01-29T02:08:05.803Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/ttl.txt |
| 12512 | 2026-01-29T02:08:05.803Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/checksums.txt (251 bytes) |
| 12513 | 2026-01-29T02:08:06.899Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/checksums.txt |
| 12514 | 2026-01-29T02:08:06.899Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/columns.txt (154 bytes) |
| 12515 | 2026-01-29T02:08:07.997Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/columns.txt |
| 12516 | 2026-01-29T02:08:08.022Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/count.txt (1 bytes) |
| 12517 | 2026-01-29T02:08:09.094Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/count.txt |
| 12518 | 2026-01-29T02:08:09.094Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/data.bin (253 bytes) |
| 12519 | 2026-01-29T02:08:10.197Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/data.bin |
| 12520 | 2026-01-29T02:08:10.197Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/data.cmrk3 (70 bytes) |
| 12521 | 2026-01-29T02:08:11.294Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/data.cmrk3 |
| 12522 | 2026-01-29T02:08:11.294Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/default_compression_codec.txt (10 bytes) |
| 12523 | 2026-01-29T02:08:12.390Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/default_compression_codec.txt |
| 12524 | 2026-01-29T02:08:12.390Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/metadata_version.txt (1 bytes) |
| 12525 | 2026-01-29T02:08:13.486Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/metadata_version.txt |
| 12526 | 2026-01-29T02:08:13.486Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/primary.cidx (110 bytes) |
| 12527 | 2026-01-29T02:08:14.582Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/primary.cidx |
| 12528 | 2026-01-29T02:08:14.582Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/ttl.txt (80 bytes) |
| 12529 | 2026-01-29T02:08:15.679Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/ttl.txt |
| 12530 | 2026-01-29T02:08:15.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/checksums.txt (251 bytes) |
| 12531 | 2026-01-29T02:08:16.774Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/checksums.txt |
| 12532 | 2026-01-29T02:08:16.774Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/columns.txt (154 bytes) |
| 12533 | 2026-01-29T02:08:17.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/columns.txt |
| 12534 | 2026-01-29T02:08:17.894Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/count.txt (1 bytes) |
| 12535 | 2026-01-29T02:08:18.964Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/count.txt |
| 12536 | 2026-01-29T02:08:18.965Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/data.bin (253 bytes) |
| 12537 | 2026-01-29T02:08:20.070Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/data.bin |
| 12538 | 2026-01-29T02:08:20.096Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/data.cmrk3 (70 bytes) |
| 12539 | 2026-01-29T02:08:21.166Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/data.cmrk3 |
| 12540 | 2026-01-29T02:08:21.166Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/default_compression_codec.txt (10 bytes) |
| 12541 | 2026-01-29T02:08:22.262Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/default_compression_codec.txt |
| 12542 | 2026-01-29T02:08:22.262Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/metadata_version.txt (1 bytes) |
| 12543 | 2026-01-29T02:08:23.357Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/metadata_version.txt |
| 12544 | 2026-01-29T02:08:23.357Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/primary.cidx (110 bytes) |
| 12545 | 2026-01-29T02:08:24.453Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/primary.cidx |
| 12546 | 2026-01-29T02:08:24.453Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/ttl.txt (80 bytes) |
| 12547 | 2026-01-29T02:08:25.551Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/ttl.txt |
| 12548 | 2026-01-29T02:08:25.575Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/checksums.txt (251 bytes) |
| 12549 | 2026-01-29T02:08:26.680Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/checksums.txt |
| 12550 | 2026-01-29T02:08:26.680Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/columns.txt (154 bytes) |
| 12551 | 2026-01-29T02:08:27.778Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/columns.txt |
| 12552 | 2026-01-29T02:08:27.778Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/count.txt (1 bytes) |
| 12553 | 2026-01-29T02:08:28.874Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/count.txt |
| 12554 | 2026-01-29T02:08:28.874Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/data.bin (253 bytes) |
| 12555 | 2026-01-29T02:08:29.969Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/data.bin |
| 12556 | 2026-01-29T02:08:29.969Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/data.cmrk3 (70 bytes) |
| 12557 | 2026-01-29T02:08:31.065Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/data.cmrk3 |
| 12558 | 2026-01-29T02:08:31.065Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/default_compression_codec.txt (10 bytes) |
| 12559 | 2026-01-29T02:08:32.160Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/default_compression_codec.txt |
| 12560 | 2026-01-29T02:08:32.160Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/metadata_version.txt (1 bytes) |
| 12561 | 2026-01-29T02:08:33.256Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/metadata_version.txt |
| 12562 | 2026-01-29T02:08:33.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/primary.cidx (110 bytes) |
| 12563 | 2026-01-29T02:08:34.352Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/primary.cidx |
| 12564 | 2026-01-29T02:08:34.353Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/ttl.txt (80 bytes) |
| 12565 | 2026-01-29T02:08:35.449Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/ttl.txt |
| 12566 | 2026-01-29T02:08:35.450Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/checksums.txt (251 bytes) |
| 12567 | 2026-01-29T02:08:36.544Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/checksums.txt |
| 12568 | 2026-01-29T02:08:36.569Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/columns.txt (154 bytes) |
| 12569 | 2026-01-29T02:08:37.640Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/columns.txt |
| 12570 | 2026-01-29T02:08:37.640Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/count.txt (1 bytes) |
| 12571 | 2026-01-29T02:08:38.735Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/count.txt |
| 12572 | 2026-01-29T02:08:38.736Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/data.bin (253 bytes) |
| 12573 | 2026-01-29T02:08:39.831Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/data.bin |
| 12574 | 2026-01-29T02:08:39.831Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/data.cmrk3 (70 bytes) |
| 12575 | 2026-01-29T02:08:40.927Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/data.cmrk3 |
| 12576 | 2026-01-29T02:08:40.927Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/default_compression_codec.txt (10 bytes) |
| 12577 | 2026-01-29T02:08:42.024Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/default_compression_codec.txt |
| 12578 | 2026-01-29T02:08:42.024Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/metadata_version.txt (1 bytes) |
| 12579 | 2026-01-29T02:08:43.120Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/metadata_version.txt |
| 12580 | 2026-01-29T02:08:43.120Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/primary.cidx (110 bytes) |
| 12581 | 2026-01-29T02:08:44.215Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/primary.cidx |
| 12582 | 2026-01-29T02:08:44.215Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/ttl.txt (80 bytes) |
| 12583 | 2026-01-29T02:08:45.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/ttl.txt |
| 12584 | 2026-01-29T02:08:45.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/checksums.txt (251 bytes) |
| 12585 | 2026-01-29T02:08:46.407Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/checksums.txt |
| 12586 | 2026-01-29T02:08:46.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/columns.txt (154 bytes) |
| 12587 | 2026-01-29T02:08:47.503Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/columns.txt |
| 12588 | 2026-01-29T02:08:47.503Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/count.txt (1 bytes) |
| 12589 | 2026-01-29T02:08:48.600Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/count.txt |
| 12590 | 2026-01-29T02:08:48.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/data.bin (253 bytes) |
| 12591 | 2026-01-29T02:08:49.698Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/data.bin |
| 12592 | 2026-01-29T02:08:49.723Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/data.cmrk3 (70 bytes) |
| 12593 | 2026-01-29T02:08:50.795Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/data.cmrk3 |
| 12594 | 2026-01-29T02:08:50.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/default_compression_codec.txt (10 bytes) |
| 12595 | 2026-01-29T02:08:51.892Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/default_compression_codec.txt |
| 12596 | 2026-01-29T02:08:51.892Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/metadata_version.txt (1 bytes) |
| 12597 | 2026-01-29T02:08:52.987Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/metadata_version.txt |
| 12598 | 2026-01-29T02:08:53.011Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/primary.cidx (110 bytes) |
| 12599 | 2026-01-29T02:08:54.085Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/primary.cidx |
| 12600 | 2026-01-29T02:08:54.109Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/ttl.txt (80 bytes) |
| 12601 | 2026-01-29T02:08:55.181Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/ttl.txt |
| 12602 | 2026-01-29T02:08:55.181Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/checksums.txt (251 bytes) |
| 12603 | 2026-01-29T02:08:56.277Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/checksums.txt |
| 12604 | 2026-01-29T02:08:56.277Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/columns.txt (154 bytes) |
| 12605 | 2026-01-29T02:08:57.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/columns.txt |
| 12606 | 2026-01-29T02:08:57.373Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/count.txt (1 bytes) |
| 12607 | 2026-01-29T02:08:58.468Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/count.txt |
| 12608 | 2026-01-29T02:08:58.493Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/data.bin (253 bytes) |
| 12609 | 2026-01-29T02:08:59.564Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/data.bin |
| 12610 | 2026-01-29T02:08:59.633Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/data.cmrk3 (70 bytes) |
| 12611 | 2026-01-29T02:09:00.682Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/data.cmrk3 |
| 12612 | 2026-01-29T02:09:00.682Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/default_compression_codec.txt (10 bytes) |
| 12613 | 2026-01-29T02:09:01.780Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/default_compression_codec.txt |
| 12614 | 2026-01-29T02:09:01.780Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/metadata_version.txt (1 bytes) |
| 12615 | 2026-01-29T02:09:02.878Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/metadata_version.txt |
| 12616 | 2026-01-29T02:09:02.878Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/primary.cidx (110 bytes) |
| 12617 | 2026-01-29T02:09:03.976Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/primary.cidx |
| 12618 | 2026-01-29T02:09:03.976Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/ttl.txt (80 bytes) |
| 12619 | 2026-01-29T02:09:05.073Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/ttl.txt |
| 12620 | 2026-01-29T02:09:05.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/checksums.txt (251 bytes) |
| 12621 | 2026-01-29T02:09:06.169Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/checksums.txt |
| 12622 | 2026-01-29T02:09:06.169Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/columns.txt (154 bytes) |
| 12623 | 2026-01-29T02:09:07.266Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/columns.txt |
| 12624 | 2026-01-29T02:09:07.291Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/count.txt (1 bytes) |
| 12625 | 2026-01-29T02:09:08.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/count.txt |
| 12626 | 2026-01-29T02:09:08.389Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/data.bin (253 bytes) |
| 12627 | 2026-01-29T02:09:09.460Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/data.bin |
| 12628 | 2026-01-29T02:09:09.460Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/data.cmrk3 (70 bytes) |
| 12629 | 2026-01-29T02:09:10.556Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/data.cmrk3 |
| 12630 | 2026-01-29T02:09:10.580Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/default_compression_codec.txt (10 bytes) |
| 12631 | 2026-01-29T02:09:11.652Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/default_compression_codec.txt |
| 12632 | 2026-01-29T02:09:11.652Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/metadata_version.txt (1 bytes) |
| 12633 | 2026-01-29T02:09:12.748Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/metadata_version.txt |
| 12634 | 2026-01-29T02:09:12.774Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/primary.cidx (110 bytes) |
| 12635 | 2026-01-29T02:09:13.847Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/primary.cidx |
| 12636 | 2026-01-29T02:09:13.847Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/ttl.txt (80 bytes) |
| 12637 | 2026-01-29T02:09:14.942Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/ttl.txt |
| 12638 | 2026-01-29T02:09:14.942Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/checksums.txt (251 bytes) |
| 12639 | 2026-01-29T02:09:16.038Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/checksums.txt |
| 12640 | 2026-01-29T02:09:16.038Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/columns.txt (154 bytes) |
| 12641 | 2026-01-29T02:09:17.134Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/columns.txt |
| 12642 | 2026-01-29T02:09:17.134Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/count.txt (1 bytes) |
| 12643 | 2026-01-29T02:09:18.228Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/count.txt |
| 12644 | 2026-01-29T02:09:18.228Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/data.bin (253 bytes) |
| 12645 | 2026-01-29T02:09:19.323Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/data.bin |
| 12646 | 2026-01-29T02:09:19.323Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/data.cmrk3 (70 bytes) |
| 12647 | 2026-01-29T02:09:20.418Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/data.cmrk3 |
| 12648 | 2026-01-29T02:09:20.418Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/default_compression_codec.txt (10 bytes) |
| 12649 | 2026-01-29T02:09:21.512Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/default_compression_codec.txt |
| 12650 | 2026-01-29T02:09:21.513Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/metadata_version.txt (1 bytes) |
| 12651 | 2026-01-29T02:09:22.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/metadata_version.txt |
| 12652 | 2026-01-29T02:09:22.608Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/primary.cidx (110 bytes) |
| 12653 | 2026-01-29T02:09:23.704Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/primary.cidx |
| 12654 | 2026-01-29T02:09:23.704Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/ttl.txt (80 bytes) |
| 12655 | 2026-01-29T02:09:24.799Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/ttl.txt |
| 12656 | 2026-01-29T02:09:24.799Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/checksums.txt (251 bytes) |
| 12657 | 2026-01-29T02:09:25.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/checksums.txt |
| 12658 | 2026-01-29T02:09:25.895Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/columns.txt (154 bytes) |
| 12659 | 2026-01-29T02:09:26.991Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/columns.txt |
| 12660 | 2026-01-29T02:09:26.991Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/count.txt (1 bytes) |
| 12661 | 2026-01-29T02:09:28.087Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/count.txt |
| 12662 | 2026-01-29T02:09:28.087Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/data.bin (253 bytes) |
| 12663 | 2026-01-29T02:09:29.183Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/data.bin |
| 12664 | 2026-01-29T02:09:29.183Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/data.cmrk3 (70 bytes) |
| 12665 | 2026-01-29T02:09:30.278Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/data.cmrk3 |
| 12666 | 2026-01-29T02:09:30.278Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 12667 | 2026-01-29T02:09:31.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/default_compression_codec.txt |
| 12668 | 2026-01-29T02:09:31.373Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/metadata_version.txt (1 bytes) |
| 12669 | 2026-01-29T02:09:32.468Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/metadata_version.txt |
| 12670 | 2026-01-29T02:09:32.468Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/primary.cidx (110 bytes) |
| 12671 | 2026-01-29T02:09:33.563Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/primary.cidx |
| 12672 | 2026-01-29T02:09:33.563Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/ttl.txt (80 bytes) |
| 12673 | 2026-01-29T02:09:34.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/ttl.txt |
| 12674 | 2026-01-29T02:09:34.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/checksums.txt (251 bytes) |
| 12675 | 2026-01-29T02:09:35.756Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/checksums.txt |
| 12676 | 2026-01-29T02:09:35.756Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/columns.txt (154 bytes) |
| 12677 | 2026-01-29T02:09:36.853Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/columns.txt |
| 12678 | 2026-01-29T02:09:36.853Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/count.txt (1 bytes) |
| 12679 | 2026-01-29T02:09:37.949Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/count.txt |
| 12680 | 2026-01-29T02:09:37.949Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/data.bin (253 bytes) |
| 12681 | 2026-01-29T02:09:39.045Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/data.bin |
| 12682 | 2026-01-29T02:09:39.045Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/data.cmrk3 (70 bytes) |
| 12683 | 2026-01-29T02:09:40.144Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/data.cmrk3 |
| 12684 | 2026-01-29T02:09:40.169Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/default_compression_codec.txt (10 bytes) |
| 12685 | 2026-01-29T02:09:41.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/default_compression_codec.txt |
| 12686 | 2026-01-29T02:09:41.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/metadata_version.txt (1 bytes) |
| 12687 | 2026-01-29T02:09:42.335Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/metadata_version.txt |
| 12688 | 2026-01-29T02:09:42.335Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/primary.cidx (110 bytes) |
| 12689 | 2026-01-29T02:09:43.431Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/primary.cidx |
| 12690 | 2026-01-29T02:09:43.431Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/ttl.txt (80 bytes) |
| 12691 | 2026-01-29T02:09:44.526Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/ttl.txt |
| 12692 | 2026-01-29T02:09:44.550Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/checksums.txt (252 bytes) |
| 12693 | 2026-01-29T02:09:45.622Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/checksums.txt |
| 12694 | 2026-01-29T02:09:45.622Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/columns.txt (154 bytes) |
| 12695 | 2026-01-29T02:09:46.722Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/columns.txt |
| 12696 | 2026-01-29T02:09:46.722Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/count.txt (2 bytes) |
| 12697 | 2026-01-29T02:09:47.817Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/count.txt |
| 12698 | 2026-01-29T02:09:47.818Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/data.bin (775 bytes) |
| 12699 | 2026-01-29T02:09:48.914Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/data.bin |
| 12700 | 2026-01-29T02:09:48.914Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/data.cmrk3 (72 bytes) |
| 12701 | 2026-01-29T02:09:50.011Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/data.cmrk3 |
| 12702 | 2026-01-29T02:09:50.011Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/default_compression_codec.txt (10 bytes) |
| 12703 | 2026-01-29T02:09:51.107Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/default_compression_codec.txt |
| 12704 | 2026-01-29T02:09:51.107Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/metadata_version.txt (1 bytes) |
| 12705 | 2026-01-29T02:09:52.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/metadata_version.txt |
| 12706 | 2026-01-29T02:09:52.202Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/primary.cidx (154 bytes) |
| 12707 | 2026-01-29T02:09:53.298Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/primary.cidx |
| 12708 | 2026-01-29T02:09:53.298Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/ttl.txt (80 bytes) |
| 12709 | 2026-01-29T02:09:54.392Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/ttl.txt |
| 12710 | 2026-01-29T02:09:54.392Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/checksums.txt (251 bytes) |
| 12711 | 2026-01-29T02:09:55.487Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/checksums.txt |
| 12712 | 2026-01-29T02:09:55.487Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/columns.txt (154 bytes) |
| 12713 | 2026-01-29T02:09:56.585Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/columns.txt |
| 12714 | 2026-01-29T02:09:56.585Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/count.txt (1 bytes) |
| 12715 | 2026-01-29T02:09:57.681Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/count.txt |
| 12716 | 2026-01-29T02:09:57.681Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/data.bin (253 bytes) |
| 12717 | 2026-01-29T02:09:58.777Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/data.bin |
| 12718 | 2026-01-29T02:09:58.777Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/data.cmrk3 (70 bytes) |
| 12719 | 2026-01-29T02:09:59.872Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/data.cmrk3 |
| 12720 | 2026-01-29T02:09:59.872Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/default_compression_codec.txt (10 bytes) |
| 12721 | 2026-01-29T02:10:00.967Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/default_compression_codec.txt |
| 12722 | 2026-01-29T02:10:00.967Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/metadata_version.txt (1 bytes) |
| 12723 | 2026-01-29T02:10:02.062Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/metadata_version.txt |
| 12724 | 2026-01-29T02:10:02.062Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/primary.cidx (110 bytes) |
| 12725 | 2026-01-29T02:10:03.158Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/primary.cidx |
| 12726 | 2026-01-29T02:10:03.159Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/ttl.txt (80 bytes) |
| 12727 | 2026-01-29T02:10:04.255Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/ttl.txt |
| 12728 | 2026-01-29T02:10:04.255Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/checksums.txt (251 bytes) |
| 12729 | 2026-01-29T02:10:05.351Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/checksums.txt |
| 12730 | 2026-01-29T02:10:05.351Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/columns.txt (154 bytes) |
| 12731 | 2026-01-29T02:10:06.445Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/columns.txt |
| 12732 | 2026-01-29T02:10:06.445Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/count.txt (1 bytes) |
| 12733 | 2026-01-29T02:10:07.539Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/count.txt |
| 12734 | 2026-01-29T02:10:07.539Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/data.bin (253 bytes) |
| 12735 | 2026-01-29T02:10:08.634Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/data.bin |
| 12736 | 2026-01-29T02:10:08.634Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/data.cmrk3 (70 bytes) |
| 12737 | 2026-01-29T02:10:09.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/data.cmrk3 |
| 12738 | 2026-01-29T02:10:09.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/default_compression_codec.txt (10 bytes) |
| 12739 | 2026-01-29T02:10:10.826Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/default_compression_codec.txt |
| 12740 | 2026-01-29T02:10:10.827Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/metadata_version.txt (1 bytes) |
| 12741 | 2026-01-29T02:10:11.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/metadata_version.txt |
| 12742 | 2026-01-29T02:10:11.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/primary.cidx (110 bytes) |
| 12743 | 2026-01-29T02:10:13.018Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/primary.cidx |
| 12744 | 2026-01-29T02:10:13.018Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/ttl.txt (80 bytes) |
| 12745 | 2026-01-29T02:10:14.113Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/ttl.txt |
| 12746 | 2026-01-29T02:10:14.113Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/checksums.txt (251 bytes) |
| 12747 | 2026-01-29T02:10:15.210Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/checksums.txt |
| 12748 | 2026-01-29T02:10:15.210Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/columns.txt (154 bytes) |
| 12749 | 2026-01-29T02:10:16.306Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/columns.txt |
| 12750 | 2026-01-29T02:10:16.306Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/count.txt (1 bytes) |
| 12751 | 2026-01-29T02:10:17.401Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/count.txt |
| 12752 | 2026-01-29T02:10:17.401Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/data.bin (253 bytes) |
| 12753 | 2026-01-29T02:10:18.497Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/data.bin |
| 12754 | 2026-01-29T02:10:18.497Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/data.cmrk3 (70 bytes) |
| 12755 | 2026-01-29T02:10:19.591Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/data.cmrk3 |
| 12756 | 2026-01-29T02:10:19.615Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 12757 | 2026-01-29T02:10:20.686Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/default_compression_codec.txt |
| 12758 | 2026-01-29T02:10:20.686Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/metadata_version.txt (1 bytes) |
| 12759 | 2026-01-29T02:10:21.781Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/metadata_version.txt |
| 12760 | 2026-01-29T02:10:21.805Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/primary.cidx (110 bytes) |
| 12761 | 2026-01-29T02:10:22.878Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/primary.cidx |
| 12762 | 2026-01-29T02:10:22.878Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/ttl.txt (80 bytes) |
| 12763 | 2026-01-29T02:10:23.972Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/ttl.txt |
| 12764 | 2026-01-29T02:10:23.973Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/checksums.txt (251 bytes) |
| 12765 | 2026-01-29T02:10:25.067Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/checksums.txt |
| 12766 | 2026-01-29T02:10:25.067Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/columns.txt (154 bytes) |
| 12767 | 2026-01-29T02:10:26.161Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/columns.txt |
| 12768 | 2026-01-29T02:10:26.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/count.txt (1 bytes) |
| 12769 | 2026-01-29T02:10:27.256Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/count.txt |
| 12770 | 2026-01-29T02:10:27.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/data.bin (253 bytes) |
| 12771 | 2026-01-29T02:10:28.352Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/data.bin |
| 12772 | 2026-01-29T02:10:28.352Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/data.cmrk3 (70 bytes) |
| 12773 | 2026-01-29T02:10:29.448Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/data.cmrk3 |
| 12774 | 2026-01-29T02:10:29.448Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 12775 | 2026-01-29T02:10:30.543Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/default_compression_codec.txt |
| 12776 | 2026-01-29T02:10:30.544Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/metadata_version.txt (1 bytes) |
| 12777 | 2026-01-29T02:10:31.638Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/metadata_version.txt |
| 12778 | 2026-01-29T02:10:31.638Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/primary.cidx (110 bytes) |
| 12779 | 2026-01-29T02:10:32.735Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/primary.cidx |
| 12780 | 2026-01-29T02:10:32.735Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/ttl.txt (80 bytes) |
| 12781 | 2026-01-29T02:10:33.830Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/ttl.txt |
| 12782 | 2026-01-29T02:10:33.830Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/checksums.txt (251 bytes) |
| 12783 | 2026-01-29T02:10:34.926Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/checksums.txt |
| 12784 | 2026-01-29T02:10:34.926Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/columns.txt (154 bytes) |
| 12785 | 2026-01-29T02:10:36.025Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/columns.txt |
| 12786 | 2026-01-29T02:10:36.025Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/count.txt (1 bytes) |
| 12787 | 2026-01-29T02:10:37.120Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/count.txt |
| 12788 | 2026-01-29T02:10:37.120Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/data.bin (253 bytes) |
| 12789 | 2026-01-29T02:10:38.216Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/data.bin |
| 12790 | 2026-01-29T02:10:38.216Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/data.cmrk3 (70 bytes) |
| 12791 | 2026-01-29T02:10:39.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/data.cmrk3 |
| 12792 | 2026-01-29T02:10:39.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 12793 | 2026-01-29T02:10:40.406Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/default_compression_codec.txt |
| 12794 | 2026-01-29T02:10:40.430Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/metadata_version.txt (1 bytes) |
| 12795 | 2026-01-29T02:10:41.500Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/metadata_version.txt |
| 12796 | 2026-01-29T02:10:41.500Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/primary.cidx (110 bytes) |
| 12797 | 2026-01-29T02:10:42.597Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/primary.cidx |
| 12798 | 2026-01-29T02:10:42.597Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/ttl.txt (80 bytes) |
| 12799 | 2026-01-29T02:10:43.691Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/ttl.txt |
| 12800 | 2026-01-29T02:10:43.691Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/checksums.txt (251 bytes) |
| 12801 | 2026-01-29T02:10:44.786Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/checksums.txt |
| 12802 | 2026-01-29T02:10:44.786Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/columns.txt (154 bytes) |
| 12803 | 2026-01-29T02:10:45.881Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/columns.txt |
| 12804 | 2026-01-29T02:10:45.882Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/count.txt (1 bytes) |
| 12805 | 2026-01-29T02:10:46.975Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/count.txt |
| 12806 | 2026-01-29T02:10:46.975Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/data.bin (253 bytes) |
| 12807 | 2026-01-29T02:10:48.072Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/data.bin |
| 12808 | 2026-01-29T02:10:48.072Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/data.cmrk3 (70 bytes) |
| 12809 | 2026-01-29T02:10:49.170Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/data.cmrk3 |
| 12810 | 2026-01-29T02:10:49.170Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 12811 | 2026-01-29T02:10:50.264Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/default_compression_codec.txt |
| 12812 | 2026-01-29T02:10:50.288Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/metadata_version.txt (1 bytes) |
| 12813 | 2026-01-29T02:10:51.359Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/metadata_version.txt |
| 12814 | 2026-01-29T02:10:51.384Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/primary.cidx (110 bytes) |
| 12815 | 2026-01-29T02:10:52.456Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/primary.cidx |
| 12816 | 2026-01-29T02:10:52.456Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/ttl.txt (80 bytes) |
| 12817 | 2026-01-29T02:10:53.551Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/ttl.txt |
| 12818 | 2026-01-29T02:10:53.551Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/checksums.txt (251 bytes) |
| 12819 | 2026-01-29T02:10:54.648Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/checksums.txt |
| 12820 | 2026-01-29T02:10:54.673Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/columns.txt (154 bytes) |
| 12821 | 2026-01-29T02:10:55.743Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/columns.txt |
| 12822 | 2026-01-29T02:10:55.743Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/count.txt (1 bytes) |
| 12823 | 2026-01-29T02:10:56.838Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/count.txt |
| 12824 | 2026-01-29T02:10:56.839Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/data.bin (253 bytes) |
| 12825 | 2026-01-29T02:10:57.936Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/data.bin |
| 12826 | 2026-01-29T02:10:57.936Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/data.cmrk3 (70 bytes) |
| 12827 | 2026-01-29T02:10:59.030Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/data.cmrk3 |
| 12828 | 2026-01-29T02:10:59.055Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 12829 | 2026-01-29T02:11:00.126Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/default_compression_codec.txt |
| 12830 | 2026-01-29T02:11:00.126Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/metadata_version.txt (1 bytes) |
| 12831 | 2026-01-29T02:11:01.224Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/metadata_version.txt |
| 12832 | 2026-01-29T02:11:01.224Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/primary.cidx (110 bytes) |
| 12833 | 2026-01-29T02:11:02.316Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/primary.cidx |
| 12834 | 2026-01-29T02:11:02.316Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/ttl.txt (80 bytes) |
| 12835 | 2026-01-29T02:11:03.413Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/ttl.txt |
| 12836 | 2026-01-29T02:11:03.413Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/checksums.txt (251 bytes) |
| 12837 | 2026-01-29T02:11:04.509Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/checksums.txt |
| 12838 | 2026-01-29T02:11:04.533Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/columns.txt (154 bytes) |
| 12839 | 2026-01-29T02:11:05.605Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/columns.txt |
| 12840 | 2026-01-29T02:11:05.605Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/count.txt (1 bytes) |
| 12841 | 2026-01-29T02:11:06.699Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/count.txt |
| 12842 | 2026-01-29T02:11:06.699Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/data.bin (253 bytes) |
| 12843 | 2026-01-29T02:11:07.794Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/data.bin |
| 12844 | 2026-01-29T02:11:07.794Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/data.cmrk3 (70 bytes) |
| 12845 | 2026-01-29T02:11:08.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/data.cmrk3 |
| 12846 | 2026-01-29T02:11:08.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 12847 | 2026-01-29T02:11:09.987Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/default_compression_codec.txt |
| 12848 | 2026-01-29T02:11:09.987Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/metadata_version.txt (1 bytes) |
| 12849 | 2026-01-29T02:11:11.081Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/metadata_version.txt |
| 12850 | 2026-01-29T02:11:11.081Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/primary.cidx (110 bytes) |
| 12851 | 2026-01-29T02:11:12.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/primary.cidx |
| 12852 | 2026-01-29T02:11:12.176Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/ttl.txt (80 bytes) |
| 12853 | 2026-01-29T02:11:13.271Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/ttl.txt |
| 12854 | 2026-01-29T02:11:13.271Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/checksums.txt (251 bytes) |
| 12855 | 2026-01-29T02:11:14.366Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/checksums.txt |
| 12856 | 2026-01-29T02:11:14.366Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/columns.txt (154 bytes) |
| 12857 | 2026-01-29T02:11:15.460Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/columns.txt |
| 12858 | 2026-01-29T02:11:15.460Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/count.txt (1 bytes) |
| 12859 | 2026-01-29T02:11:16.556Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/count.txt |
| 12860 | 2026-01-29T02:11:16.556Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/data.bin (253 bytes) |
| 12861 | 2026-01-29T02:11:17.681Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/data.bin |
| 12862 | 2026-01-29T02:11:17.681Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/data.cmrk3 (70 bytes) |
| 12863 | 2026-01-29T02:11:18.779Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/data.cmrk3 |
| 12864 | 2026-01-29T02:11:18.779Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 12865 | 2026-01-29T02:11:19.876Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/default_compression_codec.txt |
| 12866 | 2026-01-29T02:11:19.902Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/metadata_version.txt (1 bytes) |
| 12867 | 2026-01-29T02:11:20.973Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/metadata_version.txt |
| 12868 | 2026-01-29T02:11:20.973Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/primary.cidx (110 bytes) |
| 12869 | 2026-01-29T02:11:22.071Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/primary.cidx |
| 12870 | 2026-01-29T02:11:22.071Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/ttl.txt (80 bytes) |
| 12871 | 2026-01-29T02:11:23.169Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/ttl.txt |
| 12872 | 2026-01-29T02:11:23.193Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/format_version.txt (1 bytes) |
| 12873 | 2026-01-29T02:11:24.263Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/format_version.txt |
| 12874 | 2026-01-29T02:11:24.288Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/checksums.txt (251 bytes) |
| 12875 | 2026-01-29T02:11:25.360Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/checksums.txt |
| 12876 | 2026-01-29T02:11:25.360Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/columns.txt (154 bytes) |
| 12877 | 2026-01-29T02:11:27.480Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/columns.txt |
| 12878 | 2026-01-29T02:11:27.480Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/count.txt (2 bytes) |
| 12879 | 2026-01-29T02:11:27.551Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/count.txt |
| 12880 | 2026-01-29T02:11:27.551Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/data.bin (374 bytes) |
| 12881 | 2026-01-29T02:11:28.647Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/data.bin |
| 12882 | 2026-01-29T02:11:28.647Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/data.cmrk3 (72 bytes) |
| 12883 | 2026-01-29T02:11:29.742Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/data.cmrk3 |
| 12884 | 2026-01-29T02:11:29.766Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 12885 | 2026-01-29T02:11:30.837Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/default_compression_codec.txt |
| 12886 | 2026-01-29T02:11:30.837Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/metadata_version.txt (1 bytes) |
| 12887 | 2026-01-29T02:11:31.932Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/metadata_version.txt |
| 12888 | 2026-01-29T02:11:31.933Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/primary.cidx (150 bytes) |
| 12889 | 2026-01-29T02:11:33.028Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/primary.cidx |
| 12890 | 2026-01-29T02:11:33.028Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/ttl.txt (80 bytes) |
| 12891 | 2026-01-29T02:11:34.125Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/ttl.txt |
| 12892 | 2026-01-29T02:11:34.150Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/checksums.txt (250 bytes) |
| 12893 | 2026-01-29T02:11:35.220Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/checksums.txt |
| 12894 | 2026-01-29T02:11:35.220Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/columns.txt (154 bytes) |
| 12895 | 2026-01-29T02:11:36.316Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/columns.txt |
| 12896 | 2026-01-29T02:11:36.340Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/count.txt (2 bytes) |
| 12897 | 2026-01-29T02:11:37.412Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/count.txt |
| 12898 | 2026-01-29T02:11:37.436Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/data.bin (333 bytes) |
| 12899 | 2026-01-29T02:11:38.508Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/data.bin |
| 12900 | 2026-01-29T02:11:38.508Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/data.cmrk3 (71 bytes) |
| 12901 | 2026-01-29T02:11:39.607Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/data.cmrk3 |
| 12902 | 2026-01-29T02:11:39.607Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 12903 | 2026-01-29T02:11:40.702Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/default_compression_codec.txt |
| 12904 | 2026-01-29T02:11:40.727Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/metadata_version.txt (1 bytes) |
| 12905 | 2026-01-29T02:11:41.797Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/metadata_version.txt |
| 12906 | 2026-01-29T02:11:41.797Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/primary.cidx (113 bytes) |
| 12907 | 2026-01-29T02:11:42.892Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/primary.cidx |
| 12908 | 2026-01-29T02:11:42.892Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/ttl.txt (80 bytes) |
| 12909 | 2026-01-29T02:11:43.988Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/ttl.txt |
| 12910 | 2026-01-29T02:11:43.988Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/checksums.txt (250 bytes) |
| 12911 | 2026-01-29T02:11:45.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/checksums.txt |
| 12912 | 2026-01-29T02:11:45.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/columns.txt (154 bytes) |
| 12913 | 2026-01-29T02:11:46.179Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/columns.txt |
| 12914 | 2026-01-29T02:11:46.179Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/count.txt (2 bytes) |
| 12915 | 2026-01-29T02:11:47.278Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/count.txt |
| 12916 | 2026-01-29T02:11:47.278Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/data.bin (367 bytes) |
| 12917 | 2026-01-29T02:11:48.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/data.bin |
| 12918 | 2026-01-29T02:11:48.373Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/data.cmrk3 (72 bytes) |
| 12919 | 2026-01-29T02:11:49.470Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/data.cmrk3 |
| 12920 | 2026-01-29T02:11:49.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 12921 | 2026-01-29T02:11:50.567Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/default_compression_codec.txt |
| 12922 | 2026-01-29T02:11:50.592Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/metadata_version.txt (1 bytes) |
| 12923 | 2026-01-29T02:11:51.662Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/metadata_version.txt |
| 12924 | 2026-01-29T02:11:51.662Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/primary.cidx (113 bytes) |
| 12925 | 2026-01-29T02:11:52.757Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/primary.cidx |
| 12926 | 2026-01-29T02:11:52.757Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/ttl.txt (80 bytes) |
| 12927 | 2026-01-29T02:11:53.852Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/ttl.txt |
| 12928 | 2026-01-29T02:11:53.852Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/checksums.txt (250 bytes) |
| 12929 | 2026-01-29T02:11:54.946Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/checksums.txt |
| 12930 | 2026-01-29T02:11:54.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/columns.txt (154 bytes) |
| 12931 | 2026-01-29T02:11:56.041Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/columns.txt |
| 12932 | 2026-01-29T02:11:56.065Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/count.txt (2 bytes) |
| 12933 | 2026-01-29T02:11:57.140Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/count.txt |
| 12934 | 2026-01-29T02:11:57.140Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/data.bin (375 bytes) |
| 12935 | 2026-01-29T02:11:58.234Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/data.bin |
| 12936 | 2026-01-29T02:11:58.234Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/data.cmrk3 (72 bytes) |
| 12937 | 2026-01-29T02:11:59.330Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/data.cmrk3 |
| 12938 | 2026-01-29T02:11:59.330Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 12939 | 2026-01-29T02:12:00.425Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/default_compression_codec.txt |
| 12940 | 2026-01-29T02:12:00.425Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/metadata_version.txt (1 bytes) |
| 12941 | 2026-01-29T02:12:01.522Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/metadata_version.txt |
| 12942 | 2026-01-29T02:12:01.522Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/primary.cidx (113 bytes) |
| 12943 | 2026-01-29T02:12:02.616Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/primary.cidx |
| 12944 | 2026-01-29T02:12:02.616Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/ttl.txt (80 bytes) |
| 12945 | 2026-01-29T02:12:03.711Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/ttl.txt |
| 12946 | 2026-01-29T02:12:03.711Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/format_version.txt (1 bytes) |
| 12947 | 2026-01-29T02:12:04.806Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/format_version.txt |
| 12948 | 2026-01-29T02:12:04.806Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u32/format_version.txt (1 bytes) |
| 12949 | 2026-01-29T02:12:05.901Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u32/format_version.txt |
| 12950 | 2026-01-29T02:12:05.901Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u64/format_version.txt (1 bytes) |
| 12951 | 2026-01-29T02:12:06.996Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u64/format_version.txt |
| 12952 | 2026-01-29T02:12:06.997Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u8/format_version.txt (1 bytes) |
| 12953 | 2026-01-29T02:12:08.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u8/format_version.txt |
| 12954 | 2026-01-29T02:12:08.092Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/checksums.txt (252 bytes) |
| 12955 | 2026-01-29T02:12:09.186Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/checksums.txt |
| 12956 | 2026-01-29T02:12:09.186Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/columns.txt (152 bytes) |
| 12957 | 2026-01-29T02:12:10.282Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/columns.txt |
| 12958 | 2026-01-29T02:12:10.282Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/count.txt (2 bytes) |
| 12959 | 2026-01-29T02:12:11.377Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/count.txt |
| 12960 | 2026-01-29T02:12:11.377Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/data.bin (620 bytes) |
| 12961 | 2026-01-29T02:12:12.473Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/data.bin |
| 12962 | 2026-01-29T02:12:12.473Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/data.cmrk3 (72 bytes) |
| 12963 | 2026-01-29T02:12:13.573Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/data.cmrk3 |
| 12964 | 2026-01-29T02:12:13.573Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 12965 | 2026-01-29T02:12:14.668Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/default_compression_codec.txt |
| 12966 | 2026-01-29T02:12:14.668Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/metadata_version.txt (1 bytes) |
| 12967 | 2026-01-29T02:12:15.764Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/metadata_version.txt |
| 12968 | 2026-01-29T02:12:15.764Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/primary.cidx (151 bytes) |
| 12969 | 2026-01-29T02:12:16.859Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/primary.cidx |
| 12970 | 2026-01-29T02:12:16.859Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/ttl.txt (80 bytes) |
| 12971 | 2026-01-29T02:12:17.954Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/ttl.txt |
| 12972 | 2026-01-29T02:12:17.954Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/checksums.txt (252 bytes) |
| 12973 | 2026-01-29T02:12:19.050Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/checksums.txt |
| 12974 | 2026-01-29T02:12:19.050Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/columns.txt (152 bytes) |
| 12975 | 2026-01-29T02:12:20.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/columns.txt |
| 12976 | 2026-01-29T02:12:20.145Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/count.txt (2 bytes) |
| 12977 | 2026-01-29T02:12:21.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/count.txt |
| 12978 | 2026-01-29T02:12:21.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/data.bin (505 bytes) |
| 12979 | 2026-01-29T02:12:22.334Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/data.bin |
| 12980 | 2026-01-29T02:12:22.334Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/data.cmrk3 (71 bytes) |
| 12981 | 2026-01-29T02:12:23.432Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/data.cmrk3 |
| 12982 | 2026-01-29T02:12:23.432Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 12983 | 2026-01-29T02:12:24.524Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/default_compression_codec.txt |
| 12984 | 2026-01-29T02:12:24.524Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/metadata_version.txt (1 bytes) |
| 12985 | 2026-01-29T02:12:25.632Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/metadata_version.txt |
| 12986 | 2026-01-29T02:12:25.633Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/primary.cidx (162 bytes) |
| 12987 | 2026-01-29T02:12:26.713Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/primary.cidx |
| 12988 | 2026-01-29T02:12:26.713Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/ttl.txt (80 bytes) |
| 12989 | 2026-01-29T02:12:27.807Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/ttl.txt |
| 12990 | 2026-01-29T02:12:27.807Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/checksums.txt (252 bytes) |
| 12991 | 2026-01-29T02:12:28.904Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/checksums.txt |
| 12992 | 2026-01-29T02:12:28.904Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/columns.txt (152 bytes) |
| 12993 | 2026-01-29T02:12:29.997Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/columns.txt |
| 12994 | 2026-01-29T02:12:30.021Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/count.txt (2 bytes) |
| 12995 | 2026-01-29T02:12:31.090Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/count.txt |
| 12996 | 2026-01-29T02:12:31.090Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/data.bin (482 bytes) |
| 12997 | 2026-01-29T02:12:32.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/data.bin |
| 12998 | 2026-01-29T02:12:32.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/data.cmrk3 (71 bytes) |
| 12999 | 2026-01-29T02:12:33.280Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/data.cmrk3 |
| 13000 | 2026-01-29T02:12:33.280Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 13001 | 2026-01-29T02:12:34.374Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/default_compression_codec.txt |
| 13002 | 2026-01-29T02:12:34.375Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/metadata_version.txt (1 bytes) |
| 13003 | 2026-01-29T02:12:35.469Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/metadata_version.txt |
| 13004 | 2026-01-29T02:12:35.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/primary.cidx (176 bytes) |
| 13005 | 2026-01-29T02:12:36.572Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/primary.cidx |
| 13006 | 2026-01-29T02:12:36.572Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/ttl.txt (80 bytes) |
| 13007 | 2026-01-29T02:12:37.665Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/ttl.txt |
| 13008 | 2026-01-29T02:12:37.665Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/checksums.txt (252 bytes) |
| 13009 | 2026-01-29T02:12:38.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/checksums.txt |
| 13010 | 2026-01-29T02:12:38.758Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/columns.txt (152 bytes) |
| 13011 | 2026-01-29T02:12:39.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/columns.txt |
| 13012 | 2026-01-29T02:12:39.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/count.txt (2 bytes) |
| 13013 | 2026-01-29T02:12:40.945Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/count.txt |
| 13014 | 2026-01-29T02:12:40.971Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/data.bin (519 bytes) |
| 13015 | 2026-01-29T02:12:42.040Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/data.bin |
| 13016 | 2026-01-29T02:12:42.040Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/data.cmrk3 (71 bytes) |
| 13017 | 2026-01-29T02:12:43.134Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/data.cmrk3 |
| 13018 | 2026-01-29T02:12:43.134Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 13019 | 2026-01-29T02:12:44.228Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/default_compression_codec.txt |
| 13020 | 2026-01-29T02:12:44.228Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/metadata_version.txt (1 bytes) |
| 13021 | 2026-01-29T02:12:45.322Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/metadata_version.txt |
| 13022 | 2026-01-29T02:12:45.346Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/primary.cidx (162 bytes) |
| 13023 | 2026-01-29T02:12:46.416Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/primary.cidx |
| 13024 | 2026-01-29T02:12:46.441Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/ttl.txt (80 bytes) |
| 13025 | 2026-01-29T02:12:47.510Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/ttl.txt |
| 13026 | 2026-01-29T02:12:47.510Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/format_version.txt (1 bytes) |
| 13027 | 2026-01-29T02:12:48.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/format_version.txt |
| 13028 | 2026-01-29T02:12:48.633Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bool/format_version.txt (1 bytes) |
| 13029 | 2026-01-29T02:12:49.796Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bool/format_version.txt |
| 13030 | 2026-01-29T02:12:49.796Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bytes/format_version.txt (1 bytes) |
| 13031 | 2026-01-29T02:12:50.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bytes/format_version.txt |
| 13032 | 2026-01-29T02:12:50.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef32/format_version.txt (1 bytes) |
| 13033 | 2026-01-29T02:12:51.983Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef32/format_version.txt |
| 13034 | 2026-01-29T02:12:52.008Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef64/format_version.txt (1 bytes) |
| 13035 | 2026-01-29T02:12:53.077Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef64/format_version.txt |
| 13036 | 2026-01-29T02:12:53.077Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativei64/format_version.txt (1 bytes) |
| 13037 | 2026-01-29T02:12:54.172Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativei64/format_version.txt |
| 13038 | 2026-01-29T02:12:54.172Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/checksums.txt (250 bytes) |
| 13039 | 2026-01-29T02:12:55.265Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/checksums.txt |
| 13040 | 2026-01-29T02:12:55.265Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/columns.txt (178 bytes) |
| 13041 | 2026-01-29T02:12:56.357Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/columns.txt |
| 13042 | 2026-01-29T02:12:56.381Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/count.txt (1 bytes) |
| 13043 | 2026-01-29T02:12:57.451Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/count.txt |
| 13044 | 2026-01-29T02:12:57.451Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.bin (227 bytes) |
| 13045 | 2026-01-29T02:12:58.549Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.bin |
| 13046 | 2026-01-29T02:12:58.549Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.cmrk3 (70 bytes) |
| 13047 | 2026-01-29T02:12:59.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.cmrk3 |
| 13048 | 2026-01-29T02:12:59.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 13049 | 2026-01-29T02:13:00.755Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/default_compression_codec.txt |
| 13050 | 2026-01-29T02:13:00.781Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/metadata_version.txt (1 bytes) |
| 13051 | 2026-01-29T02:13:01.850Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/metadata_version.txt |
| 13052 | 2026-01-29T02:13:01.850Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/primary.cidx (110 bytes) |
| 13053 | 2026-01-29T02:13:02.943Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/primary.cidx |
| 13054 | 2026-01-29T02:13:02.943Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/ttl.txt (80 bytes) |
| 13055 | 2026-01-29T02:13:04.038Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/ttl.txt |
| 13056 | 2026-01-29T02:13:04.038Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt (1 bytes) |
| 13057 | 2026-01-29T02:13:05.132Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt |
| 13058 | 2026-01-29T02:13:05.132Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f32/format_version.txt (1 bytes) |
| 13059 | 2026-01-29T02:13:06.227Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f32/format_version.txt |
| 13060 | 2026-01-29T02:13:06.251Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f64/format_version.txt (1 bytes) |
| 13061 | 2026-01-29T02:13:07.321Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f64/format_version.txt |
| 13062 | 2026-01-29T02:13:07.346Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf32/format_version.txt (1 bytes) |
| 13063 | 2026-01-29T02:13:08.419Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf32/format_version.txt |
| 13064 | 2026-01-29T02:13:08.443Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf64/format_version.txt (1 bytes) |
| 13065 | 2026-01-29T02:13:09.512Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf64/format_version.txt |
| 13066 | 2026-01-29T02:13:09.536Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami16/format_version.txt (1 bytes) |
| 13067 | 2026-01-29T02:13:10.623Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami16/format_version.txt |
| 13068 | 2026-01-29T02:13:10.623Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami32/format_version.txt (1 bytes) |
| 13069 | 2026-01-29T02:13:11.699Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami32/format_version.txt |
| 13070 | 2026-01-29T02:13:11.699Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami64/format_version.txt (1 bytes) |
| 13071 | 2026-01-29T02:13:12.796Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami64/format_version.txt |
| 13072 | 2026-01-29T02:13:12.796Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami8/format_version.txt (1 bytes) |
| 13073 | 2026-01-29T02:13:13.890Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami8/format_version.txt |
| 13074 | 2026-01-29T02:13:13.915Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu16/format_version.txt (1 bytes) |
| 13075 | 2026-01-29T02:13:14.985Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu16/format_version.txt |
| 13076 | 2026-01-29T02:13:14.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu32/format_version.txt (1 bytes) |
| 13077 | 2026-01-29T02:13:16.080Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu32/format_version.txt |
| 13078 | 2026-01-29T02:13:16.103Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/checksums.txt (250 bytes) |
| 13079 | 2026-01-29T02:13:17.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/checksums.txt |
| 13080 | 2026-01-29T02:13:17.176Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/columns.txt (627 bytes) |
| 13081 | 2026-01-29T02:13:18.270Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/columns.txt |
| 13082 | 2026-01-29T02:13:18.270Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/count.txt (1 bytes) |
| 13083 | 2026-01-29T02:13:19.517Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/count.txt |
| 13084 | 2026-01-29T02:13:19.517Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.bin (1995 bytes) |
| 13085 | 2026-01-29T02:13:20.622Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.bin |
| 13086 | 2026-01-29T02:13:20.622Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.cmrk3 (122 bytes) |
| 13087 | 2026-01-29T02:13:21.704Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.cmrk3 |
| 13088 | 2026-01-29T02:13:21.704Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 13089 | 2026-01-29T02:13:22.798Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/default_compression_codec.txt |
| 13090 | 2026-01-29T02:13:22.798Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/metadata_version.txt (1 bytes) |
| 13091 | 2026-01-29T02:13:23.891Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/metadata_version.txt |
| 13092 | 2026-01-29T02:13:23.915Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/primary.cidx (123 bytes) |
| 13093 | 2026-01-29T02:13:24.983Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/primary.cidx |
| 13094 | 2026-01-29T02:13:24.983Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/ttl.txt (80 bytes) |
| 13095 | 2026-01-29T02:13:26.077Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/ttl.txt |
| 13096 | 2026-01-29T02:13:26.077Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/checksums.txt (251 bytes) |
| 13097 | 2026-01-29T02:13:27.318Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/checksums.txt |
| 13098 | 2026-01-29T02:13:27.318Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/columns.txt (627 bytes) |
| 13099 | 2026-01-29T02:13:28.416Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/columns.txt |
| 13100 | 2026-01-29T02:13:28.416Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/count.txt (2 bytes) |
| 13101 | 2026-01-29T02:13:29.510Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/count.txt |
| 13102 | 2026-01-29T02:13:29.510Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.bin (2663 bytes) |
| 13103 | 2026-01-29T02:13:30.619Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.bin |
| 13104 | 2026-01-29T02:13:30.619Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.cmrk3 (123 bytes) |
| 13105 | 2026-01-29T02:13:31.699Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.cmrk3 |
| 13106 | 2026-01-29T02:13:31.699Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 13107 | 2026-01-29T02:13:32.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/default_compression_codec.txt |
| 13108 | 2026-01-29T02:13:32.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/metadata_version.txt (1 bytes) |
| 13109 | 2026-01-29T02:13:33.888Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/metadata_version.txt |
| 13110 | 2026-01-29T02:13:33.888Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/primary.cidx (126 bytes) |
| 13111 | 2026-01-29T02:13:34.983Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/primary.cidx |
| 13112 | 2026-01-29T02:13:34.983Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/ttl.txt (80 bytes) |
| 13113 | 2026-01-29T02:13:36.076Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/ttl.txt |
| 13114 | 2026-01-29T02:13:36.076Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/checksums.txt (251 bytes) |
| 13115 | 2026-01-29T02:13:37.169Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/checksums.txt |
| 13116 | 2026-01-29T02:13:37.169Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/columns.txt (627 bytes) |
| 13117 | 2026-01-29T02:13:38.266Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/columns.txt |
| 13118 | 2026-01-29T02:13:38.266Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/count.txt (2 bytes) |
| 13119 | 2026-01-29T02:13:39.361Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/count.txt |
| 13120 | 2026-01-29T02:13:39.361Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/data.bin (3188 bytes) |
| 13121 | 2026-01-29T02:13:40.454Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/data.bin |
| 13122 | 2026-01-29T02:13:40.454Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/data.cmrk3 (125 bytes) |
| 13123 | 2026-01-29T02:13:41.600Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/data.cmrk3 |
| 13124 | 2026-01-29T02:13:41.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 13125 | 2026-01-29T02:13:42.697Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/default_compression_codec.txt |
| 13126 | 2026-01-29T02:13:42.697Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/metadata_version.txt (1 bytes) |
| 13127 | 2026-01-29T02:13:43.795Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/metadata_version.txt |
| 13128 | 2026-01-29T02:13:43.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/primary.cidx (123 bytes) |
| 13129 | 2026-01-29T02:13:44.888Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/primary.cidx |
| 13130 | 2026-01-29T02:13:44.888Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/ttl.txt (80 bytes) |
| 13131 | 2026-01-29T02:13:45.981Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/ttl.txt |
| 13132 | 2026-01-29T02:13:46.005Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/checksums.txt (251 bytes) |
| 13133 | 2026-01-29T02:13:47.077Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/checksums.txt |
| 13134 | 2026-01-29T02:13:47.077Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/columns.txt (627 bytes) |
| 13135 | 2026-01-29T02:13:48.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/columns.txt |
| 13136 | 2026-01-29T02:13:48.201Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/count.txt (2 bytes) |
| 13137 | 2026-01-29T02:13:49.271Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/count.txt |
| 13138 | 2026-01-29T02:13:49.271Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/data.bin (3265 bytes) |
| 13139 | 2026-01-29T02:13:50.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/data.bin |
| 13140 | 2026-01-29T02:13:50.364Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/data.cmrk3 (124 bytes) |
| 13141 | 2026-01-29T02:13:51.460Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/data.cmrk3 |
| 13142 | 2026-01-29T02:13:51.461Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 13143 | 2026-01-29T02:13:52.563Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/default_compression_codec.txt |
| 13144 | 2026-01-29T02:13:52.564Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/metadata_version.txt (1 bytes) |
| 13145 | 2026-01-29T02:13:53.658Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/metadata_version.txt |
| 13146 | 2026-01-29T02:13:53.658Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/primary.cidx (123 bytes) |
| 13147 | 2026-01-29T02:13:54.751Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/primary.cidx |
| 13148 | 2026-01-29T02:13:54.751Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/ttl.txt (80 bytes) |
| 13149 | 2026-01-29T02:13:55.847Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/ttl.txt |
| 13150 | 2026-01-29T02:13:55.847Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/format_version.txt (1 bytes) |
| 13151 | 2026-01-29T02:13:56.941Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/format_version.txt |
| 13152 | 2026-01-29T02:13:56.941Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu8/format_version.txt (1 bytes) |
| 13153 | 2026-01-29T02:13:58.035Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu8/format_version.txt |
| 13154 | 2026-01-29T02:13:58.059Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i16/format_version.txt (1 bytes) |
| 13155 | 2026-01-29T02:13:59.130Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i16/format_version.txt |
| 13156 | 2026-01-29T02:13:59.130Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i32/format_version.txt (1 bytes) |
| 13157 | 2026-01-29T02:14:00.393Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i32/format_version.txt |
| 13158 | 2026-01-29T02:14:00.393Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/checksums.txt (249 bytes) |
| 13159 | 2026-01-29T02:14:01.489Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/checksums.txt |
| 13160 | 2026-01-29T02:14:01.489Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/columns.txt (143 bytes) |
| 13161 | 2026-01-29T02:14:02.584Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/columns.txt |
| 13162 | 2026-01-29T02:14:02.611Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/count.txt (1 bytes) |
| 13163 | 2026-01-29T02:14:03.684Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/count.txt |
| 13164 | 2026-01-29T02:14:03.684Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/data.bin (159 bytes) |
| 13165 | 2026-01-29T02:14:04.777Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/data.bin |
| 13166 | 2026-01-29T02:14:04.801Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/data.cmrk3 (66 bytes) |
| 13167 | 2026-01-29T02:14:05.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/data.cmrk3 |
| 13168 | 2026-01-29T02:14:05.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 13169 | 2026-01-29T02:14:06.964Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/default_compression_codec.txt |
| 13170 | 2026-01-29T02:14:06.964Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/metadata_version.txt (1 bytes) |
| 13171 | 2026-01-29T02:14:08.059Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/metadata_version.txt |
| 13172 | 2026-01-29T02:14:08.059Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/primary.cidx (90 bytes) |
| 13173 | 2026-01-29T02:14:09.152Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/primary.cidx |
| 13174 | 2026-01-29T02:14:09.152Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/ttl.txt (80 bytes) |
| 13175 | 2026-01-29T02:14:10.246Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/ttl.txt |
| 13176 | 2026-01-29T02:14:10.401Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/checksums.txt (250 bytes) |
| 13177 | 2026-01-29T02:14:11.454Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/checksums.txt |
| 13178 | 2026-01-29T02:14:11.454Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/columns.txt (143 bytes) |
| 13179 | 2026-01-29T02:14:12.548Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/columns.txt |
| 13180 | 2026-01-29T02:14:12.548Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/count.txt (1 bytes) |
| 13181 | 2026-01-29T02:14:13.647Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/count.txt |
| 13182 | 2026-01-29T02:14:13.647Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/data.bin (307 bytes) |
| 13183 | 2026-01-29T02:14:14.736Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/data.bin |
| 13184 | 2026-01-29T02:14:14.736Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/data.cmrk3 (67 bytes) |
| 13185 | 2026-01-29T02:14:15.832Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/data.cmrk3 |
| 13186 | 2026-01-29T02:14:15.832Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 13187 | 2026-01-29T02:14:16.924Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/default_compression_codec.txt |
| 13188 | 2026-01-29T02:14:16.924Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/metadata_version.txt (1 bytes) |
| 13189 | 2026-01-29T02:14:18.020Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/metadata_version.txt |
| 13190 | 2026-01-29T02:14:18.020Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/primary.cidx (125 bytes) |
| 13191 | 2026-01-29T02:14:19.115Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/primary.cidx |
| 13192 | 2026-01-29T02:14:19.115Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/ttl.txt (80 bytes) |
| 13193 | 2026-01-29T02:14:20.218Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/ttl.txt |
| 13194 | 2026-01-29T02:14:20.282Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/checksums.txt (249 bytes) |
| 13195 | 2026-01-29T02:14:21.352Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/checksums.txt |
| 13196 | 2026-01-29T02:14:21.376Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/columns.txt (143 bytes) |
| 13197 | 2026-01-29T02:14:22.448Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/columns.txt |
| 13198 | 2026-01-29T02:14:22.472Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/count.txt (1 bytes) |
| 13199 | 2026-01-29T02:14:23.542Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/count.txt |
| 13200 | 2026-01-29T02:14:23.542Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/data.bin (159 bytes) |
| 13201 | 2026-01-29T02:14:24.638Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/data.bin |
| 13202 | 2026-01-29T02:14:24.638Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/data.cmrk3 (66 bytes) |
| 13203 | 2026-01-29T02:14:25.733Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/data.cmrk3 |
| 13204 | 2026-01-29T02:14:25.733Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 13205 | 2026-01-29T02:14:26.827Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/default_compression_codec.txt |
| 13206 | 2026-01-29T02:14:26.827Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/metadata_version.txt (1 bytes) |
| 13207 | 2026-01-29T02:14:27.921Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/metadata_version.txt |
| 13208 | 2026-01-29T02:14:27.945Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/primary.cidx (90 bytes) |
| 13209 | 2026-01-29T02:14:29.015Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/primary.cidx |
| 13210 | 2026-01-29T02:14:29.015Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/ttl.txt (80 bytes) |
| 13211 | 2026-01-29T02:14:30.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/ttl.txt |
| 13212 | 2026-01-29T02:14:30.109Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/checksums.txt (249 bytes) |
| 13213 | 2026-01-29T02:14:31.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/checksums.txt |
| 13214 | 2026-01-29T02:14:31.226Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/columns.txt (143 bytes) |
| 13215 | 2026-01-29T02:14:32.296Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/columns.txt |
| 13216 | 2026-01-29T02:14:32.296Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/count.txt (1 bytes) |
| 13217 | 2026-01-29T02:14:33.395Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/count.txt |
| 13218 | 2026-01-29T02:14:33.395Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/data.bin (159 bytes) |
| 13219 | 2026-01-29T02:14:34.490Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/data.bin |
| 13220 | 2026-01-29T02:14:34.490Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/data.cmrk3 (66 bytes) |
| 13221 | 2026-01-29T02:14:35.610Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/data.cmrk3 |
| 13222 | 2026-01-29T02:14:35.610Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/default_compression_codec.txt (10 bytes) |
| 13223 | 2026-01-29T02:14:36.722Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/default_compression_codec.txt |
| 13224 | 2026-01-29T02:14:36.770Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/metadata_version.txt (1 bytes) |
| 13225 | 2026-01-29T02:14:37.860Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/metadata_version.txt |
| 13226 | 2026-01-29T02:14:37.861Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/primary.cidx (90 bytes) |
| 13227 | 2026-01-29T02:14:38.954Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/primary.cidx |
| 13228 | 2026-01-29T02:14:38.954Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/ttl.txt (80 bytes) |
| 13229 | 2026-01-29T02:14:40.048Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/ttl.txt |
| 13230 | 2026-01-29T02:14:40.048Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/checksums.txt (249 bytes) |
| 13231 | 2026-01-29T02:14:41.142Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/checksums.txt |
| 13232 | 2026-01-29T02:14:41.142Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/columns.txt (143 bytes) |
| 13233 | 2026-01-29T02:14:42.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/columns.txt |
| 13234 | 2026-01-29T02:14:42.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/count.txt (1 bytes) |
| 13235 | 2026-01-29T02:14:43.329Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/count.txt |
| 13236 | 2026-01-29T02:14:43.353Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/data.bin (159 bytes) |
| 13237 | 2026-01-29T02:14:44.422Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/data.bin |
| 13238 | 2026-01-29T02:14:44.422Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/data.cmrk3 (66 bytes) |
| 13239 | 2026-01-29T02:14:45.516Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/data.cmrk3 |
| 13240 | 2026-01-29T02:14:45.540Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/default_compression_codec.txt (10 bytes) |
| 13241 | 2026-01-29T02:14:46.611Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/default_compression_codec.txt |
| 13242 | 2026-01-29T02:14:46.611Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/metadata_version.txt (1 bytes) |
| 13243 | 2026-01-29T02:14:47.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/metadata_version.txt |
| 13244 | 2026-01-29T02:14:47.730Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/primary.cidx (90 bytes) |
| 13245 | 2026-01-29T02:14:48.802Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/primary.cidx |
| 13246 | 2026-01-29T02:14:48.802Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/ttl.txt (80 bytes) |
| 13247 | 2026-01-29T02:14:49.896Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/ttl.txt |
| 13248 | 2026-01-29T02:14:49.920Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/checksums.txt (249 bytes) |
| 13249 | 2026-01-29T02:14:50.991Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/checksums.txt |
| 13250 | 2026-01-29T02:14:50.991Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/columns.txt (143 bytes) |
| 13251 | 2026-01-29T02:14:52.086Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/columns.txt |
| 13252 | 2026-01-29T02:14:52.110Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/count.txt (1 bytes) |
| 13253 | 2026-01-29T02:14:53.182Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/count.txt |
| 13254 | 2026-01-29T02:14:53.182Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/data.bin (159 bytes) |
| 13255 | 2026-01-29T02:14:54.278Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/data.bin |
| 13256 | 2026-01-29T02:14:54.279Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/data.cmrk3 (66 bytes) |
| 13257 | 2026-01-29T02:14:55.375Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/data.cmrk3 |
| 13258 | 2026-01-29T02:14:55.399Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/default_compression_codec.txt (10 bytes) |
| 13259 | 2026-01-29T02:14:56.470Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/default_compression_codec.txt |
| 13260 | 2026-01-29T02:14:56.470Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/metadata_version.txt (1 bytes) |
| 13261 | 2026-01-29T02:14:57.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/metadata_version.txt |
| 13262 | 2026-01-29T02:14:57.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/primary.cidx (90 bytes) |
| 13263 | 2026-01-29T02:14:58.662Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/primary.cidx |
| 13264 | 2026-01-29T02:14:58.662Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/ttl.txt (80 bytes) |
| 13265 | 2026-01-29T02:14:59.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/ttl.txt |
| 13266 | 2026-01-29T02:14:59.758Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/checksums.txt (249 bytes) |
| 13267 | 2026-01-29T02:15:00.853Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/checksums.txt |
| 13268 | 2026-01-29T02:15:00.854Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/columns.txt (143 bytes) |
| 13269 | 2026-01-29T02:15:01.949Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/columns.txt |
| 13270 | 2026-01-29T02:15:01.949Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/count.txt (1 bytes) |
| 13271 | 2026-01-29T02:15:03.046Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/count.txt |
| 13272 | 2026-01-29T02:15:03.046Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/data.bin (159 bytes) |
| 13273 | 2026-01-29T02:15:04.142Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/data.bin |
| 13274 | 2026-01-29T02:15:04.142Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/data.cmrk3 (66 bytes) |
| 13275 | 2026-01-29T02:15:05.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/data.cmrk3 |
| 13276 | 2026-01-29T02:15:05.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/default_compression_codec.txt (10 bytes) |
| 13277 | 2026-01-29T02:15:06.331Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/default_compression_codec.txt |
| 13278 | 2026-01-29T02:15:06.331Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/metadata_version.txt (1 bytes) |
| 13279 | 2026-01-29T02:15:07.425Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/metadata_version.txt |
| 13280 | 2026-01-29T02:15:07.425Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/primary.cidx (90 bytes) |
| 13281 | 2026-01-29T02:15:08.518Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/primary.cidx |
| 13282 | 2026-01-29T02:15:08.542Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/ttl.txt (80 bytes) |
| 13283 | 2026-01-29T02:15:09.612Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/ttl.txt |
| 13284 | 2026-01-29T02:15:09.612Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/checksums.txt (249 bytes) |
| 13285 | 2026-01-29T02:15:10.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/checksums.txt |
| 13286 | 2026-01-29T02:15:10.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/columns.txt (143 bytes) |
| 13287 | 2026-01-29T02:15:11.798Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/columns.txt |
| 13288 | 2026-01-29T02:15:11.798Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/count.txt (1 bytes) |
| 13289 | 2026-01-29T02:15:12.892Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/count.txt |
| 13290 | 2026-01-29T02:15:12.892Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/data.bin (159 bytes) |
| 13291 | 2026-01-29T02:15:13.993Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/data.bin |
| 13292 | 2026-01-29T02:15:13.994Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/data.cmrk3 (66 bytes) |
| 13293 | 2026-01-29T02:15:15.087Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/data.cmrk3 |
| 13294 | 2026-01-29T02:15:15.087Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/default_compression_codec.txt (10 bytes) |
| 13295 | 2026-01-29T02:15:16.241Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/default_compression_codec.txt |
| 13296 | 2026-01-29T02:15:16.242Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/metadata_version.txt (1 bytes) |
| 13297 | 2026-01-29T02:15:17.335Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/metadata_version.txt |
| 13298 | 2026-01-29T02:15:17.360Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/primary.cidx (90 bytes) |
| 13299 | 2026-01-29T02:15:18.429Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/primary.cidx |
| 13300 | 2026-01-29T02:15:18.454Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/ttl.txt (80 bytes) |
| 13301 | 2026-01-29T02:15:19.527Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/ttl.txt |
| 13302 | 2026-01-29T02:15:19.527Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/checksums.txt (249 bytes) |
| 13303 | 2026-01-29T02:15:20.623Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/checksums.txt |
| 13304 | 2026-01-29T02:15:20.623Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/columns.txt (143 bytes) |
| 13305 | 2026-01-29T02:15:21.717Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/columns.txt |
| 13306 | 2026-01-29T02:15:21.717Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/count.txt (1 bytes) |
| 13307 | 2026-01-29T02:15:22.813Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/count.txt |
| 13308 | 2026-01-29T02:15:22.837Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/data.bin (159 bytes) |
| 13309 | 2026-01-29T02:15:23.908Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/data.bin |
| 13310 | 2026-01-29T02:15:23.909Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/data.cmrk3 (66 bytes) |
| 13311 | 2026-01-29T02:15:25.006Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/data.cmrk3 |
| 13312 | 2026-01-29T02:15:25.006Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/default_compression_codec.txt (10 bytes) |
| 13313 | 2026-01-29T02:15:26.101Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/default_compression_codec.txt |
| 13314 | 2026-01-29T02:15:26.101Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/metadata_version.txt (1 bytes) |
| 13315 | 2026-01-29T02:15:27.197Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/metadata_version.txt |
| 13316 | 2026-01-29T02:15:27.197Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/primary.cidx (90 bytes) |
| 13317 | 2026-01-29T02:15:28.294Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/primary.cidx |
| 13318 | 2026-01-29T02:15:28.294Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/ttl.txt (80 bytes) |
| 13319 | 2026-01-29T02:15:29.389Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/ttl.txt |
| 13320 | 2026-01-29T02:15:29.389Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/checksums.txt (249 bytes) |
| 13321 | 2026-01-29T02:15:30.485Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/checksums.txt |
| 13322 | 2026-01-29T02:15:30.485Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/columns.txt (143 bytes) |
| 13323 | 2026-01-29T02:15:31.580Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/columns.txt |
| 13324 | 2026-01-29T02:15:31.580Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/count.txt (1 bytes) |
| 13325 | 2026-01-29T02:15:32.681Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/count.txt |
| 13326 | 2026-01-29T02:15:32.682Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/data.bin (159 bytes) |
| 13327 | 2026-01-29T02:15:33.777Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/data.bin |
| 13328 | 2026-01-29T02:15:33.777Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/data.cmrk3 (66 bytes) |
| 13329 | 2026-01-29T02:15:34.872Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/data.cmrk3 |
| 13330 | 2026-01-29T02:15:34.872Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/default_compression_codec.txt (10 bytes) |
| 13331 | 2026-01-29T02:15:35.967Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/default_compression_codec.txt |
| 13332 | 2026-01-29T02:15:35.967Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/metadata_version.txt (1 bytes) |
| 13333 | 2026-01-29T02:15:37.161Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/metadata_version.txt |
| 13334 | 2026-01-29T02:15:37.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/primary.cidx (90 bytes) |
| 13335 | 2026-01-29T02:15:38.258Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/primary.cidx |
| 13336 | 2026-01-29T02:15:38.258Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/ttl.txt (80 bytes) |
| 13337 | 2026-01-29T02:15:39.354Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/ttl.txt |
| 13338 | 2026-01-29T02:15:39.378Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/checksums.txt (250 bytes) |
| 13339 | 2026-01-29T02:15:40.449Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/checksums.txt |
| 13340 | 2026-01-29T02:15:40.449Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/columns.txt (143 bytes) |
| 13341 | 2026-01-29T02:15:41.544Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/columns.txt |
| 13342 | 2026-01-29T02:15:41.568Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/count.txt (2 bytes) |
| 13343 | 2026-01-29T02:15:42.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/count.txt |
| 13344 | 2026-01-29T02:15:42.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/data.bin (588 bytes) |
| 13345 | 2026-01-29T02:15:43.823Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/data.bin |
| 13346 | 2026-01-29T02:15:43.847Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/data.cmrk3 (68 bytes) |
| 13347 | 2026-01-29T02:15:44.921Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/data.cmrk3 |
| 13348 | 2026-01-29T02:15:44.921Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 13349 | 2026-01-29T02:15:46.015Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/default_compression_codec.txt |
| 13350 | 2026-01-29T02:15:46.015Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/metadata_version.txt (1 bytes) |
| 13351 | 2026-01-29T02:15:47.111Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/metadata_version.txt |
| 13352 | 2026-01-29T02:15:47.111Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/primary.cidx (125 bytes) |
| 13353 | 2026-01-29T02:15:48.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/primary.cidx |
| 13354 | 2026-01-29T02:15:48.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/ttl.txt (80 bytes) |
| 13355 | 2026-01-29T02:15:49.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/ttl.txt |
| 13356 | 2026-01-29T02:15:49.325Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/checksums.txt (250 bytes) |
| 13357 | 2026-01-29T02:15:50.403Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/checksums.txt |
| 13358 | 2026-01-29T02:15:50.403Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/columns.txt (143 bytes) |
| 13359 | 2026-01-29T02:15:51.497Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/columns.txt |
| 13360 | 2026-01-29T02:15:51.497Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/count.txt (2 bytes) |
| 13361 | 2026-01-29T02:15:52.593Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/count.txt |
| 13362 | 2026-01-29T02:15:52.617Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/data.bin (645 bytes) |
| 13363 | 2026-01-29T02:15:53.687Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/data.bin |
| 13364 | 2026-01-29T02:15:53.687Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/data.cmrk3 (68 bytes) |
| 13365 | 2026-01-29T02:15:54.782Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/data.cmrk3 |
| 13366 | 2026-01-29T02:15:54.782Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/default_compression_codec.txt (10 bytes) |
| 13367 | 2026-01-29T02:15:55.897Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/default_compression_codec.txt |
| 13368 | 2026-01-29T02:15:55.897Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/metadata_version.txt (1 bytes) |
| 13369 | 2026-01-29T02:15:56.991Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/metadata_version.txt |
| 13370 | 2026-01-29T02:15:56.992Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/primary.cidx (125 bytes) |
| 13371 | 2026-01-29T02:15:58.088Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/primary.cidx |
| 13372 | 2026-01-29T02:15:58.088Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/ttl.txt (80 bytes) |
| 13373 | 2026-01-29T02:15:59.186Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/ttl.txt |
| 13374 | 2026-01-29T02:15:59.186Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/checksums.txt (250 bytes) |
| 13375 | 2026-01-29T02:16:00.281Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/checksums.txt |
| 13376 | 2026-01-29T02:16:00.281Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/columns.txt (143 bytes) |
| 13377 | 2026-01-29T02:16:01.377Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/columns.txt |
| 13378 | 2026-01-29T02:16:01.377Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/count.txt (2 bytes) |
| 13379 | 2026-01-29T02:16:02.498Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/count.txt |
| 13380 | 2026-01-29T02:16:02.498Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/data.bin (382 bytes) |
| 13381 | 2026-01-29T02:16:03.593Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/data.bin |
| 13382 | 2026-01-29T02:16:03.617Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/data.cmrk3 (68 bytes) |
| 13383 | 2026-01-29T02:16:04.691Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/data.cmrk3 |
| 13384 | 2026-01-29T02:16:04.691Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 13385 | 2026-01-29T02:16:05.787Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/default_compression_codec.txt |
| 13386 | 2026-01-29T02:16:05.787Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/metadata_version.txt (1 bytes) |
| 13387 | 2026-01-29T02:16:06.883Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/metadata_version.txt |
| 13388 | 2026-01-29T02:16:06.883Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/primary.cidx (125 bytes) |
| 13389 | 2026-01-29T02:16:07.979Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/primary.cidx |
| 13390 | 2026-01-29T02:16:07.979Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/ttl.txt (80 bytes) |
| 13391 | 2026-01-29T02:16:09.077Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/ttl.txt |
| 13392 | 2026-01-29T02:16:09.077Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/checksums.txt (250 bytes) |
| 13393 | 2026-01-29T02:16:10.173Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/checksums.txt |
| 13394 | 2026-01-29T02:16:10.173Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/columns.txt (143 bytes) |
| 13395 | 2026-01-29T02:16:11.269Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/columns.txt |
| 13396 | 2026-01-29T02:16:11.269Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/count.txt (2 bytes) |
| 13397 | 2026-01-29T02:16:12.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/count.txt |
| 13398 | 2026-01-29T02:16:12.364Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/data.bin (749 bytes) |
| 13399 | 2026-01-29T02:16:13.459Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/data.bin |
| 13400 | 2026-01-29T02:16:13.483Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/data.cmrk3 (68 bytes) |
| 13401 | 2026-01-29T02:16:14.554Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/data.cmrk3 |
| 13402 | 2026-01-29T02:16:14.554Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/default_compression_codec.txt (10 bytes) |
| 13403 | 2026-01-29T02:16:15.650Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/default_compression_codec.txt |
| 13404 | 2026-01-29T02:16:15.650Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/metadata_version.txt (1 bytes) |
| 13405 | 2026-01-29T02:16:16.746Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/metadata_version.txt |
| 13406 | 2026-01-29T02:16:16.770Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/primary.cidx (125 bytes) |
| 13407 | 2026-01-29T02:16:17.845Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/primary.cidx |
| 13408 | 2026-01-29T02:16:17.845Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/ttl.txt (80 bytes) |
| 13409 | 2026-01-29T02:16:18.941Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/ttl.txt |
| 13410 | 2026-01-29T02:16:18.941Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/checksums.txt (250 bytes) |
| 13411 | 2026-01-29T02:16:20.035Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/checksums.txt |
| 13412 | 2026-01-29T02:16:20.036Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/columns.txt (143 bytes) |
| 13413 | 2026-01-29T02:16:21.131Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/columns.txt |
| 13414 | 2026-01-29T02:16:21.131Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/count.txt (2 bytes) |
| 13415 | 2026-01-29T02:16:22.227Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/count.txt |
| 13416 | 2026-01-29T02:16:22.227Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/data.bin (806 bytes) |
| 13417 | 2026-01-29T02:16:23.323Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/data.bin |
| 13418 | 2026-01-29T02:16:23.323Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/data.cmrk3 (69 bytes) |
| 13419 | 2026-01-29T02:16:24.420Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/data.cmrk3 |
| 13420 | 2026-01-29T02:16:24.445Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/default_compression_codec.txt (10 bytes) |
| 13421 | 2026-01-29T02:16:25.523Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/default_compression_codec.txt |
| 13422 | 2026-01-29T02:16:25.547Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/metadata_version.txt (1 bytes) |
| 13423 | 2026-01-29T02:16:26.619Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/metadata_version.txt |
| 13424 | 2026-01-29T02:16:26.619Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/primary.cidx (125 bytes) |
| 13425 | 2026-01-29T02:16:27.715Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/primary.cidx |
| 13426 | 2026-01-29T02:16:27.715Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/ttl.txt (80 bytes) |
| 13427 | 2026-01-29T02:16:28.811Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/ttl.txt |
| 13428 | 2026-01-29T02:16:28.811Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/checksums.txt (250 bytes) |
| 13429 | 2026-01-29T02:16:29.906Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/checksums.txt |
| 13430 | 2026-01-29T02:16:29.906Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/columns.txt (143 bytes) |
| 13431 | 2026-01-29T02:16:31.125Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/columns.txt |
| 13432 | 2026-01-29T02:16:31.125Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/count.txt (2 bytes) |
| 13433 | 2026-01-29T02:16:32.222Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/count.txt |
| 13434 | 2026-01-29T02:16:32.246Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/data.bin (915 bytes) |
| 13435 | 2026-01-29T02:16:33.318Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/data.bin |
| 13436 | 2026-01-29T02:16:33.318Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/data.cmrk3 (69 bytes) |
| 13437 | 2026-01-29T02:16:34.414Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/data.cmrk3 |
| 13438 | 2026-01-29T02:16:34.414Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/default_compression_codec.txt (10 bytes) |
| 13439 | 2026-01-29T02:16:35.511Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/default_compression_codec.txt |
| 13440 | 2026-01-29T02:16:35.511Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/metadata_version.txt (1 bytes) |
| 13441 | 2026-01-29T02:16:36.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/metadata_version.txt |
| 13442 | 2026-01-29T02:16:36.608Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/primary.cidx (125 bytes) |
| 13443 | 2026-01-29T02:16:37.700Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/primary.cidx |
| 13444 | 2026-01-29T02:16:37.700Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/ttl.txt (80 bytes) |
| 13445 | 2026-01-29T02:16:38.794Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/ttl.txt |
| 13446 | 2026-01-29T02:16:38.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/checksums.txt (250 bytes) |
| 13447 | 2026-01-29T02:16:39.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/checksums.txt |
| 13448 | 2026-01-29T02:16:39.913Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/columns.txt (143 bytes) |
| 13449 | 2026-01-29T02:16:40.982Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/columns.txt |
| 13450 | 2026-01-29T02:16:40.983Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/count.txt (2 bytes) |
| 13451 | 2026-01-29T02:16:42.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/count.txt |
| 13452 | 2026-01-29T02:16:42.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/data.bin (456 bytes) |
| 13453 | 2026-01-29T02:16:43.281Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/data.bin |
| 13454 | 2026-01-29T02:16:43.307Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/data.cmrk3 (68 bytes) |
| 13455 | 2026-01-29T02:16:44.374Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/data.cmrk3 |
| 13456 | 2026-01-29T02:16:44.374Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 13457 | 2026-01-29T02:16:45.470Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/default_compression_codec.txt |
| 13458 | 2026-01-29T02:16:45.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/metadata_version.txt (1 bytes) |
| 13459 | 2026-01-29T02:16:46.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/metadata_version.txt |
| 13460 | 2026-01-29T02:16:46.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/primary.cidx (125 bytes) |
| 13461 | 2026-01-29T02:16:47.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/primary.cidx |
| 13462 | 2026-01-29T02:16:47.685Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/ttl.txt (80 bytes) |
| 13463 | 2026-01-29T02:16:48.756Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/ttl.txt |
| 13464 | 2026-01-29T02:16:48.756Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/checksums.txt (249 bytes) |
| 13465 | 2026-01-29T02:16:49.850Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/checksums.txt |
| 13466 | 2026-01-29T02:16:49.874Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/columns.txt (143 bytes) |
| 13467 | 2026-01-29T02:16:50.948Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/columns.txt |
| 13468 | 2026-01-29T02:16:50.948Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/count.txt (1 bytes) |
| 13469 | 2026-01-29T02:16:52.043Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/count.txt |
| 13470 | 2026-01-29T02:16:52.043Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/data.bin (159 bytes) |
| 13471 | 2026-01-29T02:16:53.230Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/data.bin |
| 13472 | 2026-01-29T02:16:53.230Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/data.cmrk3 (66 bytes) |
| 13473 | 2026-01-29T02:16:54.323Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/data.cmrk3 |
| 13474 | 2026-01-29T02:16:54.348Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/default_compression_codec.txt (10 bytes) |
| 13475 | 2026-01-29T02:16:55.419Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/default_compression_codec.txt |
| 13476 | 2026-01-29T02:16:55.419Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/metadata_version.txt (1 bytes) |
| 13477 | 2026-01-29T02:16:56.514Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/metadata_version.txt |
| 13478 | 2026-01-29T02:16:56.514Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/primary.cidx (90 bytes) |
| 13479 | 2026-01-29T02:16:57.610Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/primary.cidx |
| 13480 | 2026-01-29T02:16:57.610Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/ttl.txt (80 bytes) |
| 13481 | 2026-01-29T02:16:58.703Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/ttl.txt |
| 13482 | 2026-01-29T02:16:58.704Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/checksums.txt (251 bytes) |
| 13483 | 2026-01-29T02:16:59.798Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/checksums.txt |
| 13484 | 2026-01-29T02:16:59.798Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/columns.txt (143 bytes) |
| 13485 | 2026-01-29T02:17:00.897Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/columns.txt |
| 13486 | 2026-01-29T02:17:00.897Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/count.txt (1 bytes) |
| 13487 | 2026-01-29T02:17:01.989Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/count.txt |
| 13488 | 2026-01-29T02:17:01.989Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/data.bin (271 bytes) |
| 13489 | 2026-01-29T02:17:03.082Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/data.bin |
| 13490 | 2026-01-29T02:17:03.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/data.cmrk3 (67 bytes) |
| 13491 | 2026-01-29T02:17:04.178Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/data.cmrk3 |
| 13492 | 2026-01-29T02:17:04.202Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/default_compression_codec.txt (10 bytes) |
| 13493 | 2026-01-29T02:17:05.273Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/default_compression_codec.txt |
| 13494 | 2026-01-29T02:17:05.273Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/metadata_version.txt (1 bytes) |
| 13495 | 2026-01-29T02:17:06.367Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/metadata_version.txt |
| 13496 | 2026-01-29T02:17:06.367Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/primary.cidx (139 bytes) |
| 13497 | 2026-01-29T02:17:07.461Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/primary.cidx |
| 13498 | 2026-01-29T02:17:07.461Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/ttl.txt (80 bytes) |
| 13499 | 2026-01-29T02:17:08.555Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/ttl.txt |
| 13500 | 2026-01-29T02:17:08.555Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/checksums.txt (249 bytes) |
| 13501 | 2026-01-29T02:17:09.652Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/checksums.txt |
| 13502 | 2026-01-29T02:17:09.652Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/columns.txt (143 bytes) |
| 13503 | 2026-01-29T02:17:10.747Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/columns.txt |
| 13504 | 2026-01-29T02:17:10.747Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/count.txt (1 bytes) |
| 13505 | 2026-01-29T02:17:11.845Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/count.txt |
| 13506 | 2026-01-29T02:17:11.845Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/data.bin (159 bytes) |
| 13507 | 2026-01-29T02:17:12.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/data.bin |
| 13508 | 2026-01-29T02:17:12.940Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/data.cmrk3 (66 bytes) |
| 13509 | 2026-01-29T02:17:14.036Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/data.cmrk3 |
| 13510 | 2026-01-29T02:17:14.036Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/default_compression_codec.txt (10 bytes) |
| 13511 | 2026-01-29T02:17:15.131Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/default_compression_codec.txt |
| 13512 | 2026-01-29T02:17:15.131Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/metadata_version.txt (1 bytes) |
| 13513 | 2026-01-29T02:17:16.226Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/metadata_version.txt |
| 13514 | 2026-01-29T02:17:16.226Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/primary.cidx (90 bytes) |
| 13515 | 2026-01-29T02:17:17.319Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/primary.cidx |
| 13516 | 2026-01-29T02:17:17.319Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/ttl.txt (80 bytes) |
| 13517 | 2026-01-29T02:17:18.413Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/ttl.txt |
| 13518 | 2026-01-29T02:17:18.437Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/checksums.txt (249 bytes) |
| 13519 | 2026-01-29T02:17:19.508Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/checksums.txt |
| 13520 | 2026-01-29T02:17:19.508Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/columns.txt (143 bytes) |
| 13521 | 2026-01-29T02:17:20.609Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/columns.txt |
| 13522 | 2026-01-29T02:17:20.609Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/count.txt (1 bytes) |
| 13523 | 2026-01-29T02:17:21.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/count.txt |
| 13524 | 2026-01-29T02:17:21.705Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/data.bin (159 bytes) |
| 13525 | 2026-01-29T02:17:22.800Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/data.bin |
| 13526 | 2026-01-29T02:17:22.800Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/data.cmrk3 (66 bytes) |
| 13527 | 2026-01-29T02:17:23.897Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/data.cmrk3 |
| 13528 | 2026-01-29T02:17:23.897Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/default_compression_codec.txt (10 bytes) |
| 13529 | 2026-01-29T02:17:24.994Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/default_compression_codec.txt |
| 13530 | 2026-01-29T02:17:25.018Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/metadata_version.txt (1 bytes) |
| 13531 | 2026-01-29T02:17:26.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/metadata_version.txt |
| 13532 | 2026-01-29T02:17:26.115Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/primary.cidx (90 bytes) |
| 13533 | 2026-01-29T02:17:27.189Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/primary.cidx |
| 13534 | 2026-01-29T02:17:27.189Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/ttl.txt (80 bytes) |
| 13535 | 2026-01-29T02:17:28.282Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/ttl.txt |
| 13536 | 2026-01-29T02:17:28.282Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/checksums.txt (249 bytes) |
| 13537 | 2026-01-29T02:17:29.381Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/checksums.txt |
| 13538 | 2026-01-29T02:17:29.405Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/columns.txt (143 bytes) |
| 13539 | 2026-01-29T02:17:30.477Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/columns.txt |
| 13540 | 2026-01-29T02:17:30.501Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/count.txt (1 bytes) |
| 13541 | 2026-01-29T02:17:31.572Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/count.txt |
| 13542 | 2026-01-29T02:17:31.573Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/data.bin (159 bytes) |
| 13543 | 2026-01-29T02:17:32.667Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/data.bin |
| 13544 | 2026-01-29T02:17:32.691Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/data.cmrk3 (66 bytes) |
| 13545 | 2026-01-29T02:17:33.763Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/data.cmrk3 |
| 13546 | 2026-01-29T02:17:33.788Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/default_compression_codec.txt (10 bytes) |
| 13547 | 2026-01-29T02:17:34.862Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/default_compression_codec.txt |
| 13548 | 2026-01-29T02:17:34.862Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/metadata_version.txt (1 bytes) |
| 13549 | 2026-01-29T02:17:35.958Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/metadata_version.txt |
| 13550 | 2026-01-29T02:17:35.958Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/primary.cidx (90 bytes) |
| 13551 | 2026-01-29T02:17:37.057Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/primary.cidx |
| 13552 | 2026-01-29T02:17:37.057Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/ttl.txt (80 bytes) |
| 13553 | 2026-01-29T02:17:38.152Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/ttl.txt |
| 13554 | 2026-01-29T02:17:38.152Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/checksums.txt (249 bytes) |
| 13555 | 2026-01-29T02:17:39.248Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/checksums.txt |
| 13556 | 2026-01-29T02:17:39.248Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/columns.txt (143 bytes) |
| 13557 | 2026-01-29T02:17:40.345Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/columns.txt |
| 13558 | 2026-01-29T02:17:40.345Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/count.txt (1 bytes) |
| 13559 | 2026-01-29T02:17:41.445Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/count.txt |
| 13560 | 2026-01-29T02:17:41.469Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/data.bin (159 bytes) |
| 13561 | 2026-01-29T02:17:42.549Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/data.bin |
| 13562 | 2026-01-29T02:17:42.549Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/data.cmrk3 (66 bytes) |
| 13563 | 2026-01-29T02:17:43.645Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/data.cmrk3 |
| 13564 | 2026-01-29T02:17:43.645Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/default_compression_codec.txt (10 bytes) |
| 13565 | 2026-01-29T02:17:44.740Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/default_compression_codec.txt |
| 13566 | 2026-01-29T02:17:44.741Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/metadata_version.txt (1 bytes) |
| 13567 | 2026-01-29T02:17:45.836Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/metadata_version.txt |
| 13568 | 2026-01-29T02:17:45.861Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/primary.cidx (90 bytes) |
| 13569 | 2026-01-29T02:17:46.933Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/primary.cidx |
| 13570 | 2026-01-29T02:17:46.933Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/ttl.txt (80 bytes) |
| 13571 | 2026-01-29T02:17:48.028Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/ttl.txt |
| 13572 | 2026-01-29T02:17:48.053Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/checksums.txt (249 bytes) |
| 13573 | 2026-01-29T02:17:49.124Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/checksums.txt |
| 13574 | 2026-01-29T02:17:49.124Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/columns.txt (143 bytes) |
| 13575 | 2026-01-29T02:17:50.220Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/columns.txt |
| 13576 | 2026-01-29T02:17:50.244Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/count.txt (1 bytes) |
| 13577 | 2026-01-29T02:17:51.316Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/count.txt |
| 13578 | 2026-01-29T02:17:51.316Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/data.bin (159 bytes) |
| 13579 | 2026-01-29T02:17:52.411Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/data.bin |
| 13580 | 2026-01-29T02:17:52.411Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/data.cmrk3 (66 bytes) |
| 13581 | 2026-01-29T02:17:53.512Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/data.cmrk3 |
| 13582 | 2026-01-29T02:17:53.512Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/default_compression_codec.txt (10 bytes) |
| 13583 | 2026-01-29T02:17:54.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/default_compression_codec.txt |
| 13584 | 2026-01-29T02:17:54.608Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/metadata_version.txt (1 bytes) |
| 13585 | 2026-01-29T02:17:55.704Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/metadata_version.txt |
| 13586 | 2026-01-29T02:17:55.704Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/primary.cidx (90 bytes) |
| 13587 | 2026-01-29T02:17:56.799Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/primary.cidx |
| 13588 | 2026-01-29T02:17:56.799Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/ttl.txt (80 bytes) |
| 13589 | 2026-01-29T02:17:57.893Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/ttl.txt |
| 13590 | 2026-01-29T02:17:57.917Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/checksums.txt (249 bytes) |
| 13591 | 2026-01-29T02:17:58.986Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/checksums.txt |
| 13592 | 2026-01-29T02:17:58.986Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/columns.txt (143 bytes) |
| 13593 | 2026-01-29T02:18:00.081Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/columns.txt |
| 13594 | 2026-01-29T02:18:00.081Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/count.txt (1 bytes) |
| 13595 | 2026-01-29T02:18:01.175Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/count.txt |
| 13596 | 2026-01-29T02:18:01.175Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/data.bin (159 bytes) |
| 13597 | 2026-01-29T02:18:02.271Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/data.bin |
| 13598 | 2026-01-29T02:18:02.295Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/data.cmrk3 (66 bytes) |
| 13599 | 2026-01-29T02:18:03.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/data.cmrk3 |
| 13600 | 2026-01-29T02:18:03.364Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/default_compression_codec.txt (10 bytes) |
| 13601 | 2026-01-29T02:18:04.457Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/default_compression_codec.txt |
| 13602 | 2026-01-29T02:18:04.457Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/metadata_version.txt (1 bytes) |
| 13603 | 2026-01-29T02:18:05.551Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/metadata_version.txt |
| 13604 | 2026-01-29T02:18:05.551Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/primary.cidx (90 bytes) |
| 13605 | 2026-01-29T02:18:06.648Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/primary.cidx |
| 13606 | 2026-01-29T02:18:06.672Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/ttl.txt (80 bytes) |
| 13607 | 2026-01-29T02:18:07.743Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/ttl.txt |
| 13608 | 2026-01-29T02:18:07.743Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/checksums.txt (249 bytes) |
| 13609 | 2026-01-29T02:18:08.838Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/checksums.txt |
| 13610 | 2026-01-29T02:18:08.838Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/columns.txt (143 bytes) |
| 13611 | 2026-01-29T02:18:09.933Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/columns.txt |
| 13612 | 2026-01-29T02:18:09.933Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/count.txt (1 bytes) |
| 13613 | 2026-01-29T02:18:11.029Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/count.txt |
| 13614 | 2026-01-29T02:18:11.029Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/data.bin (159 bytes) |
| 13615 | 2026-01-29T02:18:12.215Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/data.bin |
| 13616 | 2026-01-29T02:18:12.216Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/data.cmrk3 (66 bytes) |
| 13617 | 2026-01-29T02:18:13.310Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/data.cmrk3 |
| 13618 | 2026-01-29T02:18:13.310Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/default_compression_codec.txt (10 bytes) |
| 13619 | 2026-01-29T02:18:14.405Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/default_compression_codec.txt |
| 13620 | 2026-01-29T02:18:14.429Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/metadata_version.txt (1 bytes) |
| 13621 | 2026-01-29T02:18:15.501Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/metadata_version.txt |
| 13622 | 2026-01-29T02:18:15.526Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/primary.cidx (90 bytes) |
| 13623 | 2026-01-29T02:18:16.597Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/primary.cidx |
| 13624 | 2026-01-29T02:18:16.622Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/ttl.txt (80 bytes) |
| 13625 | 2026-01-29T02:18:17.691Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/ttl.txt |
| 13626 | 2026-01-29T02:18:17.715Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/checksums.txt (249 bytes) |
| 13627 | 2026-01-29T02:18:18.785Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/checksums.txt |
| 13628 | 2026-01-29T02:18:18.809Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/columns.txt (143 bytes) |
| 13629 | 2026-01-29T02:18:19.878Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/columns.txt |
| 13630 | 2026-01-29T02:18:19.878Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/count.txt (1 bytes) |
| 13631 | 2026-01-29T02:18:20.972Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/count.txt |
| 13632 | 2026-01-29T02:18:20.972Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/data.bin (159 bytes) |
| 13633 | 2026-01-29T02:18:22.066Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/data.bin |
| 13634 | 2026-01-29T02:18:22.090Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/data.cmrk3 (66 bytes) |
| 13635 | 2026-01-29T02:18:23.160Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/data.cmrk3 |
| 13636 | 2026-01-29T02:18:23.160Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/default_compression_codec.txt (10 bytes) |
| 13637 | 2026-01-29T02:18:24.253Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/default_compression_codec.txt |
| 13638 | 2026-01-29T02:18:24.277Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/metadata_version.txt (1 bytes) |
| 13639 | 2026-01-29T02:18:25.348Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/metadata_version.txt |
| 13640 | 2026-01-29T02:18:25.372Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/primary.cidx (90 bytes) |
| 13641 | 2026-01-29T02:18:26.443Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/primary.cidx |
| 13642 | 2026-01-29T02:18:26.443Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/ttl.txt (80 bytes) |
| 13643 | 2026-01-29T02:18:27.534Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/ttl.txt |
| 13644 | 2026-01-29T02:18:27.534Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/checksums.txt (249 bytes) |
| 13645 | 2026-01-29T02:18:28.629Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/checksums.txt |
| 13646 | 2026-01-29T02:18:28.629Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/columns.txt (143 bytes) |
| 13647 | 2026-01-29T02:18:29.722Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/columns.txt |
| 13648 | 2026-01-29T02:18:29.722Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/count.txt (1 bytes) |
| 13649 | 2026-01-29T02:18:30.816Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/count.txt |
| 13650 | 2026-01-29T02:18:30.816Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/data.bin (159 bytes) |
| 13651 | 2026-01-29T02:18:31.914Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/data.bin |
| 13652 | 2026-01-29T02:18:31.914Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/data.cmrk3 (66 bytes) |
| 13653 | 2026-01-29T02:18:33.007Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/data.cmrk3 |
| 13654 | 2026-01-29T02:18:33.007Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 13655 | 2026-01-29T02:18:34.101Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/default_compression_codec.txt |
| 13656 | 2026-01-29T02:18:34.101Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/metadata_version.txt (1 bytes) |
| 13657 | 2026-01-29T02:18:35.195Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/metadata_version.txt |
| 13658 | 2026-01-29T02:18:35.195Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/primary.cidx (90 bytes) |
| 13659 | 2026-01-29T02:18:36.290Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/primary.cidx |
| 13660 | 2026-01-29T02:18:36.290Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/ttl.txt (80 bytes) |
| 13661 | 2026-01-29T02:18:37.384Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/ttl.txt |
| 13662 | 2026-01-29T02:18:37.384Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/checksums.txt (249 bytes) |
| 13663 | 2026-01-29T02:18:38.480Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/checksums.txt |
| 13664 | 2026-01-29T02:18:38.480Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/columns.txt (143 bytes) |
| 13665 | 2026-01-29T02:18:39.574Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/columns.txt |
| 13666 | 2026-01-29T02:18:39.574Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/count.txt (1 bytes) |
| 13667 | 2026-01-29T02:18:40.668Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/count.txt |
| 13668 | 2026-01-29T02:18:40.668Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/data.bin (159 bytes) |
| 13669 | 2026-01-29T02:18:41.761Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/data.bin |
| 13670 | 2026-01-29T02:18:41.761Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/data.cmrk3 (66 bytes) |
| 13671 | 2026-01-29T02:18:42.854Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/data.cmrk3 |
| 13672 | 2026-01-29T02:18:42.854Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/default_compression_codec.txt (10 bytes) |
| 13673 | 2026-01-29T02:18:43.948Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/default_compression_codec.txt |
| 13674 | 2026-01-29T02:18:43.972Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/metadata_version.txt (1 bytes) |
| 13675 | 2026-01-29T02:18:45.042Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/metadata_version.txt |
| 13676 | 2026-01-29T02:18:45.042Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/primary.cidx (90 bytes) |
| 13677 | 2026-01-29T02:18:46.135Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/primary.cidx |
| 13678 | 2026-01-29T02:18:46.159Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/ttl.txt (80 bytes) |
| 13679 | 2026-01-29T02:18:47.229Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/ttl.txt |
| 13680 | 2026-01-29T02:18:47.229Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/checksums.txt (250 bytes) |
| 13681 | 2026-01-29T02:18:48.322Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/checksums.txt |
| 13682 | 2026-01-29T02:18:48.322Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/columns.txt (143 bytes) |
| 13683 | 2026-01-29T02:18:49.416Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/columns.txt |
| 13684 | 2026-01-29T02:18:49.416Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/count.txt (1 bytes) |
| 13685 | 2026-01-29T02:18:50.510Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/count.txt |
| 13686 | 2026-01-29T02:18:50.538Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/data.bin (284 bytes) |
| 13687 | 2026-01-29T02:18:51.604Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/data.bin |
| 13688 | 2026-01-29T02:18:51.604Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/data.cmrk3 (67 bytes) |
| 13689 | 2026-01-29T02:18:52.698Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/data.cmrk3 |
| 13690 | 2026-01-29T02:18:52.698Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/default_compression_codec.txt (10 bytes) |
| 13691 | 2026-01-29T02:18:53.790Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/default_compression_codec.txt |
| 13692 | 2026-01-29T02:18:53.814Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/metadata_version.txt (1 bytes) |
| 13693 | 2026-01-29T02:18:54.884Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/metadata_version.txt |
| 13694 | 2026-01-29T02:18:54.884Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/primary.cidx (125 bytes) |
| 13695 | 2026-01-29T02:18:55.979Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/primary.cidx |
| 13696 | 2026-01-29T02:18:55.979Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/ttl.txt (80 bytes) |
| 13697 | 2026-01-29T02:18:57.073Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/ttl.txt |
| 13698 | 2026-01-29T02:18:57.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/checksums.txt (249 bytes) |
| 13699 | 2026-01-29T02:18:58.166Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/checksums.txt |
| 13700 | 2026-01-29T02:18:58.166Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/columns.txt (143 bytes) |
| 13701 | 2026-01-29T02:18:59.259Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/columns.txt |
| 13702 | 2026-01-29T02:18:59.283Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/count.txt (1 bytes) |
| 13703 | 2026-01-29T02:19:00.354Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/count.txt |
| 13704 | 2026-01-29T02:19:00.354Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/data.bin (159 bytes) |
| 13705 | 2026-01-29T02:19:01.450Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/data.bin |
| 13706 | 2026-01-29T02:19:01.450Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/data.cmrk3 (66 bytes) |
| 13707 | 2026-01-29T02:19:02.545Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/data.cmrk3 |
| 13708 | 2026-01-29T02:19:02.545Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/default_compression_codec.txt (10 bytes) |
| 13709 | 2026-01-29T02:19:03.639Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/default_compression_codec.txt |
| 13710 | 2026-01-29T02:19:03.663Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/metadata_version.txt (1 bytes) |
| 13711 | 2026-01-29T02:19:04.732Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/metadata_version.txt |
| 13712 | 2026-01-29T02:19:04.732Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/primary.cidx (90 bytes) |
| 13713 | 2026-01-29T02:19:05.827Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/primary.cidx |
| 13714 | 2026-01-29T02:19:05.827Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/ttl.txt (80 bytes) |
| 13715 | 2026-01-29T02:19:06.921Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/ttl.txt |
| 13716 | 2026-01-29T02:19:06.921Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/checksums.txt (249 bytes) |
| 13717 | 2026-01-29T02:19:08.014Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/checksums.txt |
| 13718 | 2026-01-29T02:19:08.038Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/columns.txt (143 bytes) |
| 13719 | 2026-01-29T02:19:09.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/columns.txt |
| 13720 | 2026-01-29T02:19:09.108Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/count.txt (1 bytes) |
| 13721 | 2026-01-29T02:19:10.201Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/count.txt |
| 13722 | 2026-01-29T02:19:10.201Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/data.bin (159 bytes) |
| 13723 | 2026-01-29T02:19:11.295Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/data.bin |
| 13724 | 2026-01-29T02:19:11.295Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/data.cmrk3 (66 bytes) |
| 13725 | 2026-01-29T02:19:12.391Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/data.cmrk3 |
| 13726 | 2026-01-29T02:19:12.391Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/default_compression_codec.txt (10 bytes) |
| 13727 | 2026-01-29T02:19:13.492Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/default_compression_codec.txt |
| 13728 | 2026-01-29T02:19:13.492Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/metadata_version.txt (1 bytes) |
| 13729 | 2026-01-29T02:19:14.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/metadata_version.txt |
| 13730 | 2026-01-29T02:19:14.913Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/primary.cidx (90 bytes) |
| 13731 | 2026-01-29T02:19:16.019Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/primary.cidx |
| 13732 | 2026-01-29T02:19:16.019Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/ttl.txt (80 bytes) |
| 13733 | 2026-01-29T02:19:17.112Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/ttl.txt |
| 13734 | 2026-01-29T02:19:17.112Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/checksums.txt (249 bytes) |
| 13735 | 2026-01-29T02:19:18.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/checksums.txt |
| 13736 | 2026-01-29T02:19:18.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/columns.txt (143 bytes) |
| 13737 | 2026-01-29T02:19:19.302Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/columns.txt |
| 13738 | 2026-01-29T02:19:19.302Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/count.txt (1 bytes) |
| 13739 | 2026-01-29T02:19:20.398Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/count.txt |
| 13740 | 2026-01-29T02:19:20.398Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/data.bin (159 bytes) |
| 13741 | 2026-01-29T02:19:21.493Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/data.bin |
| 13742 | 2026-01-29T02:19:21.493Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/data.cmrk3 (66 bytes) |
| 13743 | 2026-01-29T02:19:22.591Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/data.cmrk3 |
| 13744 | 2026-01-29T02:19:22.591Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 13745 | 2026-01-29T02:19:23.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/default_compression_codec.txt |
| 13746 | 2026-01-29T02:19:23.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/metadata_version.txt (1 bytes) |
| 13747 | 2026-01-29T02:19:24.887Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/metadata_version.txt |
| 13748 | 2026-01-29T02:19:24.887Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/primary.cidx (90 bytes) |
| 13749 | 2026-01-29T02:19:25.980Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/primary.cidx |
| 13750 | 2026-01-29T02:19:26.005Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/ttl.txt (80 bytes) |
| 13751 | 2026-01-29T02:19:27.074Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/ttl.txt |
| 13752 | 2026-01-29T02:19:27.074Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/checksums.txt (249 bytes) |
| 13753 | 2026-01-29T02:19:28.168Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/checksums.txt |
| 13754 | 2026-01-29T02:19:28.192Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/columns.txt (143 bytes) |
| 13755 | 2026-01-29T02:19:29.261Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/columns.txt |
| 13756 | 2026-01-29T02:19:29.286Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/count.txt (1 bytes) |
| 13757 | 2026-01-29T02:19:30.355Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/count.txt |
| 13758 | 2026-01-29T02:19:30.355Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/data.bin (159 bytes) |
| 13759 | 2026-01-29T02:19:31.449Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/data.bin |
| 13760 | 2026-01-29T02:19:31.449Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/data.cmrk3 (66 bytes) |
| 13761 | 2026-01-29T02:19:32.543Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/data.cmrk3 |
| 13762 | 2026-01-29T02:19:32.543Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 13763 | 2026-01-29T02:19:33.636Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/default_compression_codec.txt |
| 13764 | 2026-01-29T02:19:33.636Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/metadata_version.txt (1 bytes) |
| 13765 | 2026-01-29T02:19:34.730Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/metadata_version.txt |
| 13766 | 2026-01-29T02:19:34.730Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/primary.cidx (90 bytes) |
| 13767 | 2026-01-29T02:19:35.823Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/primary.cidx |
| 13768 | 2026-01-29T02:19:35.823Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/ttl.txt (80 bytes) |
| 13769 | 2026-01-29T02:19:36.916Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/ttl.txt |
| 13770 | 2026-01-29T02:19:36.917Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/checksums.txt (249 bytes) |
| 13771 | 2026-01-29T02:19:38.010Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/checksums.txt |
| 13772 | 2026-01-29T02:19:38.010Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/columns.txt (143 bytes) |
| 13773 | 2026-01-29T02:19:39.111Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/columns.txt |
| 13774 | 2026-01-29T02:19:39.111Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/count.txt (1 bytes) |
| 13775 | 2026-01-29T02:19:40.205Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/count.txt |
| 13776 | 2026-01-29T02:19:40.205Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/data.bin (159 bytes) |
| 13777 | 2026-01-29T02:19:41.298Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/data.bin |
| 13778 | 2026-01-29T02:19:41.298Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/data.cmrk3 (66 bytes) |
| 13779 | 2026-01-29T02:19:42.392Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/data.cmrk3 |
| 13780 | 2026-01-29T02:19:42.420Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 13781 | 2026-01-29T02:19:43.492Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/default_compression_codec.txt |
| 13782 | 2026-01-29T02:19:43.492Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/metadata_version.txt (1 bytes) |
| 13783 | 2026-01-29T02:19:44.583Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/metadata_version.txt |
| 13784 | 2026-01-29T02:19:44.583Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/primary.cidx (90 bytes) |
| 13785 | 2026-01-29T02:19:45.676Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/primary.cidx |
| 13786 | 2026-01-29T02:19:45.676Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/ttl.txt (80 bytes) |
| 13787 | 2026-01-29T02:19:46.770Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/ttl.txt |
| 13788 | 2026-01-29T02:19:46.770Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/checksums.txt (249 bytes) |
| 13789 | 2026-01-29T02:19:47.865Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/checksums.txt |
| 13790 | 2026-01-29T02:19:47.865Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/columns.txt (143 bytes) |
| 13791 | 2026-01-29T02:19:48.958Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/columns.txt |
| 13792 | 2026-01-29T02:19:48.958Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/count.txt (1 bytes) |
| 13793 | 2026-01-29T02:19:50.058Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/count.txt |
| 13794 | 2026-01-29T02:19:50.058Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/data.bin (159 bytes) |
| 13795 | 2026-01-29T02:19:51.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/data.bin |
| 13796 | 2026-01-29T02:19:51.145Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/data.cmrk3 (66 bytes) |
| 13797 | 2026-01-29T02:19:52.239Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/data.cmrk3 |
| 13798 | 2026-01-29T02:19:52.239Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 13799 | 2026-01-29T02:19:53.334Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/default_compression_codec.txt |
| 13800 | 2026-01-29T02:19:53.334Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/metadata_version.txt (1 bytes) |
| 13801 | 2026-01-29T02:19:54.430Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/metadata_version.txt |
| 13802 | 2026-01-29T02:19:54.455Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/primary.cidx (90 bytes) |
| 13803 | 2026-01-29T02:19:55.523Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/primary.cidx |
| 13804 | 2026-01-29T02:19:55.523Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/ttl.txt (80 bytes) |
| 13805 | 2026-01-29T02:19:56.616Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/ttl.txt |
| 13806 | 2026-01-29T02:19:56.616Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/checksums.txt (249 bytes) |
| 13807 | 2026-01-29T02:19:57.711Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/checksums.txt |
| 13808 | 2026-01-29T02:19:57.711Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/columns.txt (143 bytes) |
| 13809 | 2026-01-29T02:19:58.804Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/columns.txt |
| 13810 | 2026-01-29T02:19:58.804Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/count.txt (1 bytes) |
| 13811 | 2026-01-29T02:19:59.896Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/count.txt |
| 13812 | 2026-01-29T02:19:59.896Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/data.bin (159 bytes) |
| 13813 | 2026-01-29T02:20:00.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/data.bin |
| 13814 | 2026-01-29T02:20:00.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/data.cmrk3 (66 bytes) |
| 13815 | 2026-01-29T02:20:02.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/data.cmrk3 |
| 13816 | 2026-01-29T02:20:02.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 13817 | 2026-01-29T02:20:03.177Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/default_compression_codec.txt |
| 13818 | 2026-01-29T02:20:03.177Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/metadata_version.txt (1 bytes) |
| 13819 | 2026-01-29T02:20:04.269Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/metadata_version.txt |
| 13820 | 2026-01-29T02:20:04.293Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/primary.cidx (90 bytes) |
| 13821 | 2026-01-29T02:20:05.362Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/primary.cidx |
| 13822 | 2026-01-29T02:20:05.362Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/ttl.txt (80 bytes) |
| 13823 | 2026-01-29T02:20:06.456Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/ttl.txt |
| 13824 | 2026-01-29T02:20:06.456Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/checksums.txt (249 bytes) |
| 13825 | 2026-01-29T02:20:07.549Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/checksums.txt |
| 13826 | 2026-01-29T02:20:07.550Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/columns.txt (143 bytes) |
| 13827 | 2026-01-29T02:20:08.653Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/columns.txt |
| 13828 | 2026-01-29T02:20:08.653Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/count.txt (1 bytes) |
| 13829 | 2026-01-29T02:20:09.752Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/count.txt |
| 13830 | 2026-01-29T02:20:09.752Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/data.bin (159 bytes) |
| 13831 | 2026-01-29T02:20:10.847Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/data.bin |
| 13832 | 2026-01-29T02:20:10.847Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/data.cmrk3 (66 bytes) |
| 13833 | 2026-01-29T02:20:11.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/data.cmrk3 |
| 13834 | 2026-01-29T02:20:11.940Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 13835 | 2026-01-29T02:20:13.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/default_compression_codec.txt |
| 13836 | 2026-01-29T02:20:13.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/metadata_version.txt (1 bytes) |
| 13837 | 2026-01-29T02:20:14.126Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/metadata_version.txt |
| 13838 | 2026-01-29T02:20:14.126Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/primary.cidx (90 bytes) |
| 13839 | 2026-01-29T02:20:15.220Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/primary.cidx |
| 13840 | 2026-01-29T02:20:15.220Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/ttl.txt (80 bytes) |
| 13841 | 2026-01-29T02:20:16.315Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/ttl.txt |
| 13842 | 2026-01-29T02:20:16.315Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/checksums.txt (249 bytes) |
| 13843 | 2026-01-29T02:20:17.436Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/checksums.txt |
| 13844 | 2026-01-29T02:20:17.436Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/columns.txt (143 bytes) |
| 13845 | 2026-01-29T02:20:18.529Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/columns.txt |
| 13846 | 2026-01-29T02:20:18.529Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/count.txt (1 bytes) |
| 13847 | 2026-01-29T02:20:19.623Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/count.txt |
| 13848 | 2026-01-29T02:20:19.623Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/data.bin (159 bytes) |
| 13849 | 2026-01-29T02:20:20.716Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/data.bin |
| 13850 | 2026-01-29T02:20:20.716Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/data.cmrk3 (66 bytes) |
| 13851 | 2026-01-29T02:20:21.809Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/data.cmrk3 |
| 13852 | 2026-01-29T02:20:21.809Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 13853 | 2026-01-29T02:20:22.904Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/default_compression_codec.txt |
| 13854 | 2026-01-29T02:20:22.904Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/metadata_version.txt (1 bytes) |
| 13855 | 2026-01-29T02:20:23.998Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/metadata_version.txt |
| 13856 | 2026-01-29T02:20:23.998Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/primary.cidx (90 bytes) |
| 13857 | 2026-01-29T02:20:25.092Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/primary.cidx |
| 13858 | 2026-01-29T02:20:25.092Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/ttl.txt (80 bytes) |
| 13859 | 2026-01-29T02:20:26.192Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/ttl.txt |
| 13860 | 2026-01-29T02:20:26.192Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/format_version.txt (1 bytes) |
| 13861 | 2026-01-29T02:20:27.286Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/format_version.txt |
| 13862 | 2026-01-29T02:20:27.286Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i8/format_version.txt (1 bytes) |
| 13863 | 2026-01-29T02:20:28.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i8/format_version.txt |
| 13864 | 2026-01-29T02:20:28.379Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_string/format_version.txt (1 bytes) |
| 13865 | 2026-01-29T02:20:29.473Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_string/format_version.txt |
| 13866 | 2026-01-29T02:20:29.474Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u16/format_version.txt (1 bytes) |
| 13867 | 2026-01-29T02:20:30.567Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u16/format_version.txt |
| 13868 | 2026-01-29T02:20:30.567Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u32/format_version.txt (1 bytes) |
| 13869 | 2026-01-29T02:20:31.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u32/format_version.txt |
| 13870 | 2026-01-29T02:20:31.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u64/format_version.txt (1 bytes) |
| 13871 | 2026-01-29T02:20:32.756Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u64/format_version.txt |
| 13872 | 2026-01-29T02:20:32.780Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u8/format_version.txt (1 bytes) |
| 13873 | 2026-01-29T02:20:33.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u8/format_version.txt |
| 13874 | 2026-01-29T02:20:33.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/checksums.txt (226 bytes) |
| 13875 | 2026-01-29T02:20:34.947Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/checksums.txt |
| 13876 | 2026-01-29T02:20:34.947Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/columns.txt (813 bytes) |
| 13877 | 2026-01-29T02:20:36.041Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/columns.txt |
| 13878 | 2026-01-29T02:20:36.041Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/count.txt (1 bytes) |
| 13879 | 2026-01-29T02:20:37.136Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/count.txt |
| 13880 | 2026-01-29T02:20:37.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.bin (577 bytes) |
| 13881 | 2026-01-29T02:20:38.232Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.bin |
| 13882 | 2026-01-29T02:20:38.232Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.cmrk3 (74 bytes) |
| 13883 | 2026-01-29T02:20:39.326Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.cmrk3 |
| 13884 | 2026-01-29T02:20:39.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 13885 | 2026-01-29T02:20:40.423Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/default_compression_codec.txt |
| 13886 | 2026-01-29T02:20:40.423Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/metadata_version.txt (1 bytes) |
| 13887 | 2026-01-29T02:20:41.519Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/metadata_version.txt |
| 13888 | 2026-01-29T02:20:41.519Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/primary.cidx (134 bytes) |
| 13889 | 2026-01-29T02:20:42.615Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/primary.cidx |
| 13890 | 2026-01-29T02:20:42.615Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/format_version.txt (1 bytes) |
| 13891 | 2026-01-29T02:20:43.710Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/format_version.txt |
| 13892 | 2026-01-29T02:20:43.710Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/checksums.txt (221 bytes) |
| 13893 | 2026-01-29T02:20:44.805Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/checksums.txt |
| 13894 | 2026-01-29T02:20:44.805Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/columns.txt (85 bytes) |
| 13895 | 2026-01-29T02:20:45.900Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/columns.txt |
| 13896 | 2026-01-29T02:20:45.924Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/count.txt (1 bytes) |
| 13897 | 2026-01-29T02:20:46.994Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/count.txt |
| 13898 | 2026-01-29T02:20:46.994Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/data.bin (68 bytes) |
| 13899 | 2026-01-29T02:20:48.090Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/data.bin |
| 13900 | 2026-01-29T02:20:48.090Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/data.cmrk3 (58 bytes) |
| 13901 | 2026-01-29T02:20:49.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/data.cmrk3 |
| 13902 | 2026-01-29T02:20:49.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 13903 | 2026-01-29T02:20:50.281Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/default_compression_codec.txt |
| 13904 | 2026-01-29T02:20:50.282Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/metadata_version.txt (1 bytes) |
| 13905 | 2026-01-29T02:20:51.377Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/metadata_version.txt |
| 13906 | 2026-01-29T02:20:51.377Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/primary.cidx (60 bytes) |
| 13907 | 2026-01-29T02:20:52.472Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/primary.cidx |
| 13908 | 2026-01-29T02:20:52.472Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/format_version.txt (1 bytes) |
| 13909 | 2026-01-29T02:20:53.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/format_version.txt |
| 13910 | 2026-01-29T02:20:53.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt (250 bytes) |
| 13911 | 2026-01-29T02:20:54.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt |
| 13912 | 2026-01-29T02:20:54.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt (125 bytes) |
| 13913 | 2026-01-29T02:20:55.756Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt |
| 13914 | 2026-01-29T02:20:55.756Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt (3 bytes) |
| 13915 | 2026-01-29T02:20:56.850Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt |
| 13916 | 2026-01-29T02:20:56.850Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin (1253 bytes) |
| 13917 | 2026-01-29T02:20:57.945Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin |
| 13918 | 2026-01-29T02:20:57.945Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 (69 bytes) |
| 13919 | 2026-01-29T02:20:59.040Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 |
| 13920 | 2026-01-29T02:20:59.041Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 13921 | 2026-01-29T02:21:00.135Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt |
| 13922 | 2026-01-29T02:21:00.135Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 13923 | 2026-01-29T02:21:01.231Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt |
| 13924 | 2026-01-29T02:21:01.231Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 13925 | 2026-01-29T02:21:02.326Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx |
| 13926 | 2026-01-29T02:21:02.349Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 13927 | 2026-01-29T02:21:03.419Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt |
| 13928 | 2026-01-29T02:21:03.442Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/checksums.txt (251 bytes) |
| 13929 | 2026-01-29T02:21:04.516Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/checksums.txt |
| 13930 | 2026-01-29T02:21:04.516Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/columns.txt (125 bytes) |
| 13931 | 2026-01-29T02:21:05.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/columns.txt |
| 13932 | 2026-01-29T02:21:05.608Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/count.txt (4 bytes) |
| 13933 | 2026-01-29T02:21:06.704Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/count.txt |
| 13934 | 2026-01-29T02:21:06.704Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/data.bin (2501 bytes) |
| 13935 | 2026-01-29T02:21:07.801Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/data.bin |
| 13936 | 2026-01-29T02:21:07.801Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/data.cmrk3 (69 bytes) |
| 13937 | 2026-01-29T02:21:08.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/data.cmrk3 |
| 13938 | 2026-01-29T02:21:08.896Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 13939 | 2026-01-29T02:21:09.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/default_compression_codec.txt |
| 13940 | 2026-01-29T02:21:09.991Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/metadata_version.txt (1 bytes) |
| 13941 | 2026-01-29T02:21:11.086Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/metadata_version.txt |
| 13942 | 2026-01-29T02:21:11.086Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/primary.cidx (42 bytes) |
| 13943 | 2026-01-29T02:21:12.181Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/primary.cidx |
| 13944 | 2026-01-29T02:21:12.182Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/ttl.txt (80 bytes) |
| 13945 | 2026-01-29T02:21:13.277Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_1_6_1/ttl.txt |
| 13946 | 2026-01-29T02:21:13.277Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/checksums.txt (250 bytes) |
| 13947 | 2026-01-29T02:21:14.371Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/checksums.txt |
| 13948 | 2026-01-29T02:21:14.371Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/columns.txt (125 bytes) |
| 13949 | 2026-01-29T02:21:15.467Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/columns.txt |
| 13950 | 2026-01-29T02:21:15.467Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/count.txt (3 bytes) |
| 13951 | 2026-01-29T02:21:16.561Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/count.txt |
| 13952 | 2026-01-29T02:21:16.561Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.bin (1216 bytes) |
| 13953 | 2026-01-29T02:21:17.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.bin |
| 13954 | 2026-01-29T02:21:17.655Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.cmrk3 (69 bytes) |
| 13955 | 2026-01-29T02:21:18.749Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/data.cmrk3 |
| 13956 | 2026-01-29T02:21:18.749Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 13957 | 2026-01-29T02:21:19.844Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/default_compression_codec.txt |
| 13958 | 2026-01-29T02:21:19.844Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 13959 | 2026-01-29T02:21:20.938Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/metadata_version.txt |
| 13960 | 2026-01-29T02:21:20.938Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/primary.cidx (42 bytes) |
| 13961 | 2026-01-29T02:21:22.031Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/primary.cidx |
| 13962 | 2026-01-29T02:21:22.031Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/ttl.txt (80 bytes) |
| 13963 | 2026-01-29T02:21:23.126Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_2_2_0/ttl.txt |
| 13964 | 2026-01-29T02:21:23.126Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/checksums.txt (250 bytes) |
| 13965 | 2026-01-29T02:21:24.219Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/checksums.txt |
| 13966 | 2026-01-29T02:21:24.219Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/columns.txt (125 bytes) |
| 13967 | 2026-01-29T02:21:25.314Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/columns.txt |
| 13968 | 2026-01-29T02:21:25.314Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/count.txt (3 bytes) |
| 13969 | 2026-01-29T02:21:26.407Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/count.txt |
| 13970 | 2026-01-29T02:21:26.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.bin (1324 bytes) |
| 13971 | 2026-01-29T02:21:27.502Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.bin |
| 13972 | 2026-01-29T02:21:27.502Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.cmrk3 (69 bytes) |
| 13973 | 2026-01-29T02:21:28.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/data.cmrk3 |
| 13974 | 2026-01-29T02:21:28.608Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 13975 | 2026-01-29T02:21:29.702Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/default_compression_codec.txt |
| 13976 | 2026-01-29T02:21:29.702Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/metadata_version.txt (1 bytes) |
| 13977 | 2026-01-29T02:21:30.796Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/metadata_version.txt |
| 13978 | 2026-01-29T02:21:30.796Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/primary.cidx (42 bytes) |
| 13979 | 2026-01-29T02:21:31.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/primary.cidx |
| 13980 | 2026-01-29T02:21:31.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/ttl.txt (80 bytes) |
| 13981 | 2026-01-29T02:21:32.982Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_3_3_0/ttl.txt |
| 13982 | 2026-01-29T02:21:32.982Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/checksums.txt (250 bytes) |
| 13983 | 2026-01-29T02:21:34.075Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/checksums.txt |
| 13984 | 2026-01-29T02:21:34.075Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/columns.txt (125 bytes) |
| 13985 | 2026-01-29T02:21:35.167Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/columns.txt |
| 13986 | 2026-01-29T02:21:35.167Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/count.txt (3 bytes) |
| 13987 | 2026-01-29T02:21:36.261Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/count.txt |
| 13988 | 2026-01-29T02:21:36.261Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.bin (1255 bytes) |
| 13989 | 2026-01-29T02:21:37.354Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.bin |
| 13990 | 2026-01-29T02:21:37.378Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.cmrk3 (69 bytes) |
| 13991 | 2026-01-29T02:21:38.448Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/data.cmrk3 |
| 13992 | 2026-01-29T02:21:38.448Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 13993 | 2026-01-29T02:21:39.543Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/default_compression_codec.txt |
| 13994 | 2026-01-29T02:21:39.544Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/metadata_version.txt (1 bytes) |
| 13995 | 2026-01-29T02:21:40.637Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/metadata_version.txt |
| 13996 | 2026-01-29T02:21:40.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/primary.cidx (42 bytes) |
| 13997 | 2026-01-29T02:21:41.731Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/primary.cidx |
| 13998 | 2026-01-29T02:21:41.732Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/ttl.txt (80 bytes) |
| 13999 | 2026-01-29T02:21:42.827Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_4_4_0/ttl.txt |
| 14000 | 2026-01-29T02:21:42.827Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/checksums.txt (250 bytes) |
| 14001 | 2026-01-29T02:21:43.923Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/checksums.txt |
| 14002 | 2026-01-29T02:21:43.924Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/columns.txt (125 bytes) |
| 14003 | 2026-01-29T02:21:45.018Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/columns.txt |
| 14004 | 2026-01-29T02:21:45.018Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/count.txt (3 bytes) |
| 14005 | 2026-01-29T02:21:46.111Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/count.txt |
| 14006 | 2026-01-29T02:21:46.111Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/data.bin (1321 bytes) |
| 14007 | 2026-01-29T02:21:47.205Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/data.bin |
| 14008 | 2026-01-29T02:21:47.205Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/data.cmrk3 (69 bytes) |
| 14009 | 2026-01-29T02:21:48.299Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/data.cmrk3 |
| 14010 | 2026-01-29T02:21:48.299Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 14011 | 2026-01-29T02:21:49.392Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/default_compression_codec.txt |
| 14012 | 2026-01-29T02:21:49.392Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/metadata_version.txt (1 bytes) |
| 14013 | 2026-01-29T02:21:50.488Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/metadata_version.txt |
| 14014 | 2026-01-29T02:21:50.512Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/primary.cidx (42 bytes) |
| 14015 | 2026-01-29T02:21:51.583Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/primary.cidx |
| 14016 | 2026-01-29T02:21:51.584Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/ttl.txt (80 bytes) |
| 14017 | 2026-01-29T02:21:52.678Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_5_5_0/ttl.txt |
| 14018 | 2026-01-29T02:21:52.678Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/checksums.txt (250 bytes) |
| 14019 | 2026-01-29T02:21:53.771Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/checksums.txt |
| 14020 | 2026-01-29T02:21:53.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/columns.txt (125 bytes) |
| 14021 | 2026-01-29T02:21:54.866Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/columns.txt |
| 14022 | 2026-01-29T02:21:54.866Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/count.txt (3 bytes) |
| 14023 | 2026-01-29T02:21:55.966Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/count.txt |
| 14024 | 2026-01-29T02:21:55.966Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/data.bin (1300 bytes) |
| 14025 | 2026-01-29T02:21:57.060Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/data.bin |
| 14026 | 2026-01-29T02:21:57.060Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/data.cmrk3 (69 bytes) |
| 14027 | 2026-01-29T02:21:58.156Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/data.cmrk3 |
| 14028 | 2026-01-29T02:21:58.156Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 14029 | 2026-01-29T02:21:59.250Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/default_compression_codec.txt |
| 14030 | 2026-01-29T02:21:59.250Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/metadata_version.txt (1 bytes) |
| 14031 | 2026-01-29T02:22:00.345Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/metadata_version.txt |
| 14032 | 2026-01-29T02:22:00.345Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/primary.cidx (42 bytes) |
| 14033 | 2026-01-29T02:22:01.438Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/primary.cidx |
| 14034 | 2026-01-29T02:22:01.462Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/ttl.txt (80 bytes) |
| 14035 | 2026-01-29T02:22:02.532Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_6_6_0/ttl.txt |
| 14036 | 2026-01-29T02:22:02.532Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/checksums.txt (250 bytes) |
| 14037 | 2026-01-29T02:22:03.625Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/checksums.txt |
| 14038 | 2026-01-29T02:22:03.625Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/columns.txt (125 bytes) |
| 14039 | 2026-01-29T02:22:04.719Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/columns.txt |
| 14040 | 2026-01-29T02:22:04.719Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/count.txt (3 bytes) |
| 14041 | 2026-01-29T02:22:05.813Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/count.txt |
| 14042 | 2026-01-29T02:22:05.837Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/data.bin (1183 bytes) |
| 14043 | 2026-01-29T02:22:06.907Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/data.bin |
| 14044 | 2026-01-29T02:22:06.907Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/data.cmrk3 (69 bytes) |
| 14045 | 2026-01-29T02:22:08.004Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/data.cmrk3 |
| 14046 | 2026-01-29T02:22:08.004Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 14047 | 2026-01-29T02:22:09.099Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/default_compression_codec.txt |
| 14048 | 2026-01-29T02:22:09.099Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/metadata_version.txt (1 bytes) |
| 14049 | 2026-01-29T02:22:10.194Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/metadata_version.txt |
| 14050 | 2026-01-29T02:22:10.194Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/primary.cidx (42 bytes) |
| 14051 | 2026-01-29T02:22:11.288Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/primary.cidx |
| 14052 | 2026-01-29T02:22:11.289Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/ttl.txt (80 bytes) |
| 14053 | 2026-01-29T02:22:12.382Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/all_7_7_0/ttl.txt |
| 14054 | 2026-01-29T02:22:12.382Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/format_version.txt (1 bytes) |
| 14055 | 2026-01-29T02:22:13.476Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/format_version.txt |
| 14056 | 2026-01-29T02:22:13.500Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/checksums.txt (254 bytes) |
| 14057 | 2026-01-29T02:22:14.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/checksums.txt |
| 14058 | 2026-01-29T02:22:14.577Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/columns.txt (31387 bytes) |
| 14059 | 2026-01-29T02:22:15.737Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/columns.txt |
| 14060 | 2026-01-29T02:22:15.737Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/count.txt (1 bytes) |
| 14061 | 2026-01-29T02:22:16.832Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/count.txt |
| 14062 | 2026-01-29T02:22:16.832Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/data.bin (24830 bytes) |
| 14063 | 2026-01-29T02:22:17.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/data.bin |
| 14064 | 2026-01-29T02:22:17.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 (979 bytes) |
| 14065 | 2026-01-29T02:22:19.085Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 |
| 14066 | 2026-01-29T02:22:19.085Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 14067 | 2026-01-29T02:22:20.180Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt |
| 14068 | 2026-01-29T02:22:20.180Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 14069 | 2026-01-29T02:22:21.275Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt |
| 14070 | 2026-01-29T02:22:21.275Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 14071 | 2026-01-29T02:22:22.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/primary.cidx |
| 14072 | 2026-01-29T02:22:22.373Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 14073 | 2026-01-29T02:22:23.468Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/ttl.txt |
| 14074 | 2026-01-29T02:22:23.468Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/checksums.txt (254 bytes) |
| 14075 | 2026-01-29T02:22:24.561Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/checksums.txt |
| 14076 | 2026-01-29T02:22:24.585Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/columns.txt (31387 bytes) |
| 14077 | 2026-01-29T02:22:25.721Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/columns.txt |
| 14078 | 2026-01-29T02:22:25.721Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/count.txt (2 bytes) |
| 14079 | 2026-01-29T02:22:26.815Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/count.txt |
| 14080 | 2026-01-29T02:22:26.815Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/data.bin (30265 bytes) |
| 14081 | 2026-01-29T02:22:28.999Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/data.bin |
| 14082 | 2026-01-29T02:22:28.999Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/data.cmrk3 (1007 bytes) |
| 14083 | 2026-01-29T02:22:30.097Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/data.cmrk3 |
| 14084 | 2026-01-29T02:22:30.097Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 14085 | 2026-01-29T02:22:31.191Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/default_compression_codec.txt |
| 14086 | 2026-01-29T02:22:31.191Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/metadata_version.txt (1 bytes) |
| 14087 | 2026-01-29T02:22:32.285Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/metadata_version.txt |
| 14088 | 2026-01-29T02:22:32.308Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/primary.cidx (42 bytes) |
| 14089 | 2026-01-29T02:22:33.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/primary.cidx |
| 14090 | 2026-01-29T02:22:33.379Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/ttl.txt (80 bytes) |
| 14091 | 2026-01-29T02:22:34.472Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/ttl.txt |
| 14092 | 2026-01-29T02:22:34.472Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/checksums.txt (254 bytes) |
| 14093 | 2026-01-29T02:22:35.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/checksums.txt |
| 14094 | 2026-01-29T02:22:35.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/columns.txt (31387 bytes) |
| 14095 | 2026-01-29T02:22:36.724Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/columns.txt |
| 14096 | 2026-01-29T02:22:36.725Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/count.txt (1 bytes) |
| 14097 | 2026-01-29T02:22:37.818Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/count.txt |
| 14098 | 2026-01-29T02:22:37.842Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/data.bin (24916 bytes) |
| 14099 | 2026-01-29T02:22:38.977Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/data.bin |
| 14100 | 2026-01-29T02:22:38.977Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/data.cmrk3 (981 bytes) |
| 14101 | 2026-01-29T02:22:40.074Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/data.cmrk3 |
| 14102 | 2026-01-29T02:22:40.098Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 14103 | 2026-01-29T02:22:41.168Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/default_compression_codec.txt |
| 14104 | 2026-01-29T02:22:41.168Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 14105 | 2026-01-29T02:22:42.262Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/metadata_version.txt |
| 14106 | 2026-01-29T02:22:42.262Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/primary.cidx (42 bytes) |
| 14107 | 2026-01-29T02:22:43.355Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/primary.cidx |
| 14108 | 2026-01-29T02:22:43.355Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/ttl.txt (80 bytes) |
| 14109 | 2026-01-29T02:22:44.449Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/ttl.txt |
| 14110 | 2026-01-29T02:22:44.449Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/checksums.txt (254 bytes) |
| 14111 | 2026-01-29T02:22:45.543Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/checksums.txt |
| 14112 | 2026-01-29T02:22:45.543Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/columns.txt (31387 bytes) |
| 14113 | 2026-01-29T02:22:46.703Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/columns.txt |
| 14114 | 2026-01-29T02:22:46.703Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/count.txt (1 bytes) |
| 14115 | 2026-01-29T02:22:47.797Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/count.txt |
| 14116 | 2026-01-29T02:22:47.798Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/data.bin (25368 bytes) |
| 14117 | 2026-01-29T02:22:48.957Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/data.bin |
| 14118 | 2026-01-29T02:22:48.957Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/data.cmrk3 (982 bytes) |
| 14119 | 2026-01-29T02:22:50.052Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/data.cmrk3 |
| 14120 | 2026-01-29T02:22:50.077Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 14121 | 2026-01-29T02:22:51.148Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/default_compression_codec.txt |
| 14122 | 2026-01-29T02:22:51.148Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/metadata_version.txt (1 bytes) |
| 14123 | 2026-01-29T02:22:52.242Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/metadata_version.txt |
| 14124 | 2026-01-29T02:22:52.242Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/primary.cidx (42 bytes) |
| 14125 | 2026-01-29T02:22:53.335Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/primary.cidx |
| 14126 | 2026-01-29T02:22:53.335Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/ttl.txt (80 bytes) |
| 14127 | 2026-01-29T02:22:54.429Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/ttl.txt |
| 14128 | 2026-01-29T02:22:54.429Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/checksums.txt (254 bytes) |
| 14129 | 2026-01-29T02:22:55.539Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/checksums.txt |
| 14130 | 2026-01-29T02:22:55.539Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/columns.txt (31387 bytes) |
| 14131 | 2026-01-29T02:22:56.683Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/columns.txt |
| 14132 | 2026-01-29T02:22:56.683Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/count.txt (1 bytes) |
| 14133 | 2026-01-29T02:22:57.777Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/count.txt |
| 14134 | 2026-01-29T02:22:57.777Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/data.bin (25549 bytes) |
| 14135 | 2026-01-29T02:22:58.935Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/data.bin |
| 14136 | 2026-01-29T02:22:58.959Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/data.cmrk3 (978 bytes) |
| 14137 | 2026-01-29T02:23:00.034Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/data.cmrk3 |
| 14138 | 2026-01-29T02:23:00.034Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 14139 | 2026-01-29T02:23:01.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/default_compression_codec.txt |
| 14140 | 2026-01-29T02:23:01.129Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/metadata_version.txt (1 bytes) |
| 14141 | 2026-01-29T02:23:02.223Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/metadata_version.txt |
| 14142 | 2026-01-29T02:23:02.224Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/primary.cidx (42 bytes) |
| 14143 | 2026-01-29T02:23:03.318Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/primary.cidx |
| 14144 | 2026-01-29T02:23:03.318Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/ttl.txt (80 bytes) |
| 14145 | 2026-01-29T02:23:04.414Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/ttl.txt |
| 14146 | 2026-01-29T02:23:04.438Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/checksums.txt (254 bytes) |
| 14147 | 2026-01-29T02:23:05.685Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/checksums.txt |
| 14148 | 2026-01-29T02:23:05.686Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/columns.txt (31387 bytes) |
| 14149 | 2026-01-29T02:23:06.767Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/columns.txt |
| 14150 | 2026-01-29T02:23:06.767Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/count.txt (1 bytes) |
| 14151 | 2026-01-29T02:23:07.861Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/count.txt |
| 14152 | 2026-01-29T02:23:07.861Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/data.bin (25447 bytes) |
| 14153 | 2026-01-29T02:23:09.019Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/data.bin |
| 14154 | 2026-01-29T02:23:09.019Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/data.cmrk3 (984 bytes) |
| 14155 | 2026-01-29T02:23:10.113Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/data.cmrk3 |
| 14156 | 2026-01-29T02:23:10.113Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 14157 | 2026-01-29T02:23:11.207Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/default_compression_codec.txt |
| 14158 | 2026-01-29T02:23:11.207Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/metadata_version.txt (1 bytes) |
| 14159 | 2026-01-29T02:23:12.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/metadata_version.txt |
| 14160 | 2026-01-29T02:23:12.302Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/primary.cidx (42 bytes) |
| 14161 | 2026-01-29T02:23:13.395Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/primary.cidx |
| 14162 | 2026-01-29T02:23:13.395Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/ttl.txt (80 bytes) |
| 14163 | 2026-01-29T02:23:14.489Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/ttl.txt |
| 14164 | 2026-01-29T02:23:14.489Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/checksums.txt (254 bytes) |
| 14165 | 2026-01-29T02:23:15.583Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/checksums.txt |
| 14166 | 2026-01-29T02:23:15.583Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/columns.txt (31387 bytes) |
| 14167 | 2026-01-29T02:23:16.743Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/columns.txt |
| 14168 | 2026-01-29T02:23:16.743Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/count.txt (1 bytes) |
| 14169 | 2026-01-29T02:23:17.835Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/count.txt |
| 14170 | 2026-01-29T02:23:17.835Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/data.bin (25652 bytes) |
| 14171 | 2026-01-29T02:23:18.994Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/data.bin |
| 14172 | 2026-01-29T02:23:18.994Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/data.cmrk3 (985 bytes) |
| 14173 | 2026-01-29T02:23:20.087Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/data.cmrk3 |
| 14174 | 2026-01-29T02:23:20.087Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 14175 | 2026-01-29T02:23:21.185Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/default_compression_codec.txt |
| 14176 | 2026-01-29T02:23:21.185Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/metadata_version.txt (1 bytes) |
| 14177 | 2026-01-29T02:23:22.279Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/metadata_version.txt |
| 14178 | 2026-01-29T02:23:22.303Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/primary.cidx (42 bytes) |
| 14179 | 2026-01-29T02:23:23.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/primary.cidx |
| 14180 | 2026-01-29T02:23:23.379Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/ttl.txt (80 bytes) |
| 14181 | 2026-01-29T02:23:24.473Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/ttl.txt |
| 14182 | 2026-01-29T02:23:24.497Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/checksums.txt (254 bytes) |
| 14183 | 2026-01-29T02:23:25.568Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/checksums.txt |
| 14184 | 2026-01-29T02:23:25.568Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/columns.txt (31387 bytes) |
| 14185 | 2026-01-29T02:23:26.727Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/columns.txt |
| 14186 | 2026-01-29T02:23:26.727Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/count.txt (1 bytes) |
| 14187 | 2026-01-29T02:23:27.821Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/count.txt |
| 14188 | 2026-01-29T02:23:27.821Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/data.bin (25431 bytes) |
| 14189 | 2026-01-29T02:23:28.978Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/data.bin |
| 14190 | 2026-01-29T02:23:28.979Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/data.cmrk3 (984 bytes) |
| 14191 | 2026-01-29T02:23:30.072Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/data.cmrk3 |
| 14192 | 2026-01-29T02:23:30.072Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 14193 | 2026-01-29T02:23:31.165Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/default_compression_codec.txt |
| 14194 | 2026-01-29T02:23:31.165Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/metadata_version.txt (1 bytes) |
| 14195 | 2026-01-29T02:23:32.354Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/metadata_version.txt |
| 14196 | 2026-01-29T02:23:32.355Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/primary.cidx (42 bytes) |
| 14197 | 2026-01-29T02:23:33.453Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/primary.cidx |
| 14198 | 2026-01-29T02:23:33.453Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/ttl.txt (80 bytes) |
| 14199 | 2026-01-29T02:23:34.547Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/ttl.txt |
| 14200 | 2026-01-29T02:23:34.547Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/format_version.txt (1 bytes) |
| 14201 | 2026-01-29T02:23:35.640Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/format_version.txt |
| 14202 | 2026-01-29T02:23:35.640Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/checksums.txt (253 bytes) |
| 14203 | 2026-01-29T02:23:36.733Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/checksums.txt |
| 14204 | 2026-01-29T02:23:36.733Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/columns.txt (2546 bytes) |
| 14205 | 2026-01-29T02:23:37.829Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/columns.txt |
| 14206 | 2026-01-29T02:23:37.829Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/count.txt (3 bytes) |
| 14207 | 2026-01-29T02:23:38.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/count.txt |
| 14208 | 2026-01-29T02:23:38.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/data.bin (22393 bytes) |
| 14209 | 2026-01-29T02:23:40.082Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/data.bin |
| 14210 | 2026-01-29T02:23:40.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/data.cmrk3 (193 bytes) |
| 14211 | 2026-01-29T02:23:41.175Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/data.cmrk3 |
| 14212 | 2026-01-29T02:23:41.175Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 14213 | 2026-01-29T02:23:42.559Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/default_compression_codec.txt |
| 14214 | 2026-01-29T02:23:42.583Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 14215 | 2026-01-29T02:23:43.689Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/metadata_version.txt |
| 14216 | 2026-01-29T02:23:43.689Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/primary.cidx (42 bytes) |
| 14217 | 2026-01-29T02:23:44.785Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/primary.cidx |
| 14218 | 2026-01-29T02:23:44.785Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/ttl.txt (80 bytes) |
| 14219 | 2026-01-29T02:23:45.879Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/ttl.txt |
| 14220 | 2026-01-29T02:23:45.879Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/checksums.txt (252 bytes) |
| 14221 | 2026-01-29T02:23:46.974Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/checksums.txt |
| 14222 | 2026-01-29T02:23:46.974Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/columns.txt (2546 bytes) |
| 14223 | 2026-01-29T02:23:48.068Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/columns.txt |
| 14224 | 2026-01-29T02:23:48.068Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/count.txt (2 bytes) |
| 14225 | 2026-01-29T02:23:49.163Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/count.txt |
| 14226 | 2026-01-29T02:23:49.163Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/data.bin (8624 bytes) |
| 14227 | 2026-01-29T02:23:50.304Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/data.bin |
| 14228 | 2026-01-29T02:23:50.329Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/data.cmrk3 (186 bytes) |
| 14229 | 2026-01-29T02:23:51.398Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/data.cmrk3 |
| 14230 | 2026-01-29T02:23:51.398Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 14231 | 2026-01-29T02:23:52.494Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/default_compression_codec.txt |
| 14232 | 2026-01-29T02:23:52.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/metadata_version.txt (1 bytes) |
| 14233 | 2026-01-29T02:23:53.589Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/metadata_version.txt |
| 14234 | 2026-01-29T02:23:53.589Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/primary.cidx (42 bytes) |
| 14235 | 2026-01-29T02:23:54.685Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/primary.cidx |
| 14236 | 2026-01-29T02:23:54.685Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/ttl.txt (80 bytes) |
| 14237 | 2026-01-29T02:23:55.880Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/ttl.txt |
| 14238 | 2026-01-29T02:23:55.880Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/checksums.txt (252 bytes) |
| 14239 | 2026-01-29T02:23:56.986Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/checksums.txt |
| 14240 | 2026-01-29T02:23:56.986Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/columns.txt (2546 bytes) |
| 14241 | 2026-01-29T02:23:58.080Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/columns.txt |
| 14242 | 2026-01-29T02:23:58.080Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/count.txt (2 bytes) |
| 14243 | 2026-01-29T02:23:59.181Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/count.txt |
| 14244 | 2026-01-29T02:23:59.181Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/data.bin (8625 bytes) |
| 14245 | 2026-01-29T02:24:00.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/data.bin |
| 14246 | 2026-01-29T02:24:00.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/data.cmrk3 (188 bytes) |
| 14247 | 2026-01-29T02:24:01.398Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/data.cmrk3 |
| 14248 | 2026-01-29T02:24:01.398Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 14249 | 2026-01-29T02:24:02.491Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/default_compression_codec.txt |
| 14250 | 2026-01-29T02:24:02.491Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/metadata_version.txt (1 bytes) |
| 14251 | 2026-01-29T02:24:03.587Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/metadata_version.txt |
| 14252 | 2026-01-29T02:24:03.612Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/primary.cidx (42 bytes) |
| 14253 | 2026-01-29T02:24:04.679Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/primary.cidx |
| 14254 | 2026-01-29T02:24:04.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/ttl.txt (80 bytes) |
| 14255 | 2026-01-29T02:24:05.773Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/ttl.txt |
| 14256 | 2026-01-29T02:24:05.797Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/checksums.txt (252 bytes) |
| 14257 | 2026-01-29T02:24:06.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/checksums.txt |
| 14258 | 2026-01-29T02:24:06.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/columns.txt (2546 bytes) |
| 14259 | 2026-01-29T02:24:07.967Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/columns.txt |
| 14260 | 2026-01-29T02:24:07.994Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/count.txt (2 bytes) |
| 14261 | 2026-01-29T02:24:09.078Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/count.txt |
| 14262 | 2026-01-29T02:24:09.078Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/data.bin (8556 bytes) |
| 14263 | 2026-01-29T02:24:10.199Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/data.bin |
| 14264 | 2026-01-29T02:24:10.199Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/data.cmrk3 (186 bytes) |
| 14265 | 2026-01-29T02:24:11.295Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/data.cmrk3 |
| 14266 | 2026-01-29T02:24:11.295Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 14267 | 2026-01-29T02:24:12.391Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/default_compression_codec.txt |
| 14268 | 2026-01-29T02:24:12.543Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/metadata_version.txt (1 bytes) |
| 14269 | 2026-01-29T02:24:13.613Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/metadata_version.txt |
| 14270 | 2026-01-29T02:24:13.613Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/primary.cidx (42 bytes) |
| 14271 | 2026-01-29T02:24:14.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/primary.cidx |
| 14272 | 2026-01-29T02:24:14.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/ttl.txt (80 bytes) |
| 14273 | 2026-01-29T02:24:15.801Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/ttl.txt |
| 14274 | 2026-01-29T02:24:15.825Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/format_version.txt (1 bytes) |
| 14275 | 2026-01-29T02:24:16.896Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/format_version.txt |
| 14276 | 2026-01-29T02:24:16.920Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes) |
| 14277 | 2026-01-29T02:24:17.990Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/INFORMATION_SCHEMA.sql |
| 14278 | 2026-01-29T02:24:17.990Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/default.sql (78 bytes) |
| 14279 | 2026-01-29T02:24:19.084Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/default.sql |
| 14280 | 2026-01-29T02:24:19.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/information_schema.sql (51 bytes) |
| 14281 | 2026-01-29T02:24:20.181Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/information_schema.sql |
| 14282 | 2026-01-29T02:24:20.181Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_bool.sql (391 bytes) |
| 14283 | 2026-01-29T02:24:21.276Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_bool.sql |
| 14284 | 2026-01-29T02:24:21.276Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i16.sql (392 bytes) |
| 14285 | 2026-01-29T02:24:22.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i16.sql |
| 14286 | 2026-01-29T02:24:22.369Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i32.sql (392 bytes) |
| 14287 | 2026-01-29T02:24:23.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i32.sql |
| 14288 | 2026-01-29T02:24:23.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i64.sql (392 bytes) |
| 14289 | 2026-01-29T02:24:24.559Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i64.sql |
| 14290 | 2026-01-29T02:24:24.559Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i8.sql (391 bytes) |
| 14291 | 2026-01-29T02:24:25.653Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i8.sql |
| 14292 | 2026-01-29T02:24:25.654Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_ipaddr.sql (391 bytes) |
| 14293 | 2026-01-29T02:24:26.747Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_ipaddr.sql |
| 14294 | 2026-01-29T02:24:26.747Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_string.sql (393 bytes) |
| 14295 | 2026-01-29T02:24:27.842Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_string.sql |
| 14296 | 2026-01-29T02:24:27.842Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u16.sql (393 bytes) |
| 14297 | 2026-01-29T02:24:28.935Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u16.sql |
| 14298 | 2026-01-29T02:24:28.935Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u32.sql (393 bytes) |
| 14299 | 2026-01-29T02:24:30.028Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u32.sql |
| 14300 | 2026-01-29T02:24:30.028Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u64.sql (393 bytes) |
| 14301 | 2026-01-29T02:24:31.122Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u64.sql |
| 14302 | 2026-01-29T02:24:31.122Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u8.sql (392 bytes) |
| 14303 | 2026-01-29T02:24:32.216Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u8.sql |
| 14304 | 2026-01-29T02:24:32.216Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_uuid.sql (391 bytes) |
| 14305 | 2026-01-29T02:24:33.310Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_uuid.sql |
| 14306 | 2026-01-29T02:24:33.339Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bool.sql (340 bytes) |
| 14307 | 2026-01-29T02:24:34.408Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bool.sql |
| 14308 | 2026-01-29T02:24:34.408Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bytes.sql (338 bytes) |
| 14309 | 2026-01-29T02:24:35.526Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bytes.sql |
| 14310 | 2026-01-29T02:24:35.526Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef32.sql (394 bytes) |
| 14311 | 2026-01-29T02:24:36.595Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef32.sql |
| 14312 | 2026-01-29T02:24:36.619Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef64.sql (394 bytes) |
| 14313 | 2026-01-29T02:24:37.689Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef64.sql |
| 14314 | 2026-01-29T02:24:37.689Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativei64.sql (392 bytes) |
| 14315 | 2026-01-29T02:24:38.783Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativei64.sql |
| 14316 | 2026-01-29T02:24:38.783Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativeu64.sql (393 bytes) |
| 14317 | 2026-01-29T02:24:39.877Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativeu64.sql |
| 14318 | 2026-01-29T02:24:39.877Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f32.sql (343 bytes) |
| 14319 | 2026-01-29T02:24:40.971Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f32.sql |
| 14320 | 2026-01-29T02:24:40.971Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f64.sql (343 bytes) |
| 14321 | 2026-01-29T02:24:42.064Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f64.sql |
| 14322 | 2026-01-29T02:24:42.064Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf32.sql (916 bytes) |
| 14323 | 2026-01-29T02:24:43.157Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf32.sql |
| 14324 | 2026-01-29T02:24:43.157Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf64.sql (916 bytes) |
| 14325 | 2026-01-29T02:24:44.252Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf64.sql |
| 14326 | 2026-01-29T02:24:44.252Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami16.sql (908 bytes) |
| 14327 | 2026-01-29T02:24:45.345Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami16.sql |
| 14328 | 2026-01-29T02:24:45.346Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami32.sql (908 bytes) |
| 14329 | 2026-01-29T02:24:46.439Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami32.sql |
| 14330 | 2026-01-29T02:24:46.439Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami64.sql (908 bytes) |
| 14331 | 2026-01-29T02:24:47.533Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami64.sql |
| 14332 | 2026-01-29T02:24:47.533Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami8.sql (905 bytes) |
| 14333 | 2026-01-29T02:24:48.632Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami8.sql |
| 14334 | 2026-01-29T02:24:48.632Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu16.sql (911 bytes) |
| 14335 | 2026-01-29T02:24:49.727Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu16.sql |
| 14336 | 2026-01-29T02:24:49.727Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu32.sql (911 bytes) |
| 14337 | 2026-01-29T02:24:50.818Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu32.sql |
| 14338 | 2026-01-29T02:24:50.819Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu64.sql (911 bytes) |
| 14339 | 2026-01-29T02:24:51.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu64.sql |
| 14340 | 2026-01-29T02:24:51.913Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu8.sql (908 bytes) |
| 14341 | 2026-01-29T02:24:53.007Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu8.sql |
| 14342 | 2026-01-29T02:24:53.007Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i16.sql (341 bytes) |
| 14343 | 2026-01-29T02:24:54.099Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i16.sql |
| 14344 | 2026-01-29T02:24:54.099Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i32.sql (341 bytes) |
| 14345 | 2026-01-29T02:24:55.217Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i32.sql |
| 14346 | 2026-01-29T02:24:55.217Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i64.sql (341 bytes) |
| 14347 | 2026-01-29T02:24:56.308Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i64.sql |
| 14348 | 2026-01-29T02:24:56.308Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i8.sql (340 bytes) |
| 14349 | 2026-01-29T02:24:57.402Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i8.sql |
| 14350 | 2026-01-29T02:24:57.402Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_string.sql (342 bytes) |
| 14351 | 2026-01-29T02:24:58.496Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_string.sql |
| 14352 | 2026-01-29T02:24:58.496Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u16.sql (342 bytes) |
| 14353 | 2026-01-29T02:24:59.591Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u16.sql |
| 14354 | 2026-01-29T02:24:59.616Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u32.sql (342 bytes) |
| 14355 | 2026-01-29T02:25:00.685Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u32.sql |
| 14356 | 2026-01-29T02:25:00.685Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u64.sql (342 bytes) |
| 14357 | 2026-01-29T02:25:01.778Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u64.sql |
| 14358 | 2026-01-29T02:25:01.778Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u8.sql (341 bytes) |
| 14359 | 2026-01-29T02:25:02.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u8.sql |
| 14360 | 2026-01-29T02:25:02.871Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/timeseries_schema.sql (961 bytes) |
| 14361 | 2026-01-29T02:25:03.963Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/timeseries_schema.sql |
| 14362 | 2026-01-29T02:25:03.963Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/version.sql (201 bytes) |
| 14363 | 2026-01-29T02:25:05.058Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/version.sql |
| 14364 | 2026-01-29T02:25:05.058Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter.sql (78 bytes) |
| 14365 | 2026-01-29T02:25:06.151Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter.sql |
| 14366 | 2026-01-29T02:25:06.151Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes) |
| 14367 | 2026-01-29T02:25:07.245Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/asynchronous_metric_log.sql |
| 14368 | 2026-01-29T02:25:07.245Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/metric_log.sql (34913 bytes) |
| 14369 | 2026-01-29T02:25:08.408Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/metric_log.sql |
| 14370 | 2026-01-29T02:25:08.431Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/query_log.sql (3351 bytes) |
| 14371 | 2026-01-29T02:25:09.502Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/query_log.sql |
| 14372 | 2026-01-29T02:25:09.502Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system.sql (78 bytes) |
| 14373 | 2026-01-29T02:25:10.594Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system.sql |
| 14374 | 2026-01-29T02:25:10.594Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/preprocessed_configs/config.xml (2924 bytes) |
| 14375 | 2026-01-29T02:25:11.688Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/preprocessed_configs/config.xml |
| 14376 | 2026-01-29T02:25:11.689Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/status (58 bytes) |
| 14377 | 2026-01-29T02:25:11.713Z | upload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/status" disappeared between scan and upload |
| 14378 | 2026-01-29T02:25:11.713Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/040/04088478-c8ae-4c33-9e84-d8a7a9e5c9ff/format_version.txt (1 bytes) |
| 14379 | 2026-01-29T02:25:12.806Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/040/04088478-c8ae-4c33-9e84-d8a7a9e5c9ff/format_version.txt |
| 14380 | 2026-01-29T02:25:12.806Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/checksums.txt (250 bytes) |
| 14381 | 2026-01-29T02:25:13.899Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/checksums.txt |
| 14382 | 2026-01-29T02:25:13.899Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/columns.txt (178 bytes) |
| 14383 | 2026-01-29T02:25:14.993Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/columns.txt |
| 14384 | 2026-01-29T02:25:14.993Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/count.txt (1 bytes) |
| 14385 | 2026-01-29T02:25:16.086Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/count.txt |
| 14386 | 2026-01-29T02:25:16.086Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/data.bin (227 bytes) |
| 14387 | 2026-01-29T02:25:17.180Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/data.bin |
| 14388 | 2026-01-29T02:25:17.180Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/data.cmrk3 (70 bytes) |
| 14389 | 2026-01-29T02:25:18.272Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/data.cmrk3 |
| 14390 | 2026-01-29T02:25:18.272Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 14391 | 2026-01-29T02:25:19.365Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/default_compression_codec.txt |
| 14392 | 2026-01-29T02:25:19.365Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/metadata_version.txt (1 bytes) |
| 14393 | 2026-01-29T02:25:20.459Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/metadata_version.txt |
| 14394 | 2026-01-29T02:25:20.459Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/primary.cidx (110 bytes) |
| 14395 | 2026-01-29T02:25:21.551Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/primary.cidx |
| 14396 | 2026-01-29T02:25:21.551Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/ttl.txt (80 bytes) |
| 14397 | 2026-01-29T02:25:22.644Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/all_1_1_0/ttl.txt |
| 14398 | 2026-01-29T02:25:22.644Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/format_version.txt (1 bytes) |
| 14399 | 2026-01-29T02:25:23.738Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/format_version.txt |
| 14400 | 2026-01-29T02:25:23.738Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/0da/0daec7cf-fb15-4b65-95cc-f6881d706acd/format_version.txt (1 bytes) |
| 14401 | 2026-01-29T02:25:24.831Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/0da/0daec7cf-fb15-4b65-95cc-f6881d706acd/format_version.txt |
| 14402 | 2026-01-29T02:25:24.831Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/checksums.txt (221 bytes) |
| 14403 | 2026-01-29T02:25:25.924Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/checksums.txt |
| 14404 | 2026-01-29T02:25:25.924Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/columns.txt (85 bytes) |
| 14405 | 2026-01-29T02:25:27.018Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/columns.txt |
| 14406 | 2026-01-29T02:25:27.018Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/count.txt (1 bytes) |
| 14407 | 2026-01-29T02:25:28.112Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/count.txt |
| 14408 | 2026-01-29T02:25:28.112Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/data.bin (68 bytes) |
| 14409 | 2026-01-29T02:25:29.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/data.bin |
| 14410 | 2026-01-29T02:25:29.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/data.cmrk3 (58 bytes) |
| 14411 | 2026-01-29T02:25:30.299Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/data.cmrk3 |
| 14412 | 2026-01-29T02:25:30.300Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 14413 | 2026-01-29T02:25:31.392Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/default_compression_codec.txt |
| 14414 | 2026-01-29T02:25:31.392Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/metadata_version.txt (1 bytes) |
| 14415 | 2026-01-29T02:25:32.485Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/metadata_version.txt |
| 14416 | 2026-01-29T02:25:32.485Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/primary.cidx (60 bytes) |
| 14417 | 2026-01-29T02:25:33.578Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/all_1_1_0/primary.cidx |
| 14418 | 2026-01-29T02:25:33.578Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/format_version.txt (1 bytes) |
| 14419 | 2026-01-29T02:25:34.673Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/format_version.txt |
| 14420 | 2026-01-29T02:25:34.673Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/17b/17bd98e0-7361-44aa-8861-1b7e8364c0ee/format_version.txt (1 bytes) |
| 14421 | 2026-01-29T02:25:35.769Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/17b/17bd98e0-7361-44aa-8861-1b7e8364c0ee/format_version.txt |
| 14422 | 2026-01-29T02:25:35.769Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/2a2/2a2989c5-bd2a-4602-96d1-bbffa58eed9b/format_version.txt (1 bytes) |
| 14423 | 2026-01-29T02:25:36.862Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/2a2/2a2989c5-bd2a-4602-96d1-bbffa58eed9b/format_version.txt |
| 14424 | 2026-01-29T02:25:36.863Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/3aa/3aaeeba0-20d6-429b-ba71-f7ac3f808ae5/format_version.txt (1 bytes) |
| 14425 | 2026-01-29T02:25:37.955Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/3aa/3aaeeba0-20d6-429b-ba71-f7ac3f808ae5/format_version.txt |
| 14426 | 2026-01-29T02:25:37.955Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/438/43898a28-3047-4361-890e-308e63527d17/format_version.txt (1 bytes) |
| 14427 | 2026-01-29T02:25:39.050Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/438/43898a28-3047-4361-890e-308e63527d17/format_version.txt |
| 14428 | 2026-01-29T02:25:39.050Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/49f/49f8c929-5548-41e2-b899-e3afc7fabc52/format_version.txt (1 bytes) |
| 14429 | 2026-01-29T02:25:40.142Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/49f/49f8c929-5548-41e2-b899-e3afc7fabc52/format_version.txt |
| 14430 | 2026-01-29T02:25:40.142Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/checksums.txt (226 bytes) |
| 14431 | 2026-01-29T02:25:41.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/checksums.txt |
| 14432 | 2026-01-29T02:25:41.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/columns.txt (813 bytes) |
| 14433 | 2026-01-29T02:25:42.330Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/columns.txt |
| 14434 | 2026-01-29T02:25:42.330Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/count.txt (1 bytes) |
| 14435 | 2026-01-29T02:25:43.425Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/count.txt |
| 14436 | 2026-01-29T02:25:43.425Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/data.bin (577 bytes) |
| 14437 | 2026-01-29T02:25:44.520Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/data.bin |
| 14438 | 2026-01-29T02:25:44.520Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/data.cmrk3 (74 bytes) |
| 14439 | 2026-01-29T02:25:45.615Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/data.cmrk3 |
| 14440 | 2026-01-29T02:25:45.615Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 14441 | 2026-01-29T02:25:46.709Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/default_compression_codec.txt |
| 14442 | 2026-01-29T02:25:46.709Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/metadata_version.txt (1 bytes) |
| 14443 | 2026-01-29T02:25:47.802Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/metadata_version.txt |
| 14444 | 2026-01-29T02:25:47.802Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/primary.cidx (134 bytes) |
| 14445 | 2026-01-29T02:25:48.895Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/all_1_1_0/primary.cidx |
| 14446 | 2026-01-29T02:25:48.895Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/format_version.txt (1 bytes) |
| 14447 | 2026-01-29T02:25:49.989Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/format_version.txt |
| 14448 | 2026-01-29T02:25:49.989Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/66f/66fed997-91de-45f3-b7bd-0a976446da22/format_version.txt (1 bytes) |
| 14449 | 2026-01-29T02:25:51.083Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/66f/66fed997-91de-45f3-b7bd-0a976446da22/format_version.txt |
| 14450 | 2026-01-29T02:25:51.083Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/checksums.txt (249 bytes) |
| 14451 | 2026-01-29T02:25:52.177Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/checksums.txt |
| 14452 | 2026-01-29T02:25:52.178Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/columns.txt (143 bytes) |
| 14453 | 2026-01-29T02:25:53.270Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/columns.txt |
| 14454 | 2026-01-29T02:25:53.270Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/count.txt (1 bytes) |
| 14455 | 2026-01-29T02:25:54.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/count.txt |
| 14456 | 2026-01-29T02:25:54.364Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/data.bin (159 bytes) |
| 14457 | 2026-01-29T02:25:55.457Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/data.bin |
| 14458 | 2026-01-29T02:25:55.457Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/data.cmrk3 (66 bytes) |
| 14459 | 2026-01-29T02:25:56.549Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/data.cmrk3 |
| 14460 | 2026-01-29T02:25:56.550Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 14461 | 2026-01-29T02:25:57.643Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/default_compression_codec.txt |
| 14462 | 2026-01-29T02:25:57.643Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/metadata_version.txt (1 bytes) |
| 14463 | 2026-01-29T02:25:58.739Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/metadata_version.txt |
| 14464 | 2026-01-29T02:25:58.739Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/primary.cidx (90 bytes) |
| 14465 | 2026-01-29T02:25:59.833Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/primary.cidx |
| 14466 | 2026-01-29T02:25:59.833Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/ttl.txt (80 bytes) |
| 14467 | 2026-01-29T02:26:00.926Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_10_10_0/ttl.txt |
| 14468 | 2026-01-29T02:26:00.926Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/checksums.txt (250 bytes) |
| 14469 | 2026-01-29T02:26:02.020Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/checksums.txt |
| 14470 | 2026-01-29T02:26:02.020Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/columns.txt (143 bytes) |
| 14471 | 2026-01-29T02:26:03.113Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/columns.txt |
| 14472 | 2026-01-29T02:26:03.113Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/count.txt (1 bytes) |
| 14473 | 2026-01-29T02:26:04.207Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/count.txt |
| 14474 | 2026-01-29T02:26:04.207Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/data.bin (307 bytes) |
| 14475 | 2026-01-29T02:26:05.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/data.bin |
| 14476 | 2026-01-29T02:26:05.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/data.cmrk3 (67 bytes) |
| 14477 | 2026-01-29T02:26:06.394Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/data.cmrk3 |
| 14478 | 2026-01-29T02:26:06.394Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 14479 | 2026-01-29T02:26:07.491Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/default_compression_codec.txt |
| 14480 | 2026-01-29T02:26:07.491Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/metadata_version.txt (1 bytes) |
| 14481 | 2026-01-29T02:26:08.585Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/metadata_version.txt |
| 14482 | 2026-01-29T02:26:08.585Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/primary.cidx (125 bytes) |
| 14483 | 2026-01-29T02:26:09.679Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/primary.cidx |
| 14484 | 2026-01-29T02:26:09.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/ttl.txt (80 bytes) |
| 14485 | 2026-01-29T02:26:10.771Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_11_11_0/ttl.txt |
| 14486 | 2026-01-29T02:26:10.772Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/checksums.txt (249 bytes) |
| 14487 | 2026-01-29T02:26:11.866Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/checksums.txt |
| 14488 | 2026-01-29T02:26:11.866Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/columns.txt (143 bytes) |
| 14489 | 2026-01-29T02:26:12.960Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/columns.txt |
| 14490 | 2026-01-29T02:26:12.960Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/count.txt (1 bytes) |
| 14491 | 2026-01-29T02:26:14.054Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/count.txt |
| 14492 | 2026-01-29T02:26:14.054Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/data.bin (159 bytes) |
| 14493 | 2026-01-29T02:26:15.148Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/data.bin |
| 14494 | 2026-01-29T02:26:15.148Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/data.cmrk3 (66 bytes) |
| 14495 | 2026-01-29T02:26:16.241Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/data.cmrk3 |
| 14496 | 2026-01-29T02:26:16.241Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 14497 | 2026-01-29T02:26:17.335Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/default_compression_codec.txt |
| 14498 | 2026-01-29T02:26:17.335Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/metadata_version.txt (1 bytes) |
| 14499 | 2026-01-29T02:26:18.429Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/metadata_version.txt |
| 14500 | 2026-01-29T02:26:18.429Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/primary.cidx (90 bytes) |
| 14501 | 2026-01-29T02:26:19.523Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/primary.cidx |
| 14502 | 2026-01-29T02:26:19.523Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/ttl.txt (80 bytes) |
| 14503 | 2026-01-29T02:26:20.617Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_12_12_0/ttl.txt |
| 14504 | 2026-01-29T02:26:20.617Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/checksums.txt (249 bytes) |
| 14505 | 2026-01-29T02:26:21.711Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/checksums.txt |
| 14506 | 2026-01-29T02:26:21.711Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/columns.txt (143 bytes) |
| 14507 | 2026-01-29T02:26:22.806Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/columns.txt |
| 14508 | 2026-01-29T02:26:22.806Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/count.txt (1 bytes) |
| 14509 | 2026-01-29T02:26:23.900Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/count.txt |
| 14510 | 2026-01-29T02:26:23.900Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/data.bin (159 bytes) |
| 14511 | 2026-01-29T02:26:24.993Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/data.bin |
| 14512 | 2026-01-29T02:26:24.993Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/data.cmrk3 (66 bytes) |
| 14513 | 2026-01-29T02:26:26.087Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/data.cmrk3 |
| 14514 | 2026-01-29T02:26:26.087Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/default_compression_codec.txt (10 bytes) |
| 14515 | 2026-01-29T02:26:27.181Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/default_compression_codec.txt |
| 14516 | 2026-01-29T02:26:27.182Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/metadata_version.txt (1 bytes) |
| 14517 | 2026-01-29T02:26:28.275Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/metadata_version.txt |
| 14518 | 2026-01-29T02:26:28.275Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/primary.cidx (90 bytes) |
| 14519 | 2026-01-29T02:26:29.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/primary.cidx |
| 14520 | 2026-01-29T02:26:29.369Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/ttl.txt (80 bytes) |
| 14521 | 2026-01-29T02:26:30.462Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_13_13_0/ttl.txt |
| 14522 | 2026-01-29T02:26:30.462Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/checksums.txt (249 bytes) |
| 14523 | 2026-01-29T02:26:31.571Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/checksums.txt |
| 14524 | 2026-01-29T02:26:31.572Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/columns.txt (143 bytes) |
| 14525 | 2026-01-29T02:26:32.668Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/columns.txt |
| 14526 | 2026-01-29T02:26:32.692Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/count.txt (1 bytes) |
| 14527 | 2026-01-29T02:26:33.765Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/count.txt |
| 14528 | 2026-01-29T02:26:33.765Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/data.bin (159 bytes) |
| 14529 | 2026-01-29T02:26:34.861Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/data.bin |
| 14530 | 2026-01-29T02:26:34.861Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/data.cmrk3 (66 bytes) |
| 14531 | 2026-01-29T02:26:35.957Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/data.cmrk3 |
| 14532 | 2026-01-29T02:26:35.957Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/default_compression_codec.txt (10 bytes) |
| 14533 | 2026-01-29T02:26:37.054Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/default_compression_codec.txt |
| 14534 | 2026-01-29T02:26:37.054Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/metadata_version.txt (1 bytes) |
| 14535 | 2026-01-29T02:26:38.150Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/metadata_version.txt |
| 14536 | 2026-01-29T02:26:38.150Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/primary.cidx (90 bytes) |
| 14537 | 2026-01-29T02:26:39.247Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/primary.cidx |
| 14538 | 2026-01-29T02:26:39.247Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/ttl.txt (80 bytes) |
| 14539 | 2026-01-29T02:26:40.344Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_14_14_0/ttl.txt |
| 14540 | 2026-01-29T02:26:40.344Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/checksums.txt (249 bytes) |
| 14541 | 2026-01-29T02:26:41.440Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/checksums.txt |
| 14542 | 2026-01-29T02:26:41.440Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/columns.txt (143 bytes) |
| 14543 | 2026-01-29T02:26:42.536Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/columns.txt |
| 14544 | 2026-01-29T02:26:42.561Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/count.txt (1 bytes) |
| 14545 | 2026-01-29T02:26:43.633Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/count.txt |
| 14546 | 2026-01-29T02:26:43.633Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/data.bin (159 bytes) |
| 14547 | 2026-01-29T02:26:44.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/data.bin |
| 14548 | 2026-01-29T02:26:44.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/data.cmrk3 (66 bytes) |
| 14549 | 2026-01-29T02:26:45.828Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/data.cmrk3 |
| 14550 | 2026-01-29T02:26:45.828Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/default_compression_codec.txt (10 bytes) |
| 14551 | 2026-01-29T02:26:46.926Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/default_compression_codec.txt |
| 14552 | 2026-01-29T02:26:46.926Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/metadata_version.txt (1 bytes) |
| 14553 | 2026-01-29T02:26:48.023Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/metadata_version.txt |
| 14554 | 2026-01-29T02:26:48.023Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/primary.cidx (90 bytes) |
| 14555 | 2026-01-29T02:26:49.120Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/primary.cidx |
| 14556 | 2026-01-29T02:26:49.120Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/ttl.txt (80 bytes) |
| 14557 | 2026-01-29T02:26:50.216Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_15_15_0/ttl.txt |
| 14558 | 2026-01-29T02:26:50.216Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/checksums.txt (249 bytes) |
| 14559 | 2026-01-29T02:26:51.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/checksums.txt |
| 14560 | 2026-01-29T02:26:51.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/columns.txt (143 bytes) |
| 14561 | 2026-01-29T02:26:52.408Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/columns.txt |
| 14562 | 2026-01-29T02:26:52.408Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/count.txt (1 bytes) |
| 14563 | 2026-01-29T02:26:53.504Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/count.txt |
| 14564 | 2026-01-29T02:26:53.504Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/data.bin (159 bytes) |
| 14565 | 2026-01-29T02:26:54.601Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/data.bin |
| 14566 | 2026-01-29T02:26:54.601Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/data.cmrk3 (66 bytes) |
| 14567 | 2026-01-29T02:26:55.696Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/data.cmrk3 |
| 14568 | 2026-01-29T02:26:55.696Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/default_compression_codec.txt (10 bytes) |
| 14569 | 2026-01-29T02:26:56.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/default_compression_codec.txt |
| 14570 | 2026-01-29T02:26:56.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/metadata_version.txt (1 bytes) |
| 14571 | 2026-01-29T02:26:57.890Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/metadata_version.txt |
| 14572 | 2026-01-29T02:26:57.890Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/primary.cidx (90 bytes) |
| 14573 | 2026-01-29T02:26:58.985Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/primary.cidx |
| 14574 | 2026-01-29T02:26:58.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/ttl.txt (80 bytes) |
| 14575 | 2026-01-29T02:27:00.082Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_16_16_0/ttl.txt |
| 14576 | 2026-01-29T02:27:00.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/checksums.txt (249 bytes) |
| 14577 | 2026-01-29T02:27:01.177Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/checksums.txt |
| 14578 | 2026-01-29T02:27:01.177Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/columns.txt (143 bytes) |
| 14579 | 2026-01-29T02:27:02.273Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/columns.txt |
| 14580 | 2026-01-29T02:27:02.297Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/count.txt (1 bytes) |
| 14581 | 2026-01-29T02:27:03.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/count.txt |
| 14582 | 2026-01-29T02:27:03.369Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/data.bin (159 bytes) |
| 14583 | 2026-01-29T02:27:04.465Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/data.bin |
| 14584 | 2026-01-29T02:27:04.465Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/data.cmrk3 (66 bytes) |
| 14585 | 2026-01-29T02:27:05.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/data.cmrk3 |
| 14586 | 2026-01-29T02:27:05.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/default_compression_codec.txt (10 bytes) |
| 14587 | 2026-01-29T02:27:06.662Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/default_compression_codec.txt |
| 14588 | 2026-01-29T02:27:06.662Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/metadata_version.txt (1 bytes) |
| 14589 | 2026-01-29T02:27:07.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/metadata_version.txt |
| 14590 | 2026-01-29T02:27:07.759Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/primary.cidx (90 bytes) |
| 14591 | 2026-01-29T02:27:08.858Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/primary.cidx |
| 14592 | 2026-01-29T02:27:08.858Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/ttl.txt (80 bytes) |
| 14593 | 2026-01-29T02:27:09.954Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_17_17_0/ttl.txt |
| 14594 | 2026-01-29T02:27:09.954Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/checksums.txt (249 bytes) |
| 14595 | 2026-01-29T02:27:11.050Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/checksums.txt |
| 14596 | 2026-01-29T02:27:11.050Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/columns.txt (143 bytes) |
| 14597 | 2026-01-29T02:27:12.146Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/columns.txt |
| 14598 | 2026-01-29T02:27:12.146Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/count.txt (1 bytes) |
| 14599 | 2026-01-29T02:27:13.243Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/count.txt |
| 14600 | 2026-01-29T02:27:13.243Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/data.bin (159 bytes) |
| 14601 | 2026-01-29T02:27:14.338Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/data.bin |
| 14602 | 2026-01-29T02:27:14.338Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/data.cmrk3 (66 bytes) |
| 14603 | 2026-01-29T02:27:15.434Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/data.cmrk3 |
| 14604 | 2026-01-29T02:27:15.434Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/default_compression_codec.txt (10 bytes) |
| 14605 | 2026-01-29T02:27:16.530Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/default_compression_codec.txt |
| 14606 | 2026-01-29T02:27:16.530Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/metadata_version.txt (1 bytes) |
| 14607 | 2026-01-29T02:27:17.626Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/metadata_version.txt |
| 14608 | 2026-01-29T02:27:17.627Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/primary.cidx (90 bytes) |
| 14609 | 2026-01-29T02:27:18.724Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/primary.cidx |
| 14610 | 2026-01-29T02:27:18.724Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/ttl.txt (80 bytes) |
| 14611 | 2026-01-29T02:27:19.820Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_18_18_0/ttl.txt |
| 14612 | 2026-01-29T02:27:19.820Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/checksums.txt (249 bytes) |
| 14613 | 2026-01-29T02:27:20.915Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/checksums.txt |
| 14614 | 2026-01-29T02:27:20.915Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/columns.txt (143 bytes) |
| 14615 | 2026-01-29T02:27:22.013Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/columns.txt |
| 14616 | 2026-01-29T02:27:22.013Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/count.txt (1 bytes) |
| 14617 | 2026-01-29T02:27:23.111Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/count.txt |
| 14618 | 2026-01-29T02:27:23.111Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/data.bin (159 bytes) |
| 14619 | 2026-01-29T02:27:24.210Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/data.bin |
| 14620 | 2026-01-29T02:27:24.210Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/data.cmrk3 (66 bytes) |
| 14621 | 2026-01-29T02:27:25.321Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/data.cmrk3 |
| 14622 | 2026-01-29T02:27:25.322Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/default_compression_codec.txt (10 bytes) |
| 14623 | 2026-01-29T02:27:26.419Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/default_compression_codec.txt |
| 14624 | 2026-01-29T02:27:26.419Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/metadata_version.txt (1 bytes) |
| 14625 | 2026-01-29T02:27:27.524Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/metadata_version.txt |
| 14626 | 2026-01-29T02:27:27.524Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/primary.cidx (90 bytes) |
| 14627 | 2026-01-29T02:27:28.616Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/primary.cidx |
| 14628 | 2026-01-29T02:27:28.616Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/ttl.txt (80 bytes) |
| 14629 | 2026-01-29T02:27:29.716Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_19_19_0/ttl.txt |
| 14630 | 2026-01-29T02:27:29.716Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/checksums.txt (250 bytes) |
| 14631 | 2026-01-29T02:27:30.819Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/checksums.txt |
| 14632 | 2026-01-29T02:27:30.819Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/columns.txt (143 bytes) |
| 14633 | 2026-01-29T02:27:31.917Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/columns.txt |
| 14634 | 2026-01-29T02:27:31.917Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/count.txt (2 bytes) |
| 14635 | 2026-01-29T02:27:33.013Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/count.txt |
| 14636 | 2026-01-29T02:27:33.013Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/data.bin (588 bytes) |
| 14637 | 2026-01-29T02:27:34.110Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/data.bin |
| 14638 | 2026-01-29T02:27:34.110Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/data.cmrk3 (68 bytes) |
| 14639 | 2026-01-29T02:27:35.211Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/data.cmrk3 |
| 14640 | 2026-01-29T02:27:35.211Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 14641 | 2026-01-29T02:27:36.309Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/default_compression_codec.txt |
| 14642 | 2026-01-29T02:27:36.309Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/metadata_version.txt (1 bytes) |
| 14643 | 2026-01-29T02:27:37.405Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/metadata_version.txt |
| 14644 | 2026-01-29T02:27:37.430Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/primary.cidx (125 bytes) |
| 14645 | 2026-01-29T02:27:38.504Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/primary.cidx |
| 14646 | 2026-01-29T02:27:38.504Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/ttl.txt (80 bytes) |
| 14647 | 2026-01-29T02:27:39.600Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_11_2/ttl.txt |
| 14648 | 2026-01-29T02:27:39.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/checksums.txt (250 bytes) |
| 14649 | 2026-01-29T02:27:40.696Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/checksums.txt |
| 14650 | 2026-01-29T02:27:40.696Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/columns.txt (143 bytes) |
| 14651 | 2026-01-29T02:27:41.799Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/columns.txt |
| 14652 | 2026-01-29T02:27:41.799Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/count.txt (2 bytes) |
| 14653 | 2026-01-29T02:27:42.903Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/count.txt |
| 14654 | 2026-01-29T02:27:42.903Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/data.bin (645 bytes) |
| 14655 | 2026-01-29T02:27:43.999Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/data.bin |
| 14656 | 2026-01-29T02:27:43.999Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/data.cmrk3 (68 bytes) |
| 14657 | 2026-01-29T02:27:45.095Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/data.cmrk3 |
| 14658 | 2026-01-29T02:27:45.095Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/default_compression_codec.txt (10 bytes) |
| 14659 | 2026-01-29T02:27:46.193Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/default_compression_codec.txt |
| 14660 | 2026-01-29T02:27:46.193Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/metadata_version.txt (1 bytes) |
| 14661 | 2026-01-29T02:27:47.290Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/metadata_version.txt |
| 14662 | 2026-01-29T02:27:47.290Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/primary.cidx (125 bytes) |
| 14663 | 2026-01-29T02:27:48.386Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/primary.cidx |
| 14664 | 2026-01-29T02:27:48.386Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/ttl.txt (80 bytes) |
| 14665 | 2026-01-29T02:27:49.481Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_16_3/ttl.txt |
| 14666 | 2026-01-29T02:27:49.506Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/checksums.txt (250 bytes) |
| 14667 | 2026-01-29T02:27:50.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/checksums.txt |
| 14668 | 2026-01-29T02:27:50.577Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/columns.txt (143 bytes) |
| 14669 | 2026-01-29T02:27:51.674Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/columns.txt |
| 14670 | 2026-01-29T02:27:51.674Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/count.txt (2 bytes) |
| 14671 | 2026-01-29T02:27:52.773Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/count.txt |
| 14672 | 2026-01-29T02:27:52.773Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/data.bin (382 bytes) |
| 14673 | 2026-01-29T02:27:53.868Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/data.bin |
| 14674 | 2026-01-29T02:27:53.868Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/data.cmrk3 (68 bytes) |
| 14675 | 2026-01-29T02:27:54.965Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/data.cmrk3 |
| 14676 | 2026-01-29T02:27:54.965Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 14677 | 2026-01-29T02:27:56.062Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/default_compression_codec.txt |
| 14678 | 2026-01-29T02:27:56.087Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/metadata_version.txt (1 bytes) |
| 14679 | 2026-01-29T02:27:57.159Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/metadata_version.txt |
| 14680 | 2026-01-29T02:27:57.159Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/primary.cidx (125 bytes) |
| 14681 | 2026-01-29T02:27:58.255Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/primary.cidx |
| 14682 | 2026-01-29T02:27:58.255Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/ttl.txt (80 bytes) |
| 14683 | 2026-01-29T02:27:59.351Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_1_0/ttl.txt |
| 14684 | 2026-01-29T02:27:59.351Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/checksums.txt (250 bytes) |
| 14685 | 2026-01-29T02:28:00.446Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/checksums.txt |
| 14686 | 2026-01-29T02:28:00.446Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/columns.txt (143 bytes) |
| 14687 | 2026-01-29T02:28:01.542Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/columns.txt |
| 14688 | 2026-01-29T02:28:01.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/count.txt (2 bytes) |
| 14689 | 2026-01-29T02:28:02.638Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/count.txt |
| 14690 | 2026-01-29T02:28:02.663Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/data.bin (749 bytes) |
| 14691 | 2026-01-29T02:28:03.735Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/data.bin |
| 14692 | 2026-01-29T02:28:03.735Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/data.cmrk3 (68 bytes) |
| 14693 | 2026-01-29T02:28:04.830Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/data.cmrk3 |
| 14694 | 2026-01-29T02:28:04.830Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/default_compression_codec.txt (10 bytes) |
| 14695 | 2026-01-29T02:28:05.926Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/default_compression_codec.txt |
| 14696 | 2026-01-29T02:28:05.926Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/metadata_version.txt (1 bytes) |
| 14697 | 2026-01-29T02:28:07.022Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/metadata_version.txt |
| 14698 | 2026-01-29T02:28:07.022Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/primary.cidx (125 bytes) |
| 14699 | 2026-01-29T02:28:08.119Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/primary.cidx |
| 14700 | 2026-01-29T02:28:08.119Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/ttl.txt (80 bytes) |
| 14701 | 2026-01-29T02:28:09.216Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_21_4/ttl.txt |
| 14702 | 2026-01-29T02:28:09.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/checksums.txt (250 bytes) |
| 14703 | 2026-01-29T02:28:10.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/checksums.txt |
| 14704 | 2026-01-29T02:28:10.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/columns.txt (143 bytes) |
| 14705 | 2026-01-29T02:28:11.407Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/columns.txt |
| 14706 | 2026-01-29T02:28:11.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/count.txt (2 bytes) |
| 14707 | 2026-01-29T02:28:12.504Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/count.txt |
| 14708 | 2026-01-29T02:28:12.504Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/data.bin (806 bytes) |
| 14709 | 2026-01-29T02:28:13.600Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/data.bin |
| 14710 | 2026-01-29T02:28:13.625Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/data.cmrk3 (69 bytes) |
| 14711 | 2026-01-29T02:28:14.695Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/data.cmrk3 |
| 14712 | 2026-01-29T02:28:14.695Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/default_compression_codec.txt (10 bytes) |
| 14713 | 2026-01-29T02:28:15.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/default_compression_codec.txt |
| 14714 | 2026-01-29T02:28:15.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/metadata_version.txt (1 bytes) |
| 14715 | 2026-01-29T02:28:16.889Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/metadata_version.txt |
| 14716 | 2026-01-29T02:28:16.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/primary.cidx (125 bytes) |
| 14717 | 2026-01-29T02:28:17.986Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/primary.cidx |
| 14718 | 2026-01-29T02:28:17.986Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/ttl.txt (80 bytes) |
| 14719 | 2026-01-29T02:28:19.081Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_26_5/ttl.txt |
| 14720 | 2026-01-29T02:28:19.106Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/checksums.txt (250 bytes) |
| 14721 | 2026-01-29T02:28:20.181Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/checksums.txt |
| 14722 | 2026-01-29T02:28:20.181Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/columns.txt (143 bytes) |
| 14723 | 2026-01-29T02:28:21.297Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/columns.txt |
| 14724 | 2026-01-29T02:28:21.297Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/count.txt (2 bytes) |
| 14725 | 2026-01-29T02:28:22.393Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/count.txt |
| 14726 | 2026-01-29T02:28:22.417Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/data.bin (915 bytes) |
| 14727 | 2026-01-29T02:28:23.490Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/data.bin |
| 14728 | 2026-01-29T02:28:23.490Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/data.cmrk3 (69 bytes) |
| 14729 | 2026-01-29T02:28:24.586Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/data.cmrk3 |
| 14730 | 2026-01-29T02:28:24.586Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/default_compression_codec.txt (10 bytes) |
| 14731 | 2026-01-29T02:28:25.682Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/default_compression_codec.txt |
| 14732 | 2026-01-29T02:28:25.682Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/metadata_version.txt (1 bytes) |
| 14733 | 2026-01-29T02:28:26.778Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/metadata_version.txt |
| 14734 | 2026-01-29T02:28:26.778Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/primary.cidx (125 bytes) |
| 14735 | 2026-01-29T02:28:27.872Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/primary.cidx |
| 14736 | 2026-01-29T02:28:27.872Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/ttl.txt (80 bytes) |
| 14737 | 2026-01-29T02:28:28.968Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_31_6/ttl.txt |
| 14738 | 2026-01-29T02:28:28.968Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/checksums.txt (250 bytes) |
| 14739 | 2026-01-29T02:28:30.074Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/checksums.txt |
| 14740 | 2026-01-29T02:28:30.074Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/columns.txt (143 bytes) |
| 14741 | 2026-01-29T02:28:31.171Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/columns.txt |
| 14742 | 2026-01-29T02:28:31.171Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/count.txt (2 bytes) |
| 14743 | 2026-01-29T02:28:32.268Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/count.txt |
| 14744 | 2026-01-29T02:28:32.268Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/data.bin (456 bytes) |
| 14745 | 2026-01-29T02:28:33.365Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/data.bin |
| 14746 | 2026-01-29T02:28:33.365Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/data.cmrk3 (68 bytes) |
| 14747 | 2026-01-29T02:28:34.462Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/data.cmrk3 |
| 14748 | 2026-01-29T02:28:34.462Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 14749 | 2026-01-29T02:28:35.556Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/default_compression_codec.txt |
| 14750 | 2026-01-29T02:28:35.580Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/metadata_version.txt (1 bytes) |
| 14751 | 2026-01-29T02:28:36.654Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/metadata_version.txt |
| 14752 | 2026-01-29T02:28:36.678Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/primary.cidx (125 bytes) |
| 14753 | 2026-01-29T02:28:37.749Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/primary.cidx |
| 14754 | 2026-01-29T02:28:37.749Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/ttl.txt (80 bytes) |
| 14755 | 2026-01-29T02:28:38.846Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_1_6_1/ttl.txt |
| 14756 | 2026-01-29T02:28:38.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/checksums.txt (249 bytes) |
| 14757 | 2026-01-29T02:28:39.942Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/checksums.txt |
| 14758 | 2026-01-29T02:28:39.942Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/columns.txt (143 bytes) |
| 14759 | 2026-01-29T02:28:41.038Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/columns.txt |
| 14760 | 2026-01-29T02:28:41.063Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/count.txt (1 bytes) |
| 14761 | 2026-01-29T02:28:42.133Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/count.txt |
| 14762 | 2026-01-29T02:28:42.134Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/data.bin (159 bytes) |
| 14763 | 2026-01-29T02:28:43.231Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/data.bin |
| 14764 | 2026-01-29T02:28:43.231Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/data.cmrk3 (66 bytes) |
| 14765 | 2026-01-29T02:28:44.327Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/data.cmrk3 |
| 14766 | 2026-01-29T02:28:44.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/default_compression_codec.txt (10 bytes) |
| 14767 | 2026-01-29T02:28:45.424Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/default_compression_codec.txt |
| 14768 | 2026-01-29T02:28:45.424Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/metadata_version.txt (1 bytes) |
| 14769 | 2026-01-29T02:28:46.520Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/metadata_version.txt |
| 14770 | 2026-01-29T02:28:46.520Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/primary.cidx (90 bytes) |
| 14771 | 2026-01-29T02:28:47.617Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/primary.cidx |
| 14772 | 2026-01-29T02:28:47.617Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/ttl.txt (80 bytes) |
| 14773 | 2026-01-29T02:28:48.713Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_20_20_0/ttl.txt |
| 14774 | 2026-01-29T02:28:48.713Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/checksums.txt (251 bytes) |
| 14775 | 2026-01-29T02:28:49.818Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/checksums.txt |
| 14776 | 2026-01-29T02:28:49.818Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/columns.txt (143 bytes) |
| 14777 | 2026-01-29T02:28:50.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/columns.txt |
| 14778 | 2026-01-29T02:28:50.939Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/count.txt (1 bytes) |
| 14779 | 2026-01-29T02:28:52.011Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/count.txt |
| 14780 | 2026-01-29T02:28:52.011Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/data.bin (271 bytes) |
| 14781 | 2026-01-29T02:28:53.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/data.bin |
| 14782 | 2026-01-29T02:28:53.108Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/data.cmrk3 (67 bytes) |
| 14783 | 2026-01-29T02:28:54.203Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/data.cmrk3 |
| 14784 | 2026-01-29T02:28:54.203Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/default_compression_codec.txt (10 bytes) |
| 14785 | 2026-01-29T02:28:55.299Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/default_compression_codec.txt |
| 14786 | 2026-01-29T02:28:55.299Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/metadata_version.txt (1 bytes) |
| 14787 | 2026-01-29T02:28:56.401Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/metadata_version.txt |
| 14788 | 2026-01-29T02:28:56.401Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/primary.cidx (139 bytes) |
| 14789 | 2026-01-29T02:28:57.498Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/primary.cidx |
| 14790 | 2026-01-29T02:28:57.498Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/ttl.txt (80 bytes) |
| 14791 | 2026-01-29T02:28:58.595Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_21_21_0/ttl.txt |
| 14792 | 2026-01-29T02:28:58.595Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/checksums.txt (249 bytes) |
| 14793 | 2026-01-29T02:28:59.693Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/checksums.txt |
| 14794 | 2026-01-29T02:28:59.693Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/columns.txt (143 bytes) |
| 14795 | 2026-01-29T02:29:00.791Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/columns.txt |
| 14796 | 2026-01-29T02:29:00.791Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/count.txt (1 bytes) |
| 14797 | 2026-01-29T02:29:01.886Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/count.txt |
| 14798 | 2026-01-29T02:29:01.911Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/data.bin (159 bytes) |
| 14799 | 2026-01-29T02:29:02.983Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/data.bin |
| 14800 | 2026-01-29T02:29:02.984Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/data.cmrk3 (66 bytes) |
| 14801 | 2026-01-29T02:29:04.080Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/data.cmrk3 |
| 14802 | 2026-01-29T02:29:04.080Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/default_compression_codec.txt (10 bytes) |
| 14803 | 2026-01-29T02:29:05.176Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/default_compression_codec.txt |
| 14804 | 2026-01-29T02:29:05.176Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/metadata_version.txt (1 bytes) |
| 14805 | 2026-01-29T02:29:06.272Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/metadata_version.txt |
| 14806 | 2026-01-29T02:29:06.272Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/primary.cidx (90 bytes) |
| 14807 | 2026-01-29T02:29:07.369Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/primary.cidx |
| 14808 | 2026-01-29T02:29:07.369Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/ttl.txt (80 bytes) |
| 14809 | 2026-01-29T02:29:08.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_22_22_0/ttl.txt |
| 14810 | 2026-01-29T02:29:08.489Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/checksums.txt (249 bytes) |
| 14811 | 2026-01-29T02:29:09.563Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/checksums.txt |
| 14812 | 2026-01-29T02:29:09.587Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/columns.txt (143 bytes) |
| 14813 | 2026-01-29T02:29:10.658Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/columns.txt |
| 14814 | 2026-01-29T02:29:10.658Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/count.txt (1 bytes) |
| 14815 | 2026-01-29T02:29:11.754Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/count.txt |
| 14816 | 2026-01-29T02:29:11.754Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/data.bin (159 bytes) |
| 14817 | 2026-01-29T02:29:12.850Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/data.bin |
| 14818 | 2026-01-29T02:29:12.850Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/data.cmrk3 (66 bytes) |
| 14819 | 2026-01-29T02:29:13.946Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/data.cmrk3 |
| 14820 | 2026-01-29T02:29:13.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/default_compression_codec.txt (10 bytes) |
| 14821 | 2026-01-29T02:29:15.042Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/default_compression_codec.txt |
| 14822 | 2026-01-29T02:29:15.042Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/metadata_version.txt (1 bytes) |
| 14823 | 2026-01-29T02:29:16.139Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/metadata_version.txt |
| 14824 | 2026-01-29T02:29:16.163Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/primary.cidx (90 bytes) |
| 14825 | 2026-01-29T02:29:17.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/primary.cidx |
| 14826 | 2026-01-29T02:29:17.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/ttl.txt (80 bytes) |
| 14827 | 2026-01-29T02:29:18.333Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_23_23_0/ttl.txt |
| 14828 | 2026-01-29T02:29:18.333Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/checksums.txt (249 bytes) |
| 14829 | 2026-01-29T02:29:19.429Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/checksums.txt |
| 14830 | 2026-01-29T02:29:19.429Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/columns.txt (143 bytes) |
| 14831 | 2026-01-29T02:29:20.526Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/columns.txt |
| 14832 | 2026-01-29T02:29:20.527Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/count.txt (1 bytes) |
| 14833 | 2026-01-29T02:29:21.624Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/count.txt |
| 14834 | 2026-01-29T02:29:21.624Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/data.bin (159 bytes) |
| 14835 | 2026-01-29T02:29:22.720Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/data.bin |
| 14836 | 2026-01-29T02:29:22.744Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/data.cmrk3 (66 bytes) |
| 14837 | 2026-01-29T02:29:23.817Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/data.cmrk3 |
| 14838 | 2026-01-29T02:29:23.817Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/default_compression_codec.txt (10 bytes) |
| 14839 | 2026-01-29T02:29:24.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/default_compression_codec.txt |
| 14840 | 2026-01-29T02:29:24.913Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/metadata_version.txt (1 bytes) |
| 14841 | 2026-01-29T02:29:26.014Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/metadata_version.txt |
| 14842 | 2026-01-29T02:29:26.014Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/primary.cidx (90 bytes) |
| 14843 | 2026-01-29T02:29:27.112Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/primary.cidx |
| 14844 | 2026-01-29T02:29:27.112Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/ttl.txt (80 bytes) |
| 14845 | 2026-01-29T02:29:28.210Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_24_24_0/ttl.txt |
| 14846 | 2026-01-29T02:29:28.234Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/checksums.txt (249 bytes) |
| 14847 | 2026-01-29T02:29:29.308Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/checksums.txt |
| 14848 | 2026-01-29T02:29:29.308Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/columns.txt (143 bytes) |
| 14849 | 2026-01-29T02:29:30.404Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/columns.txt |
| 14850 | 2026-01-29T02:29:30.405Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/count.txt (1 bytes) |
| 14851 | 2026-01-29T02:29:31.501Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/count.txt |
| 14852 | 2026-01-29T02:29:31.501Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/data.bin (159 bytes) |
| 14853 | 2026-01-29T02:29:32.596Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/data.bin |
| 14854 | 2026-01-29T02:29:32.596Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/data.cmrk3 (66 bytes) |
| 14855 | 2026-01-29T02:29:33.690Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/data.cmrk3 |
| 14856 | 2026-01-29T02:29:33.690Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/default_compression_codec.txt (10 bytes) |
| 14857 | 2026-01-29T02:29:34.783Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/default_compression_codec.txt |
| 14858 | 2026-01-29T02:29:34.784Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/metadata_version.txt (1 bytes) |
| 14859 | 2026-01-29T02:29:35.878Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/metadata_version.txt |
| 14860 | 2026-01-29T02:29:35.903Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/primary.cidx (90 bytes) |
| 14861 | 2026-01-29T02:29:36.973Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/primary.cidx |
| 14862 | 2026-01-29T02:29:36.973Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/ttl.txt (80 bytes) |
| 14863 | 2026-01-29T02:29:38.068Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_25_25_0/ttl.txt |
| 14864 | 2026-01-29T02:29:38.069Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/checksums.txt (249 bytes) |
| 14865 | 2026-01-29T02:29:39.164Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/checksums.txt |
| 14866 | 2026-01-29T02:29:39.164Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/columns.txt (143 bytes) |
| 14867 | 2026-01-29T02:29:40.258Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/columns.txt |
| 14868 | 2026-01-29T02:29:40.282Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/count.txt (1 bytes) |
| 14869 | 2026-01-29T02:29:41.357Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/count.txt |
| 14870 | 2026-01-29T02:29:41.357Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/data.bin (159 bytes) |
| 14871 | 2026-01-29T02:29:42.448Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/data.bin |
| 14872 | 2026-01-29T02:29:42.448Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/data.cmrk3 (66 bytes) |
| 14873 | 2026-01-29T02:29:43.542Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/data.cmrk3 |
| 14874 | 2026-01-29T02:29:43.542Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/default_compression_codec.txt (10 bytes) |
| 14875 | 2026-01-29T02:29:44.640Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/default_compression_codec.txt |
| 14876 | 2026-01-29T02:29:44.665Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/metadata_version.txt (1 bytes) |
| 14877 | 2026-01-29T02:29:45.732Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/metadata_version.txt |
| 14878 | 2026-01-29T02:29:45.732Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/primary.cidx (90 bytes) |
| 14879 | 2026-01-29T02:29:46.826Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/primary.cidx |
| 14880 | 2026-01-29T02:29:46.826Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/ttl.txt (80 bytes) |
| 14881 | 2026-01-29T02:29:47.921Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_26_26_0/ttl.txt |
| 14882 | 2026-01-29T02:29:47.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/checksums.txt (249 bytes) |
| 14883 | 2026-01-29T02:29:49.014Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/checksums.txt |
| 14884 | 2026-01-29T02:29:49.039Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/columns.txt (143 bytes) |
| 14885 | 2026-01-29T02:29:50.110Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/columns.txt |
| 14886 | 2026-01-29T02:29:50.134Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/count.txt (1 bytes) |
| 14887 | 2026-01-29T02:29:51.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/count.txt |
| 14888 | 2026-01-29T02:29:51.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/data.bin (159 bytes) |
| 14889 | 2026-01-29T02:29:52.300Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/data.bin |
| 14890 | 2026-01-29T02:29:52.300Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/data.cmrk3 (66 bytes) |
| 14891 | 2026-01-29T02:29:53.395Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/data.cmrk3 |
| 14892 | 2026-01-29T02:29:53.420Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/default_compression_codec.txt (10 bytes) |
| 14893 | 2026-01-29T02:29:54.490Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/default_compression_codec.txt |
| 14894 | 2026-01-29T02:29:54.490Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/metadata_version.txt (1 bytes) |
| 14895 | 2026-01-29T02:29:55.585Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/metadata_version.txt |
| 14896 | 2026-01-29T02:29:55.585Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/primary.cidx (90 bytes) |
| 14897 | 2026-01-29T02:29:56.679Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/primary.cidx |
| 14898 | 2026-01-29T02:29:56.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/ttl.txt (80 bytes) |
| 14899 | 2026-01-29T02:29:57.773Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_27_27_0/ttl.txt |
| 14900 | 2026-01-29T02:29:57.773Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/checksums.txt (249 bytes) |
| 14901 | 2026-01-29T02:29:58.867Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/checksums.txt |
| 14902 | 2026-01-29T02:29:58.891Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/columns.txt (143 bytes) |
| 14903 | 2026-01-29T02:29:59.963Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/columns.txt |
| 14904 | 2026-01-29T02:29:59.963Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/count.txt (1 bytes) |
| 14905 | 2026-01-29T02:30:01.057Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/count.txt |
| 14906 | 2026-01-29T02:30:01.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/data.bin (159 bytes) |
| 14907 | 2026-01-29T02:30:02.153Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/data.bin |
| 14908 | 2026-01-29T02:30:02.153Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/data.cmrk3 (66 bytes) |
| 14909 | 2026-01-29T02:30:03.247Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/data.cmrk3 |
| 14910 | 2026-01-29T02:30:03.272Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/default_compression_codec.txt (10 bytes) |
| 14911 | 2026-01-29T02:30:04.342Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/default_compression_codec.txt |
| 14912 | 2026-01-29T02:30:04.342Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/metadata_version.txt (1 bytes) |
| 14913 | 2026-01-29T02:30:05.436Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/metadata_version.txt |
| 14914 | 2026-01-29T02:30:05.484Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/primary.cidx (90 bytes) |
| 14915 | 2026-01-29T02:30:06.535Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/primary.cidx |
| 14916 | 2026-01-29T02:30:06.535Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/ttl.txt (80 bytes) |
| 14917 | 2026-01-29T02:30:07.631Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_28_28_0/ttl.txt |
| 14918 | 2026-01-29T02:30:07.631Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/checksums.txt (249 bytes) |
| 14919 | 2026-01-29T02:30:08.727Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/checksums.txt |
| 14920 | 2026-01-29T02:30:08.727Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/columns.txt (143 bytes) |
| 14921 | 2026-01-29T02:30:09.823Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/columns.txt |
| 14922 | 2026-01-29T02:30:09.847Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/count.txt (1 bytes) |
| 14923 | 2026-01-29T02:30:10.918Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/count.txt |
| 14924 | 2026-01-29T02:30:10.918Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/data.bin (159 bytes) |
| 14925 | 2026-01-29T02:30:12.013Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/data.bin |
| 14926 | 2026-01-29T02:30:12.014Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/data.cmrk3 (66 bytes) |
| 14927 | 2026-01-29T02:30:13.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/data.cmrk3 |
| 14928 | 2026-01-29T02:30:13.109Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/default_compression_codec.txt (10 bytes) |
| 14929 | 2026-01-29T02:30:14.205Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/default_compression_codec.txt |
| 14930 | 2026-01-29T02:30:14.205Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/metadata_version.txt (1 bytes) |
| 14931 | 2026-01-29T02:30:15.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/metadata_version.txt |
| 14932 | 2026-01-29T02:30:15.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/primary.cidx (90 bytes) |
| 14933 | 2026-01-29T02:30:16.395Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/primary.cidx |
| 14934 | 2026-01-29T02:30:16.395Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/ttl.txt (80 bytes) |
| 14935 | 2026-01-29T02:30:17.492Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_29_29_0/ttl.txt |
| 14936 | 2026-01-29T02:30:17.493Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/checksums.txt (249 bytes) |
| 14937 | 2026-01-29T02:30:18.589Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/checksums.txt |
| 14938 | 2026-01-29T02:30:18.589Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/columns.txt (143 bytes) |
| 14939 | 2026-01-29T02:30:19.685Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/columns.txt |
| 14940 | 2026-01-29T02:30:19.709Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/count.txt (1 bytes) |
| 14941 | 2026-01-29T02:30:20.782Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/count.txt |
| 14942 | 2026-01-29T02:30:20.782Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/data.bin (159 bytes) |
| 14943 | 2026-01-29T02:30:21.878Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/data.bin |
| 14944 | 2026-01-29T02:30:21.878Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/data.cmrk3 (66 bytes) |
| 14945 | 2026-01-29T02:30:22.985Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/data.cmrk3 |
| 14946 | 2026-01-29T02:30:22.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 14947 | 2026-01-29T02:30:24.088Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/default_compression_codec.txt |
| 14948 | 2026-01-29T02:30:24.088Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/metadata_version.txt (1 bytes) |
| 14949 | 2026-01-29T02:30:25.192Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/metadata_version.txt |
| 14950 | 2026-01-29T02:30:25.192Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/primary.cidx (90 bytes) |
| 14951 | 2026-01-29T02:30:26.291Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/primary.cidx |
| 14952 | 2026-01-29T02:30:26.291Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/ttl.txt (80 bytes) |
| 14953 | 2026-01-29T02:30:27.392Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_2_2_0/ttl.txt |
| 14954 | 2026-01-29T02:30:27.392Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/checksums.txt (249 bytes) |
| 14955 | 2026-01-29T02:30:28.490Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/checksums.txt |
| 14956 | 2026-01-29T02:30:28.490Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/columns.txt (143 bytes) |
| 14957 | 2026-01-29T02:30:29.589Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/columns.txt |
| 14958 | 2026-01-29T02:30:29.589Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/count.txt (1 bytes) |
| 14959 | 2026-01-29T02:30:30.687Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/count.txt |
| 14960 | 2026-01-29T02:30:30.687Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/data.bin (159 bytes) |
| 14961 | 2026-01-29T02:30:31.782Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/data.bin |
| 14962 | 2026-01-29T02:30:31.782Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/data.cmrk3 (66 bytes) |
| 14963 | 2026-01-29T02:30:32.879Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/data.cmrk3 |
| 14964 | 2026-01-29T02:30:32.903Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/default_compression_codec.txt (10 bytes) |
| 14965 | 2026-01-29T02:30:33.975Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/default_compression_codec.txt |
| 14966 | 2026-01-29T02:30:33.975Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/metadata_version.txt (1 bytes) |
| 14967 | 2026-01-29T02:30:35.072Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/metadata_version.txt |
| 14968 | 2026-01-29T02:30:35.072Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/primary.cidx (90 bytes) |
| 14969 | 2026-01-29T02:30:36.168Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/primary.cidx |
| 14970 | 2026-01-29T02:30:36.168Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/ttl.txt (80 bytes) |
| 14971 | 2026-01-29T02:30:37.264Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_30_30_0/ttl.txt |
| 14972 | 2026-01-29T02:30:37.288Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/checksums.txt (250 bytes) |
| 14973 | 2026-01-29T02:30:38.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/checksums.txt |
| 14974 | 2026-01-29T02:30:38.364Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/columns.txt (143 bytes) |
| 14975 | 2026-01-29T02:30:39.460Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/columns.txt |
| 14976 | 2026-01-29T02:30:39.484Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/count.txt (1 bytes) |
| 14977 | 2026-01-29T02:30:40.556Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/count.txt |
| 14978 | 2026-01-29T02:30:40.556Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/data.bin (284 bytes) |
| 14979 | 2026-01-29T02:30:41.651Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/data.bin |
| 14980 | 2026-01-29T02:30:41.651Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/data.cmrk3 (67 bytes) |
| 14981 | 2026-01-29T02:30:42.747Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/data.cmrk3 |
| 14982 | 2026-01-29T02:30:42.771Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/default_compression_codec.txt (10 bytes) |
| 14983 | 2026-01-29T02:30:43.842Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/default_compression_codec.txt |
| 14984 | 2026-01-29T02:30:43.842Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/metadata_version.txt (1 bytes) |
| 14985 | 2026-01-29T02:30:44.937Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/metadata_version.txt |
| 14986 | 2026-01-29T02:30:44.937Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/primary.cidx (125 bytes) |
| 14987 | 2026-01-29T02:30:46.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/primary.cidx |
| 14988 | 2026-01-29T02:30:46.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/ttl.txt (80 bytes) |
| 14989 | 2026-01-29T02:30:47.130Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_31_31_0/ttl.txt |
| 14990 | 2026-01-29T02:30:47.130Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/checksums.txt (249 bytes) |
| 14991 | 2026-01-29T02:30:48.226Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/checksums.txt |
| 14992 | 2026-01-29T02:30:48.226Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/columns.txt (143 bytes) |
| 14993 | 2026-01-29T02:30:49.322Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/columns.txt |
| 14994 | 2026-01-29T02:30:49.322Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/count.txt (1 bytes) |
| 14995 | 2026-01-29T02:30:50.417Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/count.txt |
| 14996 | 2026-01-29T02:30:50.417Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/data.bin (159 bytes) |
| 14997 | 2026-01-29T02:30:51.513Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/data.bin |
| 14998 | 2026-01-29T02:30:51.514Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/data.cmrk3 (66 bytes) |
| 14999 | 2026-01-29T02:30:52.611Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/data.cmrk3 |
| 15000 | 2026-01-29T02:30:52.611Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/default_compression_codec.txt (10 bytes) |
| 15001 | 2026-01-29T02:30:53.707Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/default_compression_codec.txt |
| 15002 | 2026-01-29T02:30:53.707Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/metadata_version.txt (1 bytes) |
| 15003 | 2026-01-29T02:30:54.803Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/metadata_version.txt |
| 15004 | 2026-01-29T02:30:54.803Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/primary.cidx (90 bytes) |
| 15005 | 2026-01-29T02:30:55.901Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/primary.cidx |
| 15006 | 2026-01-29T02:30:55.901Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/ttl.txt (80 bytes) |
| 15007 | 2026-01-29T02:30:56.995Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_32_32_0/ttl.txt |
| 15008 | 2026-01-29T02:30:57.020Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/checksums.txt (249 bytes) |
| 15009 | 2026-01-29T02:30:58.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/checksums.txt |
| 15010 | 2026-01-29T02:30:58.117Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/columns.txt (143 bytes) |
| 15011 | 2026-01-29T02:30:59.190Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/columns.txt |
| 15012 | 2026-01-29T02:30:59.190Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/count.txt (1 bytes) |
| 15013 | 2026-01-29T02:31:00.288Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/count.txt |
| 15014 | 2026-01-29T02:31:00.312Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/data.bin (159 bytes) |
| 15015 | 2026-01-29T02:31:01.383Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/data.bin |
| 15016 | 2026-01-29T02:31:01.383Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/data.cmrk3 (66 bytes) |
| 15017 | 2026-01-29T02:31:02.482Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/data.cmrk3 |
| 15018 | 2026-01-29T02:31:02.508Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/default_compression_codec.txt (10 bytes) |
| 15019 | 2026-01-29T02:31:03.583Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/default_compression_codec.txt |
| 15020 | 2026-01-29T02:31:03.583Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/metadata_version.txt (1 bytes) |
| 15021 | 2026-01-29T02:31:04.678Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/metadata_version.txt |
| 15022 | 2026-01-29T02:31:04.678Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/primary.cidx (90 bytes) |
| 15023 | 2026-01-29T02:31:05.773Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/primary.cidx |
| 15024 | 2026-01-29T02:31:05.773Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/ttl.txt (80 bytes) |
| 15025 | 2026-01-29T02:31:06.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_33_33_0/ttl.txt |
| 15026 | 2026-01-29T02:31:06.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/checksums.txt (249 bytes) |
| 15027 | 2026-01-29T02:31:07.967Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/checksums.txt |
| 15028 | 2026-01-29T02:31:07.967Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/columns.txt (143 bytes) |
| 15029 | 2026-01-29T02:31:09.063Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/columns.txt |
| 15030 | 2026-01-29T02:31:09.063Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/count.txt (1 bytes) |
| 15031 | 2026-01-29T02:31:10.160Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/count.txt |
| 15032 | 2026-01-29T02:31:10.160Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/data.bin (159 bytes) |
| 15033 | 2026-01-29T02:31:11.256Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/data.bin |
| 15034 | 2026-01-29T02:31:11.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/data.cmrk3 (66 bytes) |
| 15035 | 2026-01-29T02:31:12.354Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/data.cmrk3 |
| 15036 | 2026-01-29T02:31:12.354Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 15037 | 2026-01-29T02:31:13.450Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/default_compression_codec.txt |
| 15038 | 2026-01-29T02:31:13.450Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/metadata_version.txt (1 bytes) |
| 15039 | 2026-01-29T02:31:14.553Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/metadata_version.txt |
| 15040 | 2026-01-29T02:31:14.577Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/primary.cidx (90 bytes) |
| 15041 | 2026-01-29T02:31:15.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/primary.cidx |
| 15042 | 2026-01-29T02:31:15.684Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/ttl.txt (80 bytes) |
| 15043 | 2026-01-29T02:31:16.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_3_3_0/ttl.txt |
| 15044 | 2026-01-29T02:31:16.758Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/checksums.txt (249 bytes) |
| 15045 | 2026-01-29T02:31:17.855Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/checksums.txt |
| 15046 | 2026-01-29T02:31:17.856Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/columns.txt (143 bytes) |
| 15047 | 2026-01-29T02:31:18.967Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/columns.txt |
| 15048 | 2026-01-29T02:31:18.967Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/count.txt (1 bytes) |
| 15049 | 2026-01-29T02:31:20.064Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/count.txt |
| 15050 | 2026-01-29T02:31:20.064Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/data.bin (159 bytes) |
| 15051 | 2026-01-29T02:31:21.162Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/data.bin |
| 15052 | 2026-01-29T02:31:21.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/data.cmrk3 (66 bytes) |
| 15053 | 2026-01-29T02:31:22.259Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/data.cmrk3 |
| 15054 | 2026-01-29T02:31:22.284Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 15055 | 2026-01-29T02:31:23.363Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/default_compression_codec.txt |
| 15056 | 2026-01-29T02:31:23.363Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/metadata_version.txt (1 bytes) |
| 15057 | 2026-01-29T02:31:24.460Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/metadata_version.txt |
| 15058 | 2026-01-29T02:31:24.484Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/primary.cidx (90 bytes) |
| 15059 | 2026-01-29T02:31:25.557Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/primary.cidx |
| 15060 | 2026-01-29T02:31:25.557Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/ttl.txt (80 bytes) |
| 15061 | 2026-01-29T02:31:26.664Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_4_4_0/ttl.txt |
| 15062 | 2026-01-29T02:31:26.692Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/checksums.txt (249 bytes) |
| 15063 | 2026-01-29T02:31:27.796Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/checksums.txt |
| 15064 | 2026-01-29T02:31:27.796Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/columns.txt (143 bytes) |
| 15065 | 2026-01-29T02:31:28.893Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/columns.txt |
| 15066 | 2026-01-29T02:31:28.893Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/count.txt (1 bytes) |
| 15067 | 2026-01-29T02:31:29.988Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/count.txt |
| 15068 | 2026-01-29T02:31:29.988Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/data.bin (159 bytes) |
| 15069 | 2026-01-29T02:31:31.085Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/data.bin |
| 15070 | 2026-01-29T02:31:31.085Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/data.cmrk3 (66 bytes) |
| 15071 | 2026-01-29T02:31:32.183Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/data.cmrk3 |
| 15072 | 2026-01-29T02:31:32.183Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 15073 | 2026-01-29T02:31:33.279Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/default_compression_codec.txt |
| 15074 | 2026-01-29T02:31:33.279Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/metadata_version.txt (1 bytes) |
| 15075 | 2026-01-29T02:31:34.374Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/metadata_version.txt |
| 15076 | 2026-01-29T02:31:34.374Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/primary.cidx (90 bytes) |
| 15077 | 2026-01-29T02:31:35.470Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/primary.cidx |
| 15078 | 2026-01-29T02:31:35.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/ttl.txt (80 bytes) |
| 15079 | 2026-01-29T02:31:36.567Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_5_5_0/ttl.txt |
| 15080 | 2026-01-29T02:31:36.567Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/checksums.txt (249 bytes) |
| 15081 | 2026-01-29T02:31:37.662Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/checksums.txt |
| 15082 | 2026-01-29T02:31:37.686Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/columns.txt (143 bytes) |
| 15083 | 2026-01-29T02:31:38.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/columns.txt |
| 15084 | 2026-01-29T02:31:38.758Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/count.txt (1 bytes) |
| 15085 | 2026-01-29T02:31:39.853Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/count.txt |
| 15086 | 2026-01-29T02:31:39.878Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/data.bin (159 bytes) |
| 15087 | 2026-01-29T02:31:40.950Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/data.bin |
| 15088 | 2026-01-29T02:31:40.974Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/data.cmrk3 (66 bytes) |
| 15089 | 2026-01-29T02:31:42.045Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/data.cmrk3 |
| 15090 | 2026-01-29T02:31:42.078Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 15091 | 2026-01-29T02:31:43.150Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/default_compression_codec.txt |
| 15092 | 2026-01-29T02:31:43.174Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/metadata_version.txt (1 bytes) |
| 15093 | 2026-01-29T02:31:44.246Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/metadata_version.txt |
| 15094 | 2026-01-29T02:31:44.246Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/primary.cidx (90 bytes) |
| 15095 | 2026-01-29T02:31:45.343Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/primary.cidx |
| 15096 | 2026-01-29T02:31:45.368Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/ttl.txt (80 bytes) |
| 15097 | 2026-01-29T02:31:46.439Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_6_6_0/ttl.txt |
| 15098 | 2026-01-29T02:31:46.439Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/checksums.txt (249 bytes) |
| 15099 | 2026-01-29T02:31:47.534Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/checksums.txt |
| 15100 | 2026-01-29T02:31:47.535Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/columns.txt (143 bytes) |
| 15101 | 2026-01-29T02:31:48.630Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/columns.txt |
| 15102 | 2026-01-29T02:31:48.631Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/count.txt (1 bytes) |
| 15103 | 2026-01-29T02:31:49.726Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/count.txt |
| 15104 | 2026-01-29T02:31:49.726Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/data.bin (159 bytes) |
| 15105 | 2026-01-29T02:31:50.822Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/data.bin |
| 15106 | 2026-01-29T02:31:50.822Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/data.cmrk3 (66 bytes) |
| 15107 | 2026-01-29T02:31:51.916Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/data.cmrk3 |
| 15108 | 2026-01-29T02:31:51.916Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 15109 | 2026-01-29T02:31:53.011Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/default_compression_codec.txt |
| 15110 | 2026-01-29T02:31:53.011Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/metadata_version.txt (1 bytes) |
| 15111 | 2026-01-29T02:31:54.106Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/metadata_version.txt |
| 15112 | 2026-01-29T02:31:54.106Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/primary.cidx (90 bytes) |
| 15113 | 2026-01-29T02:31:55.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/primary.cidx |
| 15114 | 2026-01-29T02:31:55.203Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/ttl.txt (80 bytes) |
| 15115 | 2026-01-29T02:31:56.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_7_7_0/ttl.txt |
| 15116 | 2026-01-29T02:31:56.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/checksums.txt (249 bytes) |
| 15117 | 2026-01-29T02:31:57.396Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/checksums.txt |
| 15118 | 2026-01-29T02:31:57.396Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/columns.txt (143 bytes) |
| 15119 | 2026-01-29T02:31:58.492Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/columns.txt |
| 15120 | 2026-01-29T02:31:58.492Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/count.txt (1 bytes) |
| 15121 | 2026-01-29T02:31:59.590Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/count.txt |
| 15122 | 2026-01-29T02:31:59.590Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/data.bin (159 bytes) |
| 15123 | 2026-01-29T02:32:00.685Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/data.bin |
| 15124 | 2026-01-29T02:32:00.686Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/data.cmrk3 (66 bytes) |
| 15125 | 2026-01-29T02:32:01.782Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/data.cmrk3 |
| 15126 | 2026-01-29T02:32:01.782Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 15127 | 2026-01-29T02:32:02.882Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/default_compression_codec.txt |
| 15128 | 2026-01-29T02:32:02.882Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/metadata_version.txt (1 bytes) |
| 15129 | 2026-01-29T02:32:03.978Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/metadata_version.txt |
| 15130 | 2026-01-29T02:32:04.002Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/primary.cidx (90 bytes) |
| 15131 | 2026-01-29T02:32:05.075Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/primary.cidx |
| 15132 | 2026-01-29T02:32:05.075Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/ttl.txt (80 bytes) |
| 15133 | 2026-01-29T02:32:06.171Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_8_8_0/ttl.txt |
| 15134 | 2026-01-29T02:32:06.195Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/checksums.txt (249 bytes) |
| 15135 | 2026-01-29T02:32:07.267Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/checksums.txt |
| 15136 | 2026-01-29T02:32:07.291Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/columns.txt (143 bytes) |
| 15137 | 2026-01-29T02:32:08.363Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/columns.txt |
| 15138 | 2026-01-29T02:32:08.363Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/count.txt (1 bytes) |
| 15139 | 2026-01-29T02:32:09.458Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/count.txt |
| 15140 | 2026-01-29T02:32:09.459Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/data.bin (159 bytes) |
| 15141 | 2026-01-29T02:32:10.554Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/data.bin |
| 15142 | 2026-01-29T02:32:10.554Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/data.cmrk3 (66 bytes) |
| 15143 | 2026-01-29T02:32:11.650Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/data.cmrk3 |
| 15144 | 2026-01-29T02:32:11.650Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 15145 | 2026-01-29T02:32:12.746Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/default_compression_codec.txt |
| 15146 | 2026-01-29T02:32:12.747Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/metadata_version.txt (1 bytes) |
| 15147 | 2026-01-29T02:32:13.842Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/metadata_version.txt |
| 15148 | 2026-01-29T02:32:13.842Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/primary.cidx (90 bytes) |
| 15149 | 2026-01-29T02:32:14.938Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/primary.cidx |
| 15150 | 2026-01-29T02:32:14.938Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/ttl.txt (80 bytes) |
| 15151 | 2026-01-29T02:32:16.034Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/all_9_9_0/ttl.txt |
| 15152 | 2026-01-29T02:32:16.034Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/format_version.txt (1 bytes) |
| 15153 | 2026-01-29T02:32:17.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/format_version.txt |
| 15154 | 2026-01-29T02:32:17.154Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/6ae/6aeccc12-70c1-4513-b00f-705111c3c89d/format_version.txt (1 bytes) |
| 15155 | 2026-01-29T02:32:18.225Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/6ae/6aeccc12-70c1-4513-b00f-705111c3c89d/format_version.txt |
| 15156 | 2026-01-29T02:32:18.225Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/asynchronous_metric_log.sql (358 bytes) |
| 15157 | 2026-01-29T02:32:19.322Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/asynchronous_metric_log.sql |
| 15158 | 2026-01-29T02:32:19.322Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/metric_log.sql (34913 bytes) |
| 15159 | 2026-01-29T02:32:20.482Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/metric_log.sql |
| 15160 | 2026-01-29T02:32:20.482Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/query_log.sql (3351 bytes) |
| 15161 | 2026-01-29T02:32:21.579Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/query_log.sql |
| 15162 | 2026-01-29T02:32:21.579Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/743/7438192c-5c23-4c2c-96c9-9b99df5cc7a1/format_version.txt (1 bytes) |
| 15163 | 2026-01-29T02:32:22.675Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/743/7438192c-5c23-4c2c-96c9-9b99df5cc7a1/format_version.txt |
| 15164 | 2026-01-29T02:32:22.675Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/793/793a821b-1914-44a6-9f1c-dd87f29c66c2/format_version.txt (1 bytes) |
| 15165 | 2026-01-29T02:32:23.771Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/793/793a821b-1914-44a6-9f1c-dd87f29c66c2/format_version.txt |
| 15166 | 2026-01-29T02:32:23.771Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7b7/7b774e05-2427-4de5-b3c6-7ab811efbfe3/format_version.txt (1 bytes) |
| 15167 | 2026-01-29T02:32:24.867Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7b7/7b774e05-2427-4de5-b3c6-7ab811efbfe3/format_version.txt |
| 15168 | 2026-01-29T02:32:24.867Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7de/7debb493-369c-44ee-abe7-ce98042c0278/format_version.txt (1 bytes) |
| 15169 | 2026-01-29T02:32:25.963Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7de/7debb493-369c-44ee-abe7-ce98042c0278/format_version.txt |
| 15170 | 2026-01-29T02:32:25.991Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/checksums.txt (251 bytes) |
| 15171 | 2026-01-29T02:32:27.060Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/checksums.txt |
| 15172 | 2026-01-29T02:32:27.060Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/columns.txt (154 bytes) |
| 15173 | 2026-01-29T02:32:28.156Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/columns.txt |
| 15174 | 2026-01-29T02:32:28.156Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/count.txt (2 bytes) |
| 15175 | 2026-01-29T02:32:29.252Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/count.txt |
| 15176 | 2026-01-29T02:32:29.252Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/data.bin (374 bytes) |
| 15177 | 2026-01-29T02:32:30.346Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/data.bin |
| 15178 | 2026-01-29T02:32:30.346Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/data.cmrk3 (72 bytes) |
| 15179 | 2026-01-29T02:32:31.442Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/data.cmrk3 |
| 15180 | 2026-01-29T02:32:31.442Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 15181 | 2026-01-29T02:32:32.538Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/default_compression_codec.txt |
| 15182 | 2026-01-29T02:32:32.538Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/metadata_version.txt (1 bytes) |
| 15183 | 2026-01-29T02:32:33.633Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/metadata_version.txt |
| 15184 | 2026-01-29T02:32:33.633Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/primary.cidx (150 bytes) |
| 15185 | 2026-01-29T02:32:34.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/primary.cidx |
| 15186 | 2026-01-29T02:32:34.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/ttl.txt (80 bytes) |
| 15187 | 2026-01-29T02:32:35.826Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_1_1_0/ttl.txt |
| 15188 | 2026-01-29T02:32:35.826Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/checksums.txt (250 bytes) |
| 15189 | 2026-01-29T02:32:36.921Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/checksums.txt |
| 15190 | 2026-01-29T02:32:36.921Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/columns.txt (154 bytes) |
| 15191 | 2026-01-29T02:32:38.017Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/columns.txt |
| 15192 | 2026-01-29T02:32:38.017Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/count.txt (2 bytes) |
| 15193 | 2026-01-29T02:32:39.117Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/count.txt |
| 15194 | 2026-01-29T02:32:39.117Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/data.bin (333 bytes) |
| 15195 | 2026-01-29T02:32:40.213Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/data.bin |
| 15196 | 2026-01-29T02:32:40.213Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/data.cmrk3 (71 bytes) |
| 15197 | 2026-01-29T02:32:41.310Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/data.cmrk3 |
| 15198 | 2026-01-29T02:32:41.310Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 15199 | 2026-01-29T02:32:42.406Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/default_compression_codec.txt |
| 15200 | 2026-01-29T02:32:42.431Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/metadata_version.txt (1 bytes) |
| 15201 | 2026-01-29T02:32:43.503Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/metadata_version.txt |
| 15202 | 2026-01-29T02:32:43.527Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/primary.cidx (113 bytes) |
| 15203 | 2026-01-29T02:32:44.599Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/primary.cidx |
| 15204 | 2026-01-29T02:32:44.623Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/ttl.txt (80 bytes) |
| 15205 | 2026-01-29T02:32:45.696Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_2_2_0/ttl.txt |
| 15206 | 2026-01-29T02:32:45.696Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/checksums.txt (250 bytes) |
| 15207 | 2026-01-29T02:32:46.791Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/checksums.txt |
| 15208 | 2026-01-29T02:32:46.791Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/columns.txt (154 bytes) |
| 15209 | 2026-01-29T02:32:47.887Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/columns.txt |
| 15210 | 2026-01-29T02:32:47.887Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/count.txt (2 bytes) |
| 15211 | 2026-01-29T02:32:48.983Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/count.txt |
| 15212 | 2026-01-29T02:32:49.008Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/data.bin (367 bytes) |
| 15213 | 2026-01-29T02:32:50.079Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/data.bin |
| 15214 | 2026-01-29T02:32:50.079Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/data.cmrk3 (72 bytes) |
| 15215 | 2026-01-29T02:32:51.175Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/data.cmrk3 |
| 15216 | 2026-01-29T02:32:51.175Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 15217 | 2026-01-29T02:32:52.271Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/default_compression_codec.txt |
| 15218 | 2026-01-29T02:32:52.271Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/metadata_version.txt (1 bytes) |
| 15219 | 2026-01-29T02:32:53.367Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/metadata_version.txt |
| 15220 | 2026-01-29T02:32:53.367Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/primary.cidx (113 bytes) |
| 15221 | 2026-01-29T02:32:54.464Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/primary.cidx |
| 15222 | 2026-01-29T02:32:54.464Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/ttl.txt (80 bytes) |
| 15223 | 2026-01-29T02:32:55.560Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_3_3_0/ttl.txt |
| 15224 | 2026-01-29T02:32:55.560Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/checksums.txt (250 bytes) |
| 15225 | 2026-01-29T02:32:56.658Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/checksums.txt |
| 15226 | 2026-01-29T02:32:56.658Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/columns.txt (154 bytes) |
| 15227 | 2026-01-29T02:32:57.754Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/columns.txt |
| 15228 | 2026-01-29T02:32:57.754Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/count.txt (2 bytes) |
| 15229 | 2026-01-29T02:32:58.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/count.txt |
| 15230 | 2026-01-29T02:32:58.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/data.bin (375 bytes) |
| 15231 | 2026-01-29T02:32:59.946Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/data.bin |
| 15232 | 2026-01-29T02:32:59.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/data.cmrk3 (72 bytes) |
| 15233 | 2026-01-29T02:33:01.043Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/data.cmrk3 |
| 15234 | 2026-01-29T02:33:01.043Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 15235 | 2026-01-29T02:33:02.140Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/default_compression_codec.txt |
| 15236 | 2026-01-29T02:33:02.140Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/metadata_version.txt (1 bytes) |
| 15237 | 2026-01-29T02:33:03.236Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/metadata_version.txt |
| 15238 | 2026-01-29T02:33:03.237Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/primary.cidx (113 bytes) |
| 15239 | 2026-01-29T02:33:04.334Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/primary.cidx |
| 15240 | 2026-01-29T02:33:04.334Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/ttl.txt (80 bytes) |
| 15241 | 2026-01-29T02:33:05.453Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/all_4_4_0/ttl.txt |
| 15242 | 2026-01-29T02:33:05.453Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/format_version.txt (1 bytes) |
| 15243 | 2026-01-29T02:33:06.528Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/format_version.txt |
| 15244 | 2026-01-29T02:33:06.528Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7f9/7f96472b-2702-4f04-8802-ae6ac32b8ca5/format_version.txt (1 bytes) |
| 15245 | 2026-01-29T02:33:07.624Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7f9/7f96472b-2702-4f04-8802-ae6ac32b8ca5/format_version.txt |
| 15246 | 2026-01-29T02:33:07.624Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/checksums.txt (250 bytes) |
| 15247 | 2026-01-29T02:33:08.734Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/checksums.txt |
| 15248 | 2026-01-29T02:33:08.734Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/columns.txt (627 bytes) |
| 15249 | 2026-01-29T02:33:09.835Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/columns.txt |
| 15250 | 2026-01-29T02:33:09.836Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/count.txt (1 bytes) |
| 15251 | 2026-01-29T02:33:10.932Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/count.txt |
| 15252 | 2026-01-29T02:33:10.932Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/data.bin (1995 bytes) |
| 15253 | 2026-01-29T02:33:12.035Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/data.bin |
| 15254 | 2026-01-29T02:33:12.062Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/data.cmrk3 (122 bytes) |
| 15255 | 2026-01-29T02:33:13.137Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/data.cmrk3 |
| 15256 | 2026-01-29T02:33:13.137Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 15257 | 2026-01-29T02:33:14.233Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/default_compression_codec.txt |
| 15258 | 2026-01-29T02:33:14.233Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/metadata_version.txt (1 bytes) |
| 15259 | 2026-01-29T02:33:15.329Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/metadata_version.txt |
| 15260 | 2026-01-29T02:33:15.329Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/primary.cidx (123 bytes) |
| 15261 | 2026-01-29T02:33:16.426Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/primary.cidx |
| 15262 | 2026-01-29T02:33:16.426Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/ttl.txt (80 bytes) |
| 15263 | 2026-01-29T02:33:17.526Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_1_1_0/ttl.txt |
| 15264 | 2026-01-29T02:33:17.526Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/checksums.txt (251 bytes) |
| 15265 | 2026-01-29T02:33:18.629Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/checksums.txt |
| 15266 | 2026-01-29T02:33:18.659Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/columns.txt (627 bytes) |
| 15267 | 2026-01-29T02:33:19.759Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/columns.txt |
| 15268 | 2026-01-29T02:33:19.759Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/count.txt (2 bytes) |
| 15269 | 2026-01-29T02:33:20.873Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/count.txt |
| 15270 | 2026-01-29T02:33:20.873Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/data.bin (2663 bytes) |
| 15271 | 2026-01-29T02:33:21.970Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/data.bin |
| 15272 | 2026-01-29T02:33:21.970Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/data.cmrk3 (123 bytes) |
| 15273 | 2026-01-29T02:33:23.082Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/data.cmrk3 |
| 15274 | 2026-01-29T02:33:23.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 15275 | 2026-01-29T02:33:24.221Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/default_compression_codec.txt |
| 15276 | 2026-01-29T02:33:24.221Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/metadata_version.txt (1 bytes) |
| 15277 | 2026-01-29T02:33:25.326Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/metadata_version.txt |
| 15278 | 2026-01-29T02:33:25.326Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/primary.cidx (126 bytes) |
| 15279 | 2026-01-29T02:33:26.424Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/primary.cidx |
| 15280 | 2026-01-29T02:33:26.424Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/ttl.txt (80 bytes) |
| 15281 | 2026-01-29T02:33:27.534Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_2_2_0/ttl.txt |
| 15282 | 2026-01-29T02:33:27.534Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/checksums.txt (251 bytes) |
| 15283 | 2026-01-29T02:33:28.649Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/checksums.txt |
| 15284 | 2026-01-29T02:33:28.649Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/columns.txt (627 bytes) |
| 15285 | 2026-01-29T02:33:29.755Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/columns.txt |
| 15286 | 2026-01-29T02:33:29.755Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/count.txt (2 bytes) |
| 15287 | 2026-01-29T02:33:30.852Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/count.txt |
| 15288 | 2026-01-29T02:33:30.852Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/data.bin (3188 bytes) |
| 15289 | 2026-01-29T02:33:31.963Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/data.bin |
| 15290 | 2026-01-29T02:33:31.963Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/data.cmrk3 (125 bytes) |
| 15291 | 2026-01-29T02:33:33.082Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/data.cmrk3 |
| 15292 | 2026-01-29T02:33:33.082Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 15293 | 2026-01-29T02:33:34.190Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/default_compression_codec.txt |
| 15294 | 2026-01-29T02:33:34.190Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/metadata_version.txt (1 bytes) |
| 15295 | 2026-01-29T02:33:35.296Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/metadata_version.txt |
| 15296 | 2026-01-29T02:33:35.296Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/primary.cidx (123 bytes) |
| 15297 | 2026-01-29T02:33:36.397Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/primary.cidx |
| 15298 | 2026-01-29T02:33:36.397Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/ttl.txt (80 bytes) |
| 15299 | 2026-01-29T02:33:37.503Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_3_3_0/ttl.txt |
| 15300 | 2026-01-29T02:33:37.527Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/checksums.txt (251 bytes) |
| 15301 | 2026-01-29T02:33:38.599Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/checksums.txt |
| 15302 | 2026-01-29T02:33:38.599Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/columns.txt (627 bytes) |
| 15303 | 2026-01-29T02:33:39.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/columns.txt |
| 15304 | 2026-01-29T02:33:39.732Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/count.txt (2 bytes) |
| 15305 | 2026-01-29T02:33:40.810Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/count.txt |
| 15306 | 2026-01-29T02:33:40.810Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/data.bin (3265 bytes) |
| 15307 | 2026-01-29T02:33:41.911Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/data.bin |
| 15308 | 2026-01-29T02:33:41.911Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/data.cmrk3 (124 bytes) |
| 15309 | 2026-01-29T02:33:43.030Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/data.cmrk3 |
| 15310 | 2026-01-29T02:33:43.060Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 15311 | 2026-01-29T02:33:44.130Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/default_compression_codec.txt |
| 15312 | 2026-01-29T02:33:44.130Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/metadata_version.txt (1 bytes) |
| 15313 | 2026-01-29T02:33:45.237Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/metadata_version.txt |
| 15314 | 2026-01-29T02:33:45.237Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/primary.cidx (123 bytes) |
| 15315 | 2026-01-29T02:33:46.334Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/primary.cidx |
| 15316 | 2026-01-29T02:33:46.358Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/ttl.txt (80 bytes) |
| 15317 | 2026-01-29T02:33:47.429Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/all_4_4_0/ttl.txt |
| 15318 | 2026-01-29T02:33:47.453Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/format_version.txt (1 bytes) |
| 15319 | 2026-01-29T02:33:48.528Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/format_version.txt |
| 15320 | 2026-01-29T02:33:48.553Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/checksums.txt (253 bytes) |
| 15321 | 2026-01-29T02:33:49.638Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/checksums.txt |
| 15322 | 2026-01-29T02:33:49.638Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/columns.txt (2546 bytes) |
| 15323 | 2026-01-29T02:33:50.754Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/columns.txt |
| 15324 | 2026-01-29T02:33:50.779Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/count.txt (3 bytes) |
| 15325 | 2026-01-29T02:33:51.852Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/count.txt |
| 15326 | 2026-01-29T02:33:51.879Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/data.bin (22393 bytes) |
| 15327 | 2026-01-29T02:33:53.052Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/data.bin |
| 15328 | 2026-01-29T02:33:53.052Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/data.cmrk3 (193 bytes) |
| 15329 | 2026-01-29T02:33:54.172Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/data.cmrk3 |
| 15330 | 2026-01-29T02:33:54.198Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 15331 | 2026-01-29T02:33:55.288Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/default_compression_codec.txt |
| 15332 | 2026-01-29T02:33:55.288Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/metadata_version.txt (1 bytes) |
| 15333 | 2026-01-29T02:33:56.401Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/metadata_version.txt |
| 15334 | 2026-01-29T02:33:56.432Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/primary.cidx (42 bytes) |
| 15335 | 2026-01-29T02:33:57.510Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/primary.cidx |
| 15336 | 2026-01-29T02:33:57.541Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/ttl.txt (80 bytes) |
| 15337 | 2026-01-29T02:33:58.627Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_1_1_0/ttl.txt |
| 15338 | 2026-01-29T02:33:58.627Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/checksums.txt (252 bytes) |
| 15339 | 2026-01-29T02:33:59.728Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/checksums.txt |
| 15340 | 2026-01-29T02:33:59.728Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/columns.txt (2546 bytes) |
| 15341 | 2026-01-29T02:34:00.856Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/columns.txt |
| 15342 | 2026-01-29T02:34:00.856Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/count.txt (2 bytes) |
| 15343 | 2026-01-29T02:34:02.110Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/count.txt |
| 15344 | 2026-01-29T02:34:02.110Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/data.bin (8624 bytes) |
| 15345 | 2026-01-29T02:34:03.258Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/data.bin |
| 15346 | 2026-01-29T02:34:03.283Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/data.cmrk3 (186 bytes) |
| 15347 | 2026-01-29T02:34:04.355Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/data.cmrk3 |
| 15348 | 2026-01-29T02:34:04.355Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 15349 | 2026-01-29T02:34:05.452Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/default_compression_codec.txt |
| 15350 | 2026-01-29T02:34:05.452Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/metadata_version.txt (1 bytes) |
| 15351 | 2026-01-29T02:34:06.547Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/metadata_version.txt |
| 15352 | 2026-01-29T02:34:06.571Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/primary.cidx (42 bytes) |
| 15353 | 2026-01-29T02:34:07.643Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/primary.cidx |
| 15354 | 2026-01-29T02:34:07.643Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/ttl.txt (80 bytes) |
| 15355 | 2026-01-29T02:34:08.738Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_2_2_0/ttl.txt |
| 15356 | 2026-01-29T02:34:08.738Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/checksums.txt (252 bytes) |
| 15357 | 2026-01-29T02:34:09.834Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/checksums.txt |
| 15358 | 2026-01-29T02:34:09.834Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/columns.txt (2546 bytes) |
| 15359 | 2026-01-29T02:34:10.929Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/columns.txt |
| 15360 | 2026-01-29T02:34:10.929Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/count.txt (2 bytes) |
| 15361 | 2026-01-29T02:34:12.026Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/count.txt |
| 15362 | 2026-01-29T02:34:12.026Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/data.bin (8625 bytes) |
| 15363 | 2026-01-29T02:34:13.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/data.bin |
| 15364 | 2026-01-29T02:34:13.145Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/data.cmrk3 (188 bytes) |
| 15365 | 2026-01-29T02:34:14.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/data.cmrk3 |
| 15366 | 2026-01-29T02:34:14.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 15367 | 2026-01-29T02:34:15.336Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/default_compression_codec.txt |
| 15368 | 2026-01-29T02:34:15.336Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/metadata_version.txt (1 bytes) |
| 15369 | 2026-01-29T02:34:16.432Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/metadata_version.txt |
| 15370 | 2026-01-29T02:34:16.432Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/primary.cidx (42 bytes) |
| 15371 | 2026-01-29T02:34:17.527Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/primary.cidx |
| 15372 | 2026-01-29T02:34:17.528Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/ttl.txt (80 bytes) |
| 15373 | 2026-01-29T02:34:18.624Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_3_3_0/ttl.txt |
| 15374 | 2026-01-29T02:34:18.624Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/checksums.txt (252 bytes) |
| 15375 | 2026-01-29T02:34:19.720Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/checksums.txt |
| 15376 | 2026-01-29T02:34:19.744Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/columns.txt (2546 bytes) |
| 15377 | 2026-01-29T02:34:20.818Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/columns.txt |
| 15378 | 2026-01-29T02:34:20.818Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/count.txt (2 bytes) |
| 15379 | 2026-01-29T02:34:21.914Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/count.txt |
| 15380 | 2026-01-29T02:34:21.939Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/data.bin (8556 bytes) |
| 15381 | 2026-01-29T02:34:23.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/data.bin |
| 15382 | 2026-01-29T02:34:23.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/data.cmrk3 (186 bytes) |
| 15383 | 2026-01-29T02:34:24.130Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/data.cmrk3 |
| 15384 | 2026-01-29T02:34:24.130Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 15385 | 2026-01-29T02:34:25.225Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/default_compression_codec.txt |
| 15386 | 2026-01-29T02:34:25.225Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/metadata_version.txt (1 bytes) |
| 15387 | 2026-01-29T02:34:26.322Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/metadata_version.txt |
| 15388 | 2026-01-29T02:34:26.322Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/primary.cidx (42 bytes) |
| 15389 | 2026-01-29T02:34:27.418Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/primary.cidx |
| 15390 | 2026-01-29T02:34:27.418Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/ttl.txt (80 bytes) |
| 15391 | 2026-01-29T02:34:28.513Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/all_4_4_0/ttl.txt |
| 15392 | 2026-01-29T02:34:28.513Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/format_version.txt (1 bytes) |
| 15393 | 2026-01-29T02:34:29.610Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/format_version.txt |
| 15394 | 2026-01-29T02:34:29.610Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/875/87589c62-39dc-4c6a-a241-a4896d627815/format_version.txt (1 bytes) |
| 15395 | 2026-01-29T02:34:30.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/875/87589c62-39dc-4c6a-a241-a4896d627815/format_version.txt |
| 15396 | 2026-01-29T02:34:30.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/95b/95b6db4d-98bc-42bb-8d4a-d8794b5ba7c6/format_version.txt (1 bytes) |
| 15397 | 2026-01-29T02:34:31.801Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/95b/95b6db4d-98bc-42bb-8d4a-d8794b5ba7c6/format_version.txt |
| 15398 | 2026-01-29T02:34:31.801Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_bool.sql (391 bytes) |
| 15399 | 2026-01-29T02:34:32.898Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_bool.sql |
| 15400 | 2026-01-29T02:34:32.898Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i16.sql (392 bytes) |
| 15401 | 2026-01-29T02:34:33.995Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i16.sql |
| 15402 | 2026-01-29T02:34:33.995Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i32.sql (392 bytes) |
| 15403 | 2026-01-29T02:34:35.093Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i32.sql |
| 15404 | 2026-01-29T02:34:35.117Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i64.sql (392 bytes) |
| 15405 | 2026-01-29T02:34:36.189Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i64.sql |
| 15406 | 2026-01-29T02:34:36.189Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i8.sql (391 bytes) |
| 15407 | 2026-01-29T02:34:37.286Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i8.sql |
| 15408 | 2026-01-29T02:34:37.286Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_ipaddr.sql (391 bytes) |
| 15409 | 2026-01-29T02:34:38.382Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_ipaddr.sql |
| 15410 | 2026-01-29T02:34:38.382Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_string.sql (393 bytes) |
| 15411 | 2026-01-29T02:34:39.478Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_string.sql |
| 15412 | 2026-01-29T02:34:39.503Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u16.sql (393 bytes) |
| 15413 | 2026-01-29T02:34:40.575Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u16.sql |
| 15414 | 2026-01-29T02:34:40.575Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u32.sql (393 bytes) |
| 15415 | 2026-01-29T02:34:41.674Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u32.sql |
| 15416 | 2026-01-29T02:34:41.674Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u64.sql (393 bytes) |
| 15417 | 2026-01-29T02:34:42.771Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u64.sql |
| 15418 | 2026-01-29T02:34:42.771Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u8.sql (392 bytes) |
| 15419 | 2026-01-29T02:34:43.868Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u8.sql |
| 15420 | 2026-01-29T02:34:43.868Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_uuid.sql (391 bytes) |
| 15421 | 2026-01-29T02:34:44.966Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_uuid.sql |
| 15422 | 2026-01-29T02:34:44.991Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_bool.sql (340 bytes) |
| 15423 | 2026-01-29T02:34:46.064Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_bool.sql |
| 15424 | 2026-01-29T02:34:46.064Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_bytes.sql (338 bytes) |
| 15425 | 2026-01-29T02:34:47.161Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_bytes.sql |
| 15426 | 2026-01-29T02:34:47.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativef32.sql (394 bytes) |
| 15427 | 2026-01-29T02:34:48.258Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativef32.sql |
| 15428 | 2026-01-29T02:34:48.258Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativef64.sql (394 bytes) |
| 15429 | 2026-01-29T02:34:49.353Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativef64.sql |
| 15430 | 2026-01-29T02:34:49.354Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativei64.sql (392 bytes) |
| 15431 | 2026-01-29T02:34:50.450Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativei64.sql |
| 15432 | 2026-01-29T02:34:50.450Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativeu64.sql (393 bytes) |
| 15433 | 2026-01-29T02:34:51.546Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativeu64.sql |
| 15434 | 2026-01-29T02:34:51.570Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_f32.sql (343 bytes) |
| 15435 | 2026-01-29T02:34:52.641Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_f32.sql |
| 15436 | 2026-01-29T02:34:52.641Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_f64.sql (343 bytes) |
| 15437 | 2026-01-29T02:34:53.736Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_f64.sql |
| 15438 | 2026-01-29T02:34:53.736Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramf32.sql (916 bytes) |
| 15439 | 2026-01-29T02:34:54.834Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramf32.sql |
| 15440 | 2026-01-29T02:34:54.834Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramf64.sql (916 bytes) |
| 15441 | 2026-01-29T02:34:55.929Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramf64.sql |
| 15442 | 2026-01-29T02:34:55.954Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami16.sql (908 bytes) |
| 15443 | 2026-01-29T02:34:57.026Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami16.sql |
| 15444 | 2026-01-29T02:34:57.052Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami32.sql (908 bytes) |
| 15445 | 2026-01-29T02:34:58.127Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami32.sql |
| 15446 | 2026-01-29T02:34:58.127Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami64.sql (908 bytes) |
| 15447 | 2026-01-29T02:34:59.222Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami64.sql |
| 15448 | 2026-01-29T02:34:59.246Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami8.sql (905 bytes) |
| 15449 | 2026-01-29T02:35:00.317Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami8.sql |
| 15450 | 2026-01-29T02:35:00.343Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu16.sql (911 bytes) |
| 15451 | 2026-01-29T02:35:01.415Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu16.sql |
| 15452 | 2026-01-29T02:35:01.415Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu32.sql (911 bytes) |
| 15453 | 2026-01-29T02:35:02.511Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu32.sql |
| 15454 | 2026-01-29T02:35:02.511Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu64.sql (911 bytes) |
| 15455 | 2026-01-29T02:35:03.610Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu64.sql |
| 15456 | 2026-01-29T02:35:03.634Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu8.sql (908 bytes) |
| 15457 | 2026-01-29T02:35:04.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu8.sql |
| 15458 | 2026-01-29T02:35:04.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i16.sql (341 bytes) |
| 15459 | 2026-01-29T02:35:05.802Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i16.sql |
| 15460 | 2026-01-29T02:35:05.802Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i32.sql (341 bytes) |
| 15461 | 2026-01-29T02:35:06.898Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i32.sql |
| 15462 | 2026-01-29T02:35:06.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i64.sql (341 bytes) |
| 15463 | 2026-01-29T02:35:07.993Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i64.sql |
| 15464 | 2026-01-29T02:35:08.017Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i8.sql (340 bytes) |
| 15465 | 2026-01-29T02:35:09.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i8.sql |
| 15466 | 2026-01-29T02:35:09.115Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_string.sql (342 bytes) |
| 15467 | 2026-01-29T02:35:10.188Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_string.sql |
| 15468 | 2026-01-29T02:35:10.188Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u16.sql (342 bytes) |
| 15469 | 2026-01-29T02:35:11.290Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u16.sql |
| 15470 | 2026-01-29T02:35:11.316Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u32.sql (342 bytes) |
| 15471 | 2026-01-29T02:35:12.391Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u32.sql |
| 15472 | 2026-01-29T02:35:12.391Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u64.sql (342 bytes) |
| 15473 | 2026-01-29T02:35:13.489Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u64.sql |
| 15474 | 2026-01-29T02:35:13.489Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u8.sql (341 bytes) |
| 15475 | 2026-01-29T02:35:14.586Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u8.sql |
| 15476 | 2026-01-29T02:35:14.586Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/timeseries_schema.sql (961 bytes) |
| 15477 | 2026-01-29T02:35:15.683Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/timeseries_schema.sql |
| 15478 | 2026-01-29T02:35:15.683Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/version.sql (201 bytes) |
| 15479 | 2026-01-29T02:35:16.779Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/version.sql |
| 15480 | 2026-01-29T02:35:16.779Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/checksums.txt (250 bytes) |
| 15481 | 2026-01-29T02:35:17.874Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/checksums.txt |
| 15482 | 2026-01-29T02:35:17.874Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/columns.txt (125 bytes) |
| 15483 | 2026-01-29T02:35:18.970Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/columns.txt |
| 15484 | 2026-01-29T02:35:18.970Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/count.txt (3 bytes) |
| 15485 | 2026-01-29T02:35:20.066Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/count.txt |
| 15486 | 2026-01-29T02:35:20.066Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/data.bin (1253 bytes) |
| 15487 | 2026-01-29T02:35:21.161Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/data.bin |
| 15488 | 2026-01-29T02:35:21.186Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/data.cmrk3 (69 bytes) |
| 15489 | 2026-01-29T02:35:22.258Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/data.cmrk3 |
| 15490 | 2026-01-29T02:35:22.258Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 15491 | 2026-01-29T02:35:23.352Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/default_compression_codec.txt |
| 15492 | 2026-01-29T02:35:23.377Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/metadata_version.txt (1 bytes) |
| 15493 | 2026-01-29T02:35:24.459Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/metadata_version.txt |
| 15494 | 2026-01-29T02:35:24.459Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/primary.cidx (42 bytes) |
| 15495 | 2026-01-29T02:35:25.554Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/primary.cidx |
| 15496 | 2026-01-29T02:35:25.554Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/ttl.txt (80 bytes) |
| 15497 | 2026-01-29T02:35:26.651Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_1_0/ttl.txt |
| 15498 | 2026-01-29T02:35:26.651Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/checksums.txt (251 bytes) |
| 15499 | 2026-01-29T02:35:27.746Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/checksums.txt |
| 15500 | 2026-01-29T02:35:27.746Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/columns.txt (125 bytes) |
| 15501 | 2026-01-29T02:35:28.841Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/columns.txt |
| 15502 | 2026-01-29T02:35:28.842Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/count.txt (4 bytes) |
| 15503 | 2026-01-29T02:35:29.937Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/count.txt |
| 15504 | 2026-01-29T02:35:29.937Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/data.bin (2501 bytes) |
| 15505 | 2026-01-29T02:35:31.042Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/data.bin |
| 15506 | 2026-01-29T02:35:31.042Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/data.cmrk3 (69 bytes) |
| 15507 | 2026-01-29T02:35:32.139Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/data.cmrk3 |
| 15508 | 2026-01-29T02:35:32.139Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 15509 | 2026-01-29T02:35:33.233Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/default_compression_codec.txt |
| 15510 | 2026-01-29T02:35:33.233Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/metadata_version.txt (1 bytes) |
| 15511 | 2026-01-29T02:35:34.330Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/metadata_version.txt |
| 15512 | 2026-01-29T02:35:34.330Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/primary.cidx (42 bytes) |
| 15513 | 2026-01-29T02:35:35.432Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/primary.cidx |
| 15514 | 2026-01-29T02:35:35.432Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/ttl.txt (80 bytes) |
| 15515 | 2026-01-29T02:35:36.521Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_1_6_1/ttl.txt |
| 15516 | 2026-01-29T02:35:36.521Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/checksums.txt (250 bytes) |
| 15517 | 2026-01-29T02:35:37.616Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/checksums.txt |
| 15518 | 2026-01-29T02:35:37.642Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/columns.txt (125 bytes) |
| 15519 | 2026-01-29T02:35:38.712Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/columns.txt |
| 15520 | 2026-01-29T02:35:38.736Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/count.txt (3 bytes) |
| 15521 | 2026-01-29T02:35:39.808Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/count.txt |
| 15522 | 2026-01-29T02:35:39.808Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/data.bin (1216 bytes) |
| 15523 | 2026-01-29T02:35:40.903Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/data.bin |
| 15524 | 2026-01-29T02:35:40.903Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/data.cmrk3 (69 bytes) |
| 15525 | 2026-01-29T02:35:41.998Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/data.cmrk3 |
| 15526 | 2026-01-29T02:35:42.023Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 15527 | 2026-01-29T02:35:43.096Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/default_compression_codec.txt |
| 15528 | 2026-01-29T02:35:43.097Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/metadata_version.txt (1 bytes) |
| 15529 | 2026-01-29T02:35:44.194Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/metadata_version.txt |
| 15530 | 2026-01-29T02:35:44.194Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/primary.cidx (42 bytes) |
| 15531 | 2026-01-29T02:35:45.289Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/primary.cidx |
| 15532 | 2026-01-29T02:35:45.289Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/ttl.txt (80 bytes) |
| 15533 | 2026-01-29T02:35:46.386Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_2_2_0/ttl.txt |
| 15534 | 2026-01-29T02:35:46.386Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/checksums.txt (250 bytes) |
| 15535 | 2026-01-29T02:35:47.482Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/checksums.txt |
| 15536 | 2026-01-29T02:35:47.482Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/columns.txt (125 bytes) |
| 15537 | 2026-01-29T02:35:48.578Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/columns.txt |
| 15538 | 2026-01-29T02:35:48.578Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/count.txt (3 bytes) |
| 15539 | 2026-01-29T02:35:49.673Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/count.txt |
| 15540 | 2026-01-29T02:35:49.673Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/data.bin (1324 bytes) |
| 15541 | 2026-01-29T02:35:50.769Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/data.bin |
| 15542 | 2026-01-29T02:35:50.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/data.cmrk3 (69 bytes) |
| 15543 | 2026-01-29T02:35:51.864Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/data.cmrk3 |
| 15544 | 2026-01-29T02:35:51.864Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 15545 | 2026-01-29T02:35:52.960Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/default_compression_codec.txt |
| 15546 | 2026-01-29T02:35:52.960Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/metadata_version.txt (1 bytes) |
| 15547 | 2026-01-29T02:35:54.056Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/metadata_version.txt |
| 15548 | 2026-01-29T02:35:54.056Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/primary.cidx (42 bytes) |
| 15549 | 2026-01-29T02:35:55.154Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/primary.cidx |
| 15550 | 2026-01-29T02:35:55.154Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/ttl.txt (80 bytes) |
| 15551 | 2026-01-29T02:35:56.251Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_3_3_0/ttl.txt |
| 15552 | 2026-01-29T02:35:56.251Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/checksums.txt (250 bytes) |
| 15553 | 2026-01-29T02:35:57.345Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/checksums.txt |
| 15554 | 2026-01-29T02:35:57.345Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/columns.txt (125 bytes) |
| 15555 | 2026-01-29T02:35:58.440Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/columns.txt |
| 15556 | 2026-01-29T02:35:58.440Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/count.txt (3 bytes) |
| 15557 | 2026-01-29T02:35:59.538Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/count.txt |
| 15558 | 2026-01-29T02:35:59.538Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/data.bin (1255 bytes) |
| 15559 | 2026-01-29T02:36:00.633Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/data.bin |
| 15560 | 2026-01-29T02:36:00.634Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/data.cmrk3 (69 bytes) |
| 15561 | 2026-01-29T02:36:01.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/data.cmrk3 |
| 15562 | 2026-01-29T02:36:01.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 15563 | 2026-01-29T02:36:02.826Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/default_compression_codec.txt |
| 15564 | 2026-01-29T02:36:02.826Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/metadata_version.txt (1 bytes) |
| 15565 | 2026-01-29T02:36:03.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/metadata_version.txt |
| 15566 | 2026-01-29T02:36:03.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/primary.cidx (42 bytes) |
| 15567 | 2026-01-29T02:36:05.019Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/primary.cidx |
| 15568 | 2026-01-29T02:36:05.019Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/ttl.txt (80 bytes) |
| 15569 | 2026-01-29T02:36:06.115Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_4_4_0/ttl.txt |
| 15570 | 2026-01-29T02:36:06.139Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/checksums.txt (250 bytes) |
| 15571 | 2026-01-29T02:36:07.210Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/checksums.txt |
| 15572 | 2026-01-29T02:36:07.211Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/columns.txt (125 bytes) |
| 15573 | 2026-01-29T02:36:08.307Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/columns.txt |
| 15574 | 2026-01-29T02:36:08.307Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/count.txt (3 bytes) |
| 15575 | 2026-01-29T02:36:09.403Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/count.txt |
| 15576 | 2026-01-29T02:36:09.427Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/data.bin (1321 bytes) |
| 15577 | 2026-01-29T02:36:10.499Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/data.bin |
| 15578 | 2026-01-29T02:36:10.499Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/data.cmrk3 (69 bytes) |
| 15579 | 2026-01-29T02:36:11.594Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/data.cmrk3 |
| 15580 | 2026-01-29T02:36:11.594Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 15581 | 2026-01-29T02:36:12.690Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/default_compression_codec.txt |
| 15582 | 2026-01-29T02:36:12.690Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/metadata_version.txt (1 bytes) |
| 15583 | 2026-01-29T02:36:13.786Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/metadata_version.txt |
| 15584 | 2026-01-29T02:36:13.786Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/primary.cidx (42 bytes) |
| 15585 | 2026-01-29T02:36:14.881Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/primary.cidx |
| 15586 | 2026-01-29T02:36:14.881Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/ttl.txt (80 bytes) |
| 15587 | 2026-01-29T02:36:15.976Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_5_5_0/ttl.txt |
| 15588 | 2026-01-29T02:36:15.976Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/checksums.txt (250 bytes) |
| 15589 | 2026-01-29T02:36:17.073Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/checksums.txt |
| 15590 | 2026-01-29T02:36:17.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/columns.txt (125 bytes) |
| 15591 | 2026-01-29T02:36:18.169Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/columns.txt |
| 15592 | 2026-01-29T02:36:18.169Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/count.txt (3 bytes) |
| 15593 | 2026-01-29T02:36:19.267Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/count.txt |
| 15594 | 2026-01-29T02:36:19.291Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/data.bin (1300 bytes) |
| 15595 | 2026-01-29T02:36:20.363Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/data.bin |
| 15596 | 2026-01-29T02:36:20.363Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/data.cmrk3 (69 bytes) |
| 15597 | 2026-01-29T02:36:21.460Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/data.cmrk3 |
| 15598 | 2026-01-29T02:36:21.460Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 15599 | 2026-01-29T02:36:22.554Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/default_compression_codec.txt |
| 15600 | 2026-01-29T02:36:22.555Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/metadata_version.txt (1 bytes) |
| 15601 | 2026-01-29T02:36:23.651Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/metadata_version.txt |
| 15602 | 2026-01-29T02:36:23.651Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/primary.cidx (42 bytes) |
| 15603 | 2026-01-29T02:36:24.746Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/primary.cidx |
| 15604 | 2026-01-29T02:36:24.746Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/ttl.txt (80 bytes) |
| 15605 | 2026-01-29T02:36:25.840Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_6_6_0/ttl.txt |
| 15606 | 2026-01-29T02:36:25.841Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/checksums.txt (250 bytes) |
| 15607 | 2026-01-29T02:36:26.936Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/checksums.txt |
| 15608 | 2026-01-29T02:36:26.936Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/columns.txt (125 bytes) |
| 15609 | 2026-01-29T02:36:28.031Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/columns.txt |
| 15610 | 2026-01-29T02:36:28.032Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/count.txt (3 bytes) |
| 15611 | 2026-01-29T02:36:29.128Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/count.txt |
| 15612 | 2026-01-29T02:36:29.128Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/data.bin (1183 bytes) |
| 15613 | 2026-01-29T02:36:30.223Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/data.bin |
| 15614 | 2026-01-29T02:36:30.223Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/data.cmrk3 (69 bytes) |
| 15615 | 2026-01-29T02:36:31.318Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/data.cmrk3 |
| 15616 | 2026-01-29T02:36:31.318Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 15617 | 2026-01-29T02:36:32.413Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/default_compression_codec.txt |
| 15618 | 2026-01-29T02:36:32.413Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/metadata_version.txt (1 bytes) |
| 15619 | 2026-01-29T02:36:33.509Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/metadata_version.txt |
| 15620 | 2026-01-29T02:36:33.509Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/primary.cidx (42 bytes) |
| 15621 | 2026-01-29T02:36:34.605Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/primary.cidx |
| 15622 | 2026-01-29T02:36:34.606Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/ttl.txt (80 bytes) |
| 15623 | 2026-01-29T02:36:35.703Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/all_7_7_0/ttl.txt |
| 15624 | 2026-01-29T02:36:35.727Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/format_version.txt (1 bytes) |
| 15625 | 2026-01-29T02:36:36.798Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/format_version.txt |
| 15626 | 2026-01-29T02:36:36.822Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a32/a326204c-5bd6-4913-9ce8-4f29f57a2240/format_version.txt (1 bytes) |
| 15627 | 2026-01-29T02:36:37.896Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a32/a326204c-5bd6-4913-9ce8-4f29f57a2240/format_version.txt |
| 15628 | 2026-01-29T02:36:37.896Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a72/a725b7d2-cb35-4be1-b8da-0e3f0e63994d/format_version.txt (1 bytes) |
| 15629 | 2026-01-29T02:36:38.993Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a72/a725b7d2-cb35-4be1-b8da-0e3f0e63994d/format_version.txt |
| 15630 | 2026-01-29T02:36:38.993Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a89/a890b6d8-ec34-4ea8-9f77-b53b57d6dfb2/format_version.txt (1 bytes) |
| 15631 | 2026-01-29T02:36:40.089Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a89/a890b6d8-ec34-4ea8-9f77-b53b57d6dfb2/format_version.txt |
| 15632 | 2026-01-29T02:36:40.089Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/ad9/ad95b40a-7ea9-45b3-8560-477fc65fca34/format_version.txt (1 bytes) |
| 15633 | 2026-01-29T02:36:41.185Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/ad9/ad95b40a-7ea9-45b3-8560-477fc65fca34/format_version.txt |
| 15634 | 2026-01-29T02:36:41.185Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/cbf/cbf0c919-fa8b-4311-b1f9-9d28e180d9de/format_version.txt (1 bytes) |
| 15635 | 2026-01-29T02:36:42.285Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/cbf/cbf0c919-fa8b-4311-b1f9-9d28e180d9de/format_version.txt |
| 15636 | 2026-01-29T02:36:42.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/cfd/cfd20aae-5857-4605-9a00-0a53b1b8b83d/format_version.txt (1 bytes) |
| 15637 | 2026-01-29T02:36:43.383Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/cfd/cfd20aae-5857-4605-9a00-0a53b1b8b83d/format_version.txt |
| 15638 | 2026-01-29T02:36:43.383Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/checksums.txt (252 bytes) |
| 15639 | 2026-01-29T02:36:44.480Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/checksums.txt |
| 15640 | 2026-01-29T02:36:44.480Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/columns.txt (152 bytes) |
| 15641 | 2026-01-29T02:36:45.597Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/columns.txt |
| 15642 | 2026-01-29T02:36:45.597Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/count.txt (2 bytes) |
| 15643 | 2026-01-29T02:36:46.693Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/count.txt |
| 15644 | 2026-01-29T02:36:46.693Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/data.bin (620 bytes) |
| 15645 | 2026-01-29T02:36:47.813Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/data.bin |
| 15646 | 2026-01-29T02:36:47.813Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/data.cmrk3 (72 bytes) |
| 15647 | 2026-01-29T02:36:48.911Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/data.cmrk3 |
| 15648 | 2026-01-29T02:36:48.911Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 15649 | 2026-01-29T02:36:50.009Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/default_compression_codec.txt |
| 15650 | 2026-01-29T02:36:50.009Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/metadata_version.txt (1 bytes) |
| 15651 | 2026-01-29T02:36:51.106Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/metadata_version.txt |
| 15652 | 2026-01-29T02:36:51.131Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/primary.cidx (151 bytes) |
| 15653 | 2026-01-29T02:36:52.204Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/primary.cidx |
| 15654 | 2026-01-29T02:36:52.229Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/ttl.txt (80 bytes) |
| 15655 | 2026-01-29T02:36:53.304Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_1_1_0/ttl.txt |
| 15656 | 2026-01-29T02:36:53.304Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/checksums.txt (252 bytes) |
| 15657 | 2026-01-29T02:36:54.402Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/checksums.txt |
| 15658 | 2026-01-29T02:36:54.402Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/columns.txt (152 bytes) |
| 15659 | 2026-01-29T02:36:55.497Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/columns.txt |
| 15660 | 2026-01-29T02:36:55.521Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/count.txt (2 bytes) |
| 15661 | 2026-01-29T02:36:56.592Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/count.txt |
| 15662 | 2026-01-29T02:36:56.592Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/data.bin (505 bytes) |
| 15663 | 2026-01-29T02:36:57.688Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/data.bin |
| 15664 | 2026-01-29T02:36:57.712Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/data.cmrk3 (71 bytes) |
| 15665 | 2026-01-29T02:36:58.783Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/data.cmrk3 |
| 15666 | 2026-01-29T02:36:58.783Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 15667 | 2026-01-29T02:36:59.879Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/default_compression_codec.txt |
| 15668 | 2026-01-29T02:36:59.879Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/metadata_version.txt (1 bytes) |
| 15669 | 2026-01-29T02:37:00.975Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/metadata_version.txt |
| 15670 | 2026-01-29T02:37:00.975Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/primary.cidx (162 bytes) |
| 15671 | 2026-01-29T02:37:02.071Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/primary.cidx |
| 15672 | 2026-01-29T02:37:02.071Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/ttl.txt (80 bytes) |
| 15673 | 2026-01-29T02:37:03.168Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_2_2_0/ttl.txt |
| 15674 | 2026-01-29T02:37:03.168Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/checksums.txt (252 bytes) |
| 15675 | 2026-01-29T02:37:04.263Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/checksums.txt |
| 15676 | 2026-01-29T02:37:04.263Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/columns.txt (152 bytes) |
| 15677 | 2026-01-29T02:37:05.360Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/columns.txt |
| 15678 | 2026-01-29T02:37:05.360Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/count.txt (2 bytes) |
| 15679 | 2026-01-29T02:37:06.456Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/count.txt |
| 15680 | 2026-01-29T02:37:06.456Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/data.bin (482 bytes) |
| 15681 | 2026-01-29T02:37:07.552Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/data.bin |
| 15682 | 2026-01-29T02:37:07.553Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/data.cmrk3 (71 bytes) |
| 15683 | 2026-01-29T02:37:08.652Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/data.cmrk3 |
| 15684 | 2026-01-29T02:37:08.652Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 15685 | 2026-01-29T02:37:09.747Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/default_compression_codec.txt |
| 15686 | 2026-01-29T02:37:09.747Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/metadata_version.txt (1 bytes) |
| 15687 | 2026-01-29T02:37:10.845Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/metadata_version.txt |
| 15688 | 2026-01-29T02:37:10.869Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/primary.cidx (176 bytes) |
| 15689 | 2026-01-29T02:37:11.942Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/primary.cidx |
| 15690 | 2026-01-29T02:37:11.942Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/ttl.txt (80 bytes) |
| 15691 | 2026-01-29T02:37:13.038Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_3_3_0/ttl.txt |
| 15692 | 2026-01-29T02:37:13.039Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/checksums.txt (252 bytes) |
| 15693 | 2026-01-29T02:37:14.134Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/checksums.txt |
| 15694 | 2026-01-29T02:37:14.158Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/columns.txt (152 bytes) |
| 15695 | 2026-01-29T02:37:15.229Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/columns.txt |
| 15696 | 2026-01-29T02:37:15.229Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/count.txt (2 bytes) |
| 15697 | 2026-01-29T02:37:16.325Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/count.txt |
| 15698 | 2026-01-29T02:37:16.349Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/data.bin (519 bytes) |
| 15699 | 2026-01-29T02:37:17.421Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/data.bin |
| 15700 | 2026-01-29T02:37:17.445Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/data.cmrk3 (71 bytes) |
| 15701 | 2026-01-29T02:37:18.519Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/data.cmrk3 |
| 15702 | 2026-01-29T02:37:18.519Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 15703 | 2026-01-29T02:37:19.613Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/default_compression_codec.txt |
| 15704 | 2026-01-29T02:37:19.614Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/metadata_version.txt (1 bytes) |
| 15705 | 2026-01-29T02:37:20.709Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/metadata_version.txt |
| 15706 | 2026-01-29T02:37:20.709Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/primary.cidx (162 bytes) |
| 15707 | 2026-01-29T02:37:21.804Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/primary.cidx |
| 15708 | 2026-01-29T02:37:21.804Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/ttl.txt (80 bytes) |
| 15709 | 2026-01-29T02:37:22.900Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/all_4_4_0/ttl.txt |
| 15710 | 2026-01-29T02:37:22.923Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/format_version.txt (1 bytes) |
| 15711 | 2026-01-29T02:37:23.995Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/format_version.txt |
| 15712 | 2026-01-29T02:37:23.995Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d67/d6791cef-98a9-4ed1-b7a1-036c80015ecc/format_version.txt (1 bytes) |
| 15713 | 2026-01-29T02:37:25.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d67/d6791cef-98a9-4ed1-b7a1-036c80015ecc/format_version.txt |
| 15714 | 2026-01-29T02:37:25.091Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d6f/d6f8c7a3-059f-4790-81b0-3113777de5af/format_version.txt (1 bytes) |
| 15715 | 2026-01-29T02:37:26.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d6f/d6f8c7a3-059f-4790-81b0-3113777de5af/format_version.txt |
| 15716 | 2026-01-29T02:37:26.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d80/d8095323-25b4-4e51-90fd-f8bc1cd4eaeb/format_version.txt (1 bytes) |
| 15717 | 2026-01-29T02:37:28.306Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d80/d8095323-25b4-4e51-90fd-f8bc1cd4eaeb/format_version.txt |
| 15718 | 2026-01-29T02:37:28.306Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e1f/e1f3242d-6357-484b-9b68-4c14e43cabbe/format_version.txt (1 bytes) |
| 15719 | 2026-01-29T02:37:29.400Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e1f/e1f3242d-6357-484b-9b68-4c14e43cabbe/format_version.txt |
| 15720 | 2026-01-29T02:37:29.400Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e20/e209f9ce-3ae6-49ca-8088-b9b65cf5d098/format_version.txt (1 bytes) |
| 15721 | 2026-01-29T02:37:30.495Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e20/e209f9ce-3ae6-49ca-8088-b9b65cf5d098/format_version.txt |
| 15722 | 2026-01-29T02:37:30.495Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e5b/e5b77b34-8c6c-4b78-b83f-dec6c3b40fcd/format_version.txt (1 bytes) |
| 15723 | 2026-01-29T02:37:31.591Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e5b/e5b77b34-8c6c-4b78-b83f-dec6c3b40fcd/format_version.txt |
| 15724 | 2026-01-29T02:37:31.591Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e85/e85fb669-f9d0-4b30-9842-901aa7b42838/format_version.txt (1 bytes) |
| 15725 | 2026-01-29T02:37:32.686Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e85/e85fb669-f9d0-4b30-9842-901aa7b42838/format_version.txt |
| 15726 | 2026-01-29T02:37:32.686Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/checksums.txt (251 bytes) |
| 15727 | 2026-01-29T02:37:33.783Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/checksums.txt |
| 15728 | 2026-01-29T02:37:33.783Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/columns.txt (154 bytes) |
| 15729 | 2026-01-29T02:37:34.878Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/columns.txt |
| 15730 | 2026-01-29T02:37:34.878Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/count.txt (1 bytes) |
| 15731 | 2026-01-29T02:37:35.973Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/count.txt |
| 15732 | 2026-01-29T02:37:35.973Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/data.bin (253 bytes) |
| 15733 | 2026-01-29T02:37:37.069Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/data.bin |
| 15734 | 2026-01-29T02:37:37.069Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/data.cmrk3 (70 bytes) |
| 15735 | 2026-01-29T02:37:38.165Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/data.cmrk3 |
| 15736 | 2026-01-29T02:37:38.165Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/default_compression_codec.txt (10 bytes) |
| 15737 | 2026-01-29T02:37:39.260Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/default_compression_codec.txt |
| 15738 | 2026-01-29T02:37:39.261Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/metadata_version.txt (1 bytes) |
| 15739 | 2026-01-29T02:37:40.356Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/metadata_version.txt |
| 15740 | 2026-01-29T02:37:40.356Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/primary.cidx (110 bytes) |
| 15741 | 2026-01-29T02:37:41.453Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/primary.cidx |
| 15742 | 2026-01-29T02:37:41.453Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/ttl.txt (80 bytes) |
| 15743 | 2026-01-29T02:37:42.549Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_10_10_0/ttl.txt |
| 15744 | 2026-01-29T02:37:42.549Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/checksums.txt (252 bytes) |
| 15745 | 2026-01-29T02:37:43.646Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/checksums.txt |
| 15746 | 2026-01-29T02:37:43.646Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/columns.txt (154 bytes) |
| 15747 | 2026-01-29T02:37:44.741Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/columns.txt |
| 15748 | 2026-01-29T02:37:44.741Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/count.txt (2 bytes) |
| 15749 | 2026-01-29T02:37:45.841Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/count.txt |
| 15750 | 2026-01-29T02:37:45.892Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/data.bin (672 bytes) |
| 15751 | 2026-01-29T02:37:47.016Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/data.bin |
| 15752 | 2026-01-29T02:37:47.040Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/data.cmrk3 (72 bytes) |
| 15753 | 2026-01-29T02:37:48.115Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/data.cmrk3 |
| 15754 | 2026-01-29T02:37:48.115Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/default_compression_codec.txt (10 bytes) |
| 15755 | 2026-01-29T02:37:49.212Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/default_compression_codec.txt |
| 15756 | 2026-01-29T02:37:49.212Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/metadata_version.txt (1 bytes) |
| 15757 | 2026-01-29T02:37:50.310Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/metadata_version.txt |
| 15758 | 2026-01-29T02:37:50.336Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/primary.cidx (154 bytes) |
| 15759 | 2026-01-29T02:37:51.409Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/primary.cidx |
| 15760 | 2026-01-29T02:37:51.433Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/ttl.txt (80 bytes) |
| 15761 | 2026-01-29T02:37:52.505Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_11_11_0/ttl.txt |
| 15762 | 2026-01-29T02:37:52.505Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/checksums.txt (251 bytes) |
| 15763 | 2026-01-29T02:37:53.602Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/checksums.txt |
| 15764 | 2026-01-29T02:37:53.602Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/columns.txt (154 bytes) |
| 15765 | 2026-01-29T02:37:54.698Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/columns.txt |
| 15766 | 2026-01-29T02:37:54.698Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/count.txt (1 bytes) |
| 15767 | 2026-01-29T02:37:55.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/count.txt |
| 15768 | 2026-01-29T02:37:55.817Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/data.bin (253 bytes) |
| 15769 | 2026-01-29T02:37:56.888Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/data.bin |
| 15770 | 2026-01-29T02:37:56.912Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/data.cmrk3 (70 bytes) |
| 15771 | 2026-01-29T02:37:57.984Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/data.cmrk3 |
| 15772 | 2026-01-29T02:37:57.984Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/default_compression_codec.txt (10 bytes) |
| 15773 | 2026-01-29T02:37:59.079Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/default_compression_codec.txt |
| 15774 | 2026-01-29T02:37:59.079Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/metadata_version.txt (1 bytes) |
| 15775 | 2026-01-29T02:38:00.175Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/metadata_version.txt |
| 15776 | 2026-01-29T02:38:00.200Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/primary.cidx (110 bytes) |
| 15777 | 2026-01-29T02:38:01.272Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/primary.cidx |
| 15778 | 2026-01-29T02:38:01.296Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/ttl.txt (80 bytes) |
| 15779 | 2026-01-29T02:38:02.368Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_12_12_0/ttl.txt |
| 15780 | 2026-01-29T02:38:02.368Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/checksums.txt (251 bytes) |
| 15781 | 2026-01-29T02:38:03.463Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/checksums.txt |
| 15782 | 2026-01-29T02:38:03.487Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/columns.txt (154 bytes) |
| 15783 | 2026-01-29T02:38:04.559Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/columns.txt |
| 15784 | 2026-01-29T02:38:04.586Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/count.txt (1 bytes) |
| 15785 | 2026-01-29T02:38:05.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/count.txt |
| 15786 | 2026-01-29T02:38:05.684Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/data.bin (253 bytes) |
| 15787 | 2026-01-29T02:38:06.757Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/data.bin |
| 15788 | 2026-01-29T02:38:06.757Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/data.cmrk3 (70 bytes) |
| 15789 | 2026-01-29T02:38:07.853Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/data.cmrk3 |
| 15790 | 2026-01-29T02:38:07.853Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/default_compression_codec.txt (10 bytes) |
| 15791 | 2026-01-29T02:38:08.949Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/default_compression_codec.txt |
| 15792 | 2026-01-29T02:38:08.949Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/metadata_version.txt (1 bytes) |
| 15793 | 2026-01-29T02:38:10.045Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/metadata_version.txt |
| 15794 | 2026-01-29T02:38:10.045Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/primary.cidx (110 bytes) |
| 15795 | 2026-01-29T02:38:11.143Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/primary.cidx |
| 15796 | 2026-01-29T02:38:11.167Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/ttl.txt (80 bytes) |
| 15797 | 2026-01-29T02:38:12.240Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_13_13_0/ttl.txt |
| 15798 | 2026-01-29T02:38:12.240Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/checksums.txt (251 bytes) |
| 15799 | 2026-01-29T02:38:13.335Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/checksums.txt |
| 15800 | 2026-01-29T02:38:13.359Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/columns.txt (154 bytes) |
| 15801 | 2026-01-29T02:38:14.430Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/columns.txt |
| 15802 | 2026-01-29T02:38:14.454Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/count.txt (1 bytes) |
| 15803 | 2026-01-29T02:38:15.532Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/count.txt |
| 15804 | 2026-01-29T02:38:15.533Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/data.bin (253 bytes) |
| 15805 | 2026-01-29T02:38:16.627Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/data.bin |
| 15806 | 2026-01-29T02:38:16.627Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/data.cmrk3 (70 bytes) |
| 15807 | 2026-01-29T02:38:17.728Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/data.cmrk3 |
| 15808 | 2026-01-29T02:38:17.753Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/default_compression_codec.txt (10 bytes) |
| 15809 | 2026-01-29T02:38:18.825Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/default_compression_codec.txt |
| 15810 | 2026-01-29T02:38:18.849Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/metadata_version.txt (1 bytes) |
| 15811 | 2026-01-29T02:38:19.921Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/metadata_version.txt |
| 15812 | 2026-01-29T02:38:19.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/primary.cidx (110 bytes) |
| 15813 | 2026-01-29T02:38:21.021Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/primary.cidx |
| 15814 | 2026-01-29T02:38:21.021Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/ttl.txt (80 bytes) |
| 15815 | 2026-01-29T02:38:22.122Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_14_14_0/ttl.txt |
| 15816 | 2026-01-29T02:38:22.122Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/checksums.txt (251 bytes) |
| 15817 | 2026-01-29T02:38:23.237Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/checksums.txt |
| 15818 | 2026-01-29T02:38:23.237Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/columns.txt (154 bytes) |
| 15819 | 2026-01-29T02:38:24.512Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/columns.txt |
| 15820 | 2026-01-29T02:38:24.512Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/count.txt (1 bytes) |
| 15821 | 2026-01-29T02:38:25.718Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/count.txt |
| 15822 | 2026-01-29T02:38:25.767Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/data.bin (253 bytes) |
| 15823 | 2026-01-29T02:38:26.892Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/data.bin |
| 15824 | 2026-01-29T02:38:26.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/data.cmrk3 (70 bytes) |
| 15825 | 2026-01-29T02:38:28.034Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/data.cmrk3 |
| 15826 | 2026-01-29T02:38:28.034Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/default_compression_codec.txt (10 bytes) |
| 15827 | 2026-01-29T02:38:29.130Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/default_compression_codec.txt |
| 15828 | 2026-01-29T02:38:29.130Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/metadata_version.txt (1 bytes) |
| 15829 | 2026-01-29T02:38:30.239Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/metadata_version.txt |
| 15830 | 2026-01-29T02:38:30.239Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/primary.cidx (110 bytes) |
| 15831 | 2026-01-29T02:38:31.351Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/primary.cidx |
| 15832 | 2026-01-29T02:38:31.351Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/ttl.txt (80 bytes) |
| 15833 | 2026-01-29T02:38:32.450Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_15_15_0/ttl.txt |
| 15834 | 2026-01-29T02:38:32.450Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/checksums.txt (251 bytes) |
| 15835 | 2026-01-29T02:38:33.571Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/checksums.txt |
| 15836 | 2026-01-29T02:38:33.571Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/columns.txt (154 bytes) |
| 15837 | 2026-01-29T02:38:34.715Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/columns.txt |
| 15838 | 2026-01-29T02:38:34.715Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/count.txt (1 bytes) |
| 15839 | 2026-01-29T02:38:35.820Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/count.txt |
| 15840 | 2026-01-29T02:38:35.820Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/data.bin (253 bytes) |
| 15841 | 2026-01-29T02:38:36.924Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/data.bin |
| 15842 | 2026-01-29T02:38:36.924Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/data.cmrk3 (70 bytes) |
| 15843 | 2026-01-29T02:38:38.023Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/data.cmrk3 |
| 15844 | 2026-01-29T02:38:38.023Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/default_compression_codec.txt (10 bytes) |
| 15845 | 2026-01-29T02:38:39.126Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/default_compression_codec.txt |
| 15846 | 2026-01-29T02:38:39.126Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/metadata_version.txt (1 bytes) |
| 15847 | 2026-01-29T02:38:40.229Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/metadata_version.txt |
| 15848 | 2026-01-29T02:38:40.229Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/primary.cidx (110 bytes) |
| 15849 | 2026-01-29T02:38:41.337Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/primary.cidx |
| 15850 | 2026-01-29T02:38:41.337Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/ttl.txt (80 bytes) |
| 15851 | 2026-01-29T02:38:42.435Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_16_16_0/ttl.txt |
| 15852 | 2026-01-29T02:38:42.435Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/checksums.txt (251 bytes) |
| 15853 | 2026-01-29T02:38:43.531Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/checksums.txt |
| 15854 | 2026-01-29T02:38:43.531Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/columns.txt (154 bytes) |
| 15855 | 2026-01-29T02:38:44.633Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/columns.txt |
| 15856 | 2026-01-29T02:38:44.633Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/count.txt (1 bytes) |
| 15857 | 2026-01-29T02:38:45.729Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/count.txt |
| 15858 | 2026-01-29T02:38:45.729Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/data.bin (253 bytes) |
| 15859 | 2026-01-29T02:38:46.920Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/data.bin |
| 15860 | 2026-01-29T02:38:46.920Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/data.cmrk3 (70 bytes) |
| 15861 | 2026-01-29T02:38:48.076Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/data.cmrk3 |
| 15862 | 2026-01-29T02:38:48.076Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/default_compression_codec.txt (10 bytes) |
| 15863 | 2026-01-29T02:38:49.180Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/default_compression_codec.txt |
| 15864 | 2026-01-29T02:38:49.180Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/metadata_version.txt (1 bytes) |
| 15865 | 2026-01-29T02:38:50.279Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/metadata_version.txt |
| 15866 | 2026-01-29T02:38:50.279Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/primary.cidx (110 bytes) |
| 15867 | 2026-01-29T02:38:55.592Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/primary.cidx |
| 15868 | 2026-01-29T02:38:55.656Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/ttl.txt (80 bytes) |
| 15869 | 2026-01-29T02:38:56.760Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_17_17_0/ttl.txt |
| 15870 | 2026-01-29T02:38:56.761Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/checksums.txt (251 bytes) |
| 15871 | 2026-01-29T02:38:57.857Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/checksums.txt |
| 15872 | 2026-01-29T02:38:57.857Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/columns.txt (154 bytes) |
| 15873 | 2026-01-29T02:38:58.977Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/columns.txt |
| 15874 | 2026-01-29T02:38:58.977Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/count.txt (1 bytes) |
| 15875 | 2026-01-29T02:39:00.073Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/count.txt |
| 15876 | 2026-01-29T02:39:00.097Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/data.bin (253 bytes) |
| 15877 | 2026-01-29T02:39:01.168Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/data.bin |
| 15878 | 2026-01-29T02:39:01.168Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/data.cmrk3 (70 bytes) |
| 15879 | 2026-01-29T02:39:02.262Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/data.cmrk3 |
| 15880 | 2026-01-29T02:39:02.262Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/default_compression_codec.txt (10 bytes) |
| 15881 | 2026-01-29T02:39:03.358Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/default_compression_codec.txt |
| 15882 | 2026-01-29T02:39:03.358Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/metadata_version.txt (1 bytes) |
| 15883 | 2026-01-29T02:39:04.454Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/metadata_version.txt |
| 15884 | 2026-01-29T02:39:04.454Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/primary.cidx (110 bytes) |
| 15885 | 2026-01-29T02:39:05.559Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/primary.cidx |
| 15886 | 2026-01-29T02:39:05.559Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/ttl.txt (80 bytes) |
| 15887 | 2026-01-29T02:39:06.655Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_18_18_0/ttl.txt |
| 15888 | 2026-01-29T02:39:06.655Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/checksums.txt (251 bytes) |
| 15889 | 2026-01-29T02:39:07.758Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/checksums.txt |
| 15890 | 2026-01-29T02:39:07.758Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/columns.txt (154 bytes) |
| 15891 | 2026-01-29T02:39:08.853Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/columns.txt |
| 15892 | 2026-01-29T02:39:08.877Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/count.txt (1 bytes) |
| 15893 | 2026-01-29T02:39:09.950Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/count.txt |
| 15894 | 2026-01-29T02:39:09.950Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/data.bin (253 bytes) |
| 15895 | 2026-01-29T02:39:11.047Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/data.bin |
| 15896 | 2026-01-29T02:39:11.047Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/data.cmrk3 (70 bytes) |
| 15897 | 2026-01-29T02:39:12.173Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/data.cmrk3 |
| 15898 | 2026-01-29T02:39:12.173Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/default_compression_codec.txt (10 bytes) |
| 15899 | 2026-01-29T02:39:13.268Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/default_compression_codec.txt |
| 15900 | 2026-01-29T02:39:13.268Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/metadata_version.txt (1 bytes) |
| 15901 | 2026-01-29T02:39:14.364Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/metadata_version.txt |
| 15902 | 2026-01-29T02:39:14.388Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/primary.cidx (110 bytes) |
| 15903 | 2026-01-29T02:39:15.457Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/primary.cidx |
| 15904 | 2026-01-29T02:39:15.457Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/ttl.txt (80 bytes) |
| 15905 | 2026-01-29T02:39:16.554Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_19_19_0/ttl.txt |
| 15906 | 2026-01-29T02:39:16.554Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/checksums.txt (251 bytes) |
| 15907 | 2026-01-29T02:39:17.648Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/checksums.txt |
| 15908 | 2026-01-29T02:39:17.648Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/columns.txt (154 bytes) |
| 15909 | 2026-01-29T02:39:18.743Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/columns.txt |
| 15910 | 2026-01-29T02:39:18.768Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/count.txt (2 bytes) |
| 15911 | 2026-01-29T02:39:19.839Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/count.txt |
| 15912 | 2026-01-29T02:39:19.839Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/data.bin (741 bytes) |
| 15913 | 2026-01-29T02:39:20.935Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/data.bin |
| 15914 | 2026-01-29T02:39:20.935Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/data.cmrk3 (72 bytes) |
| 15915 | 2026-01-29T02:39:22.030Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/data.cmrk3 |
| 15916 | 2026-01-29T02:39:22.030Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/default_compression_codec.txt (10 bytes) |
| 15917 | 2026-01-29T02:39:23.123Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/default_compression_codec.txt |
| 15918 | 2026-01-29T02:39:23.147Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/metadata_version.txt (1 bytes) |
| 15919 | 2026-01-29T02:39:24.216Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/metadata_version.txt |
| 15920 | 2026-01-29T02:39:24.216Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/primary.cidx (142 bytes) |
| 15921 | 2026-01-29T02:39:25.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/primary.cidx |
| 15922 | 2026-01-29T02:39:25.334Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/ttl.txt (80 bytes) |
| 15923 | 2026-01-29T02:39:26.404Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_11_2/ttl.txt |
| 15924 | 2026-01-29T02:39:26.404Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/checksums.txt (251 bytes) |
| 15925 | 2026-01-29T02:39:27.497Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/checksums.txt |
| 15926 | 2026-01-29T02:39:27.497Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/columns.txt (154 bytes) |
| 15927 | 2026-01-29T02:39:28.588Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/columns.txt |
| 15928 | 2026-01-29T02:39:28.612Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/count.txt (2 bytes) |
| 15929 | 2026-01-29T02:39:29.682Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/count.txt |
| 15930 | 2026-01-29T02:39:29.705Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/data.bin (745 bytes) |
| 15931 | 2026-01-29T02:39:30.775Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/data.bin |
| 15932 | 2026-01-29T02:39:30.800Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/data.cmrk3 (72 bytes) |
| 15933 | 2026-01-29T02:39:31.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/data.cmrk3 |
| 15934 | 2026-01-29T02:39:31.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/default_compression_codec.txt (10 bytes) |
| 15935 | 2026-01-29T02:39:32.964Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/default_compression_codec.txt |
| 15936 | 2026-01-29T02:39:32.964Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/metadata_version.txt (1 bytes) |
| 15937 | 2026-01-29T02:39:34.060Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/metadata_version.txt |
| 15938 | 2026-01-29T02:39:34.084Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/primary.cidx (142 bytes) |
| 15939 | 2026-01-29T02:39:35.153Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/primary.cidx |
| 15940 | 2026-01-29T02:39:35.177Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/ttl.txt (80 bytes) |
| 15941 | 2026-01-29T02:39:36.246Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_16_3/ttl.txt |
| 15942 | 2026-01-29T02:39:36.246Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/checksums.txt (251 bytes) |
| 15943 | 2026-01-29T02:39:37.340Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/checksums.txt |
| 15944 | 2026-01-29T02:39:37.363Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/columns.txt (154 bytes) |
| 15945 | 2026-01-29T02:39:38.433Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/columns.txt |
| 15946 | 2026-01-29T02:39:38.433Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/count.txt (2 bytes) |
| 15947 | 2026-01-29T02:39:39.528Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/count.txt |
| 15948 | 2026-01-29T02:39:39.528Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/data.bin (568 bytes) |
| 15949 | 2026-01-29T02:39:40.621Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/data.bin |
| 15950 | 2026-01-29T02:39:40.621Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/data.cmrk3 (72 bytes) |
| 15951 | 2026-01-29T02:39:41.714Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/data.cmrk3 |
| 15952 | 2026-01-29T02:39:41.714Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 15953 | 2026-01-29T02:39:42.809Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/default_compression_codec.txt |
| 15954 | 2026-01-29T02:39:42.833Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/metadata_version.txt (1 bytes) |
| 15955 | 2026-01-29T02:39:43.906Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/metadata_version.txt |
| 15956 | 2026-01-29T02:39:43.906Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/primary.cidx (144 bytes) |
| 15957 | 2026-01-29T02:39:44.999Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/primary.cidx |
| 15958 | 2026-01-29T02:39:45.023Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/ttl.txt (80 bytes) |
| 15959 | 2026-01-29T02:39:46.093Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_1_0/ttl.txt |
| 15960 | 2026-01-29T02:39:46.093Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/checksums.txt (251 bytes) |
| 15961 | 2026-01-29T02:39:47.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/checksums.txt |
| 15962 | 2026-01-29T02:39:47.211Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/columns.txt (154 bytes) |
| 15963 | 2026-01-29T02:39:48.281Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/columns.txt |
| 15964 | 2026-01-29T02:39:48.305Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/count.txt (2 bytes) |
| 15965 | 2026-01-29T02:39:49.375Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/count.txt |
| 15966 | 2026-01-29T02:39:49.375Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/data.bin (822 bytes) |
| 15967 | 2026-01-29T02:39:50.469Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/data.bin |
| 15968 | 2026-01-29T02:39:50.470Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/data.cmrk3 (72 bytes) |
| 15969 | 2026-01-29T02:39:51.567Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/data.cmrk3 |
| 15970 | 2026-01-29T02:39:51.567Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/default_compression_codec.txt (10 bytes) |
| 15971 | 2026-01-29T02:39:52.662Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/default_compression_codec.txt |
| 15972 | 2026-01-29T02:39:52.662Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/metadata_version.txt (1 bytes) |
| 15973 | 2026-01-29T02:39:53.755Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/metadata_version.txt |
| 15974 | 2026-01-29T02:39:53.755Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/primary.cidx (142 bytes) |
| 15975 | 2026-01-29T02:39:54.868Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/primary.cidx |
| 15976 | 2026-01-29T02:39:54.868Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/ttl.txt (80 bytes) |
| 15977 | 2026-01-29T02:39:55.963Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_21_4/ttl.txt |
| 15978 | 2026-01-29T02:39:55.963Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/checksums.txt (251 bytes) |
| 15979 | 2026-01-29T02:39:57.056Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/checksums.txt |
| 15980 | 2026-01-29T02:39:57.056Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/columns.txt (154 bytes) |
| 15981 | 2026-01-29T02:39:58.150Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/columns.txt |
| 15982 | 2026-01-29T02:39:58.150Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/count.txt (2 bytes) |
| 15983 | 2026-01-29T02:39:59.291Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/count.txt |
| 15984 | 2026-01-29T02:39:59.291Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/data.bin (826 bytes) |
| 15985 | 2026-01-29T02:40:00.393Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/data.bin |
| 15986 | 2026-01-29T02:40:00.393Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/data.cmrk3 (72 bytes) |
| 15987 | 2026-01-29T02:40:01.484Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/data.cmrk3 |
| 15988 | 2026-01-29T02:40:01.507Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/default_compression_codec.txt (10 bytes) |
| 15989 | 2026-01-29T02:40:02.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/default_compression_codec.txt |
| 15990 | 2026-01-29T02:40:02.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/metadata_version.txt (1 bytes) |
| 15991 | 2026-01-29T02:40:03.669Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/metadata_version.txt |
| 15992 | 2026-01-29T02:40:03.669Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/primary.cidx (142 bytes) |
| 15993 | 2026-01-29T02:40:04.763Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/primary.cidx |
| 15994 | 2026-01-29T02:40:04.787Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/ttl.txt (80 bytes) |
| 15995 | 2026-01-29T02:40:05.858Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_26_5/ttl.txt |
| 15996 | 2026-01-29T02:40:05.882Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/checksums.txt (251 bytes) |
| 15997 | 2026-01-29T02:40:06.952Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/checksums.txt |
| 15998 | 2026-01-29T02:40:06.952Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/columns.txt (154 bytes) |
| 15999 | 2026-01-29T02:40:08.046Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/columns.txt |
| 16000 | 2026-01-29T02:40:08.070Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/count.txt (2 bytes) |
| 16001 | 2026-01-29T02:40:09.139Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/count.txt |
| 16002 | 2026-01-29T02:40:09.139Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/data.bin (844 bytes) |
| 16003 | 2026-01-29T02:40:10.234Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/data.bin |
| 16004 | 2026-01-29T02:40:10.258Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/data.cmrk3 (72 bytes) |
| 16005 | 2026-01-29T02:40:11.327Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/data.cmrk3 |
| 16006 | 2026-01-29T02:40:11.327Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/default_compression_codec.txt (10 bytes) |
| 16007 | 2026-01-29T02:40:12.421Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/default_compression_codec.txt |
| 16008 | 2026-01-29T02:40:12.445Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/metadata_version.txt (1 bytes) |
| 16009 | 2026-01-29T02:40:13.515Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/metadata_version.txt |
| 16010 | 2026-01-29T02:40:13.515Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/primary.cidx (142 bytes) |
| 16011 | 2026-01-29T02:40:14.609Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/primary.cidx |
| 16012 | 2026-01-29T02:40:14.609Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/ttl.txt (80 bytes) |
| 16013 | 2026-01-29T02:40:15.703Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_31_6/ttl.txt |
| 16014 | 2026-01-29T02:40:15.703Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/checksums.txt (251 bytes) |
| 16015 | 2026-01-29T02:40:16.797Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/checksums.txt |
| 16016 | 2026-01-29T02:40:16.797Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/columns.txt (154 bytes) |
| 16017 | 2026-01-29T02:40:17.890Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/columns.txt |
| 16018 | 2026-01-29T02:40:17.890Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/count.txt (2 bytes) |
| 16019 | 2026-01-29T02:40:18.985Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/count.txt |
| 16020 | 2026-01-29T02:40:18.985Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/data.bin (575 bytes) |
| 16021 | 2026-01-29T02:40:20.078Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/data.bin |
| 16022 | 2026-01-29T02:40:20.078Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/data.cmrk3 (72 bytes) |
| 16023 | 2026-01-29T02:40:21.172Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/data.cmrk3 |
| 16024 | 2026-01-29T02:40:21.172Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 16025 | 2026-01-29T02:40:22.265Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/default_compression_codec.txt |
| 16026 | 2026-01-29T02:40:22.291Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/metadata_version.txt (1 bytes) |
| 16027 | 2026-01-29T02:40:23.362Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/metadata_version.txt |
| 16028 | 2026-01-29T02:40:23.386Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/primary.cidx (144 bytes) |
| 16029 | 2026-01-29T02:40:24.458Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/primary.cidx |
| 16030 | 2026-01-29T02:40:24.458Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/ttl.txt (80 bytes) |
| 16031 | 2026-01-29T02:40:25.553Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_1_6_1/ttl.txt |
| 16032 | 2026-01-29T02:40:25.553Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/checksums.txt (251 bytes) |
| 16033 | 2026-01-29T02:40:26.647Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/checksums.txt |
| 16034 | 2026-01-29T02:40:26.647Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/columns.txt (154 bytes) |
| 16035 | 2026-01-29T02:40:27.743Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/columns.txt |
| 16036 | 2026-01-29T02:40:27.766Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/count.txt (1 bytes) |
| 16037 | 2026-01-29T02:40:28.838Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/count.txt |
| 16038 | 2026-01-29T02:40:28.838Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/data.bin (253 bytes) |
| 16039 | 2026-01-29T02:40:29.933Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/data.bin |
| 16040 | 2026-01-29T02:40:29.958Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/data.cmrk3 (70 bytes) |
| 16041 | 2026-01-29T02:40:31.034Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/data.cmrk3 |
| 16042 | 2026-01-29T02:40:31.034Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/default_compression_codec.txt (10 bytes) |
| 16043 | 2026-01-29T02:40:32.132Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/default_compression_codec.txt |
| 16044 | 2026-01-29T02:40:32.132Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/metadata_version.txt (1 bytes) |
| 16045 | 2026-01-29T02:40:33.232Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/metadata_version.txt |
| 16046 | 2026-01-29T02:40:33.233Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/primary.cidx (110 bytes) |
| 16047 | 2026-01-29T02:40:34.331Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/primary.cidx |
| 16048 | 2026-01-29T02:40:34.331Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/ttl.txt (80 bytes) |
| 16049 | 2026-01-29T02:40:35.441Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_20_20_0/ttl.txt |
| 16050 | 2026-01-29T02:40:35.441Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/checksums.txt (252 bytes) |
| 16051 | 2026-01-29T02:40:36.674Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/checksums.txt |
| 16052 | 2026-01-29T02:40:36.674Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/columns.txt (154 bytes) |
| 16053 | 2026-01-29T02:40:37.784Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/columns.txt |
| 16054 | 2026-01-29T02:40:37.818Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/count.txt (2 bytes) |
| 16055 | 2026-01-29T02:40:38.914Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/count.txt |
| 16056 | 2026-01-29T02:40:38.914Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/data.bin (753 bytes) |
| 16057 | 2026-01-29T02:40:40.022Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/data.bin |
| 16058 | 2026-01-29T02:40:40.022Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/data.cmrk3 (72 bytes) |
| 16059 | 2026-01-29T02:40:41.128Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/data.cmrk3 |
| 16060 | 2026-01-29T02:40:41.128Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/default_compression_codec.txt (10 bytes) |
| 16061 | 2026-01-29T02:40:42.229Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/default_compression_codec.txt |
| 16062 | 2026-01-29T02:40:42.256Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/metadata_version.txt (1 bytes) |
| 16063 | 2026-01-29T02:40:43.335Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/metadata_version.txt |
| 16064 | 2026-01-29T02:40:43.358Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/primary.cidx (154 bytes) |
| 16065 | 2026-01-29T02:40:44.503Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/primary.cidx |
| 16066 | 2026-01-29T02:40:44.503Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/ttl.txt (80 bytes) |
| 16067 | 2026-01-29T02:40:45.598Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_21_21_0/ttl.txt |
| 16068 | 2026-01-29T02:40:45.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/checksums.txt (251 bytes) |
| 16069 | 2026-01-29T02:40:46.708Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/checksums.txt |
| 16070 | 2026-01-29T02:40:46.708Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/columns.txt (154 bytes) |
| 16071 | 2026-01-29T02:40:47.807Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/columns.txt |
| 16072 | 2026-01-29T02:40:47.807Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/count.txt (1 bytes) |
| 16073 | 2026-01-29T02:40:48.907Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/count.txt |
| 16074 | 2026-01-29T02:40:48.907Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/data.bin (253 bytes) |
| 16075 | 2026-01-29T02:40:50.010Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/data.bin |
| 16076 | 2026-01-29T02:40:50.010Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/data.cmrk3 (70 bytes) |
| 16077 | 2026-01-29T02:40:51.110Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/data.cmrk3 |
| 16078 | 2026-01-29T02:40:51.110Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/default_compression_codec.txt (10 bytes) |
| 16079 | 2026-01-29T02:40:52.217Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/default_compression_codec.txt |
| 16080 | 2026-01-29T02:40:52.217Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/metadata_version.txt (1 bytes) |
| 16081 | 2026-01-29T02:40:53.316Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/metadata_version.txt |
| 16082 | 2026-01-29T02:40:53.316Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/primary.cidx (110 bytes) |
| 16083 | 2026-01-29T02:40:54.415Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/primary.cidx |
| 16084 | 2026-01-29T02:40:54.439Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/ttl.txt (80 bytes) |
| 16085 | 2026-01-29T02:40:55.514Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_22_22_0/ttl.txt |
| 16086 | 2026-01-29T02:40:55.514Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/checksums.txt (251 bytes) |
| 16087 | 2026-01-29T02:40:56.608Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/checksums.txt |
| 16088 | 2026-01-29T02:40:56.609Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/columns.txt (154 bytes) |
| 16089 | 2026-01-29T02:40:57.706Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/columns.txt |
| 16090 | 2026-01-29T02:40:57.706Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/count.txt (1 bytes) |
| 16091 | 2026-01-29T02:40:58.806Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/count.txt |
| 16092 | 2026-01-29T02:40:58.837Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/data.bin (253 bytes) |
| 16093 | 2026-01-29T02:40:59.907Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/data.bin |
| 16094 | 2026-01-29T02:40:59.937Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/data.cmrk3 (70 bytes) |
| 16095 | 2026-01-29T02:41:01.004Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/data.cmrk3 |
| 16096 | 2026-01-29T02:41:01.004Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/default_compression_codec.txt (10 bytes) |
| 16097 | 2026-01-29T02:41:02.098Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/default_compression_codec.txt |
| 16098 | 2026-01-29T02:41:02.098Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/metadata_version.txt (1 bytes) |
| 16099 | 2026-01-29T02:41:07.008Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/metadata_version.txt |
| 16100 | 2026-01-29T02:41:07.008Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/primary.cidx (110 bytes) |
| 16101 | 2026-01-29T02:41:08.119Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/primary.cidx |
| 16102 | 2026-01-29T02:41:08.119Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/ttl.txt (80 bytes) |
| 16103 | 2026-01-29T02:41:09.213Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_23_23_0/ttl.txt |
| 16104 | 2026-01-29T02:41:09.213Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/checksums.txt (251 bytes) |
| 16105 | 2026-01-29T02:41:10.307Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/checksums.txt |
| 16106 | 2026-01-29T02:41:10.331Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/columns.txt (154 bytes) |
| 16107 | 2026-01-29T02:41:11.400Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/columns.txt |
| 16108 | 2026-01-29T02:41:11.400Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/count.txt (1 bytes) |
| 16109 | 2026-01-29T02:41:12.589Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/count.txt |
| 16110 | 2026-01-29T02:41:12.589Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/data.bin (253 bytes) |
| 16111 | 2026-01-29T02:41:13.682Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/data.bin |
| 16112 | 2026-01-29T02:41:13.682Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/data.cmrk3 (70 bytes) |
| 16113 | 2026-01-29T02:41:14.776Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/data.cmrk3 |
| 16114 | 2026-01-29T02:41:14.777Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/default_compression_codec.txt (10 bytes) |
| 16115 | 2026-01-29T02:41:15.870Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/default_compression_codec.txt |
| 16116 | 2026-01-29T02:41:15.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/metadata_version.txt (1 bytes) |
| 16117 | 2026-01-29T02:41:17.009Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/metadata_version.txt |
| 16118 | 2026-01-29T02:41:17.009Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/primary.cidx (110 bytes) |
| 16119 | 2026-01-29T02:41:18.101Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/primary.cidx |
| 16120 | 2026-01-29T02:41:18.101Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/ttl.txt (80 bytes) |
| 16121 | 2026-01-29T02:41:19.197Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_24_24_0/ttl.txt |
| 16122 | 2026-01-29T02:41:19.197Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/checksums.txt (251 bytes) |
| 16123 | 2026-01-29T02:41:20.288Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/checksums.txt |
| 16124 | 2026-01-29T02:41:20.289Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/columns.txt (154 bytes) |
| 16125 | 2026-01-29T02:41:21.381Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/columns.txt |
| 16126 | 2026-01-29T02:41:21.381Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/count.txt (1 bytes) |
| 16127 | 2026-01-29T02:41:22.474Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/count.txt |
| 16128 | 2026-01-29T02:41:22.475Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/data.bin (253 bytes) |
| 16129 | 2026-01-29T02:41:23.568Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/data.bin |
| 16130 | 2026-01-29T02:41:23.568Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/data.cmrk3 (70 bytes) |
| 16131 | 2026-01-29T02:41:24.664Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/data.cmrk3 |
| 16132 | 2026-01-29T02:41:24.688Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/default_compression_codec.txt (10 bytes) |
| 16133 | 2026-01-29T02:41:25.757Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/default_compression_codec.txt |
| 16134 | 2026-01-29T02:41:25.757Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/metadata_version.txt (1 bytes) |
| 16135 | 2026-01-29T02:41:26.873Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/metadata_version.txt |
| 16136 | 2026-01-29T02:41:26.873Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/primary.cidx (110 bytes) |
| 16137 | 2026-01-29T02:41:27.998Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/primary.cidx |
| 16138 | 2026-01-29T02:41:27.999Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/ttl.txt (80 bytes) |
| 16139 | 2026-01-29T02:41:29.132Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_25_25_0/ttl.txt |
| 16140 | 2026-01-29T02:41:29.132Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/checksums.txt (251 bytes) |
| 16141 | 2026-01-29T02:41:30.233Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/checksums.txt |
| 16142 | 2026-01-29T02:41:30.257Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/columns.txt (154 bytes) |
| 16143 | 2026-01-29T02:41:31.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/columns.txt |
| 16144 | 2026-01-29T02:41:31.425Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/count.txt (1 bytes) |
| 16145 | 2026-01-29T02:41:32.514Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/count.txt |
| 16146 | 2026-01-29T02:41:32.540Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/data.bin (253 bytes) |
| 16147 | 2026-01-29T02:41:33.614Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/data.bin |
| 16148 | 2026-01-29T02:41:33.614Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/data.cmrk3 (70 bytes) |
| 16149 | 2026-01-29T02:41:34.718Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/data.cmrk3 |
| 16150 | 2026-01-29T02:41:34.718Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/default_compression_codec.txt (10 bytes) |
| 16151 | 2026-01-29T02:41:35.822Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/default_compression_codec.txt |
| 16152 | 2026-01-29T02:41:35.822Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/metadata_version.txt (1 bytes) |
| 16153 | 2026-01-29T02:41:36.915Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/metadata_version.txt |
| 16154 | 2026-01-29T02:41:36.939Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/primary.cidx (110 bytes) |
| 16155 | 2026-01-29T02:41:38.009Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/primary.cidx |
| 16156 | 2026-01-29T02:41:38.009Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/ttl.txt (80 bytes) |
| 16157 | 2026-01-29T02:41:39.121Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_26_26_0/ttl.txt |
| 16158 | 2026-01-29T02:41:39.121Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/checksums.txt (251 bytes) |
| 16159 | 2026-01-29T02:41:40.239Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/checksums.txt |
| 16160 | 2026-01-29T02:41:40.239Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/columns.txt (154 bytes) |
| 16161 | 2026-01-29T02:41:41.336Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/columns.txt |
| 16162 | 2026-01-29T02:41:41.336Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/count.txt (1 bytes) |
| 16163 | 2026-01-29T02:41:42.434Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/count.txt |
| 16164 | 2026-01-29T02:41:42.434Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/data.bin (253 bytes) |
| 16165 | 2026-01-29T02:41:43.532Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/data.bin |
| 16166 | 2026-01-29T02:41:43.532Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/data.cmrk3 (70 bytes) |
| 16167 | 2026-01-29T02:41:44.631Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/data.cmrk3 |
| 16168 | 2026-01-29T02:41:44.631Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/default_compression_codec.txt (10 bytes) |
| 16169 | 2026-01-29T02:41:45.721Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/default_compression_codec.txt |
| 16170 | 2026-01-29T02:41:45.721Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/metadata_version.txt (1 bytes) |
| 16171 | 2026-01-29T02:41:46.815Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/metadata_version.txt |
| 16172 | 2026-01-29T02:41:46.816Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/primary.cidx (110 bytes) |
| 16173 | 2026-01-29T02:41:47.911Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/primary.cidx |
| 16174 | 2026-01-29T02:41:47.911Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/ttl.txt (80 bytes) |
| 16175 | 2026-01-29T02:41:49.004Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_27_27_0/ttl.txt |
| 16176 | 2026-01-29T02:41:49.004Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/checksums.txt (251 bytes) |
| 16177 | 2026-01-29T02:41:50.097Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/checksums.txt |
| 16178 | 2026-01-29T02:41:50.097Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/columns.txt (154 bytes) |
| 16179 | 2026-01-29T02:41:51.198Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/columns.txt |
| 16180 | 2026-01-29T02:41:51.198Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/count.txt (1 bytes) |
| 16181 | 2026-01-29T02:41:52.294Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/count.txt |
| 16182 | 2026-01-29T02:41:52.294Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/data.bin (253 bytes) |
| 16183 | 2026-01-29T02:41:53.397Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/data.bin |
| 16184 | 2026-01-29T02:41:53.397Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/data.cmrk3 (70 bytes) |
| 16185 | 2026-01-29T02:41:54.493Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/data.cmrk3 |
| 16186 | 2026-01-29T02:41:54.493Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/default_compression_codec.txt (10 bytes) |
| 16187 | 2026-01-29T02:41:55.620Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/default_compression_codec.txt |
| 16188 | 2026-01-29T02:41:55.644Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/metadata_version.txt (1 bytes) |
| 16189 | 2026-01-29T02:41:56.715Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/metadata_version.txt |
| 16190 | 2026-01-29T02:41:56.715Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/primary.cidx (110 bytes) |
| 16191 | 2026-01-29T02:41:57.817Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/primary.cidx |
| 16192 | 2026-01-29T02:41:57.817Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/ttl.txt (80 bytes) |
| 16193 | 2026-01-29T02:41:58.912Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_28_28_0/ttl.txt |
| 16194 | 2026-01-29T02:41:58.912Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/checksums.txt (251 bytes) |
| 16195 | 2026-01-29T02:42:00.009Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/checksums.txt |
| 16196 | 2026-01-29T02:42:00.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/columns.txt (154 bytes) |
| 16197 | 2026-01-29T02:42:01.104Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/columns.txt |
| 16198 | 2026-01-29T02:42:01.104Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/count.txt (1 bytes) |
| 16199 | 2026-01-29T02:42:02.199Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/count.txt |
| 16200 | 2026-01-29T02:42:02.200Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/data.bin (253 bytes) |
| 16201 | 2026-01-29T02:42:03.309Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/data.bin |
| 16202 | 2026-01-29T02:42:03.309Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/data.cmrk3 (70 bytes) |
| 16203 | 2026-01-29T02:42:04.410Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/data.cmrk3 |
| 16204 | 2026-01-29T02:42:04.435Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/default_compression_codec.txt (10 bytes) |
| 16205 | 2026-01-29T02:42:05.507Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/default_compression_codec.txt |
| 16206 | 2026-01-29T02:42:05.507Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/metadata_version.txt (1 bytes) |
| 16207 | 2026-01-29T02:42:06.606Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/metadata_version.txt |
| 16208 | 2026-01-29T02:42:06.606Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/primary.cidx (110 bytes) |
| 16209 | 2026-01-29T02:42:07.700Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/primary.cidx |
| 16210 | 2026-01-29T02:42:07.700Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/ttl.txt (80 bytes) |
| 16211 | 2026-01-29T02:42:08.792Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_29_29_0/ttl.txt |
| 16212 | 2026-01-29T02:42:08.792Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/checksums.txt (251 bytes) |
| 16213 | 2026-01-29T02:42:09.885Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/checksums.txt |
| 16214 | 2026-01-29T02:42:09.885Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/columns.txt (154 bytes) |
| 16215 | 2026-01-29T02:42:11.008Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/columns.txt |
| 16216 | 2026-01-29T02:42:11.008Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/count.txt (1 bytes) |
| 16217 | 2026-01-29T02:42:12.107Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/count.txt |
| 16218 | 2026-01-29T02:42:12.107Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/data.bin (253 bytes) |
| 16219 | 2026-01-29T02:42:13.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/data.bin |
| 16220 | 2026-01-29T02:42:13.226Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/data.cmrk3 (70 bytes) |
| 16221 | 2026-01-29T02:42:14.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/data.cmrk3 |
| 16222 | 2026-01-29T02:42:14.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 16223 | 2026-01-29T02:42:15.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/default_compression_codec.txt |
| 16224 | 2026-01-29T02:42:15.579Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/metadata_version.txt (1 bytes) |
| 16225 | 2026-01-29T02:42:16.717Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/metadata_version.txt |
| 16226 | 2026-01-29T02:42:16.717Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/primary.cidx (110 bytes) |
| 16227 | 2026-01-29T02:42:17.812Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/primary.cidx |
| 16228 | 2026-01-29T02:42:17.812Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/ttl.txt (80 bytes) |
| 16229 | 2026-01-29T02:42:18.907Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_2_2_0/ttl.txt |
| 16230 | 2026-01-29T02:42:18.907Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/checksums.txt (251 bytes) |
| 16231 | 2026-01-29T02:42:20.000Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/checksums.txt |
| 16232 | 2026-01-29T02:42:20.000Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/columns.txt (154 bytes) |
| 16233 | 2026-01-29T02:42:21.093Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/columns.txt |
| 16234 | 2026-01-29T02:42:21.093Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/count.txt (1 bytes) |
| 16235 | 2026-01-29T02:42:22.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/count.txt |
| 16236 | 2026-01-29T02:42:22.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/data.bin (253 bytes) |
| 16237 | 2026-01-29T02:42:23.281Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/data.bin |
| 16238 | 2026-01-29T02:42:23.305Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/data.cmrk3 (70 bytes) |
| 16239 | 2026-01-29T02:42:24.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/data.cmrk3 |
| 16240 | 2026-01-29T02:42:24.373Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/default_compression_codec.txt (10 bytes) |
| 16241 | 2026-01-29T02:42:25.467Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/default_compression_codec.txt |
| 16242 | 2026-01-29T02:42:25.467Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/metadata_version.txt (1 bytes) |
| 16243 | 2026-01-29T02:42:26.561Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/metadata_version.txt |
| 16244 | 2026-01-29T02:42:26.585Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/primary.cidx (110 bytes) |
| 16245 | 2026-01-29T02:42:27.653Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/primary.cidx |
| 16246 | 2026-01-29T02:42:27.653Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/ttl.txt (80 bytes) |
| 16247 | 2026-01-29T02:42:28.747Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_30_30_0/ttl.txt |
| 16248 | 2026-01-29T02:42:28.770Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/checksums.txt (252 bytes) |
| 16249 | 2026-01-29T02:42:29.839Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/checksums.txt |
| 16250 | 2026-01-29T02:42:29.863Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/columns.txt (154 bytes) |
| 16251 | 2026-01-29T02:42:30.932Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/columns.txt |
| 16252 | 2026-01-29T02:42:30.955Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/count.txt (2 bytes) |
| 16253 | 2026-01-29T02:42:32.025Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/count.txt |
| 16254 | 2026-01-29T02:42:32.025Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/data.bin (775 bytes) |
| 16255 | 2026-01-29T02:42:33.120Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/data.bin |
| 16256 | 2026-01-29T02:42:33.144Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/data.cmrk3 (72 bytes) |
| 16257 | 2026-01-29T02:42:34.217Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/data.cmrk3 |
| 16258 | 2026-01-29T02:42:34.217Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/default_compression_codec.txt (10 bytes) |
| 16259 | 2026-01-29T02:42:35.310Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/default_compression_codec.txt |
| 16260 | 2026-01-29T02:42:35.310Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/metadata_version.txt (1 bytes) |
| 16261 | 2026-01-29T02:42:36.404Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/metadata_version.txt |
| 16262 | 2026-01-29T02:42:36.427Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/primary.cidx (154 bytes) |
| 16263 | 2026-01-29T02:42:37.497Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/primary.cidx |
| 16264 | 2026-01-29T02:42:37.497Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/ttl.txt (80 bytes) |
| 16265 | 2026-01-29T02:42:38.590Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_31_31_0/ttl.txt |
| 16266 | 2026-01-29T02:42:38.614Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/checksums.txt (251 bytes) |
| 16267 | 2026-01-29T02:42:39.684Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/checksums.txt |
| 16268 | 2026-01-29T02:42:39.708Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/columns.txt (154 bytes) |
| 16269 | 2026-01-29T02:42:40.778Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/columns.txt |
| 16270 | 2026-01-29T02:42:40.778Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/count.txt (1 bytes) |
| 16271 | 2026-01-29T02:42:41.871Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/count.txt |
| 16272 | 2026-01-29T02:42:41.871Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/data.bin (253 bytes) |
| 16273 | 2026-01-29T02:42:42.964Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/data.bin |
| 16274 | 2026-01-29T02:42:42.987Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/data.cmrk3 (70 bytes) |
| 16275 | 2026-01-29T02:42:44.057Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/data.cmrk3 |
| 16276 | 2026-01-29T02:42:44.057Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/default_compression_codec.txt (10 bytes) |
| 16277 | 2026-01-29T02:42:45.153Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/default_compression_codec.txt |
| 16278 | 2026-01-29T02:42:45.153Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/metadata_version.txt (1 bytes) |
| 16279 | 2026-01-29T02:42:46.246Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/metadata_version.txt |
| 16280 | 2026-01-29T02:42:46.247Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/primary.cidx (110 bytes) |
| 16281 | 2026-01-29T02:42:47.340Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/primary.cidx |
| 16282 | 2026-01-29T02:42:47.340Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/ttl.txt (80 bytes) |
| 16283 | 2026-01-29T02:42:48.433Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_32_32_0/ttl.txt |
| 16284 | 2026-01-29T02:42:48.434Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/checksums.txt (251 bytes) |
| 16285 | 2026-01-29T02:42:49.528Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/checksums.txt |
| 16286 | 2026-01-29T02:42:49.528Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/columns.txt (154 bytes) |
| 16287 | 2026-01-29T02:42:50.622Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/columns.txt |
| 16288 | 2026-01-29T02:42:50.622Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/count.txt (1 bytes) |
| 16289 | 2026-01-29T02:42:51.715Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/count.txt |
| 16290 | 2026-01-29T02:42:51.715Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/data.bin (253 bytes) |
| 16291 | 2026-01-29T02:42:52.810Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/data.bin |
| 16292 | 2026-01-29T02:42:52.834Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/data.cmrk3 (70 bytes) |
| 16293 | 2026-01-29T02:42:53.903Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/data.cmrk3 |
| 16294 | 2026-01-29T02:42:53.927Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/default_compression_codec.txt (10 bytes) |
| 16295 | 2026-01-29T02:42:54.997Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/default_compression_codec.txt |
| 16296 | 2026-01-29T02:42:54.997Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/metadata_version.txt (1 bytes) |
| 16297 | 2026-01-29T02:42:56.091Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/metadata_version.txt |
| 16298 | 2026-01-29T02:42:56.115Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/primary.cidx (110 bytes) |
| 16299 | 2026-01-29T02:42:57.185Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/primary.cidx |
| 16300 | 2026-01-29T02:42:57.185Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/ttl.txt (80 bytes) |
| 16301 | 2026-01-29T02:42:58.279Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_33_33_0/ttl.txt |
| 16302 | 2026-01-29T02:42:58.303Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/checksums.txt (251 bytes) |
| 16303 | 2026-01-29T02:42:59.373Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/checksums.txt |
| 16304 | 2026-01-29T02:42:59.373Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/columns.txt (154 bytes) |
| 16305 | 2026-01-29T02:43:00.467Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/columns.txt |
| 16306 | 2026-01-29T02:43:00.467Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/count.txt (1 bytes) |
| 16307 | 2026-01-29T02:43:01.568Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/count.txt |
| 16308 | 2026-01-29T02:43:01.568Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/data.bin (253 bytes) |
| 16309 | 2026-01-29T02:43:02.663Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/data.bin |
| 16310 | 2026-01-29T02:43:02.663Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/data.cmrk3 (70 bytes) |
| 16311 | 2026-01-29T02:43:03.755Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/data.cmrk3 |
| 16312 | 2026-01-29T02:43:03.779Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 16313 | 2026-01-29T02:43:04.848Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/default_compression_codec.txt |
| 16314 | 2026-01-29T02:43:04.848Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/metadata_version.txt (1 bytes) |
| 16315 | 2026-01-29T02:43:05.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/metadata_version.txt |
| 16316 | 2026-01-29T02:43:05.963Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/primary.cidx (110 bytes) |
| 16317 | 2026-01-29T02:43:07.033Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/primary.cidx |
| 16318 | 2026-01-29T02:43:07.033Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/ttl.txt (80 bytes) |
| 16319 | 2026-01-29T02:43:08.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_3_3_0/ttl.txt |
| 16320 | 2026-01-29T02:43:08.129Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/checksums.txt (251 bytes) |
| 16321 | 2026-01-29T02:43:09.224Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/checksums.txt |
| 16322 | 2026-01-29T02:43:09.248Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/columns.txt (154 bytes) |
| 16323 | 2026-01-29T02:43:10.318Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/columns.txt |
| 16324 | 2026-01-29T02:43:10.367Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/count.txt (1 bytes) |
| 16325 | 2026-01-29T02:43:11.415Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/count.txt |
| 16326 | 2026-01-29T02:43:11.415Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/data.bin (253 bytes) |
| 16327 | 2026-01-29T02:43:12.513Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/data.bin |
| 16328 | 2026-01-29T02:43:12.513Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/data.cmrk3 (70 bytes) |
| 16329 | 2026-01-29T02:43:13.609Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/data.cmrk3 |
| 16330 | 2026-01-29T02:43:13.634Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 16331 | 2026-01-29T02:43:14.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/default_compression_codec.txt |
| 16332 | 2026-01-29T02:43:14.705Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/metadata_version.txt (1 bytes) |
| 16333 | 2026-01-29T02:43:15.800Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/metadata_version.txt |
| 16334 | 2026-01-29T02:43:15.801Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/primary.cidx (110 bytes) |
| 16335 | 2026-01-29T02:43:16.896Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/primary.cidx |
| 16336 | 2026-01-29T02:43:16.919Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/ttl.txt (80 bytes) |
| 16337 | 2026-01-29T02:43:17.992Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_4_4_0/ttl.txt |
| 16338 | 2026-01-29T02:43:17.992Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/checksums.txt (251 bytes) |
| 16339 | 2026-01-29T02:43:19.087Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/checksums.txt |
| 16340 | 2026-01-29T02:43:19.087Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/columns.txt (154 bytes) |
| 16341 | 2026-01-29T02:43:20.182Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/columns.txt |
| 16342 | 2026-01-29T02:43:20.182Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/count.txt (1 bytes) |
| 16343 | 2026-01-29T02:43:21.289Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/count.txt |
| 16344 | 2026-01-29T02:43:21.313Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/data.bin (253 bytes) |
| 16345 | 2026-01-29T02:43:22.383Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/data.bin |
| 16346 | 2026-01-29T02:43:22.383Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/data.cmrk3 (70 bytes) |
| 16347 | 2026-01-29T02:43:23.479Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/data.cmrk3 |
| 16348 | 2026-01-29T02:43:23.479Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 16349 | 2026-01-29T02:43:24.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/default_compression_codec.txt |
| 16350 | 2026-01-29T02:43:24.577Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/metadata_version.txt (1 bytes) |
| 16351 | 2026-01-29T02:43:25.671Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/metadata_version.txt |
| 16352 | 2026-01-29T02:43:25.671Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/primary.cidx (110 bytes) |
| 16353 | 2026-01-29T02:43:26.767Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/primary.cidx |
| 16354 | 2026-01-29T02:43:26.767Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/ttl.txt (80 bytes) |
| 16355 | 2026-01-29T02:43:27.863Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_5_5_0/ttl.txt |
| 16356 | 2026-01-29T02:43:27.864Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/checksums.txt (251 bytes) |
| 16357 | 2026-01-29T02:43:28.959Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/checksums.txt |
| 16358 | 2026-01-29T02:43:28.983Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/columns.txt (154 bytes) |
| 16359 | 2026-01-29T02:43:30.054Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/columns.txt |
| 16360 | 2026-01-29T02:43:30.054Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/count.txt (1 bytes) |
| 16361 | 2026-01-29T02:43:31.149Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/count.txt |
| 16362 | 2026-01-29T02:43:31.174Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/data.bin (253 bytes) |
| 16363 | 2026-01-29T02:43:32.244Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/data.bin |
| 16364 | 2026-01-29T02:43:32.244Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/data.cmrk3 (70 bytes) |
| 16365 | 2026-01-29T02:43:33.339Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/data.cmrk3 |
| 16366 | 2026-01-29T02:43:33.339Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 16367 | 2026-01-29T02:43:34.438Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/default_compression_codec.txt |
| 16368 | 2026-01-29T02:43:34.438Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/metadata_version.txt (1 bytes) |
| 16369 | 2026-01-29T02:43:35.532Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/metadata_version.txt |
| 16370 | 2026-01-29T02:43:35.532Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/primary.cidx (110 bytes) |
| 16371 | 2026-01-29T02:43:36.630Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/primary.cidx |
| 16372 | 2026-01-29T02:43:36.655Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/ttl.txt (80 bytes) |
| 16373 | 2026-01-29T02:43:37.726Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_6_6_0/ttl.txt |
| 16374 | 2026-01-29T02:43:37.726Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/checksums.txt (251 bytes) |
| 16375 | 2026-01-29T02:43:38.821Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/checksums.txt |
| 16376 | 2026-01-29T02:43:38.821Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/columns.txt (154 bytes) |
| 16377 | 2026-01-29T02:43:39.916Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/columns.txt |
| 16378 | 2026-01-29T02:43:39.941Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/count.txt (1 bytes) |
| 16379 | 2026-01-29T02:43:41.012Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/count.txt |
| 16380 | 2026-01-29T02:43:41.012Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/data.bin (253 bytes) |
| 16381 | 2026-01-29T02:43:42.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/data.bin |
| 16382 | 2026-01-29T02:43:42.133Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/data.cmrk3 (70 bytes) |
| 16383 | 2026-01-29T02:43:43.203Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/data.cmrk3 |
| 16384 | 2026-01-29T02:43:43.228Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 16385 | 2026-01-29T02:43:44.302Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/default_compression_codec.txt |
| 16386 | 2026-01-29T02:43:44.302Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/metadata_version.txt (1 bytes) |
| 16387 | 2026-01-29T02:43:45.397Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/metadata_version.txt |
| 16388 | 2026-01-29T02:43:45.398Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/primary.cidx (110 bytes) |
| 16389 | 2026-01-29T02:43:46.493Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/primary.cidx |
| 16390 | 2026-01-29T02:43:46.494Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/ttl.txt (80 bytes) |
| 16391 | 2026-01-29T02:43:47.589Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_7_7_0/ttl.txt |
| 16392 | 2026-01-29T02:43:47.613Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/checksums.txt (251 bytes) |
| 16393 | 2026-01-29T02:43:48.689Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/checksums.txt |
| 16394 | 2026-01-29T02:43:48.713Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/columns.txt (154 bytes) |
| 16395 | 2026-01-29T02:43:49.787Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/columns.txt |
| 16396 | 2026-01-29T02:43:49.787Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/count.txt (1 bytes) |
| 16397 | 2026-01-29T02:43:50.884Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/count.txt |
| 16398 | 2026-01-29T02:43:50.884Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/data.bin (253 bytes) |
| 16399 | 2026-01-29T02:43:51.984Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/data.bin |
| 16400 | 2026-01-29T02:43:51.984Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/data.cmrk3 (70 bytes) |
| 16401 | 2026-01-29T02:43:53.088Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/data.cmrk3 |
| 16402 | 2026-01-29T02:43:53.088Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/default_compression_codec.txt (10 bytes) |
| 16403 | 2026-01-29T02:43:54.184Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/default_compression_codec.txt |
| 16404 | 2026-01-29T02:43:54.184Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/metadata_version.txt (1 bytes) |
| 16405 | 2026-01-29T02:43:55.281Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/metadata_version.txt |
| 16406 | 2026-01-29T02:43:55.305Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/primary.cidx (110 bytes) |
| 16407 | 2026-01-29T02:43:56.377Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/primary.cidx |
| 16408 | 2026-01-29T02:43:56.377Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/ttl.txt (80 bytes) |
| 16409 | 2026-01-29T02:43:57.473Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_8_8_0/ttl.txt |
| 16410 | 2026-01-29T02:43:57.473Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/checksums.txt (251 bytes) |
| 16411 | 2026-01-29T02:43:58.566Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/checksums.txt |
| 16412 | 2026-01-29T02:43:58.566Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/columns.txt (154 bytes) |
| 16413 | 2026-01-29T02:43:59.661Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/columns.txt |
| 16414 | 2026-01-29T02:43:59.661Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/count.txt (1 bytes) |
| 16415 | 2026-01-29T02:44:00.756Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/count.txt |
| 16416 | 2026-01-29T02:44:00.780Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/data.bin (253 bytes) |
| 16417 | 2026-01-29T02:44:01.851Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/data.bin |
| 16418 | 2026-01-29T02:44:01.851Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/data.cmrk3 (70 bytes) |
| 16419 | 2026-01-29T02:44:02.948Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/data.cmrk3 |
| 16420 | 2026-01-29T02:44:02.973Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/default_compression_codec.txt (10 bytes) |
| 16421 | 2026-01-29T02:44:04.044Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/default_compression_codec.txt |
| 16422 | 2026-01-29T02:44:04.044Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/metadata_version.txt (1 bytes) |
| 16423 | 2026-01-29T02:44:05.140Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/metadata_version.txt |
| 16424 | 2026-01-29T02:44:05.140Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/primary.cidx (110 bytes) |
| 16425 | 2026-01-29T02:44:06.235Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/primary.cidx |
| 16426 | 2026-01-29T02:44:06.236Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/ttl.txt (80 bytes) |
| 16427 | 2026-01-29T02:44:07.331Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/all_9_9_0/ttl.txt |
| 16428 | 2026-01-29T02:44:07.355Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/format_version.txt (1 bytes) |
| 16429 | 2026-01-29T02:44:08.427Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/format_version.txt |
| 16430 | 2026-01-29T02:44:08.427Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/ebd/ebd83d4d-43b1-444f-9e97-4ba3114da881/format_version.txt (1 bytes) |
| 16431 | 2026-01-29T02:44:09.536Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/ebd/ebd83d4d-43b1-444f-9e97-4ba3114da881/format_version.txt |
| 16432 | 2026-01-29T02:44:09.536Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/checksums.txt (251 bytes) |
| 16433 | 2026-01-29T02:44:10.631Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/checksums.txt |
| 16434 | 2026-01-29T02:44:10.632Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/columns.txt (152 bytes) |
| 16435 | 2026-01-29T02:44:11.728Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/columns.txt |
| 16436 | 2026-01-29T02:44:11.728Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/count.txt (1 bytes) |
| 16437 | 2026-01-29T02:44:12.824Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/count.txt |
| 16438 | 2026-01-29T02:44:12.824Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/data.bin (257 bytes) |
| 16439 | 2026-01-29T02:44:13.919Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/data.bin |
| 16440 | 2026-01-29T02:44:13.944Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/data.cmrk3 (71 bytes) |
| 16441 | 2026-01-29T02:44:15.015Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/data.cmrk3 |
| 16442 | 2026-01-29T02:44:15.039Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16443 | 2026-01-29T02:44:16.111Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/default_compression_codec.txt |
| 16444 | 2026-01-29T02:44:16.111Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/metadata_version.txt (1 bytes) |
| 16445 | 2026-01-29T02:44:17.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/metadata_version.txt |
| 16446 | 2026-01-29T02:44:17.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/primary.cidx (109 bytes) |
| 16447 | 2026-01-29T02:44:18.302Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/primary.cidx |
| 16448 | 2026-01-29T02:44:18.302Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/ttl.txt (80 bytes) |
| 16449 | 2026-01-29T02:44:19.397Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/all_1_1_0/ttl.txt |
| 16450 | 2026-01-29T02:44:19.421Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/format_version.txt (1 bytes) |
| 16451 | 2026-01-29T02:44:20.492Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/format_version.txt |
| 16452 | 2026-01-29T02:44:20.492Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f6d/f6dd34c6-e188-4217-a8e4-cacbd7387981/format_version.txt (1 bytes) |
| 16453 | 2026-01-29T02:44:21.587Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f6d/f6dd34c6-e188-4217-a8e4-cacbd7387981/format_version.txt |
| 16454 | 2026-01-29T02:44:21.587Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fbb/fbbd11be-0b06-4243-a52f-fcef0c98a3f6/format_version.txt (1 bytes) |
| 16455 | 2026-01-29T02:44:22.680Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fbb/fbbd11be-0b06-4243-a52f-fcef0c98a3f6/format_version.txt |
| 16456 | 2026-01-29T02:44:22.680Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/checksums.txt (254 bytes) |
| 16457 | 2026-01-29T02:44:23.774Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/checksums.txt |
| 16458 | 2026-01-29T02:44:23.774Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/columns.txt (31387 bytes) |
| 16459 | 2026-01-29T02:44:24.939Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/columns.txt |
| 16460 | 2026-01-29T02:44:24.939Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/count.txt (1 bytes) |
| 16461 | 2026-01-29T02:44:26.038Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/count.txt |
| 16462 | 2026-01-29T02:44:26.038Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/data.bin (24830 bytes) |
| 16463 | 2026-01-29T02:44:27.199Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/data.bin |
| 16464 | 2026-01-29T02:44:27.199Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/data.cmrk3 (979 bytes) |
| 16465 | 2026-01-29T02:44:28.294Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/data.cmrk3 |
| 16466 | 2026-01-29T02:44:28.294Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16467 | 2026-01-29T02:44:29.389Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/default_compression_codec.txt |
| 16468 | 2026-01-29T02:44:29.389Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/metadata_version.txt (1 bytes) |
| 16469 | 2026-01-29T02:44:30.484Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/metadata_version.txt |
| 16470 | 2026-01-29T02:44:30.484Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/primary.cidx (42 bytes) |
| 16471 | 2026-01-29T02:44:31.579Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/primary.cidx |
| 16472 | 2026-01-29T02:44:31.603Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/ttl.txt (80 bytes) |
| 16473 | 2026-01-29T02:44:32.673Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_1_0/ttl.txt |
| 16474 | 2026-01-29T02:44:32.698Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/checksums.txt (254 bytes) |
| 16475 | 2026-01-29T02:44:33.768Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/checksums.txt |
| 16476 | 2026-01-29T02:44:33.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/columns.txt (31387 bytes) |
| 16477 | 2026-01-29T02:44:34.930Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/columns.txt |
| 16478 | 2026-01-29T02:44:34.930Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/count.txt (2 bytes) |
| 16479 | 2026-01-29T02:44:36.025Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/count.txt |
| 16480 | 2026-01-29T02:44:36.025Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/data.bin (30265 bytes) |
| 16481 | 2026-01-29T02:44:37.187Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/data.bin |
| 16482 | 2026-01-29T02:44:37.187Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/data.cmrk3 (1007 bytes) |
| 16483 | 2026-01-29T02:44:38.283Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/data.cmrk3 |
| 16484 | 2026-01-29T02:44:38.283Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/default_compression_codec.txt (10 bytes) |
| 16485 | 2026-01-29T02:44:39.377Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/default_compression_codec.txt |
| 16486 | 2026-01-29T02:44:39.377Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/metadata_version.txt (1 bytes) |
| 16487 | 2026-01-29T02:44:40.473Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/metadata_version.txt |
| 16488 | 2026-01-29T02:44:40.473Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/primary.cidx (42 bytes) |
| 16489 | 2026-01-29T02:44:41.568Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/primary.cidx |
| 16490 | 2026-01-29T02:44:41.568Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/ttl.txt (80 bytes) |
| 16491 | 2026-01-29T02:44:42.664Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_1_6_1/ttl.txt |
| 16492 | 2026-01-29T02:44:42.664Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/checksums.txt (254 bytes) |
| 16493 | 2026-01-29T02:44:43.760Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/checksums.txt |
| 16494 | 2026-01-29T02:44:43.760Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/columns.txt (31387 bytes) |
| 16495 | 2026-01-29T02:44:44.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/columns.txt |
| 16496 | 2026-01-29T02:44:44.946Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/count.txt (1 bytes) |
| 16497 | 2026-01-29T02:44:46.019Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/count.txt |
| 16498 | 2026-01-29T02:44:46.019Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/data.bin (24916 bytes) |
| 16499 | 2026-01-29T02:44:47.180Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/data.bin |
| 16500 | 2026-01-29T02:44:47.180Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/data.cmrk3 (981 bytes) |
| 16501 | 2026-01-29T02:44:48.277Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/data.cmrk3 |
| 16502 | 2026-01-29T02:44:48.277Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/default_compression_codec.txt (10 bytes) |
| 16503 | 2026-01-29T02:44:49.372Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/default_compression_codec.txt |
| 16504 | 2026-01-29T02:44:49.372Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/metadata_version.txt (1 bytes) |
| 16505 | 2026-01-29T02:44:50.467Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/metadata_version.txt |
| 16506 | 2026-01-29T02:44:50.491Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/primary.cidx (42 bytes) |
| 16507 | 2026-01-29T02:44:51.562Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/primary.cidx |
| 16508 | 2026-01-29T02:44:51.562Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/ttl.txt (80 bytes) |
| 16509 | 2026-01-29T02:44:52.657Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_2_2_0/ttl.txt |
| 16510 | 2026-01-29T02:44:52.657Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/checksums.txt (254 bytes) |
| 16511 | 2026-01-29T02:44:53.752Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/checksums.txt |
| 16512 | 2026-01-29T02:44:53.752Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/columns.txt (31387 bytes) |
| 16513 | 2026-01-29T02:44:54.913Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/columns.txt |
| 16514 | 2026-01-29T02:44:54.913Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/count.txt (1 bytes) |
| 16515 | 2026-01-29T02:44:56.010Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/count.txt |
| 16516 | 2026-01-29T02:44:56.010Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/data.bin (25368 bytes) |
| 16517 | 2026-01-29T02:44:57.172Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/data.bin |
| 16518 | 2026-01-29T02:44:57.172Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/data.cmrk3 (982 bytes) |
| 16519 | 2026-01-29T02:44:58.267Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/data.cmrk3 |
| 16520 | 2026-01-29T02:44:58.292Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/default_compression_codec.txt (10 bytes) |
| 16521 | 2026-01-29T02:44:59.363Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/default_compression_codec.txt |
| 16522 | 2026-01-29T02:44:59.363Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/metadata_version.txt (1 bytes) |
| 16523 | 2026-01-29T02:45:00.457Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/metadata_version.txt |
| 16524 | 2026-01-29T02:45:00.457Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/primary.cidx (42 bytes) |
| 16525 | 2026-01-29T02:45:01.552Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/primary.cidx |
| 16526 | 2026-01-29T02:45:01.552Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/ttl.txt (80 bytes) |
| 16527 | 2026-01-29T02:45:02.647Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_3_3_0/ttl.txt |
| 16528 | 2026-01-29T02:45:02.647Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/checksums.txt (254 bytes) |
| 16529 | 2026-01-29T02:45:03.744Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/checksums.txt |
| 16530 | 2026-01-29T02:45:03.744Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/columns.txt (31387 bytes) |
| 16531 | 2026-01-29T02:45:04.910Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/columns.txt |
| 16532 | 2026-01-29T02:45:04.934Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/count.txt (1 bytes) |
| 16533 | 2026-01-29T02:45:06.006Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/count.txt |
| 16534 | 2026-01-29T02:45:06.006Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/data.bin (25549 bytes) |
| 16535 | 2026-01-29T02:45:07.169Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/data.bin |
| 16536 | 2026-01-29T02:45:07.169Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/data.cmrk3 (978 bytes) |
| 16537 | 2026-01-29T02:45:08.265Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/data.cmrk3 |
| 16538 | 2026-01-29T02:45:08.265Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/default_compression_codec.txt (10 bytes) |
| 16539 | 2026-01-29T02:45:09.361Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/default_compression_codec.txt |
| 16540 | 2026-01-29T02:45:09.361Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/metadata_version.txt (1 bytes) |
| 16541 | 2026-01-29T02:45:10.459Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/metadata_version.txt |
| 16542 | 2026-01-29T02:45:10.459Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/primary.cidx (42 bytes) |
| 16543 | 2026-01-29T02:45:11.560Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/primary.cidx |
| 16544 | 2026-01-29T02:45:11.585Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/ttl.txt (80 bytes) |
| 16545 | 2026-01-29T02:45:12.659Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_4_4_0/ttl.txt |
| 16546 | 2026-01-29T02:45:12.659Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/checksums.txt (254 bytes) |
| 16547 | 2026-01-29T02:45:13.757Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/checksums.txt |
| 16548 | 2026-01-29T02:45:13.781Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/columns.txt (31387 bytes) |
| 16549 | 2026-01-29T02:45:14.922Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/columns.txt |
| 16550 | 2026-01-29T02:45:14.922Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/count.txt (1 bytes) |
| 16551 | 2026-01-29T02:45:16.019Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/count.txt |
| 16552 | 2026-01-29T02:45:16.043Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/data.bin (25447 bytes) |
| 16553 | 2026-01-29T02:45:17.185Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/data.bin |
| 16554 | 2026-01-29T02:45:17.209Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/data.cmrk3 (984 bytes) |
| 16555 | 2026-01-29T02:45:18.282Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/data.cmrk3 |
| 16556 | 2026-01-29T02:45:18.307Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/default_compression_codec.txt (10 bytes) |
| 16557 | 2026-01-29T02:45:19.379Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/default_compression_codec.txt |
| 16558 | 2026-01-29T02:45:19.379Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/metadata_version.txt (1 bytes) |
| 16559 | 2026-01-29T02:45:20.491Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/metadata_version.txt |
| 16560 | 2026-01-29T02:45:20.491Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/primary.cidx (42 bytes) |
| 16561 | 2026-01-29T02:45:21.585Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/primary.cidx |
| 16562 | 2026-01-29T02:45:21.585Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/ttl.txt (80 bytes) |
| 16563 | 2026-01-29T02:45:22.682Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_5_5_0/ttl.txt |
| 16564 | 2026-01-29T02:45:22.682Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/checksums.txt (254 bytes) |
| 16565 | 2026-01-29T02:45:23.778Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/checksums.txt |
| 16566 | 2026-01-29T02:45:23.778Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/columns.txt (31387 bytes) |
| 16567 | 2026-01-29T02:45:24.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/columns.txt |
| 16568 | 2026-01-29T02:45:24.940Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/count.txt (1 bytes) |
| 16569 | 2026-01-29T02:45:26.035Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/count.txt |
| 16570 | 2026-01-29T02:45:26.035Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/data.bin (25652 bytes) |
| 16571 | 2026-01-29T02:45:27.197Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/data.bin |
| 16572 | 2026-01-29T02:45:27.197Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/data.cmrk3 (985 bytes) |
| 16573 | 2026-01-29T02:45:28.293Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/data.cmrk3 |
| 16574 | 2026-01-29T02:45:28.293Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/default_compression_codec.txt (10 bytes) |
| 16575 | 2026-01-29T02:45:29.388Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/default_compression_codec.txt |
| 16576 | 2026-01-29T02:45:29.388Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/metadata_version.txt (1 bytes) |
| 16577 | 2026-01-29T02:45:30.485Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/metadata_version.txt |
| 16578 | 2026-01-29T02:45:30.485Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/primary.cidx (42 bytes) |
| 16579 | 2026-01-29T02:45:31.580Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/primary.cidx |
| 16580 | 2026-01-29T02:45:31.604Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/ttl.txt (80 bytes) |
| 16581 | 2026-01-29T02:45:32.674Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_6_6_0/ttl.txt |
| 16582 | 2026-01-29T02:45:32.675Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/checksums.txt (254 bytes) |
| 16583 | 2026-01-29T02:45:33.770Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/checksums.txt |
| 16584 | 2026-01-29T02:45:33.795Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/columns.txt (31387 bytes) |
| 16585 | 2026-01-29T02:45:34.934Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/columns.txt |
| 16586 | 2026-01-29T02:45:34.934Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/count.txt (1 bytes) |
| 16587 | 2026-01-29T02:45:36.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/count.txt |
| 16588 | 2026-01-29T02:45:36.108Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/data.bin (25431 bytes) |
| 16589 | 2026-01-29T02:45:37.288Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/data.bin |
| 16590 | 2026-01-29T02:45:37.313Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/data.cmrk3 (984 bytes) |
| 16591 | 2026-01-29T02:45:38.384Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/data.cmrk3 |
| 16592 | 2026-01-29T02:45:38.384Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/default_compression_codec.txt (10 bytes) |
| 16593 | 2026-01-29T02:45:39.480Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/default_compression_codec.txt |
| 16594 | 2026-01-29T02:45:39.504Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/metadata_version.txt (1 bytes) |
| 16595 | 2026-01-29T02:45:40.576Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/metadata_version.txt |
| 16596 | 2026-01-29T02:45:40.576Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/primary.cidx (42 bytes) |
| 16597 | 2026-01-29T02:45:41.672Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/primary.cidx |
| 16598 | 2026-01-29T02:45:41.672Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/ttl.txt (80 bytes) |
| 16599 | 2026-01-29T02:45:42.767Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/all_7_7_0/ttl.txt |
| 16600 | 2026-01-29T02:45:42.791Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/format_version.txt (1 bytes) |
| 16601 | 2026-01-29T02:45:43.864Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/format_version.txt |
| 16602 | 2026-01-29T02:45:43.889Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/uuid (36 bytes) |
| 16603 | 2026-01-29T02:45:44.959Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/uuid |
| 16604 | 2026-01-29T02:45:44.959Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log (4289604 bytes) |
| 16605 | 2026-01-29T02:45:46.331Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log |
| 16606 | 2026-01-29T02:45:46.331Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log (585445 bytes) |
| 16607 | 2026-01-29T02:45:47.604Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log |
| 16608 | 2026-01-29T02:45:47.604Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.errlog (0 bytes) |
| 16609 | 2026-01-29T02:45:48.676Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.errlog |
| 16610 | 2026-01-29T02:45:48.676Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.log (25990 bytes) |
| 16611 | 2026-01-29T02:45:49.836Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.log |
| 16612 | 2026-01-29T02:45:49.836Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config-preprocessed.xml (2925 bytes) |
| 16613 | 2026-01-29T02:45:50.931Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config-preprocessed.xml |
| 16614 | 2026-01-29T02:45:50.931Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config.xml (2625 bytes) |
| 16615 | 2026-01-29T02:45:52.026Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config.xml |
| 16616 | 2026-01-29T02:45:52.051Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt (250 bytes) |
| 16617 | 2026-01-29T02:45:53.121Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt |
| 16618 | 2026-01-29T02:45:53.146Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt (125 bytes) |
| 16619 | 2026-01-29T02:45:54.217Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt |
| 16620 | 2026-01-29T02:45:54.241Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt (3 bytes) |
| 16621 | 2026-01-29T02:45:55.311Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt |
| 16622 | 2026-01-29T02:45:55.311Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin (1312 bytes) |
| 16623 | 2026-01-29T02:45:56.407Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin |
| 16624 | 2026-01-29T02:45:56.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 (69 bytes) |
| 16625 | 2026-01-29T02:45:57.503Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 |
| 16626 | 2026-01-29T02:45:57.503Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16627 | 2026-01-29T02:45:58.595Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt |
| 16628 | 2026-01-29T02:45:58.626Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 16629 | 2026-01-29T02:45:59.689Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt |
| 16630 | 2026-01-29T02:45:59.689Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 16631 | 2026-01-29T02:46:00.784Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx |
| 16632 | 2026-01-29T02:46:00.784Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 16633 | 2026-01-29T02:46:01.877Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt |
| 16634 | 2026-01-29T02:46:01.877Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/format_version.txt (1 bytes) |
| 16635 | 2026-01-29T02:46:02.971Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/format_version.txt |
| 16636 | 2026-01-29T02:46:02.971Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/checksums.txt (254 bytes) |
| 16637 | 2026-01-29T02:46:04.065Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/checksums.txt |
| 16638 | 2026-01-29T02:46:04.089Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/columns.txt (31387 bytes) |
| 16639 | 2026-01-29T02:46:05.225Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/columns.txt |
| 16640 | 2026-01-29T02:46:05.225Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/count.txt (1 bytes) |
| 16641 | 2026-01-29T02:46:06.320Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/count.txt |
| 16642 | 2026-01-29T02:46:06.344Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/data.bin (24818 bytes) |
| 16643 | 2026-01-29T02:46:07.479Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/data.bin |
| 16644 | 2026-01-29T02:46:07.479Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 (979 bytes) |
| 16645 | 2026-01-29T02:46:09.597Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 |
| 16646 | 2026-01-29T02:46:09.597Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16647 | 2026-01-29T02:46:10.690Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt |
| 16648 | 2026-01-29T02:46:10.691Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 16649 | 2026-01-29T02:46:11.785Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt |
| 16650 | 2026-01-29T02:46:11.785Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 16651 | 2026-01-29T02:46:12.879Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/primary.cidx |
| 16652 | 2026-01-29T02:46:12.879Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 16653 | 2026-01-29T02:46:13.974Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/all_1_1_0/ttl.txt |
| 16654 | 2026-01-29T02:46:13.974Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/format_version.txt (1 bytes) |
| 16655 | 2026-01-29T02:46:15.068Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/format_version.txt |
| 16656 | 2026-01-29T02:46:15.068Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes) |
| 16657 | 2026-01-29T02:46:16.161Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/INFORMATION_SCHEMA.sql |
| 16658 | 2026-01-29T02:46:16.161Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/default.sql (78 bytes) |
| 16659 | 2026-01-29T02:46:17.255Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/default.sql |
| 16660 | 2026-01-29T02:46:17.255Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/information_schema.sql (51 bytes) |
| 16661 | 2026-01-29T02:46:18.351Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/information_schema.sql |
| 16662 | 2026-01-29T02:46:18.351Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes) |
| 16663 | 2026-01-29T02:46:19.447Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/asynchronous_metric_log.sql |
| 16664 | 2026-01-29T02:46:19.447Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/metric_log.sql (34913 bytes) |
| 16665 | 2026-01-29T02:46:20.606Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/metric_log.sql |
| 16666 | 2026-01-29T02:46:20.606Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system.sql (78 bytes) |
| 16667 | 2026-01-29T02:46:21.700Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system.sql |
| 16668 | 2026-01-29T02:46:21.700Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/preprocessed_configs/config.xml (2925 bytes) |
| 16669 | 2026-01-29T02:46:22.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/preprocessed_configs/config.xml |
| 16670 | 2026-01-29T02:46:22.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/checksums.txt (254 bytes) |
| 16671 | 2026-01-29T02:46:23.887Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/checksums.txt |
| 16672 | 2026-01-29T02:46:23.911Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/columns.txt (31387 bytes) |
| 16673 | 2026-01-29T02:46:25.052Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/columns.txt |
| 16674 | 2026-01-29T02:46:25.052Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/count.txt (1 bytes) |
| 16675 | 2026-01-29T02:46:26.145Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/count.txt |
| 16676 | 2026-01-29T02:46:26.145Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/data.bin (24818 bytes) |
| 16677 | 2026-01-29T02:46:27.302Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/data.bin |
| 16678 | 2026-01-29T02:46:27.325Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/data.cmrk3 (979 bytes) |
| 16679 | 2026-01-29T02:46:28.394Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/data.cmrk3 |
| 16680 | 2026-01-29T02:46:28.394Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16681 | 2026-01-29T02:46:29.487Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/default_compression_codec.txt |
| 16682 | 2026-01-29T02:46:29.487Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/metadata_version.txt (1 bytes) |
| 16683 | 2026-01-29T02:46:30.582Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/metadata_version.txt |
| 16684 | 2026-01-29T02:46:30.582Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/primary.cidx (42 bytes) |
| 16685 | 2026-01-29T02:46:31.675Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/primary.cidx |
| 16686 | 2026-01-29T02:46:31.675Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/ttl.txt (80 bytes) |
| 16687 | 2026-01-29T02:46:32.767Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/all_1_1_0/ttl.txt |
| 16688 | 2026-01-29T02:46:32.767Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/format_version.txt (1 bytes) |
| 16689 | 2026-01-29T02:46:33.861Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/48d/48d3136a-d0d4-4469-8fa6-69cbe5456102/format_version.txt |
| 16690 | 2026-01-29T02:46:33.861Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/checksums.txt (250 bytes) |
| 16691 | 2026-01-29T02:46:34.957Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/checksums.txt |
| 16692 | 2026-01-29T02:46:34.957Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/columns.txt (125 bytes) |
| 16693 | 2026-01-29T02:46:36.049Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/columns.txt |
| 16694 | 2026-01-29T02:46:36.073Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/count.txt (3 bytes) |
| 16695 | 2026-01-29T02:46:37.144Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/count.txt |
| 16696 | 2026-01-29T02:46:37.144Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/data.bin (1312 bytes) |
| 16697 | 2026-01-29T02:46:38.239Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/data.bin |
| 16698 | 2026-01-29T02:46:38.239Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/data.cmrk3 (69 bytes) |
| 16699 | 2026-01-29T02:46:39.333Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/data.cmrk3 |
| 16700 | 2026-01-29T02:46:39.356Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16701 | 2026-01-29T02:46:40.425Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/default_compression_codec.txt |
| 16702 | 2026-01-29T02:46:40.425Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/metadata_version.txt (1 bytes) |
| 16703 | 2026-01-29T02:46:41.519Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/metadata_version.txt |
| 16704 | 2026-01-29T02:46:41.519Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/primary.cidx (42 bytes) |
| 16705 | 2026-01-29T02:46:42.611Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/primary.cidx |
| 16706 | 2026-01-29T02:46:42.635Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/ttl.txt (80 bytes) |
| 16707 | 2026-01-29T02:46:43.705Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/all_1_1_0/ttl.txt |
| 16708 | 2026-01-29T02:46:43.752Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/format_version.txt (1 bytes) |
| 16709 | 2026-01-29T02:46:44.822Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/607/6071a90d-4e73-406e-bb63-ed7470acb273/format_version.txt |
| 16710 | 2026-01-29T02:46:44.822Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/a09/a09b4a6a-d422-4ec3-a286-c4d30916cdd2/asynchronous_metric_log.sql (358 bytes) |
| 16711 | 2026-01-29T02:46:45.916Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/a09/a09b4a6a-d422-4ec3-a286-c4d30916cdd2/asynchronous_metric_log.sql |
| 16712 | 2026-01-29T02:46:45.916Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/a09/a09b4a6a-d422-4ec3-a286-c4d30916cdd2/metric_log.sql (34913 bytes) |
| 16713 | 2026-01-29T02:46:47.076Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/store/a09/a09b4a6a-d422-4ec3-a286-c4d30916cdd2/metric_log.sql |
| 16714 | 2026-01-29T02:46:47.100Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/uuid (36 bytes) |
| 16715 | 2026-01-29T02:46:48.170Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/uuid |
| 16716 | 2026-01-29T02:46:48.170Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log (153689 bytes) |
| 16717 | 2026-01-29T02:46:49.374Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log |
| 16718 | 2026-01-29T02:46:49.374Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log (325910 bytes) |
| 16719 | 2026-01-29T02:46:50.600Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log |
| 16720 | 2026-01-29T02:46:50.600Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.errlog (0 bytes) |
| 16721 | 2026-01-29T02:46:51.670Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.errlog |
| 16722 | 2026-01-29T02:46:51.670Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.log (25990 bytes) |
| 16723 | 2026-01-29T02:46:52.828Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.log |
| 16724 | 2026-01-29T02:46:52.852Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config-preprocessed.xml (2925 bytes) |
| 16725 | 2026-01-29T02:46:53.921Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config-preprocessed.xml |
| 16726 | 2026-01-29T02:46:53.921Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config.xml (2625 bytes) |
| 16727 | 2026-01-29T02:46:55.015Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config.xml |
| 16728 | 2026-01-29T02:46:55.015Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt (250 bytes) |
| 16729 | 2026-01-29T02:46:56.108Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/checksums.txt |
| 16730 | 2026-01-29T02:46:56.108Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt (125 bytes) |
| 16731 | 2026-01-29T02:46:57.202Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/columns.txt |
| 16732 | 2026-01-29T02:46:57.202Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt (3 bytes) |
| 16733 | 2026-01-29T02:46:58.297Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/count.txt |
| 16734 | 2026-01-29T02:46:58.320Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin (1277 bytes) |
| 16735 | 2026-01-29T02:46:59.390Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.bin |
| 16736 | 2026-01-29T02:46:59.390Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 (69 bytes) |
| 16737 | 2026-01-29T02:47:00.483Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/data.cmrk3 |
| 16738 | 2026-01-29T02:47:00.483Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16739 | 2026-01-29T02:47:01.577Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/default_compression_codec.txt |
| 16740 | 2026-01-29T02:47:01.601Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 16741 | 2026-01-29T02:47:02.671Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/metadata_version.txt |
| 16742 | 2026-01-29T02:47:02.671Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 16743 | 2026-01-29T02:47:03.764Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/primary.cidx |
| 16744 | 2026-01-29T02:47:03.764Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 16745 | 2026-01-29T02:47:04.857Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/all_1_1_0/ttl.txt |
| 16746 | 2026-01-29T02:47:04.857Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/format_version.txt (1 bytes) |
| 16747 | 2026-01-29T02:47:05.951Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/format_version.txt |
| 16748 | 2026-01-29T02:47:05.951Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/checksums.txt (254 bytes) |
| 16749 | 2026-01-29T02:47:07.046Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/checksums.txt |
| 16750 | 2026-01-29T02:47:07.070Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/columns.txt (31387 bytes) |
| 16751 | 2026-01-29T02:47:08.207Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/columns.txt |
| 16752 | 2026-01-29T02:47:08.231Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/count.txt (1 bytes) |
| 16753 | 2026-01-29T02:47:09.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/count.txt |
| 16754 | 2026-01-29T02:47:09.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/data.bin (24792 bytes) |
| 16755 | 2026-01-29T02:47:10.461Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/data.bin |
| 16756 | 2026-01-29T02:47:10.461Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 (979 bytes) |
| 16757 | 2026-01-29T02:47:11.555Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/data.cmrk3 |
| 16758 | 2026-01-29T02:47:11.555Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16759 | 2026-01-29T02:47:12.651Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/default_compression_codec.txt |
| 16760 | 2026-01-29T02:47:12.651Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt (1 bytes) |
| 16761 | 2026-01-29T02:47:13.745Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/metadata_version.txt |
| 16762 | 2026-01-29T02:47:13.745Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/primary.cidx (42 bytes) |
| 16763 | 2026-01-29T02:47:14.839Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/primary.cidx |
| 16764 | 2026-01-29T02:47:14.863Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/ttl.txt (80 bytes) |
| 16765 | 2026-01-29T02:47:15.933Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/all_1_1_0/ttl.txt |
| 16766 | 2026-01-29T02:47:15.958Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/format_version.txt (1 bytes) |
| 16767 | 2026-01-29T02:47:17.030Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/format_version.txt |
| 16768 | 2026-01-29T02:47:17.030Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes) |
| 16769 | 2026-01-29T02:47:18.124Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/INFORMATION_SCHEMA.sql |
| 16770 | 2026-01-29T02:47:18.124Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/default.sql (78 bytes) |
| 16771 | 2026-01-29T02:47:19.218Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/default.sql |
| 16772 | 2026-01-29T02:47:19.219Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/information_schema.sql (51 bytes) |
| 16773 | 2026-01-29T02:47:20.330Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/information_schema.sql |
| 16774 | 2026-01-29T02:47:20.330Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes) |
| 16775 | 2026-01-29T02:47:21.407Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/asynchronous_metric_log.sql |
| 16776 | 2026-01-29T02:47:21.407Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/metric_log.sql (34913 bytes) |
| 16777 | 2026-01-29T02:47:22.567Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/metric_log.sql |
| 16778 | 2026-01-29T02:47:22.591Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system.sql (78 bytes) |
| 16779 | 2026-01-29T02:47:23.660Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system.sql |
| 16780 | 2026-01-29T02:47:23.660Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/preprocessed_configs/config.xml (2925 bytes) |
| 16781 | 2026-01-29T02:47:24.753Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/preprocessed_configs/config.xml |
| 16782 | 2026-01-29T02:47:24.777Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/checksums.txt (250 bytes) |
| 16783 | 2026-01-29T02:47:25.847Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/checksums.txt |
| 16784 | 2026-01-29T02:47:25.847Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/columns.txt (125 bytes) |
| 16785 | 2026-01-29T02:47:26.940Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/columns.txt |
| 16786 | 2026-01-29T02:47:26.965Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/count.txt (3 bytes) |
| 16787 | 2026-01-29T02:47:28.035Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/count.txt |
| 16788 | 2026-01-29T02:47:28.035Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/data.bin (1277 bytes) |
| 16789 | 2026-01-29T02:47:29.129Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/data.bin |
| 16790 | 2026-01-29T02:47:29.129Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/data.cmrk3 (69 bytes) |
| 16791 | 2026-01-29T02:47:30.223Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/data.cmrk3 |
| 16792 | 2026-01-29T02:47:30.247Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16793 | 2026-01-29T02:47:31.318Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/default_compression_codec.txt |
| 16794 | 2026-01-29T02:47:31.319Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/metadata_version.txt (1 bytes) |
| 16795 | 2026-01-29T02:47:32.413Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/metadata_version.txt |
| 16796 | 2026-01-29T02:47:32.437Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/primary.cidx (42 bytes) |
| 16797 | 2026-01-29T02:47:33.506Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/primary.cidx |
| 16798 | 2026-01-29T02:47:33.507Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/ttl.txt (80 bytes) |
| 16799 | 2026-01-29T02:47:34.603Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/all_1_1_0/ttl.txt |
| 16800 | 2026-01-29T02:47:34.603Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/format_version.txt (1 bytes) |
| 16801 | 2026-01-29T02:47:35.697Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/473/4735eb23-cfa3-4057-b953-0f4b66477c83/format_version.txt |
| 16802 | 2026-01-29T02:47:35.721Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/checksums.txt (254 bytes) |
| 16803 | 2026-01-29T02:47:36.793Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/checksums.txt |
| 16804 | 2026-01-29T02:47:36.793Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/columns.txt (31387 bytes) |
| 16805 | 2026-01-29T02:47:37.951Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/columns.txt |
| 16806 | 2026-01-29T02:47:37.951Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/count.txt (1 bytes) |
| 16807 | 2026-01-29T02:47:39.047Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/count.txt |
| 16808 | 2026-01-29T02:47:39.047Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/data.bin (24792 bytes) |
| 16809 | 2026-01-29T02:47:40.206Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/data.bin |
| 16810 | 2026-01-29T02:47:40.206Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/data.cmrk3 (979 bytes) |
| 16811 | 2026-01-29T02:47:41.301Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/data.cmrk3 |
| 16812 | 2026-01-29T02:47:41.301Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/default_compression_codec.txt (10 bytes) |
| 16813 | 2026-01-29T02:47:42.396Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/default_compression_codec.txt |
| 16814 | 2026-01-29T02:47:42.397Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/metadata_version.txt (1 bytes) |
| 16815 | 2026-01-29T02:47:43.491Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/metadata_version.txt |
| 16816 | 2026-01-29T02:47:43.491Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/primary.cidx (42 bytes) |
| 16817 | 2026-01-29T02:47:44.585Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/primary.cidx |
| 16818 | 2026-01-29T02:47:44.586Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/ttl.txt (80 bytes) |
| 16819 | 2026-01-29T02:47:45.679Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/all_1_1_0/ttl.txt |
| 16820 | 2026-01-29T02:47:45.679Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/format_version.txt (1 bytes) |
| 16821 | 2026-01-29T02:47:46.774Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/4da/4da1d0c0-24d0-4409-bab5-de15c0a3c76d/format_version.txt |
| 16822 | 2026-01-29T02:47:46.774Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/a7c/a7cb4fbc-1eed-4891-af5b-61893f8280e4/asynchronous_metric_log.sql (358 bytes) |
| 16823 | 2026-01-29T02:47:47.869Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/a7c/a7cb4fbc-1eed-4891-af5b-61893f8280e4/asynchronous_metric_log.sql |
| 16824 | 2026-01-29T02:47:47.870Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/a7c/a7cb4fbc-1eed-4891-af5b-61893f8280e4/metric_log.sql (34913 bytes) |
| 16825 | 2026-01-29T02:47:49.029Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/store/a7c/a7cb4fbc-1eed-4891-af5b-61893f8280e4/metric_log.sql |
| 16826 | 2026-01-29T02:47:49.053Z | uploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/uuid (36 bytes) |
| 16827 | 2026-01-29T02:47:50.126Z | uploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/uuid |