01KG3BH06ANT7K2E5ETK9MPEG5: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KG3BHX1VRYYVV1XAD9RYXFAP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-28T22:29:06.480Zjob assigned to worker 01KG3BHXYKQRGTT1HMPTQW855H [factory gimlet-EVT22200007-propolis, EVT22200007/56060] (queued for 36 s)
 
22026-01-28T22:29:17.514Zstarting task 0: "setup"
32026-01-28T22:29:17.539Z++ uname -s
42026-01-28T22:29:17.539Z+ kern=SunOS
52026-01-28T22:29:17.539Z+ build_user=build
62026-01-28T22:29:17.539Z+ build_uid=12345
72026-01-28T22:29:17.539Z+ work_dir=/work
82026-01-28T22:29:17.539Z+ input_dir=/input
92026-01-28T22:29:17.539Z+ [[ 0 == 12345 ]]
102026-01-28T22:29:17.539Z+ case "$kern" in
112026-01-28T22:29:17.539Z+ groupadd -g 12345 build
122026-01-28T22:29:17.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-28T22:29:19.545Z+ zfs create -o mountpoint=/work rpool/work
142026-01-28T22:29:19.595Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-28T22:29:19.619Z+ home_fs=zfs
162026-01-28T22:29:19.619Z+ [[ zfs == autofs ]]
172026-01-28T22:29:19.619Z+ mkdir -p /home/build
182026-01-28T22:29:19.619Z+ chown build:build /home/build /work
192026-01-28T22:29:21.606Z+ chmod 0700 /home/build /work
202026-01-28T22:29:21.640Zprocess exited: duration 4097 ms, exit code 0
 
212026-01-28T22:29:21.703Zstarting task 1: "rust-toolchain"
222026-01-28T22:29:21.731Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-28T22:29:21.731Z * rust toolchain channel = "1.91.1"
242026-01-28T22:29:21.731Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-01-28T22:29:21.731Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-01-28T22:29:21.731Z * rust toolchain profile = "default"
272026-01-28T22:29:21.731Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-28T22:29:21.731Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-28T22:29:21.731Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-28T22:29:21.890Zinfo: downloading installer
312026-01-28T22:29:22.435Zwarn: It looks like you have an existing installation of Rust at:
322026-01-28T22:29:22.435Zwarn: /opt/ooce/bin
332026-01-28T22:29:22.435Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-28T22:29:22.435Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-28T22:29:22.435Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-28T22:29:22.435Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-28T22:29:22.435Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-28T22:29:22.435Zerror: cannot install while Rust is installed
392026-01-28T22:29:22.435Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-28T22:29:22.459Zinfo: profile set to 'default'
412026-01-28T22:29:22.459Zinfo: default host triple is x86_64-unknown-illumos
422026-01-28T22:29:22.459Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-28T22:29:22.603Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-28T22:29:22.603Zinfo: downloading component 'cargo'
452026-01-28T22:29:22.806Zinfo: downloading component 'clippy'
462026-01-28T22:29:22.906Zinfo: downloading component 'rust-docs'
472026-01-28T22:29:23.330Zinfo: downloading component 'rust-std'
482026-01-28T22:29:23.662Zinfo: downloading component 'rustc'
492026-01-28T22:29:25.213Zinfo: downloading component 'rustfmt'
502026-01-28T22:29:25.324Zinfo: installing component 'cargo'
512026-01-28T22:29:26.758Zinfo: installing component 'clippy'
522026-01-28T22:29:27.301Zinfo: installing component 'rust-docs'
532026-01-28T22:29:31.376Zinfo: installing component 'rust-std'
542026-01-28T22:29:33.822Zinfo: installing component 'rustc'
552026-01-28T22:29:44.026Zinfo: installing component 'rustfmt'
562026-01-28T22:29:44.518Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-28T22:29:44.518Z
582026-01-28T22:29:44.759Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-28T22:29:44.759Z
602026-01-28T22:29:44.759Z
612026-01-28T22:29:44.759ZRust is installed now. Great!
622026-01-28T22:29:44.759Z
632026-01-28T22:29:44.759ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-28T22:29:44.759Zenvironment variable. This has not been done automatically.
652026-01-28T22:29:44.759Z
662026-01-28T22:29:44.759ZTo configure your current shell, you need to source
672026-01-28T22:29:44.759Zthe corresponding env file under $HOME/.cargo.
682026-01-28T22:29:44.759Z
692026-01-28T22:29:44.759ZThis is usually done by running one of the following (note the leading DOT):
702026-01-28T22:29:44.759Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-28T22:29:44.759Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-28T22:29:44.759Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-28T22:29:44.922Z+ rustup --version
742026-01-28T22:29:44.946Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-28T22:29:44.946Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-28T22:29:45.076Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-28T22:29:45.100Z+ cargo --version
782026-01-28T22:29:45.228Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-28T22:29:45.251Z+ rustc --version
802026-01-28T22:29:45.403Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-28T22:29:45.427Zprocess exited: duration 23725 ms, exit code 0
 
822026-01-28T22:29:45.478Zstarting task 2: "authentication"
832026-01-28T22:29:45.537Zprocess exited: duration 61 ms, exit code 0
 
842026-01-28T22:29:45.585Zstarting task 3: "clone repository"
852026-01-28T22:29:45.609Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-28T22:29:45.609Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-28T22:29:45.641ZCloning into '/work/oxidecomputer/omicron'...
882026-01-28T22:30:00.415Z+ cd /work/oxidecomputer/omicron
892026-01-28T22:30:00.415Z+ git fetch origin be5a1853cbadd830b26b9c0eba751a4c642fed81
902026-01-28T22:30:00.981ZFrom https://github.com/oxidecomputer/omicron
912026-01-28T22:30:00.981Z * branch be5a1853cbadd830b26b9c0eba751a4c642fed81 -> FETCH_HEAD
922026-01-28T22:30:01.005Z+ [[ -n dap/bgtask-comment ]]
932026-01-28T22:30:01.005Z++ git branch --show-current
942026-01-28T22:30:01.031Z+ current=main
952026-01-28T22:30:01.031Z+ [[ main != dap/bgtask-comment ]]
962026-01-28T22:30:01.031Z+ git branch -f dap/bgtask-comment be5a1853cbadd830b26b9c0eba751a4c642fed81
972026-01-28T22:30:01.031Z+ git checkout -f dap/bgtask-comment
982026-01-28T22:30:01.715ZSwitched to branch 'dap/bgtask-comment'
992026-01-28T22:30:01.738Z+ git reset --hard be5a1853cbadd830b26b9c0eba751a4c642fed81
1002026-01-28T22:30:01.762ZHEAD is now at be5a1853c two spaces or bust
1012026-01-28T22:30:01.762Zprocess exited: duration 16165 ms, exit code 0
 
1022026-01-28T22:30:01.811Zstarting task 4: "build"
1032026-01-28T22:30:01.835Z+ source ./env.sh
1042026-01-28T22:30:01.835Z++ OLD_SHELL_OPTS=ehxB
1052026-01-28T22:30:01.835Z++ set -o xtrace
1062026-01-28T22:30:01.835Z++++ dirname ./env.sh
1072026-01-28T22:30:01.835Z+++ readlink -f .
1082026-01-28T22:30:01.860Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-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
1102026-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
1112026-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
1122026-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
1132026-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
1142026-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
1152026-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
1162026-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
1172026-01-28T22:30:01.861Z++ case $OLD_SHELL_OPTS in
1182026-01-28T22:30:01.861Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-01-28T22:30:01.861Z+ source .github/buildomat/ci-env.sh
1202026-01-28T22:30:01.861Z++ export CARGO_TERM_COLOR=always
1212026-01-28T22:30:01.861Z++ CARGO_TERM_COLOR=always
1222026-01-28T22:30:01.861Z+ target_os=illumos
1232026-01-28T22:30:01.861Z+ NEXTEST_VERSION=0.9.118
1242026-01-28T22:30:01.861Z+ cargo --version
1252026-01-28T22:30:01.951Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262026-01-28T22:30:01.974Z+ rustc --version
1272026-01-28T22:30:02.094Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282026-01-28T22:30:02.118Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.118/illumos
1292026-01-28T22:30:02.118Z+ gunzip
1302026-01-28T22:30:02.118Z+ tar -xvf - -C /home/build/.cargo/bin
1312026-01-28T22:30:03.126Zx cargo-nextest, 19287944 bytes, 37672 tape blocks
1322026-01-28T22:30:03.150Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332026-01-28T22:30:03.150Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342026-01-28T22:30:03.150Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352026-01-28T22:30:03.150Z+ mkdir /var/tmp/omicron_tmp
1362026-01-28T22:30:03.150Z+ OUTPUT_DIR=/work
1372026-01-28T22:30:03.150Z+ echo 'tests will store non-ephemeral output in /work'
1382026-01-28T22:30:03.150Ztests will store non-ephemeral output in /work
1392026-01-28T22:30:03.150Z+ mkdir -p /work
1402026-01-28T22:30:03.150Z+ banner prerequisites
1412026-01-28T22:30:03.150Z
1422026-01-28T22:30:03.150Z ##### ##### ###### ##### ###### #### # # # #### #
1432026-01-28T22:30:03.150Z # # # # # # # # # # # # # # #
1442026-01-28T22:30:03.150Z # # # # ##### # # ##### # # # # # #### #
1452026-01-28T22:30:03.150Z ##### ##### # ##### # # # # # # # # #
1462026-01-28T22:30:03.150Z # # # # # # # # # # # # # # #
1472026-01-28T22:30:03.150Z # # # ###### # # ###### ### # #### # #### #
1482026-01-28T22:30:03.150Z
1492026-01-28T22:30:03.150Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502026-01-28T22:30:26.618Z Startup: Refreshing catalog 'helios-dev' ... Done
1512026-01-28T22:30:45.603Z Startup: Caching catalogs ... Done
1522026-01-28T22:31:23.014ZPlanning: Solver setup ... Done (34.261s)
1532026-01-28T22:31:23.257ZPlanning: Running solver ... Done (0.245s)
1542026-01-28T22:31:23.449ZPlanning: Finding local manifests ... Done (0.004s)
1552026-01-28T22:31:23.536ZPlanning: Fetching manifests: 0/4 0% complete
1562026-01-28T22:31:24.729ZPlanning: Fetching manifests: 4/4 100% complete
1572026-01-28T22:31:24.827ZPlanning: Package planning ... Done (0.097s)
1582026-01-28T22:31:24.907ZPlanning: Merging actions ... Done (0.080s)
1592026-01-28T22:31:25.386ZPlanning: Checking for conflicting actions ... Done (0.479s)
1602026-01-28T22:31:25.412ZPlanning: Consolidating action changes ... Done (0.018s)
1612026-01-28T22:31:26.486ZPlanning: Evaluating mediators ... Done (1.079s)
1622026-01-28T22:31:26.509ZPlanning: Planning completed in 40.73 seconds
1632026-01-28T22:31:26.533Z Packages to install: 4
1642026-01-28T22:31:26.534Z Mediators to change: 2
1652026-01-28T22:31:26.534Z Services to change: 1
1662026-01-28T22:31:26.534Z Estimated space available: 154.93 GB
1672026-01-28T22:31:26.534ZEstimated space to be consumed: 1.80 GB
1682026-01-28T22:31:26.534Z Create boot environment: No
1692026-01-28T22:31:26.534ZCreate backup boot environment: No
1702026-01-28T22:31:26.534Z Rebuild boot archive: No
1712026-01-28T22:31:26.534Z
1722026-01-28T22:31:26.534ZChanged mediators:
1732026-01-28T22:31:26.534Z mediator clang:
1742026-01-28T22:31:26.534Z version: None -> 15 (system default)
1752026-01-28T22:31:26.534Z
1762026-01-28T22:31:26.534Z mediator llvm:
1772026-01-28T22:31:26.534Z version: 14 (system default) -> 15 (system default)
1782026-01-28T22:31:26.534Z
1792026-01-28T22:31:26.534ZChanged packages:
1802026-01-28T22:31:26.534Zhelios-dev
1812026-01-28T22:31:26.534Z developer/build-essential
1822026-01-28T22:31:26.534Z None -> 11-2.0
1832026-01-28T22:31:26.534Z library/libxmlsec1
1842026-01-28T22:31:26.534Z None -> 1.2.35-2.0
1852026-01-28T22:31:26.534Z ooce/developer/clang-15
1862026-01-28T22:31:26.534Z None -> 15.0.7-2.0
1872026-01-28T22:31:26.534Z ooce/developer/llvm-15
1882026-01-28T22:31:26.534Z None -> 15.0.7-2.0
1892026-01-28T22:31:26.534Z
1902026-01-28T22:31:26.534ZServices:
1912026-01-28T22:31:26.534Z restart_fmri:
1922026-01-28T22:31:26.534Z svc:/system/update-man-index:default
1932026-01-28T22:31:26.616Z
1942026-01-28T22:31:26.616ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952026-01-28T22:31:31.634ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s)
1962026-01-28T22:31:36.636ZDownload: 3212/3290 items 153.4/212.6MB 72% complete (15.3M/s)
1972026-01-28T22:31:40.781ZDownload: Completed 212.60 MB in 14.16 seconds (15.0M/s)
1982026-01-28T22:31:41.001Z Actions: 1/3689 actions (Installing new actions)
1992026-01-28T22:31:46.233Z Actions: 3362/3689 actions (Installing new actions)
2002026-01-28T22:31:48.098Z Actions: Completed 3689 actions in 7.10 seconds.
2012026-01-28T22:31:49.414Z Done (1.306s)
2022026-01-28T22:31:49.414Z Done (0.000s)
2032026-01-28T22:31:51.206Z Done (1.792s)
2042026-01-28T22:31:58.827Z Done (7.267s)
2052026-01-28T22:31:58.958Z Done (0.023s)
2062026-01-28T22:31:58.982Z Done (0.000s)
2072026-01-28T22:31:59.185Z Done (0.000s)
2082026-01-28T22:32:00.481ZPlanning: Evaluating mediator changes ... Done
2092026-01-28T22:32:00.855ZPlanning: Checking for conflicting actions ... Done
2102026-01-28T22:32:00.879ZPlanning: Consolidating action changes ... Done
2112026-01-28T22:32:01.287ZPlanning: Evaluating mediators ... Done
2122026-01-28T22:32:01.310ZPlanning: Planning completed in 0.81 seconds
2132026-01-28T22:32:01.345Z Mediators to change: 2
2142026-01-28T22:32:01.345Z Create boot environment: No
2152026-01-28T22:32:01.345ZCreate backup boot environment: No
2162026-01-28T22:32:01.418Z Done
2172026-01-28T22:32:01.418Z Done
2182026-01-28T22:32:02.758Z Done
2192026-01-28T22:32:09.271Z Done
2202026-01-28T22:32:09.406Z Done
2212026-01-28T22:32:09.407Z Done
2222026-01-28T22:32:09.525Z Done
2232026-01-28T22:32:10.525ZPlanning: Evaluating mediator changes ... Done
2242026-01-28T22:32:10.549ZPlanning: Merging actions ... Done
2252026-01-28T22:32:10.878ZPlanning: Checking for conflicting actions ... Done
2262026-01-28T22:32:10.902ZPlanning: Consolidating action changes ... Done
2272026-01-28T22:32:11.280ZPlanning: Evaluating mediators ... Done
2282026-01-28T22:32:11.359ZPlanning: Planning completed in 1.24 seconds
2292026-01-28T22:32:11.410Z Packages to change: 1
2302026-01-28T22:32:11.410Z Mediators to change: 1
2312026-01-28T22:32:11.410Z Services to change: 1
2322026-01-28T22:32:11.410Z Create boot environment: No
2332026-01-28T22:32:11.410ZCreate backup boot environment: Yes
2342026-01-28T22:32:14.851Z Actions: 1/6 actions (Updating modified actions)
2352026-01-28T22:32:14.875Z Actions: Completed 6 actions in 0.00 seconds.
2362026-01-28T22:32:14.875Z Done
2372026-01-28T22:32:14.875Z Done
2382026-01-28T22:32:15.186Z Done
2392026-01-28T22:32:21.935Z Done
2402026-01-28T22:32:21.979Z Done
2412026-01-28T22:32:22.008Z Done
2422026-01-28T22:32:22.057Z Done
2432026-01-28T22:32:22.814ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442026-01-28T22:32:22.814Zclang system 15 system
2452026-01-28T22:32:22.814Zcsh system system illumos
2462026-01-28T22:32:22.814Zctags system system illumos
2472026-01-28T22:32:22.814Zfile system system illumos
2482026-01-28T22:32:22.814Zgcc vendor 12 vendor
2492026-01-28T22:32:22.815Zgcc system 10 system
2502026-01-28T22:32:22.815Zgcc system 7 system
2512026-01-28T22:32:22.815Zgo system 1.20 system
2522026-01-28T22:32:22.815Zgo system 1.19 system
2532026-01-28T22:32:22.815Zllvm system 15 system
2542026-01-28T22:32:22.815Zllvm system 14 system
2552026-01-28T22:32:22.815Zmariadb system 10.6 system
2562026-01-28T22:32:22.815Zmta vendor vendor dma
2572026-01-28T22:32:22.815Zopenjdk system 17 system
2582026-01-28T22:32:22.816Zopenjdk system 11 system
2592026-01-28T22:32:22.816Zopenjdk system 1.8 system
2602026-01-28T22:32:22.816Zopenssl vendor 3 vendor
2612026-01-28T22:32:22.816Zperl system 5.36 system
2622026-01-28T22:32:22.816Zpostgresql system 15 system
2632026-01-28T22:32:22.816Zpostgresql system 13 system
2642026-01-28T22:32:22.816Zpython vendor 3 vendor
2652026-01-28T22:32:22.816Zpython system 2 system
2662026-01-28T22:32:22.816Zpython3 system 3.11 system
2672026-01-28T22:32:22.816Zruby system 3.0 system
2682026-01-28T22:32:22.816Zwords vendor vendor american-english
2692026-01-28T22:32:22.816Zwords system system australian-english
2702026-01-28T22:32:22.816Zwords system system british-english
2712026-01-28T22:32:22.817Zwords system system canadian-english
2722026-01-28T22:32:22.817Zwords system system french
2732026-01-28T22:32:22.817Zwords system system italian
2742026-01-28T22:32:22.817Zwords system system ngerman
2752026-01-28T22:32:22.817Zwords system system ogerman
2762026-01-28T22:32:22.817Zwords system system spanish
2772026-01-28T22:32:23.394ZPUBLISHER TYPE STATUS P LOCATION
2782026-01-28T22:32:23.394Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792026-01-28T22:32:34.822ZFMRI IFO
2802026-01-28T22:32:34.822Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812026-01-28T22:32:34.822Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822026-01-28T22:32:34.822Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832026-01-28T22:32:34.822Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842026-01-28T22:32:34.822Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852026-01-28T22:32:34.822Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862026-01-28T22:32:34.822Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872026-01-28T22:32:34.822Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882026-01-28T22:32:34.822Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892026-01-28T22:32:34.822Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902026-01-28T22:32:34.822Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912026-01-28T22:32:34.822Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922026-01-28T22:32:34.822Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932026-01-28T22:32:34.822Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942026-01-28T22:32:34.822Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952026-01-28T22:32:34.822Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962026-01-28T22:32:36.557Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972026-01-28T22:32:37.083Z Updating crates.io index
2982026-01-28T22:32:37.112Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992026-01-28T22:32:37.530Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002026-01-28T22:32:38.627Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012026-01-28T22:32:39.132Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022026-01-28T22:32:39.481Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032026-01-28T22:32:39.926Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042026-01-28T22:32:41.587Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052026-01-28T22:32:44.439Z Updating git repository `https://github.com/oxidecomputer/opte`
3062026-01-28T22:32:45.495Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072026-01-28T22:32:45.915Z Updating git repository `https://github.com/oxidecomputer/falcon`
3082026-01-28T22:32:46.782Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3092026-01-28T22:32:47.534Z Updating git repository `https://github.com/oxidecomputer/clickward`
3102026-01-28T22:32:48.077Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-01-28T22:32:48.801Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3122026-01-28T22:32:49.170Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3132026-01-28T22:32:50.117Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142026-01-28T22:32:50.822Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-01-28T22:32:51.183Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3162026-01-28T22:32:51.599Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3172026-01-28T22:32:52.119Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3182026-01-28T22:32:52.507Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3192026-01-28T22:32:52.853Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3202026-01-28T22:32:53.234Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212026-01-28T22:32:53.782Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222026-01-28T22:32:54.551Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3232026-01-28T22:32:54.986Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242026-01-28T22:32:55.432Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252026-01-28T22:32:55.851Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262026-01-28T22:32:57.079Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272026-01-28T22:32:57.570Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282026-01-28T22:32:58.099Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292026-01-28T22:32:58.478Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3302026-01-28T22:32:59.060Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312026-01-28T22:32:59.550Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322026-01-28T22:32:59.966Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332026-01-28T22:33:00.683Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342026-01-28T22:33:00.941Z Updating git repository `https://github.com/oxidecomputer/omicron`
3352026-01-28T22:33:16.087Z Updating git repository `https://github.com/illumos/smf-rs`
3362026-01-28T22:33:16.087Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3372026-01-28T22:33:17.872Z Downloading crates ...
3382026-01-28T22:33:17.941Z Downloaded anstream v0.6.18
3392026-01-28T22:33:17.966Z Downloaded cargo_metadata v0.21.0
3402026-01-28T22:33:17.966Z Downloaded clap_derive v4.5.47
3412026-01-28T22:33:17.966Z Downloaded erased-serde v0.4.6
3422026-01-28T22:33:17.966Z Downloaded digest v0.10.7
3432026-01-28T22:33:17.966Z Downloaded errno v0.3.12
3442026-01-28T22:33:17.966Z Downloaded utf16_iter v1.0.5
3452026-01-28T22:33:17.992Z Downloaded zerocopy-derive v0.7.35
3462026-01-28T22:33:17.992Z Downloaded zerofrom-derive v0.1.4
3472026-01-28T22:33:17.992Z Downloaded utf8_iter v1.0.4
3482026-01-28T22:33:17.992Z Downloaded write16 v1.0.0
3492026-01-28T22:33:17.992Z Downloaded zerovec-derive v0.10.3
3502026-01-28T22:33:17.992Z Downloaded typenum v1.17.0
3512026-01-28T22:33:18.066Z Downloaded zmij v1.0.15
3522026-01-28T22:33:18.066Z Downloaded toml_edit v0.22.27
3532026-01-28T22:33:18.066Z Downloaded url v2.5.4
3542026-01-28T22:33:18.066Z Downloaded zerovec v0.10.4
3552026-01-28T22:33:18.095Z Downloaded tempfile v3.24.0
3562026-01-28T22:33:18.095Z Downloaded zerocopy v0.7.35
3572026-01-28T22:33:18.095Z Downloaded winnow v0.7.13
3582026-01-28T22:33:18.095Z Downloaded pest v2.8.2
3592026-01-28T22:33:18.095Z Downloaded idna v1.0.3
3602026-01-28T22:33:18.095Z Downloaded icu_properties_data v1.5.0
3612026-01-28T22:33:18.119Z Downloaded memchr v2.7.4
3622026-01-28T22:33:18.119Z Downloaded goblin v0.8.2
3632026-01-28T22:33:18.119Z Downloaded serde_json v1.0.149
3642026-01-28T22:33:18.143Z Downloaded unicode-width v0.2.0
3652026-01-28T22:33:18.143Z Downloaded tabled v0.15.0
3662026-01-28T22:33:18.168Z Downloaded papergrid v0.11.0
3672026-01-28T22:33:18.194Z Downloaded syn v2.0.111
3682026-01-28T22:33:18.194Z Downloaded syn v1.0.109
3692026-01-28T22:33:18.217Z Downloaded log v0.4.29
3702026-01-28T22:33:18.218Z Downloaded hashbrown v0.16.1
3712026-01-28T22:33:18.218Z Downloaded proc-macro2 v1.0.101
3722026-01-28T22:33:18.218Z Downloaded pest_generator v2.8.2
3732026-01-28T22:33:18.218Z Downloaded icu_provider v1.5.0
3742026-01-28T22:33:18.218Z Downloaded icu_normalizer_data v1.5.0
3752026-01-28T22:33:18.244Z Downloaded rustix v1.1.3
3762026-01-28T22:33:18.267Z Downloaded rustix v0.38.37
3772026-01-28T22:33:18.314Z Downloaded stable_deref_trait v1.2.0
3782026-01-28T22:33:18.314Z Downloaded sha2 v0.10.9
3792026-01-28T22:33:18.338Z Downloaded serde-value v0.7.0
3802026-01-28T22:33:18.338Z Downloaded serde v1.0.228
3812026-01-28T22:33:18.338Z Downloaded scroll_derive v0.12.0
3822026-01-28T22:33:18.338Z Downloaded scroll v0.12.0
3832026-01-28T22:33:18.338Z Downloaded pest_meta v2.8.2
3842026-01-28T22:33:18.338Z Downloaded pest_derive v2.8.2
3852026-01-28T22:33:18.338Z Downloaded macaddr v1.0.1
3862026-01-28T22:33:18.338Z Downloaded icu_locid_transform v1.5.0
3872026-01-28T22:33:18.338Z Downloaded smallvec v1.15.1
3882026-01-28T22:33:18.338Z Downloaded serde_core v1.0.228
3892026-01-28T22:33:18.338Z Downloaded semver v1.0.27
3902026-01-28T22:33:18.338Z Downloaded proc-macro-error v1.0.4
3912026-01-28T22:33:18.338Z Downloaded pretty-hex v0.4.1
3922026-01-28T22:33:18.338Z Downloaded indexmap v2.12.1
3932026-01-28T22:33:18.338Z Downloaded icu_properties v1.5.1
3942026-01-28T22:33:18.338Z Downloaded icu_collections v1.5.0
3952026-01-28T22:33:18.364Z Downloaded serde_spanned v0.6.9
3962026-01-28T22:33:18.364Z Downloaded serde_derive v1.0.228
3972026-01-28T22:33:18.364Z Downloaded ordered-float v2.10.1
3982026-01-28T22:33:18.364Z Downloaded libc v0.2.180
3992026-01-28T22:33:18.388Z Downloaded is_terminal_polyfill v1.70.1
4002026-01-28T22:33:18.412Z Downloaded fs-err v3.1.1
4012026-01-28T22:33:18.412Z Downloaded writeable v0.5.5
4022026-01-28T22:33:18.412Z Downloaded toml v0.8.23
4032026-01-28T22:33:18.412Z Downloaded synstructure v0.13.1
4042026-01-28T22:33:18.412Z Downloaded strsim v0.11.1
4052026-01-28T22:33:18.412Z Downloaded serde_tokenstream v0.2.2
4062026-01-28T22:33:18.412Z Downloaded quote v1.0.40
4072026-01-28T22:33:18.412Z Downloaded tinystr v0.7.6
4082026-01-28T22:33:18.412Z Downloaded thiserror-impl v1.0.69
4092026-01-28T22:33:18.412Z Downloaded swrite v0.1.0
4102026-01-28T22:33:18.412Z Downloaded smawk v0.3.2
4112026-01-28T22:33:18.412Z Downloaded serde-untagged v0.1.7
4122026-01-28T22:33:18.437Z Downloaded plain v0.2.3
4132026-01-28T22:33:18.437Z Downloaded percent-encoding v2.3.2
4142026-01-28T22:33:18.437Z Downloaded icu_locid v1.5.0
4152026-01-28T22:33:18.437Z Downloaded heck v0.5.0
4162026-01-28T22:33:18.437Z Downloaded generic-array v0.14.7
4172026-01-28T22:33:18.437Z Downloaded yoke v0.7.4
4182026-01-28T22:33:18.437Z Downloaded usdt-impl v0.5.0
4192026-01-28T22:33:18.437Z Downloaded ucd-trie v0.1.7
4202026-01-28T22:33:18.437Z Downloaded proc-macro-error-attr v1.0.4
4212026-01-28T22:33:18.437Z Downloaded memmap v0.7.0
4222026-01-28T22:33:18.437Z Downloaded itoa v1.0.11
4232026-01-28T22:33:18.437Z Downloaded getrandom v0.3.4
4242026-01-28T22:33:18.465Z Downloaded colorchoice v1.0.2
4252026-01-28T22:33:18.466Z Downloaded thiserror v2.0.17
4262026-01-28T22:33:18.466Z Downloaded thiserror v1.0.69
4272026-01-28T22:33:18.466Z Downloaded textwrap v0.16.2
4282026-01-28T22:33:18.466Z Downloaded terminal_size v0.4.0
4292026-01-28T22:33:18.466Z Downloaded icu_locid_transform_data v1.5.0
4302026-01-28T22:33:18.466Z Downloaded usdt-macro v0.5.0
4312026-01-28T22:33:18.492Z Downloaded usdt-attr-macro v0.5.0
4322026-01-28T22:33:18.492Z Downloaded typeid v1.0.3
4332026-01-28T22:33:18.493Z Downloaded toml_datetime v0.6.11
4342026-01-28T22:33:18.493Z Downloaded tabled_derive v0.7.0
4352026-01-28T22:33:18.493Z Downloaded once_cell v1.21.3
4362026-01-28T22:33:18.493Z Downloaded num-traits v0.2.19
4372026-01-28T22:33:18.493Z Downloaded litemap v0.7.3
4382026-01-28T22:33:18.493Z Downloaded idna_adapter v1.2.0
4392026-01-28T22:33:18.493Z Downloaded icu_provider_macros v1.5.0
4402026-01-28T22:33:18.493Z Downloaded icu_normalizer v1.5.0
4412026-01-28T22:33:18.493Z Downloaded cargo_toml v0.21.0
4422026-01-28T22:33:18.493Z Downloaded zerofrom v0.1.4
4432026-01-28T22:33:18.493Z Downloaded utf8parse v0.2.2
4442026-01-28T22:33:18.493Z Downloaded usdt v0.5.0
4452026-01-28T22:33:18.493Z Downloaded unicode-xid v0.2.6
4462026-01-28T22:33:18.493Z Downloaded unicode-linebreak v0.1.5
4472026-01-28T22:33:18.493Z Downloaded toml_write v0.1.2
4482026-01-28T22:33:18.519Z Downloaded thread-id v4.2.2
4492026-01-28T22:33:18.519Z Downloaded heck v0.4.1
4502026-01-28T22:33:18.519Z Downloaded fnv v1.0.7
4512026-01-28T22:33:18.520Z Downloaded fastrand v2.1.1
4522026-01-28T22:33:18.520Z Downloaded equivalent v1.0.2
4532026-01-28T22:33:18.520Z Downloaded yoke-derive v0.7.4
4542026-01-28T22:33:18.520Z Downloaded version_check v0.9.5
4552026-01-28T22:33:18.520Z Downloaded unicode-ident v1.0.19
4562026-01-28T22:33:18.520Z Downloaded thiserror-impl v2.0.17
4572026-01-28T22:33:18.520Z Downloaded form_urlencoded v1.2.2
4582026-01-28T22:33:18.520Z Downloaded clap v4.5.48
4592026-01-28T22:33:18.544Z Downloaded camino v1.2.1
4602026-01-28T22:33:18.544Z Downloaded bitflags v2.9.4
4612026-01-28T22:33:18.544Z Downloaded unicode-width v0.1.14
4622026-01-28T22:33:18.544Z Downloaded dtrace-parser v0.2.0
4632026-01-28T22:33:18.544Z Downloaded displaydoc v0.2.5
4642026-01-28T22:33:18.544Z Downloaded crypto-common v0.1.6
4652026-01-28T22:33:18.544Z Downloaded dof v0.3.0
4662026-01-28T22:33:18.570Z Downloaded clap_builder v4.5.48
4672026-01-28T22:33:18.570Z Downloaded autocfg v1.4.0
4682026-01-28T22:33:18.570Z Downloaded cpufeatures v0.2.14
4692026-01-28T22:33:18.570Z Downloaded clap_lex v0.7.4
4702026-01-28T22:33:18.570Z Downloaded cfg-if v1.0.4
4712026-01-28T22:33:18.570Z Downloaded block-buffer v0.10.4
4722026-01-28T22:33:18.570Z Downloaded anstyle-parse v0.2.5
4732026-01-28T22:33:18.570Z Downloaded cargo-platform v0.2.0
4742026-01-28T22:33:18.571Z Downloaded byteorder v1.5.0
4752026-01-28T22:33:18.571Z Downloaded bytecount v0.6.8
4762026-01-28T22:33:18.597Z Downloaded anyhow v1.0.99
4772026-01-28T22:33:18.597Z Downloaded anstyle v1.0.11
4782026-01-28T22:33:18.598Z Downloaded cargo-util-schemas v0.8.2
4792026-01-28T22:33:18.598Z Downloaded camino-tempfile v1.4.1
4802026-01-28T22:33:18.598Z Downloaded anstyle-query v1.1.1
4812026-01-28T22:33:18.708Z Compiling proc-macro2 v1.0.101
4822026-01-28T22:33:18.708Z Compiling unicode-ident v1.0.19
4832026-01-28T22:33:18.731Z Compiling serde_core v1.0.228
4842026-01-28T22:33:18.731Z Compiling serde v1.0.228
4852026-01-28T22:33:18.731Z Compiling version_check v0.9.5
4862026-01-28T22:33:18.731Z Compiling libc v0.2.180
4872026-01-28T22:33:18.731Z Compiling memchr v2.7.4
4882026-01-28T22:33:18.732Z Compiling stable_deref_trait v1.2.0
4892026-01-28T22:33:19.124Z Compiling thiserror v2.0.17
4902026-01-28T22:33:19.150Z Compiling zmij v1.0.15
4912026-01-28T22:33:19.852Z Compiling litemap v0.7.3
4922026-01-28T22:33:20.306Z Compiling thiserror v1.0.69
4932026-01-28T22:33:20.339Z Compiling autocfg v1.4.0
4942026-01-28T22:33:20.420Z Compiling writeable v0.5.5
4952026-01-28T22:33:20.444Z Compiling ucd-trie v0.1.7
4962026-01-28T22:33:20.567Z Compiling itoa v1.0.11
4972026-01-28T22:33:21.088Z Compiling byteorder v1.5.0
4982026-01-28T22:33:21.130Z Compiling bitflags v2.9.4
4992026-01-28T22:33:21.361Z Compiling quote v1.0.40
5002026-01-28T22:33:21.428Z Compiling errno v0.3.12
5012026-01-28T22:33:21.465Z Compiling icu_locid_transform_data v1.5.0
5022026-01-28T22:33:21.704Z Compiling serde_json v1.0.149
5032026-01-28T22:33:21.731Z Compiling icu_properties_data v1.5.0
5042026-01-28T22:33:22.054Z Compiling syn v2.0.111
5052026-01-28T22:33:22.109Z Compiling num-traits v0.2.19
5062026-01-28T22:33:22.134Z Compiling equivalent v1.0.2
5072026-01-28T22:33:22.223Z Compiling utf8_iter v1.0.4
5082026-01-28T22:33:22.345Z Compiling typeid v1.0.3
5092026-01-28T22:33:22.542Z Compiling hashbrown v0.16.1
5102026-01-28T22:33:22.574Z Compiling write16 v1.0.0
5112026-01-28T22:33:22.606Z Compiling icu_normalizer_data v1.5.0
5122026-01-28T22:33:22.755Z Compiling rustix v0.38.37
5132026-01-28T22:33:22.786Z Compiling utf16_iter v1.0.5
5142026-01-28T22:33:22.848Z Compiling smallvec v1.15.1
5152026-01-28T22:33:23.364Z Compiling proc-macro-error-attr v1.0.4
5162026-01-28T22:33:23.462Z Compiling usdt-impl v0.5.0
5172026-01-28T22:33:23.794Z Compiling winnow v0.7.13
5182026-01-28T22:33:23.834Z Compiling syn v1.0.109
5192026-01-28T22:33:23.902Z Compiling toml_write v0.1.2
5202026-01-28T22:33:24.024Z Compiling indexmap v2.12.1
5212026-01-28T22:33:24.205Z Compiling thread-id v4.2.2
5222026-01-28T22:33:24.955Z Compiling proc-macro-error v1.0.4
5232026-01-28T22:33:25.458Z Compiling utf8parse v0.2.2
5242026-01-28T22:33:25.663Z Compiling camino v1.2.1
5252026-01-28T22:33:25.814Z Compiling plain v0.2.3
5262026-01-28T22:33:26.169Z Compiling getrandom v0.3.4
5272026-01-28T22:33:26.220Z Compiling percent-encoding v2.3.2
5282026-01-28T22:33:26.372Z Compiling rustix v1.1.3
5292026-01-28T22:33:26.617Z Compiling log v0.4.29
5302026-01-28T22:33:26.691Z Compiling form_urlencoded v1.2.2
5312026-01-28T22:33:27.166Z Compiling ordered-float v2.10.1
5322026-01-28T22:33:27.336Z Compiling terminal_size v0.4.0
5332026-01-28T22:33:27.626Z Compiling anstyle-parse v0.2.5
5342026-01-28T22:33:28.032Z Compiling anstyle-query v1.1.1
5352026-01-28T22:33:28.091Z Compiling colorchoice v1.0.2
5362026-01-28T22:33:28.286Z Compiling pretty-hex v0.4.1
5372026-01-28T22:33:28.323Z Compiling anstyle v1.0.11
5382026-01-28T22:33:28.422Z Compiling is_terminal_polyfill v1.70.1
5392026-01-28T22:33:28.467Z Compiling cfg-if v1.0.4
5402026-01-28T22:33:28.839Z Compiling anstream v0.6.18
5412026-01-28T22:33:28.914Z Compiling semver v1.0.27
5422026-01-28T22:33:29.264Z Compiling fs-err v3.1.1
5432026-01-28T22:33:29.639Z Compiling fnv v1.0.7
5442026-01-28T22:33:29.719Z Compiling heck v0.4.1
5452026-01-28T22:33:29.749Z Compiling fastrand v2.1.1
5462026-01-28T22:33:29.847Z Compiling once_cell v1.21.3
5472026-01-28T22:33:29.959Z Compiling bytecount v0.6.8
5482026-01-28T22:33:30.241Z Compiling synstructure v0.13.1
5492026-01-28T22:33:30.287Z Compiling unicode-xid v0.2.6
5502026-01-28T22:33:30.370Z Compiling strsim v0.11.1
5512026-01-28T22:33:30.438Z Compiling clap_lex v0.7.4
5522026-01-28T22:33:30.742Z Compiling unicode-width v0.1.14
5532026-01-28T22:33:31.036Z Compiling anyhow v1.0.99
5542026-01-28T22:33:31.235Z Compiling heck v0.5.0
5552026-01-28T22:33:31.343Z Compiling papergrid v0.11.0
5562026-01-28T22:33:31.343Z Compiling clap_builder v4.5.48
5572026-01-28T22:33:31.992Z Compiling tempfile v3.24.0
5582026-01-28T22:33:32.433Z Compiling memmap v0.7.0
5592026-01-28T22:33:32.543Z Compiling unicode-linebreak v0.1.5
5602026-01-28T22:33:32.819Z Compiling smawk v0.3.2
5612026-01-28T22:33:32.907Z Compiling unicode-width v0.2.0
5622026-01-28T22:33:33.120Z Compiling camino-tempfile v1.4.1
5632026-01-28T22:33:33.506Z Compiling textwrap v0.16.2
5642026-01-28T22:33:33.823Z Compiling swrite v0.1.0
5652026-01-28T22:33:34.036Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5662026-01-28T22:33:34.126Z Compiling tabled_derive v0.7.0
5672026-01-28T22:33:35.168Z Compiling serde_derive v1.0.228
5682026-01-28T22:33:35.193Z Compiling zerofrom-derive v0.1.4
5692026-01-28T22:33:35.193Z Compiling yoke-derive v0.7.4
5702026-01-28T22:33:35.261Z Compiling thiserror-impl v2.0.17
5712026-01-28T22:33:35.288Z Compiling zerovec-derive v0.10.3
5722026-01-28T22:33:35.673Z Compiling displaydoc v0.2.5
5732026-01-28T22:33:37.348Z Compiling thiserror-impl v1.0.69
5742026-01-28T22:33:37.885Z Compiling icu_provider_macros v1.5.0
5752026-01-28T22:33:38.063Z Compiling zerocopy-derive v0.7.35
5762026-01-28T22:33:38.888Z Compiling zerofrom v0.1.4
5772026-01-28T22:33:38.969Z Compiling pest v2.8.2
5782026-01-28T22:33:39.064Z Compiling scroll_derive v0.12.0
5792026-01-28T22:33:39.168Z Compiling yoke v0.7.4
5802026-01-28T22:33:39.617Z Compiling zerovec v0.10.4
5812026-01-28T22:33:40.115Z Compiling zerocopy v0.7.35
5822026-01-28T22:33:40.574Z Compiling clap_derive v4.5.47
5832026-01-28T22:33:40.607Z Compiling scroll v0.12.0
5842026-01-28T22:33:40.677Z Compiling tabled v0.15.0
5852026-01-28T22:33:41.223Z Compiling goblin v0.8.2
5862026-01-28T22:33:41.648Z Compiling tinystr v0.7.6
5872026-01-28T22:33:41.698Z Compiling icu_collections v1.5.0
5882026-01-28T22:33:41.988Z Compiling pest_meta v2.8.2
5892026-01-28T22:33:42.228Z Compiling icu_locid v1.5.0
5902026-01-28T22:33:43.707Z Compiling icu_provider v1.5.0
5912026-01-28T22:33:43.904Z Compiling pest_generator v2.8.2
5922026-01-28T22:33:43.998Z Compiling serde_spanned v0.6.9
5932026-01-28T22:33:44.328Z Compiling toml_datetime v0.6.11
5942026-01-28T22:33:44.537Z Compiling icu_locid_transform v1.5.0
5952026-01-28T22:33:44.824Z Compiling toml_edit v0.22.27
5962026-01-28T22:33:44.952Z Compiling dof v0.3.0
5972026-01-28T22:33:44.982Z Compiling erased-serde v0.4.6
5982026-01-28T22:33:45.836Z Compiling serde_tokenstream v0.2.2
5992026-01-28T22:33:45.935Z Compiling serde-value v0.7.0
6002026-01-28T22:33:46.281Z Compiling icu_properties v1.5.1
6012026-01-28T22:33:46.446Z Compiling serde-untagged v0.1.7
6022026-01-28T22:33:46.755Z Compiling pest_derive v2.8.2
6032026-01-28T22:33:46.823Z Compiling cargo-platform v0.2.0
6042026-01-28T22:33:46.989Z Compiling clap v4.5.48
6052026-01-28T22:33:47.213Z Compiling macaddr v1.0.1
6062026-01-28T22:33:47.660Z Compiling dtrace-parser v0.2.0
6072026-01-28T22:33:49.080Z Compiling toml v0.8.23
6082026-01-28T22:33:50.065Z Compiling usdt-macro v0.5.0
6092026-01-28T22:33:50.204Z Compiling usdt-attr-macro v0.5.0
6102026-01-28T22:33:50.204Z Compiling cargo_toml v0.21.0
6112026-01-28T22:33:50.719Z Compiling icu_normalizer v1.5.0
6122026-01-28T22:33:51.151Z Compiling usdt v0.5.0
6132026-01-28T22:33:51.831Z Compiling idna_adapter v1.2.0
6142026-01-28T22:33:52.139Z Compiling idna v1.0.3
6152026-01-28T22:33:52.772Z Compiling url v2.5.4
6162026-01-28T22:33:53.889Z Compiling cargo-util-schemas v0.8.2
6172026-01-28T22:33:56.225Z Compiling cargo_metadata v0.21.0
6182026-01-28T22:33:59.108Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6192026-01-28T22:34:04.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
6202026-01-28T22:34:04.829Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6212026-01-28T22:34:06.196Z Downloading crates ...
6222026-01-28T22:34:06.401Z Downloaded arrayref v0.3.9
6232026-01-28T22:34:06.466Z Downloaded crc8 v0.1.1
6242026-01-28T22:34:06.527Z Downloaded ctr v0.9.2
6252026-01-28T22:34:06.527Z Downloaded futures-sink v0.3.31
6262026-01-28T22:34:06.527Z Downloaded group v0.13.0
6272026-01-28T22:34:06.554Z Downloaded hostname v0.4.2
6282026-01-28T22:34:06.554Z Downloaded is_ci v1.2.0
6292026-01-28T22:34:06.603Z Downloaded num v0.4.3
6302026-01-28T22:34:06.641Z Downloaded parse-size v1.1.0
6312026-01-28T22:34:07.099Z Downloaded predicates-core v1.0.8
6322026-01-28T22:34:07.157Z Downloaded rand_chacha v0.3.1
6332026-01-28T22:34:07.157Z Downloaded rustc_version v0.4.1
6342026-01-28T22:34:07.157Z Downloaded shell-words v1.1.0
6352026-01-28T22:34:07.157Z Downloaded subtle v2.6.1
6362026-01-28T22:34:07.157Z Downloaded tokio-rustls v0.25.0
6372026-01-28T22:34:07.157Z Downloaded untrusted v0.7.1
6382026-01-28T22:34:07.157Z Downloaded zone_cfg_derive v0.3.0
6392026-01-28T22:34:07.157Z Downloaded zone_cfg_derive v0.1.2
6402026-01-28T22:34:07.157Z Downloaded walkdir v2.5.0
6412026-01-28T22:34:07.157Z Downloaded yasna v0.5.2
6422026-01-28T22:34:07.157Z Downloaded zstd-safe v7.2.3
6432026-01-28T22:34:07.157Z Downloaded zopfli v0.8.1
6442026-01-28T22:34:07.157Z Downloaded zerocopy-derive v0.8.27
6452026-01-28T22:34:07.157Z Downloaded zip v4.2.0
6462026-01-28T22:34:07.157Z Downloaded x509-cert v0.2.5
6472026-01-28T22:34:07.157Z Downloaded rustls v0.22.4
6482026-01-28T22:34:07.157Z Downloaded winnow v0.6.26
6492026-01-28T22:34:07.157Z Downloaded zlib-rs v0.5.1
6502026-01-28T22:34:07.157Z Downloaded tabled v0.18.0
6512026-01-28T22:34:07.157Z Downloaded regex-syntax v0.8.5
6522026-01-28T22:34:07.157Z Downloaded webpki-roots v1.0.1
6532026-01-28T22:34:07.157Z Downloaded zerocopy v0.8.27
6542026-01-28T22:34:07.157Z Downloaded vcpkg v0.2.15
6552026-01-28T22:34:07.204Z Downloaded smoltcp v0.11.0
6562026-01-28T22:34:07.260Z Downloaded regress v0.10.4
6572026-01-28T22:34:07.294Z Downloaded smoltcp v0.9.1
6582026-01-28T22:34:07.294Z Downloaded tabled v0.20.0
6592026-01-28T22:34:07.294Z Downloaded ratatui v0.29.0
6602026-01-28T22:34:07.320Z Downloaded rustls v0.23.19
6612026-01-28T22:34:07.344Z Downloaded chrono-tz v0.10.4
6622026-01-28T22:34:07.369Z Downloaded sled v0.34.7
6632026-01-28T22:34:07.369Z Downloaded regex-syntax v0.6.29
6642026-01-28T22:34:07.398Z Downloaded winnow v0.5.40
6652026-01-28T22:34:07.399Z Downloaded typify-impl v0.4.3
6662026-01-28T22:34:07.440Z Downloaded regex-automata v0.4.11
6672026-01-28T22:34:07.467Z Downloaded zerocopy-derive v0.6.6
6682026-01-28T22:34:07.467Z Downloaded jiff v0.2.15
6692026-01-28T22:34:07.520Z Downloaded typify-impl v0.2.0
6702026-01-28T22:34:07.545Z Downloaded petgraph v0.8.2
6712026-01-28T22:34:07.545Z Downloaded petgraph v0.6.5
6722026-01-28T22:34:07.545Z Downloaded libz-sys v1.1.20
6732026-01-28T22:34:07.573Z Downloaded lzma-sys v0.1.20
6742026-01-28T22:34:07.616Z Downloaded openapiv3 v2.2.0
6752026-01-28T22:34:07.641Z Downloaded csv v1.3.1
6762026-01-28T22:34:07.668Z Downloaded hickory-proto v0.25.2
6772026-01-28T22:34:07.692Z Downloaded tough v0.20.0
6782026-01-28T22:34:07.725Z Downloaded object v0.36.5
6792026-01-28T22:34:07.753Z Downloaded nix v0.30.1
6802026-01-28T22:34:07.753Z Downloaded nix v0.28.0
6812026-01-28T22:34:07.753Z Downloaded sha3 v0.10.8
6822026-01-28T22:34:07.779Z Downloaded tokio v1.48.0
6832026-01-28T22:34:07.804Z Downloaded bzip2-sys v0.1.13+1.0.8
6842026-01-28T22:34:07.830Z Downloaded unicode_categories v0.1.1
6852026-01-28T22:34:07.830Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6862026-01-28T22:34:07.854Z Downloaded unicode-normalization v0.1.24
6872026-01-28T22:34:07.854Z Downloaded tower-http v0.6.6
6882026-01-28T22:34:07.854Z Downloaded tower v0.5.2
6892026-01-28T22:34:07.878Z Downloaded tokio-util v0.7.15
6902026-01-28T22:34:07.878Z Downloaded rustls v0.21.12
6912026-01-28T22:34:07.904Z Downloaded nix v0.29.0
6922026-01-28T22:34:07.904Z Downloaded dropshot v0.16.6
6932026-01-28T22:34:07.928Z Downloaded diesel v2.2.12
6942026-01-28T22:34:07.953Z Downloaded zip v0.6.6
6952026-01-28T22:34:08.037Z Downloaded uuid v1.19.0
6962026-01-28T22:34:08.037Z Downloaded typed-path v0.9.3
6972026-01-28T22:34:08.038Z Downloaded toml_edit v0.19.15
6982026-01-28T22:34:08.062Z Downloaded rustls-webpki v0.102.8
6992026-01-28T22:34:08.062Z Downloaded rustls-webpki v0.101.7
7002026-01-28T22:34:08.062Z Downloaded radix_trie v0.2.1
7012026-01-28T22:34:08.062Z Downloaded polar-core v0.27.3
7022026-01-28T22:34:08.062Z Downloaded encoding_rs v0.8.34
7032026-01-28T22:34:08.110Z Downloaded hickory-proto v0.24.4
7042026-01-28T22:34:08.135Z Downloaded zstd v0.13.3
7052026-01-28T22:34:08.135Z Downloaded zerocopy v0.6.6
7062026-01-28T22:34:08.135Z Downloaded yansi v1.0.1
7072026-01-28T22:34:08.135Z Downloaded vte v0.11.1
7082026-01-28T22:34:08.135Z Downloaded unicode-segmentation v1.12.0
7092026-01-28T22:34:08.135Z Downloaded unicode-bidi v0.3.17
7102026-01-28T22:34:08.135Z Downloaded time v0.3.43
7112026-01-28T22:34:08.135Z Downloaded sqlparser v0.45.0
7122026-01-28T22:34:08.160Z Downloaded salty v0.3.0
7132026-01-28T22:34:08.160Z Downloaded ring v0.17.14
7142026-01-28T22:34:08.211Z Downloaded proptest v1.7.0
7152026-01-28T22:34:08.245Z Downloaded openssl v0.10.73
7162026-01-28T22:34:08.245Z Downloaded object v0.30.4
7172026-01-28T22:34:08.245Z Downloaded vergen v9.0.6
7182026-01-28T22:34:08.277Z Downloaded unsafe-libyaml v0.2.11
7192026-01-28T22:34:08.277Z Downloaded petname v2.0.2
7202026-01-28T22:34:08.277Z Downloaded vsss-rs v3.3.4
7212026-01-28T22:34:08.277Z Downloaded vergen-lib v0.1.6
7222026-01-28T22:34:08.277Z Downloaded vergen-gitcl v1.0.8
7232026-01-28T22:34:08.277Z Downloaded vergen-git2 v1.0.7
7242026-01-28T22:34:08.277Z Downloaded value-bag v1.12.0
7252026-01-28T22:34:08.309Z Downloaded uzers v0.12.1
7262026-01-28T22:34:08.309Z Downloaded usdt-impl v0.6.0
7272026-01-28T22:34:08.309Z Downloaded libgit2-sys v0.18.2+1.9.1
7282026-01-28T22:34:08.357Z Downloaded typify v0.2.0
7292026-01-28T22:34:08.382Z Downloaded tracing v0.1.40
7302026-01-28T22:34:08.382Z Downloaded toml v0.9.8
7312026-01-28T22:34:08.382Z Downloaded toml v0.7.8
7322026-01-28T22:34:08.382Z Downloaded serde_with v3.16.1
7332026-01-28T22:34:08.406Z Downloaded reqwest v0.12.24
7342026-01-28T22:34:08.406Z Downloaded regex v1.11.3
7352026-01-28T22:34:08.430Z Downloaded nix v0.27.1
7362026-01-28T22:34:08.430Z Downloaded curve25519-dalek v4.1.3
7372026-01-28T22:34:08.455Z Downloaded zone v0.3.1
7382026-01-28T22:34:08.455Z Downloaded zone v0.1.8
7392026-01-28T22:34:08.455Z Downloaded zeroize_derive v1.4.2
7402026-01-28T22:34:08.455Z Downloaded zeroize v1.8.1
7412026-01-28T22:34:08.455Z Downloaded xz2 v0.1.7
7422026-01-28T22:34:08.455Z Downloaded xshell-macros v0.2.7
7432026-01-28T22:34:08.455Z Downloaded xshell v0.2.7
7442026-01-28T22:34:08.455Z Downloaded xattr v1.3.1
7452026-01-28T22:34:08.455Z Downloaded want v0.3.1
7462026-01-28T22:34:08.455Z Downloaded waitgroup v0.1.2
7472026-01-28T22:34:08.455Z Downloaded wait-timeout v0.2.0
7482026-01-28T22:34:08.480Z Downloaded vte_generate_state_changes v0.1.2
7492026-01-28T22:34:08.480Z Downloaded void v1.0.2
7502026-01-28T22:34:08.480Z Downloaded utf-8 v0.7.6
7512026-01-28T22:34:08.480Z Downloaded usdt-macro v0.6.0
7522026-01-28T22:34:08.480Z Downloaded usdt-attr-macro v0.6.0
7532026-01-28T22:34:08.480Z Downloaded usdt v0.6.0
7542026-01-28T22:34:08.480Z Downloaded typify v0.4.3
7552026-01-28T22:34:08.480Z Downloaded tungstenite v0.23.0
7562026-01-28T22:34:08.480Z Downloaded tungstenite v0.21.0
7572026-01-28T22:34:08.480Z Downloaded tracing-core v0.1.32
7582026-01-28T22:34:08.504Z Downloaded toml_parser v1.0.4
7592026-01-28T22:34:08.504Z Downloaded tokio-stream v0.1.17
7602026-01-28T22:34:08.504Z Downloaded tokio-rustls v0.26.0
7612026-01-28T22:34:08.504Z Downloaded ssh-key v0.6.6
7622026-01-28T22:34:08.504Z Downloaded similar v2.7.0
7632026-01-28T22:34:08.529Z Downloaded schemars v0.9.0
7642026-01-28T22:34:08.530Z Downloaded rustyline v14.0.0
7652026-01-28T22:34:08.562Z Downloaded rpassword v7.4.0
7662026-01-28T22:34:08.562Z Downloaded reedline v0.40.0
7672026-01-28T22:34:08.562Z Downloaded quinn-proto v0.11.8
7682026-01-28T22:34:08.594Z Downloaded moka v0.12.10
7692026-01-28T22:34:08.594Z Downloaded wyz v0.5.1
7702026-01-28T22:34:08.595Z Downloaded whoami v1.5.2
7712026-01-28T22:34:08.595Z Downloaded which v4.4.2
7722026-01-28T22:34:08.595Z Downloaded untrusted v0.9.0
7732026-01-28T22:34:08.595Z Downloaded universal-hash v0.5.1
7742026-01-28T22:34:08.595Z Downloaded unicode-truncate v1.1.0
7752026-01-28T22:34:08.595Z Downloaded unicode-properties v0.1.3
7762026-01-28T22:34:08.595Z Downloaded unicase v2.8.1
7772026-01-28T22:34:08.595Z Downloaded typify-macro v0.2.0
7782026-01-28T22:34:08.595Z Downloaded twox-hash v2.1.0
7792026-01-28T22:34:08.595Z Downloaded tui-tree-widget v0.23.1
7802026-01-28T22:34:08.595Z Downloaded tracing-attributes v0.1.27
7812026-01-28T22:34:08.595Z Downloaded tower-service v0.3.3
7822026-01-28T22:34:08.624Z Downloaded tower-layer v0.3.3
7832026-01-28T22:34:08.624Z Downloaded topological-sort v0.2.2
7842026-01-28T22:34:08.624Z Downloaded toml_writer v1.0.4
7852026-01-28T22:34:08.624Z Downloaded toml_datetime v0.7.3
7862026-01-28T22:34:08.624Z Downloaded tokio-tungstenite v0.23.1
7872026-01-28T22:34:08.624Z Downloaded tokio-tungstenite v0.21.0
7882026-01-28T22:34:08.624Z Downloaded tokio-postgres v0.7.13
7892026-01-28T22:34:08.624Z Downloaded support-bundle-viewer v0.1.2
7902026-01-28T22:34:08.624Z Downloaded slog v2.8.2
7912026-01-28T22:34:08.649Z Downloaded signal-hook v0.3.18
7922026-01-28T22:34:08.649Z Downloaded schemars v1.0.4
7932026-01-28T22:34:08.675Z Downloaded samael v0.0.19
7942026-01-28T22:34:08.675Z Downloaded russh v0.45.0
7952026-01-28T22:34:08.676Z Downloaded rayon v1.10.0
7962026-01-28T22:34:08.707Z Downloaded quick-xml v0.37.2
7972026-01-28T22:34:08.708Z Downloaded portable-atomic v1.11.0
7982026-01-28T22:34:08.708Z Downloaded unit-prefix v0.5.1
7992026-01-28T22:34:08.708Z Downloaded unarray v0.1.4
8002026-01-28T22:34:08.708Z Downloaded typify-macro v0.4.3
8012026-01-28T22:34:08.708Z Downloaded try-lock v0.2.5
8022026-01-28T22:34:08.756Z Downloaded trait-variant v0.1.2
8032026-01-28T22:34:08.756Z Downloaded tokio-rustls v0.24.1
8042026-01-28T22:34:08.756Z Downloaded tokio-macros v2.6.0
8052026-01-28T22:34:08.756Z Downloaded tls_codec_derive v0.4.1
8062026-01-28T22:34:08.756Z Downloaded tls_codec v0.4.1
8072026-01-28T22:34:08.756Z Downloaded tinyvec v1.8.0
8082026-01-28T22:34:08.756Z Downloaded tiny-keccak v2.0.2
8092026-01-28T22:34:08.756Z Downloaded thiserror-no-std v2.0.2
8102026-01-28T22:34:08.756Z Downloaded test-strategy v0.4.3
8112026-01-28T22:34:08.781Z Downloaded term v1.1.0
8122026-01-28T22:34:08.781Z Downloaded term v0.7.0
8132026-01-28T22:34:08.782Z Downloaded tar v0.4.44
8142026-01-28T22:34:08.782Z Downloaded tagptr v0.2.0
8152026-01-28T22:34:08.782Z Downloaded tabwriter v1.4.0
8162026-01-28T22:34:08.782Z Downloaded tabled_derive v0.11.0
8172026-01-28T22:34:08.782Z Downloaded tabled_derive v0.10.0
8182026-01-28T22:34:08.782Z Downloaded sync_wrapper v1.0.1
8192026-01-28T22:34:08.782Z Downloaded sync-ptr v0.1.4
8202026-01-28T22:34:08.783Z Downloaded supports-color v3.0.2
8212026-01-28T22:34:08.783Z Downloaded steno v0.4.1
8222026-01-28T22:34:08.783Z Downloaded socket2 v0.6.1
8232026-01-28T22:34:08.783Z Downloaded snafu v0.8.5
8242026-01-28T22:34:08.783Z Downloaded smf v0.2.3
8252026-01-28T22:34:08.783Z Downloaded smallvec v0.6.14
8262026-01-28T22:34:08.783Z Downloaded slog-term v2.9.2
8272026-01-28T22:34:08.783Z Downloaded slog-stdlog v4.1.1
8282026-01-28T22:34:08.829Z Downloaded slog-scope v4.4.0
8292026-01-28T22:34:08.829Z Downloaded slog-json v2.6.1
8302026-01-28T22:34:08.829Z Downloaded slog-dtrace v0.3.0
8312026-01-28T22:34:08.829Z Downloaded slog-async v2.8.0
8322026-01-28T22:34:08.829Z Downloaded slab v0.4.9
8332026-01-28T22:34:08.829Z Downloaded signal-hook-registry v1.4.2
8342026-01-28T22:34:08.829Z Downloaded schemars v0.8.22
8352026-01-28T22:34:08.866Z Downloaded ryu v1.0.18
8362026-01-28T22:34:08.866Z Downloaded rustls-pki-types v1.10.0
8372026-01-28T22:34:08.866Z Downloaded rsa v0.9.8
8382026-01-28T22:34:08.866Z Downloaded p384 v0.13.1
8392026-01-28T22:34:08.866Z Downloaded lalrpop v0.19.12
8402026-01-28T22:34:08.866Z Downloaded tokio-native-tls v0.3.1
8412026-01-28T22:34:08.866Z Downloaded tokio-dtrace v0.1.0
8422026-01-28T22:34:08.866Z Downloaded tinyvec_macros v0.1.1
8432026-01-28T22:34:08.866Z Downloaded time-macros v0.2.24
8442026-01-28T22:34:08.867Z Downloaded time-core v0.1.6
8452026-01-28T22:34:08.929Z Downloaded thread_local v1.1.8
8462026-01-28T22:34:08.929Z Downloaded thread-id v5.0.0
8472026-01-28T22:34:08.929Z Downloaded thiserror-impl-no-std v2.0.2
8482026-01-28T22:34:08.929Z Downloaded testing_table v0.3.0
8492026-01-28T22:34:08.929Z Downloaded termtree v0.5.1
8502026-01-28T22:34:08.929Z Downloaded termios v0.3.3
8512026-01-28T22:34:08.929Z Downloaded tap v1.0.1
8522026-01-28T22:34:08.929Z Downloaded take_mut v0.2.2
8532026-01-28T22:34:08.929Z Downloaded subprocess v0.2.9
8542026-01-28T22:34:08.930Z Downloaded strum_macros v0.27.2
8552026-01-28T22:34:08.930Z Downloaded strum_macros v0.26.4
8562026-01-28T22:34:08.930Z Downloaded strum_macros v0.24.3
8572026-01-28T22:34:08.930Z Downloaded stringprep v0.1.5
8582026-01-28T22:34:08.930Z Downloaded string_cache v0.8.9
8592026-01-28T22:34:08.930Z Downloaded static_assertions v1.1.0
8602026-01-28T22:34:08.930Z Downloaded sqlformat v0.3.5
8612026-01-28T22:34:08.930Z Downloaded spin v0.9.8
8622026-01-28T22:34:08.930Z Downloaded socket2 v0.5.10
8632026-01-28T22:34:08.930Z Downloaded slog-envlogger v2.2.0
8642026-01-28T22:34:08.985Z Downloaded slog-bunyan v2.5.0
8652026-01-28T22:34:08.985Z Downloaded siphasher v1.0.1
8662026-01-28T22:34:08.985Z Downloaded siphasher v0.3.11
8672026-01-28T22:34:08.985Z Downloaded simd-adler32 v0.3.7
8682026-01-28T22:34:08.985Z Downloaded sigpipe v0.1.3
8692026-01-28T22:34:08.986Z Downloaded signature v2.2.0
8702026-01-28T22:34:08.986Z Downloaded signal-hook-tokio v0.3.1
8712026-01-28T22:34:08.986Z Downloaded signal-hook-mio v0.2.4
8722026-01-28T22:34:08.986Z Downloaded serde_yaml v0.9.34+deprecated
8732026-01-28T22:34:08.986Z Downloaded scroll v0.13.0
8742026-01-28T22:34:08.986Z Downloaded schemars_derive v0.8.22
8752026-01-28T22:34:08.986Z Downloaded rusty-fork v0.3.0
8762026-01-28T22:34:08.986Z Downloaded rustversion v1.0.22
8772026-01-28T22:34:08.986Z Downloaded rustls-pemfile v1.0.4
8782026-01-28T22:34:08.986Z Downloaded ron v0.8.1
8792026-01-28T22:34:08.986Z Downloaded ron v0.7.1
8802026-01-28T22:34:09.141Z Downloaded rand v0.9.2
8812026-01-28T22:34:09.141Z Downloaded qorb v0.4.1
8822026-01-28T22:34:09.141Z Downloaded publicsuffix v2.3.0
8832026-01-28T22:34:09.141Z Downloaded p521 v0.13.3
8842026-01-28T22:34:09.141Z Downloaded num-bigint-dig v0.8.6
8852026-01-28T22:34:09.141Z Downloaded goblin v0.10.2
8862026-01-28T22:34:09.141Z Downloaded gimli v0.31.1
8872026-01-28T22:34:09.141Z Downloaded strum v0.27.2
8882026-01-28T22:34:09.141Z Downloaded strum v0.26.3
8892026-01-28T22:34:09.141Z Downloaded structmeta-derive v0.3.0
8902026-01-28T22:34:09.141Z Downloaded structmeta v0.3.0
8912026-01-28T22:34:09.141Z Downloaded strip-ansi-escapes v0.2.0
8922026-01-28T22:34:09.141Z Downloaded ssh-encoding v0.2.0
8932026-01-28T22:34:09.193Z Downloaded ssh-cipher v0.2.0
8942026-01-28T22:34:09.194Z Downloaded sqlparser_derive v0.2.2
8952026-01-28T22:34:09.194Z Downloaded spki v0.7.3
8962026-01-28T22:34:09.194Z Downloaded snafu-derive v0.8.5
8972026-01-28T22:34:09.194Z Downloaded shlex v1.3.0
8982026-01-28T22:34:09.194Z Downloaded sha1 v0.10.6
8992026-01-28T22:34:09.194Z Downloaded serde_with_macros v3.16.1
9002026-01-28T22:34:09.194Z Downloaded serde_path_to_error v0.1.20
9012026-01-28T22:34:09.194Z Downloaded serde_derive_internals v0.29.1
9022026-01-28T22:34:09.194Z Downloaded serde_cbor v0.11.2
9032026-01-28T22:34:09.194Z Downloaded serde-hex v0.1.0
9042026-01-28T22:34:09.194Z Downloaded sct v0.7.1
9052026-01-28T22:34:09.194Z Downloaded scroll_derive v0.13.1
9062026-01-28T22:34:09.194Z Downloaded scopeguard v1.2.0
9072026-01-28T22:34:09.194Z Downloaded scheduled-thread-pool v0.2.7
9082026-01-28T22:34:09.194Z Downloaded sapling-renderdag v0.1.0
9092026-01-28T22:34:09.194Z Downloaded same-file v1.0.6
9102026-01-28T22:34:09.194Z Downloaded salsa20 v0.10.2
9112026-01-28T22:34:09.194Z Downloaded rustls-pemfile v2.2.0
9122026-01-28T22:34:09.194Z Downloaded resolv-conf v0.7.0
9132026-01-28T22:34:09.194Z Downloaded rayon-core v1.12.1
9142026-01-28T22:34:09.194Z Downloaded rand v0.8.5
9152026-01-28T22:34:09.194Z Downloaded quinn v0.11.5
9162026-01-28T22:34:09.194Z Downloaded progenitor-impl v0.11.2
9172026-01-28T22:34:09.194Z Downloaded progenitor-impl v0.10.0
9182026-01-28T22:34:09.195Z Downloaded progenitor-impl v0.8.0
9192026-01-28T22:34:09.195Z Downloaded pretty_assertions v1.4.1
9202026-01-28T22:34:09.195Z Downloaded num-bigint v0.4.6
9212026-01-28T22:34:09.195Z Downloaded nom v7.1.3
9222026-01-28T22:34:09.195Z Downloaded mio v1.0.2
9232026-01-28T22:34:09.195Z Downloaded libxml v0.3.3
9242026-01-28T22:34:09.195Z Downloaded itertools v0.14.0
9252026-01-28T22:34:09.195Z Downloaded itertools v0.13.0
9262026-01-28T22:34:09.195Z Downloaded itertools v0.12.1
9272026-01-28T22:34:09.195Z Downloaded iri-string v0.7.8
9282026-01-28T22:34:09.195Z Downloaded hyper v1.8.1
9292026-01-28T22:34:09.195Z Downloaded git2 v0.20.2
9302026-01-28T22:34:09.195Z Downloaded bstr v1.10.0
9312026-01-28T22:34:09.316Z Downloaded serde_urlencoded v0.7.1
9322026-01-28T22:34:09.316Z Downloaded serde_spanned v1.0.3
9332026-01-28T22:34:09.316Z Downloaded serde_repr v0.1.19
9342026-01-28T22:34:09.316Z Downloaded serde_plain v1.0.2
9352026-01-28T22:34:09.316Z Downloaded serde_bytes v0.11.19
9362026-01-28T22:34:09.316Z Downloaded serde-big-array v0.5.1
9372026-01-28T22:34:09.316Z Downloaded seq-macro v0.3.6
9382026-01-28T22:34:09.316Z Downloaded semver v0.1.20
9392026-01-28T22:34:09.316Z Downloaded secrecy v0.10.3
9402026-01-28T22:34:09.316Z Downloaded secrecy v0.8.0
9412026-01-28T22:34:09.316Z Downloaded sec1 v0.7.3
9422026-01-28T22:34:09.316Z Downloaded scrypt v0.11.0
9432026-01-28T22:34:09.316Z Downloaded rustls-native-certs v0.8.1
9442026-01-28T22:34:09.317Z Downloaded rustc-demangle v0.1.24
9452026-01-28T22:34:09.317Z Downloaded russh-keys v0.45.0
9462026-01-28T22:34:09.317Z Downloaded rtoolbox v0.0.2
9472026-01-28T22:34:09.317Z Downloaded rfc6979 v0.4.0
9482026-01-28T22:34:09.317Z Downloaded ref-cast-impl v1.0.25
9492026-01-28T22:34:09.317Z Downloaded ref-cast v1.0.25
9502026-01-28T22:34:09.317Z Downloaded rcgen v0.12.1
9512026-01-28T22:34:09.317Z Downloaded rand_core v0.6.4
9522026-01-28T22:34:09.317Z Downloaded progenitor-macro v0.8.0
9532026-01-28T22:34:09.317Z Downloaded progenitor v0.11.2
9542026-01-28T22:34:09.317Z Downloaded progenitor v0.10.0
9552026-01-28T22:34:09.317Z Downloaded proc-macro-error2 v2.0.1
9562026-01-28T22:34:09.365Z Downloaded prettyplease v0.2.36
9572026-01-28T22:34:09.365Z Downloaded prefix-trie v0.7.0
9582026-01-28T22:34:09.365Z Downloaded postgres-types v0.2.9
9592026-01-28T22:34:09.365Z Downloaded pin-project v1.1.6
9602026-01-28T22:34:09.365Z Downloaded papergrid v0.17.0
9612026-01-28T22:34:09.366Z Downloaded p256 v0.13.2
9622026-01-28T22:34:09.366Z Downloaded openssl-sys v0.9.109
9632026-01-28T22:34:09.366Z Downloaded itertools v0.10.5
9642026-01-28T22:34:09.366Z Downloaded iddqd v0.3.16
9652026-01-28T22:34:09.366Z Downloaded http v1.4.0
9662026-01-28T22:34:09.366Z Downloaded hkdf v0.12.4
9672026-01-28T22:34:09.366Z Downloaded expectorate v1.2.0
9682026-01-28T22:34:09.366Z Downloaded rustc_version v0.1.7
9692026-01-28T22:34:09.366Z Downloaded rustc-hash v2.1.1
9702026-01-28T22:34:09.366Z Downloaded rustc-hash v1.1.0
9712026-01-28T22:34:09.366Z Downloaded russh-cryptovec v0.7.3
9722026-01-28T22:34:09.366Z Downloaded rand_xorshift v0.4.0
9732026-01-28T22:34:09.366Z Downloaded rand_seeder v0.4.0
9742026-01-28T22:34:09.366Z Downloaded rand_core v0.9.3
9752026-01-28T22:34:09.366Z Downloaded rand_chacha v0.9.0
9762026-01-28T22:34:09.366Z Downloaded r2d2 v0.8.10
9772026-01-28T22:34:09.366Z Downloaded quinn-udp v0.5.5
9782026-01-28T22:34:09.366Z Downloaded quick-error v1.2.3
9792026-01-28T22:34:09.366Z Downloaded psl-types v2.0.11
9802026-01-28T22:34:09.366Z Downloaded progenitor-macro v0.11.2
9812026-01-28T22:34:09.366Z Downloaded progenitor-macro v0.10.0
9822026-01-28T22:34:09.366Z Downloaded progenitor-client v0.11.2
9832026-01-28T22:34:09.366Z Downloaded progenitor-client v0.10.0
9842026-01-28T22:34:09.366Z Downloaded progenitor-client v0.8.0
9852026-01-28T22:34:09.367Z Downloaded progenitor v0.8.0
9862026-01-28T22:34:09.367Z Downloaded proc-macro-error-attr2 v2.0.0
9872026-01-28T22:34:09.367Z Downloaded primeorder v0.13.6
9882026-01-28T22:34:09.367Z Downloaded predicates v3.1.3
9892026-01-28T22:34:09.367Z Downloaded postcard v1.0.10
9902026-01-28T22:34:09.367Z Downloaded polyval v0.6.2
9912026-01-28T22:34:09.367Z Downloaded pkcs5 v0.7.1
9922026-01-28T22:34:09.367Z Downloaded pkcs1 v0.7.5
9932026-01-28T22:34:09.367Z Downloaded pin-project-lite v0.2.14
9942026-01-28T22:34:09.367Z Downloaded phf v0.12.1
9952026-01-28T22:34:09.367Z Downloaded phf v0.11.2
9962026-01-28T22:34:09.423Z Downloaded pem-rfc7468 v0.7.0
9972026-01-28T22:34:09.423Z Downloaded pem v3.0.5
9982026-01-28T22:34:09.423Z Downloaded peg-runtime v0.8.5
9992026-01-28T22:34:09.423Z Downloaded peg-macros v0.8.5
10002026-01-28T22:34:09.423Z Downloaded peg v0.8.5
10012026-01-28T22:34:09.423Z Downloaded path-slash v0.1.5
10022026-01-28T22:34:09.423Z Downloaded paste v1.0.15
10032026-01-28T22:34:09.423Z Downloaded password-hash v0.5.0
10042026-01-28T22:34:09.424Z Downloaded password-hash v0.4.2
10052026-01-28T22:34:09.424Z Downloaded parking_lot v0.12.3
10062026-01-28T22:34:09.424Z Downloaded parking_lot v0.11.2
10072026-01-28T22:34:09.424Z Downloaded papergrid v0.14.0
10082026-01-28T22:34:09.424Z Downloaded owo-colors v4.2.2
10092026-01-28T22:34:09.424Z Downloaded oso v0.27.3
10102026-01-28T22:34:09.424Z Downloaded omicron-zone-package v0.12.2
10112026-01-28T22:34:09.424Z Downloaded miniz_oxide v0.8.5
10122026-01-28T22:34:09.424Z Downloaded minimal-lexical v0.2.1
10132026-01-28T22:34:09.471Z Downloaded libm v0.2.8
10142026-01-28T22:34:09.471Z Downloaded hashbrown v0.15.4
10152026-01-28T22:34:09.471Z Downloaded h2 v0.4.6
10162026-01-28T22:34:09.471Z Downloaded der v0.7.10
10172026-01-28T22:34:09.471Z Downloaded chrono v0.4.42
10182026-01-28T22:34:09.471Z Downloaded radium v0.7.0
10192026-01-28T22:34:09.471Z Downloaded proc-macro-crate v1.3.1
10202026-01-28T22:34:09.471Z Downloaded pretty-hex v0.2.1
10212026-01-28T22:34:09.472Z Downloaded predicates-tree v1.0.12
10222026-01-28T22:34:09.472Z Downloaded precomputed-hash v0.1.1
10232026-01-28T22:34:09.472Z Downloaded ppv-lite86 v0.2.20
10242026-01-28T22:34:09.472Z Downloaded powerfmt v0.2.0
10252026-01-28T22:34:09.472Z Downloaded postgres-protocol v0.6.8
10262026-01-28T22:34:09.472Z Downloaded poly1305 v0.8.0
10272026-01-28T22:34:09.531Z Downloaded pkg-config v0.3.31
10282026-01-28T22:34:09.531Z Downloaded pkcs8 v0.10.2
10292026-01-28T22:34:09.531Z Downloaded pin-project-internal v1.1.6
10302026-01-28T22:34:09.531Z Downloaded pbkdf2 v0.12.2
10312026-01-28T22:34:09.531Z Downloaded pbkdf2 v0.11.0
10322026-01-28T22:34:09.531Z Downloaded parse-display-derive v0.10.0
10332026-01-28T22:34:09.531Z Downloaded parking_lot_core v0.9.10
10342026-01-28T22:34:09.531Z Downloaded parking_lot_core v0.8.6
10352026-01-28T22:34:09.531Z Downloaded packed_struct v0.10.1
10362026-01-28T22:34:09.531Z Downloaded oxnet v0.1.4
10372026-01-28T22:34:09.531Z Downloaded number_prefix v0.4.0
10382026-01-28T22:34:09.531Z Downloaded num_threads v0.1.7
10392026-01-28T22:34:09.531Z Downloaded num_enum_derive v0.5.11
10402026-01-28T22:34:09.531Z Downloaded num_enum v0.5.11
10412026-01-28T22:34:09.531Z Downloaded num-rational v0.4.2
10422026-01-28T22:34:09.531Z Downloaded num-iter v0.1.45
10432026-01-28T22:34:09.531Z Downloaded num-integer v0.1.46
10442026-01-28T22:34:09.531Z Downloaded num-derive v0.4.2
10452026-01-28T22:34:09.531Z Downloaded num-complex v0.4.6
10462026-01-28T22:34:09.532Z Downloaded newtype-uuid-macros v0.1.0
10472026-01-28T22:34:09.532Z Downloaded newtype-uuid v1.3.2
10482026-01-28T22:34:09.532Z Downloaded nanorand v0.7.0
10492026-01-28T22:34:09.532Z Downloaded litrs v0.4.1
10502026-01-28T22:34:09.582Z Downloaded libsw v3.5.0
10512026-01-28T22:34:09.583Z Downloaded jobserver v0.1.32
10522026-01-28T22:34:09.583Z Downloaded jiff-static v0.2.15
10532026-01-28T22:34:09.583Z Downloaded hyper-util v0.1.19
10542026-01-28T22:34:09.583Z Downloaded hickory-server v0.25.2
10552026-01-28T22:34:09.583Z Downloaded futures-util v0.3.31
10562026-01-28T22:34:09.583Z Downloaded flate2 v1.1.2
10572026-01-28T22:34:09.583Z Downloaded elliptic-curve v0.13.8
10582026-01-28T22:34:09.583Z Downloaded ed25519-dalek v2.1.1
10592026-01-28T22:34:09.583Z Downloaded derive_more-impl v2.0.1
10602026-01-28T22:34:09.607Z Downloaded darling_core v0.20.10
10612026-01-28T22:34:09.607Z Downloaded crypto-bigint v0.5.5
10622026-01-28T22:34:09.607Z Downloaded blake3 v1.5.4
10632026-01-28T22:34:09.607Z Downloaded pin-utils v0.1.0
10642026-01-28T22:34:09.607Z Downloaded phf_shared v0.12.1
10652026-01-28T22:34:09.607Z Downloaded phf_shared v0.11.2
10662026-01-28T22:34:09.607Z Downloaded parse-display v0.10.0
10672026-01-28T22:34:09.607Z Downloaded oxide-tokio-rt v0.1.2
10682026-01-28T22:34:09.607Z Downloaded olpc-cjson v0.1.4
10692026-01-28T22:34:09.607Z Downloaded num-derive v0.3.3
10702026-01-28T22:34:09.607Z Downloaded num-conv v0.1.0
10712026-01-28T22:34:09.607Z Downloaded nibble_vec v0.1.0
10722026-01-28T22:34:09.607Z Downloaded newtype_derive v0.1.6
10732026-01-28T22:34:09.608Z Downloaded native-tls v0.2.12
10742026-01-28T22:34:09.608Z Downloaded multer v3.1.0
10752026-01-28T22:34:09.637Z Downloaded memmap2 v0.9.8
10762026-01-28T22:34:09.637Z Downloaded lock_api v0.4.12
10772026-01-28T22:34:09.637Z Downloaded linear-map v1.2.0
10782026-01-28T22:34:09.637Z Downloaded libloading v0.8.5
10792026-01-28T22:34:09.637Z Downloaded lazy_static v1.5.0
10802026-01-28T22:34:09.637Z Downloaded kstat-rs v0.2.4
10812026-01-28T22:34:09.637Z Downloaded keccak v0.1.5
10822026-01-28T22:34:09.637Z Downloaded indicatif v0.18.0
10832026-01-28T22:34:09.637Z Downloaded indicatif v0.17.11
10842026-01-28T22:34:09.638Z Downloaded ignore v0.4.23
10852026-01-28T22:34:09.703Z Downloaded hashbrown v0.13.2
10862026-01-28T22:34:09.703Z Downloaded flume v0.11.1
10872026-01-28T22:34:09.703Z Downloaded dropshot-api-manager v0.2.4
10882026-01-28T22:34:09.703Z Downloaded darling_core v0.21.0
10892026-01-28T22:34:09.703Z Downloaded crossterm v0.28.1
10902026-01-28T22:34:09.767Z Downloaded bitvec v1.0.1
10912026-01-28T22:34:09.767Z Downloaded packed_struct_codegen v0.10.1
10922026-01-28T22:34:09.767Z Downloaded oso-derive v0.27.3
10932026-01-28T22:34:09.767Z Downloaded openssl-probe v0.1.5
10942026-01-28T22:34:09.767Z Downloaded openssl-macros v0.1.1
10952026-01-28T22:34:09.767Z Downloaded opaque-debug v0.3.1
10962026-01-28T22:34:09.767Z Downloaded nu-ansi-term v0.50.1
10972026-01-28T22:34:09.767Z Downloaded newline-converter v0.3.0
10982026-01-28T22:34:09.767Z Downloaded new_debug_unreachable v1.0.6
10992026-01-28T22:34:09.767Z Downloaded multimap v0.10.1
11002026-01-28T22:34:09.767Z Downloaded mime_guess v2.0.5
11012026-01-28T22:34:09.767Z Downloaded mime v0.3.17
11022026-01-28T22:34:09.767Z Downloaded aws-lc-sys v0.26.0
11032026-01-28T22:34:10.057Z Downloaded linked-hash-map v0.5.6
11042026-01-28T22:34:10.302Z Downloaded libz-rs-sys v0.5.1
11052026-01-28T22:34:10.302Z Downloaded libsw-core v0.3.1
11062026-01-28T22:34:10.302Z Downloaded libefi-sys v0.1.0
11072026-01-28T22:34:10.302Z Downloaded lazycell v1.3.0
11082026-01-28T22:34:10.302Z Downloaded ingot-types v0.1.2
11092026-01-28T22:34:10.302Z Downloaded ingot-macros v0.1.1
11102026-01-28T22:34:10.302Z Downloaded indexmap v1.9.3
11112026-01-28T22:34:10.302Z Downloaded iana-time-zone v0.1.63
11122026-01-28T22:34:10.302Z Downloaded hyper-rustls v0.27.7
11132026-01-28T22:34:10.302Z Downloaded httparse v1.9.5
11142026-01-28T22:34:10.302Z Downloaded hickory-resolver v0.25.2
11152026-01-28T22:34:10.302Z Downloaded hickory-resolver v0.24.4
11162026-01-28T22:34:10.302Z Downloaded heapless v0.8.0
11172026-01-28T22:34:10.302Z Downloaded heapless v0.7.17
11182026-01-28T22:34:10.302Z Downloaded headers v0.4.1
11192026-01-28T22:34:10.302Z Downloaded hashbrown v0.12.3
11202026-01-28T22:34:10.302Z Downloaded futures-channel v0.3.31
11212026-01-28T22:34:10.302Z Downloaded futures v0.3.31
11222026-01-28T22:34:10.302Z Downloaded fatfs v0.3.6
11232026-01-28T22:34:10.303Z Downloaded dropshot_endpoint v0.16.6
11242026-01-28T22:34:10.303Z Downloaded diesel_derives v2.2.3
11252026-01-28T22:34:10.303Z Downloaded des v0.8.1
11262026-01-28T22:34:10.303Z Downloaded derive_more v2.0.1
11272026-01-28T22:34:10.303Z Downloaded derive_builder v0.20.2
11282026-01-28T22:34:10.303Z Downloaded derive-where v1.5.0
11292026-01-28T22:34:10.303Z Downloaded normalize-line-endings v0.3.0
11302026-01-28T22:34:10.303Z Downloaded nonempty v0.12.0
11312026-01-28T22:34:10.303Z Downloaded nodrop v0.1.14
11322026-01-28T22:34:10.303Z Downloaded memoffset v0.9.1
11332026-01-28T22:34:10.303Z Downloaded md5 v0.7.0
11342026-01-28T22:34:10.303Z Downloaded md-5 v0.10.6
11352026-01-28T22:34:10.304Z Downloaded maybe-uninit v2.0.0
11362026-01-28T22:34:10.304Z Downloaded match_cfg v0.1.0
11372026-01-28T22:34:10.304Z Downloaded maplit v1.0.2
11382026-01-28T22:34:10.304Z Downloaded managed v0.8.0
11392026-01-28T22:34:10.304Z Downloaded lzss v0.8.2
11402026-01-28T22:34:10.304Z Downloaded lru-cache v0.1.2
11412026-01-28T22:34:10.356Z Downloaded lru v0.12.5
11422026-01-28T22:34:10.356Z Downloaded lockfree-object-pool v0.1.6
11432026-01-28T22:34:10.356Z Downloaded libscf-sys v1.1.0
11442026-01-28T22:34:10.356Z Downloaded lalrpop-util v0.19.12
11452026-01-28T22:34:10.356Z Downloaded ipnetwork v0.21.1
11462026-01-28T22:34:10.356Z Downloaded ipnet v2.11.0
11472026-01-28T22:34:10.356Z Downloaded ingot v0.1.1
11482026-01-28T22:34:10.357Z Downloaded indoc v2.0.6
11492026-01-28T22:34:10.357Z Downloaded ident_case v1.0.1
11502026-01-28T22:34:10.357Z Downloaded hyper-tls v0.6.0
11512026-01-28T22:34:10.357Z Downloaded hyper-staticfile v0.10.1
11522026-01-28T22:34:10.357Z Downloaded humantime v2.2.0
11532026-01-28T22:34:10.357Z Downloaded hubpack_derive v0.1.1
11542026-01-28T22:34:10.357Z Downloaded hubpack v0.1.2
11552026-01-28T22:34:10.357Z Downloaded http-range v0.1.5
11562026-01-28T22:34:10.357Z Downloaded http-body-util v0.1.3
11572026-01-28T22:34:10.357Z Downloaded hmac v0.12.1
11582026-01-28T22:34:10.357Z Downloaded hickory-client v0.25.2
11592026-01-28T22:34:10.357Z Downloaded half v2.4.1
11602026-01-28T22:34:10.357Z Downloaded futures-executor v0.3.31
11612026-01-28T22:34:10.357Z Downloaded fs_extra v1.3.0
11622026-01-28T22:34:10.357Z Downloaded fs-err v2.11.0
11632026-01-28T22:34:10.357Z Downloaded filetime v0.2.26
11642026-01-28T22:34:10.357Z Downloaded env_logger v0.11.8
11652026-01-28T22:34:10.357Z Downloaded ena v0.14.3
11662026-01-28T22:34:10.358Z Downloaded ecdsa v0.16.9
11672026-01-28T22:34:10.358Z Downloaded diff v0.1.13
11682026-01-28T22:34:10.358Z Downloaded derive_more v0.99.20
11692026-01-28T22:34:10.358Z Downloaded deranged v0.5.3
11702026-01-28T22:34:10.358Z Downloaded der_derive v0.7.3
11712026-01-28T22:34:10.358Z Downloaded daft v0.1.4
11722026-01-28T22:34:10.358Z Downloaded bindgen v0.69.5
11732026-01-28T22:34:10.358Z Downloaded is-terminal v0.4.13
11742026-01-28T22:34:10.358Z Downloaded internet-checksum v0.2.1
11752026-01-28T22:34:10.358Z Downloaded instant v0.1.13
11762026-01-28T22:34:10.358Z Downloaded instability v0.3.2
11772026-01-28T22:34:10.358Z Downloaded inout v0.1.3
11782026-01-28T22:34:10.358Z Downloaded indoc v1.0.9
11792026-01-28T22:34:10.358Z Downloaded indent_write v2.2.0
11802026-01-28T22:34:10.358Z Downloaded impl-trait-for-tuples v0.2.2
11812026-01-28T22:34:10.358Z Downloaded httpdate v1.0.3
11822026-01-28T22:34:10.358Z Downloaded http-body v1.0.1
11832026-01-28T22:34:10.358Z Downloaded highway v1.3.0
11842026-01-28T22:34:10.358Z Downloaded hex-literal v0.4.1
11852026-01-28T22:34:10.359Z Downloaded hex v0.4.3
11862026-01-28T22:34:10.359Z Downloaded heck v0.3.3
11872026-01-28T22:34:10.359Z Downloaded headers-core v0.3.0
11882026-01-28T22:34:10.359Z Downloaded hash32 v0.3.1
11892026-01-28T22:34:10.359Z Downloaded half v1.8.3
11902026-01-28T22:34:10.359Z Downloaded funty v2.0.0
11912026-01-28T22:34:10.359Z Downloaded foldhash v0.2.0
11922026-01-28T22:34:10.359Z Downloaded foldhash v0.1.5
11932026-01-28T22:34:10.359Z Downloaded flagset v0.4.6
11942026-01-28T22:34:10.359Z Downloaded fixedbitset v0.5.7
11952026-01-28T22:34:10.359Z Downloaded ff v0.13.0
11962026-01-28T22:34:10.359Z Downloaded fd-lock v4.0.2
11972026-01-28T22:34:10.359Z Downloaded fallible-iterator v0.2.0
11982026-01-28T22:34:10.359Z Downloaded erased-serde v0.3.31
11992026-01-28T22:34:10.359Z Downloaded either v1.15.0
12002026-01-28T22:34:10.359Z Downloaded ed25519 v2.2.3
12012026-01-28T22:34:10.359Z Downloaded dunce v1.0.5
12022026-01-28T22:34:10.359Z Downloaded dropshot-api-manager-types v0.2.4
12032026-01-28T22:34:10.360Z Downloaded drift v0.1.2
12042026-01-28T22:34:10.360Z Downloaded derive_builder_core v0.20.2
12052026-01-28T22:34:10.360Z Downloaded defmt-macros v0.3.9
12062026-01-28T22:34:10.360Z Downloaded defmt v0.3.8
12072026-01-28T22:34:10.360Z Downloaded darling v0.21.0
12082026-01-28T22:34:10.360Z Downloaded daft-derive v0.1.4
12092026-01-28T22:34:10.360Z Downloaded compact_str v0.8.0
12102026-01-28T22:34:10.360Z Downloaded cc v1.2.30
12112026-01-28T22:34:10.360Z Downloaded aws-lc-rs v1.12.4
12122026-01-28T22:34:10.360Z Downloaded hostname v0.3.1
12132026-01-28T22:34:10.360Z Downloaded home v0.5.9
12142026-01-28T22:34:10.360Z Downloaded hash32 v0.2.1
12152026-01-28T22:34:10.361Z Downloaded getrandom v0.2.15
12162026-01-28T22:34:10.361Z Downloaded futures-task v0.3.31
12172026-01-28T22:34:10.361Z Downloaded futures-io v0.3.31
12182026-01-28T22:34:10.361Z Downloaded futures-core v0.3.31
12192026-01-28T22:34:10.361Z Downloaded foreign-types-shared v0.3.1
12202026-01-28T22:34:10.361Z Downloaded foreign-types-macros v0.2.3
12212026-01-28T22:34:10.361Z Downloaded foreign-types v0.5.0
12222026-01-28T22:34:10.361Z Downloaded float-ord v0.3.2
12232026-01-28T22:34:10.361Z Downloaded float-cmp v0.10.0
12242026-01-28T22:34:10.361Z Downloaded env_filter v0.1.2
12252026-01-28T22:34:10.361Z Downloaded enum-as-inner v0.6.1
12262026-01-28T22:34:10.361Z Downloaded endian-type v0.1.2
12272026-01-28T22:34:10.362Z Downloaded embedded-io v0.6.1
12282026-01-28T22:34:10.363Z Downloaded diesel-dtrace v0.4.2
12292026-01-28T22:34:10.363Z Downloaded crossbeam-channel v0.5.15
12302026-01-28T22:34:10.363Z Downloaded cookie v0.18.1
12312026-01-28T22:34:10.363Z Downloaded const_format v0.2.34
12322026-01-28T22:34:10.363Z Downloaded console v0.15.10
12332026-01-28T22:34:10.363Z Downloaded bytes v1.10.1
12342026-01-28T22:34:10.363Z Downloaded bumpalo v3.16.0
12352026-01-28T22:34:10.363Z Downloaded base64 v0.21.7
12362026-01-28T22:34:10.364Z Downloaded globwalk v0.9.1
12372026-01-28T22:34:10.364Z Downloaded globset v0.4.15
12382026-01-28T22:34:10.364Z Downloaded glob v0.3.2
12392026-01-28T22:34:10.364Z Downloaded ghash v0.5.1
12402026-01-28T22:34:10.364Z Downloaded gethostname v0.5.0
12412026-01-28T22:34:10.408Z Downloaded fxhash v0.2.1
12422026-01-28T22:34:10.408Z Downloaded futures-macro v0.3.31
12432026-01-28T22:34:10.408Z Downloaded foreign-types v0.3.2
12442026-01-28T22:34:10.408Z Downloaded fixedbitset v0.4.2
12452026-01-28T22:34:10.408Z Downloaded dyn-clone v1.0.20
12462026-01-28T22:34:10.408Z Downloaded dtrace-parser v0.3.0
12472026-01-28T22:34:10.408Z Downloaded dsl_auto_type v0.1.2
12482026-01-28T22:34:10.408Z Downloaded dof v0.4.0
12492026-01-28T22:34:10.408Z Downloaded document-features v0.2.11
12502026-01-28T22:34:10.408Z Downloaded diesel_table_macro_syntax v0.2.0
12512026-01-28T22:34:10.408Z Downloaded derive-ex v0.1.8
12522026-01-28T22:34:10.408Z Downloaded data-encoding v2.9.0
12532026-01-28T22:34:10.408Z Downloaded darling_macro v0.21.0
12542026-01-28T22:34:10.408Z Downloaded darling_macro v0.20.10
12552026-01-28T22:34:10.408Z Downloaded darling v0.20.10
12562026-01-28T22:34:10.408Z Downloaded curve25519-dalek-derive v0.1.1
12572026-01-28T22:34:10.408Z Downloaded crossbeam-deque v0.8.5
12582026-01-28T22:34:10.408Z Downloaded crc-any v2.5.0
12592026-01-28T22:34:10.409Z Downloaded convert_case v0.7.1
12602026-01-28T22:34:10.409Z Downloaded colored v3.0.0
12612026-01-28T22:34:10.409Z Downloaded colored v2.2.0
12622026-01-28T22:34:10.409Z Downloaded ciborium-ll v0.2.2
12632026-01-28T22:34:10.409Z Downloaded chacha20poly1305 v0.10.1
12642026-01-28T22:34:10.409Z Downloaded chacha20 v0.9.1
12652026-01-28T22:34:10.409Z Downloaded cfg_aliases v0.1.1
12662026-01-28T22:34:10.409Z Downloaded cassowary v0.3.0
12672026-01-28T22:34:10.409Z Downloaded cargo-platform v0.1.8
12682026-01-28T22:34:10.409Z Downloaded cancel-safe-futures v0.1.5
12692026-01-28T22:34:10.409Z Downloaded buf-list v1.0.3
12702026-01-28T22:34:10.409Z Downloaded bit-vec v0.8.0
12712026-01-28T22:34:10.410Z Downloaded base64 v0.22.1
12722026-01-28T22:34:10.410Z Downloaded async-stream-impl v0.3.6
12732026-01-28T22:34:10.410Z Downloaded async-recursion v1.1.1
12742026-01-28T22:34:10.410Z Downloaded async-bb8-diesel v0.2.1
12752026-01-28T22:34:10.410Z Downloaded foreign-types-shared v0.1.1
12762026-01-28T22:34:10.410Z Downloaded embedded-io v0.4.0
12772026-01-28T22:34:10.410Z Downloaded display-error-chain v0.2.2
12782026-01-28T22:34:10.410Z Downloaded dirs-sys-next v0.1.2
12792026-01-28T22:34:10.410Z Downloaded dirs-next v2.0.0
12802026-01-28T22:34:10.410Z Downloaded difflib v0.4.0
12812026-01-28T22:34:10.410Z Downloaded derive_builder_macro v0.20.2
12822026-01-28T22:34:10.410Z Downloaded defmt-parser v0.3.4
12832026-01-28T22:34:10.410Z Downloaded debug-ignore v1.0.5
12842026-01-28T22:34:10.410Z Downloaded cstr-argument v0.1.2
12852026-01-28T22:34:10.410Z Downloaded crunchy v0.2.2
12862026-01-28T22:34:10.410Z Downloaded crucible-workspace-hack v0.1.0
12872026-01-28T22:34:10.410Z Downloaded crossterm v0.29.0
12882026-01-28T22:34:10.509Z Downloaded crossbeam-epoch v0.9.18
12892026-01-28T22:34:10.509Z Downloaded crc-catalog v2.4.0
12902026-01-28T22:34:10.509Z Downloaded corncobs v0.1.4
12912026-01-28T22:34:10.509Z Downloaded convert_case v0.4.0
12922026-01-28T22:34:10.509Z Downloaded constant_time_eq v0.3.1
12932026-01-28T22:34:10.509Z Downloaded const-oid v0.9.6
12942026-01-28T22:34:10.509Z Downloaded cobs v0.2.3
12952026-01-28T22:34:10.509Z Downloaded ciborium v0.2.2
12962026-01-28T22:34:10.509Z Downloaded cexpr v0.6.0
12972026-01-28T22:34:10.509Z Downloaded cargo_metadata v0.19.2
12982026-01-28T22:34:10.509Z Downloaded camino-tempfile-ext v0.3.2
12992026-01-28T22:34:10.509Z Downloaded blake2 v0.10.6
13002026-01-28T22:34:10.509Z Downloaded bitfield-struct v0.6.2
13012026-01-28T22:34:10.509Z Downloaded bitfield-macros v0.19.2
13022026-01-28T22:34:10.509Z Downloaded bitfield v0.19.2
13032026-01-28T22:34:10.509Z Downloaded bit-set v0.5.3
13042026-01-28T22:34:10.509Z Downloaded bindgen v0.71.1
13052026-01-28T22:34:10.535Z Downloaded base16ct v0.2.0
13062026-01-28T22:34:10.535Z Downloaded backtrace v0.3.74
13072026-01-28T22:34:10.535Z Downloaded atty v0.2.14
13082026-01-28T22:34:10.535Z Downloaded atomicwrites v0.4.4
13092026-01-28T22:34:10.535Z Downloaded atomic-waker v1.1.2
13102026-01-28T22:34:10.535Z Downloaded array-init v0.0.4
13112026-01-28T22:34:10.535Z Downloaded allocator-api2 v0.2.21
13122026-01-28T22:34:10.536Z Downloaded csv-core v0.1.11
13132026-01-28T22:34:10.536Z Downloaded crossbeam-utils v0.8.21
13142026-01-28T22:34:10.536Z Downloaded critical-section v1.1.3
13152026-01-28T22:34:10.536Z Downloaded cookie_store v0.21.1
13162026-01-28T22:34:10.536Z Downloaded const_format_proc_macros v0.2.34
13172026-01-28T22:34:10.536Z Downloaded cmake v0.1.51
13182026-01-28T22:34:10.536Z Downloaded cipher v0.4.4
13192026-01-28T22:34:10.536Z Downloaded cfg_aliases v0.2.1
13202026-01-28T22:34:10.536Z Downloaded castaway v0.2.3
13212026-01-28T22:34:10.536Z Downloaded block-padding v0.3.3
13222026-01-28T22:34:10.536Z Downloaded bit-set v0.8.0
13232026-01-28T22:34:10.536Z Downloaded bcs v0.1.6
13242026-01-28T22:34:10.536Z Downloaded bcrypt-pbkdf v0.10.0
13252026-01-28T22:34:10.536Z Downloaded base64ct v1.6.0
13262026-01-28T22:34:10.536Z Downloaded base64 v0.13.1
13272026-01-28T22:34:10.536Z Downloaded backoff v0.4.0
13282026-01-28T22:34:10.536Z Downloaded async-trait v0.1.89
13292026-01-28T22:34:10.536Z Downloaded async-stream v0.3.6
13302026-01-28T22:34:10.536Z Downloaded assert_matches v1.5.0
13312026-01-28T22:34:10.536Z Downloaded ascii-canvas v3.0.0
13322026-01-28T22:34:10.537Z Downloaded arrayvec v0.7.6
13332026-01-28T22:34:10.537Z Downloaded argon2 v0.5.3
13342026-01-28T22:34:10.537Z Downloaded aho-corasick v1.1.3
13352026-01-28T22:34:10.537Z Downloaded ahash v0.8.12
13362026-01-28T22:34:10.537Z Downloaded aes v0.8.4
13372026-01-28T22:34:10.537Z Downloaded aead v0.5.2
13382026-01-28T22:34:10.537Z Downloaded addr2line v0.24.2
13392026-01-28T22:34:10.537Z Downloaded crc32fast v1.4.2
13402026-01-28T22:34:10.537Z Downloaded crc v3.2.1
13412026-01-28T22:34:10.537Z Downloaded console v0.16.0
13422026-01-28T22:34:10.537Z Downloaded clang-sys v1.8.1
13432026-01-28T22:34:10.538Z Downloaded ciborium-io v0.2.2
13442026-01-28T22:34:10.538Z Downloaded cbc v0.1.2
13452026-01-28T22:34:10.538Z Downloaded bzip2 v0.5.2
13462026-01-28T22:34:10.538Z Downloaded bzip2 v0.4.4
13472026-01-28T22:34:10.538Z Downloaded blowfish v0.9.1
13482026-01-28T22:34:10.573Z Downloaded bitflags v1.3.2
13492026-01-28T22:34:10.573Z Downloaded bit-vec v0.6.3
13502026-01-28T22:34:10.573Z Downloaded bb8 v0.8.5
13512026-01-28T22:34:10.573Z Downloaded arc-swap v1.7.1
13522026-01-28T22:34:10.573Z Downloaded aes-gcm v0.10.3
13532026-01-28T22:34:10.573Z Downloaded adler2 v2.0.0
13542026-01-28T22:34:10.792Z Compiling value-bag v1.12.0
13552026-01-28T22:34:10.792Z Compiling lock_api v0.4.12
13562026-01-28T22:34:10.792Z Compiling scopeguard v1.2.0
13572026-01-28T22:34:10.823Z Compiling shlex v1.3.0
13582026-01-28T22:34:10.823Z Compiling smallvec v1.15.1
13592026-01-28T22:34:10.823Z Compiling syn v2.0.111
13602026-01-28T22:34:10.863Z Compiling getrandom v0.2.15
13612026-01-28T22:34:10.863Z Compiling jobserver v0.1.32
13622026-01-28T22:34:11.108Z Compiling typenum v1.17.0
13632026-01-28T22:34:11.415Z Compiling log v0.4.29
13642026-01-28T22:34:11.511Z Compiling rand_core v0.6.4
13652026-01-28T22:34:11.584Z Compiling cc v1.2.30
13662026-01-28T22:34:11.584Z Compiling generic-array v0.14.7
13672026-01-28T22:34:11.928Z Compiling subtle v2.6.1
13682026-01-28T22:34:11.988Z Compiling portable-atomic v1.11.0
13692026-01-28T22:34:12.068Z Compiling const-oid v0.9.6
13702026-01-28T22:34:12.069Z Compiling critical-section v1.1.3
13712026-01-28T22:34:12.859Z Compiling serde_json v1.0.149
13722026-01-28T22:34:12.860Z Compiling getrandom v0.3.4
13732026-01-28T22:34:12.967Z Compiling pkg-config v0.3.31
13742026-01-28T22:34:13.028Z Compiling spin v0.9.8
13752026-01-28T22:34:15.470Z Compiling pin-project-lite v0.2.14
13762026-01-28T22:34:15.736Z Compiling regex-syntax v0.8.5
13772026-01-28T22:34:15.736Z Compiling parking_lot_core v0.9.10
13782026-01-28T22:34:15.736Z Compiling rustix v0.38.37
13792026-01-28T22:34:15.737Z Compiling libm v0.2.8
13802026-01-28T22:34:15.737Z Compiling once_cell v1.21.3
13812026-01-28T22:34:15.836Z Compiling signal-hook-registry v1.4.2
13822026-01-28T22:34:15.875Z Compiling num-traits v0.2.19
13832026-01-28T22:34:16.114Z Compiling allocator-api2 v0.2.21
13842026-01-28T22:34:16.513Z Compiling parking_lot v0.12.3
13852026-01-28T22:34:16.700Z Compiling mio v1.0.2
13862026-01-28T22:34:16.700Z Compiling futures-core v0.3.31
13872026-01-28T22:34:16.873Z Compiling lazy_static v1.5.0
13882026-01-28T22:34:16.940Z Compiling aho-corasick v1.1.3
13892026-01-28T22:34:16.996Z Compiling percent-encoding v2.3.2
13902026-01-28T22:34:17.029Z Compiling socket2 v0.6.1
13912026-01-28T22:34:17.407Z Compiling slab v0.4.9
13922026-01-28T22:34:17.776Z Compiling cpufeatures v0.2.14
13932026-01-28T22:34:17.898Z Compiling glob v0.3.2
13942026-01-28T22:34:17.949Z Compiling either v1.15.0
13952026-01-28T22:34:18.029Z Compiling futures-sink v0.3.31
13962026-01-28T22:34:18.317Z Compiling futures-channel v0.3.31
13972026-01-28T22:34:18.454Z Compiling hashbrown v0.16.1
13982026-01-28T22:34:18.482Z Compiling pin-utils v0.1.0
13992026-01-28T22:34:18.647Z Compiling futures-io v0.3.31
14002026-01-28T22:34:18.703Z Compiling futures-task v0.3.31
14012026-01-28T22:34:19.010Z Compiling clang-sys v1.8.1
14022026-01-28T22:34:19.121Z Compiling rustversion v1.0.22
14032026-01-28T22:34:19.163Z Compiling prettyplease v0.2.36
14042026-01-28T22:34:19.440Z Compiling regex-automata v0.4.11
14052026-01-28T22:34:19.529Z Compiling minimal-lexical v0.2.1
14062026-01-28T22:34:19.649Z Compiling libloading v0.8.5
14072026-01-28T22:34:19.852Z Compiling indexmap v2.12.1
14082026-01-28T22:34:20.137Z Compiling synstructure v0.13.1
14092026-01-28T22:34:20.164Z Compiling nom v7.1.3
14102026-01-28T22:34:20.634Z Compiling ident_case v1.0.1
14112026-01-28T22:34:20.901Z Compiling bindgen v0.69.5
14122026-01-28T22:34:21.045Z Compiling base64ct v1.6.0
14132026-01-28T22:34:21.505Z Compiling home v0.5.9
14142026-01-28T22:34:21.701Z Compiling pem-rfc7468 v0.7.0
14152026-01-28T22:34:21.766Z Compiling itertools v0.12.1
14162026-01-28T22:34:21.982Z Compiling form_urlencoded v1.2.2
14172026-01-28T22:34:22.339Z Compiling lazycell v1.3.0
14182026-01-28T22:34:22.610Z Compiling flagset v0.4.6
14192026-01-28T22:34:22.653Z Compiling rustc-hash v1.1.0
14202026-01-28T22:34:22.757Z Compiling rand_core v0.9.3
14212026-01-28T22:34:22.802Z Compiling cmake v0.1.51
14222026-01-28T22:34:23.468Z Compiling fs_extra v1.3.0
14232026-01-28T22:34:23.641Z Compiling paste v1.0.15
14242026-01-28T22:34:24.023Z Compiling cexpr v0.6.0
14252026-01-28T22:34:24.055Z Compiling dunce v1.0.5
14262026-01-28T22:34:24.237Z Compiling iana-time-zone v0.1.63
14272026-01-28T22:34:24.277Z Compiling foldhash v0.1.5
14282026-01-28T22:34:24.667Z Compiling hashbrown v0.15.4
14292026-01-28T22:34:24.734Z Compiling rustc_version v0.4.1
14302026-01-28T22:34:24.763Z Compiling uuid v1.19.0
14312026-01-28T22:34:24.973Z Compiling zerocopy v0.8.27
14322026-01-28T22:34:25.106Z Compiling serde_derive v1.0.228
14332026-01-28T22:34:27.820Z Compiling zeroize_derive v1.4.2
14342026-01-28T22:34:27.989Z Compiling zerofrom-derive v0.1.4
14352026-01-28T22:34:27.989Z Compiling yoke-derive v0.7.4
14362026-01-28T22:34:27.989Z Compiling zerovec-derive v0.10.3
14372026-01-28T22:34:27.989Z Compiling displaydoc v0.2.5
14382026-01-28T22:34:27.989Z Compiling zeroize v1.8.1
14392026-01-28T22:34:28.026Z Compiling icu_provider_macros v1.5.0
14402026-01-28T22:34:28.446Z Compiling zerocopy-derive v0.7.35
14412026-01-28T22:34:28.947Z Compiling crypto-common v0.1.6
14422026-01-28T22:34:29.008Z Compiling block-buffer v0.10.4
14432026-01-28T22:34:29.108Z Compiling tokio-macros v2.6.0
14442026-01-28T22:34:29.166Z Compiling zerofrom v0.1.4
14452026-01-28T22:34:29.225Z Compiling thiserror-impl v2.0.17
14462026-01-28T22:34:29.306Z Compiling digest v0.10.7
14472026-01-28T22:34:29.439Z Compiling yoke v0.7.4
14482026-01-28T22:34:29.845Z Compiling zerovec v0.10.4
14492026-01-28T22:34:29.875Z Compiling hmac v0.12.1
14502026-01-28T22:34:30.176Z Compiling block-padding v0.3.3
14512026-01-28T22:34:30.471Z Compiling futures-macro v0.3.31
14522026-01-28T22:34:30.497Z Compiling inout v0.1.3
14532026-01-28T22:34:30.521Z Compiling zerocopy v0.7.35
14542026-01-28T22:34:30.728Z Compiling regex v1.11.3
14552026-01-28T22:34:30.857Z Compiling cipher v0.4.4
14562026-01-28T22:34:31.450Z Compiling sha2 v0.10.9
14572026-01-28T22:34:31.861Z Compiling tinystr v0.7.6
14582026-01-28T22:34:32.044Z Compiling icu_collections v1.5.0
14592026-01-28T22:34:32.261Z Compiling ppv-lite86 v0.2.20
14602026-01-28T22:34:32.354Z Compiling icu_locid v1.5.0
14612026-01-28T22:34:32.419Z Compiling futures-util v0.3.31
14622026-01-28T22:34:32.572Z Compiling thiserror v2.0.17
14632026-01-28T22:34:32.659Z Compiling der_derive v0.7.3
14642026-01-28T22:34:32.730Z Compiling serde v1.0.228
14652026-01-28T22:34:32.758Z Compiling pest v2.8.2
14662026-01-28T22:34:33.077Z Compiling salsa20 v0.10.2
14672026-01-28T22:34:33.337Z Compiling pbkdf2 v0.12.2
14682026-01-28T22:34:33.620Z Compiling vcpkg v0.2.15
14692026-01-28T22:34:33.644Z Compiling scrypt v0.11.0
14702026-01-28T22:34:34.086Z Compiling bitflags v2.9.4
14712026-01-28T22:34:34.112Z Compiling bytes v1.10.1
14722026-01-28T22:34:34.639Z Compiling icu_provider v1.5.0
14732026-01-28T22:34:34.925Z Compiling chrono v0.4.42
14742026-01-28T22:34:34.967Z Compiling der v0.7.10
14752026-01-28T22:34:35.403Z Compiling tokio v1.48.0
14762026-01-28T22:34:35.660Z Compiling icu_locid_transform v1.5.0
14772026-01-28T22:34:35.726Z Compiling pest_meta v2.8.2
14782026-01-28T22:34:36.158Z Compiling openssl-sys v0.9.109
14792026-01-28T22:34:37.286Z Compiling icu_properties v1.5.1
14802026-01-28T22:34:38.187Z Compiling spki v0.7.3
14812026-01-28T22:34:38.214Z Compiling http v1.4.0
14822026-01-28T22:34:38.573Z Compiling rand_chacha v0.9.0
14832026-01-28T22:34:38.608Z Compiling aes v0.8.4
14842026-01-28T22:34:38.632Z Compiling cbc v0.1.2
14852026-01-28T22:34:38.924Z Compiling which v4.4.2
14862026-01-28T22:34:39.851Z Compiling zerocopy-derive v0.8.27
14872026-01-28T22:34:40.572Z Compiling pkcs5 v0.7.1
14882026-01-28T22:34:40.606Z Compiling rand v0.9.2
14892026-01-28T22:34:41.198Z Compiling pest_generator v2.8.2
14902026-01-28T22:34:41.315Z Compiling icu_normalizer v1.5.0
14912026-01-28T22:34:42.067Z Compiling tracing-attributes v0.1.27
14922026-01-28T22:34:42.298Z Compiling serde_derive_internals v0.29.1
14932026-01-28T22:34:42.546Z Compiling idna_adapter v1.2.0
14942026-01-28T22:34:42.812Z Compiling idna v1.0.3
14952026-01-28T22:34:42.943Z Compiling ring v0.17.14
14962026-01-28T22:34:43.198Z Compiling tracing-core v0.1.32
14972026-01-28T22:34:44.096Z Compiling url v2.5.4
14982026-01-28T22:34:44.345Z Compiling aws-lc-rs v1.12.4
14992026-01-28T22:34:44.549Z Compiling rustix v1.1.3
15002026-01-28T22:34:44.725Z Compiling schemars v0.8.22
15012026-01-28T22:34:44.837Z Compiling adler2 v2.0.0
15022026-01-28T22:34:45.069Z Compiling tokio-util v0.7.15
15032026-01-28T22:34:45.102Z Compiling tracing v0.1.40
15042026-01-28T22:34:45.165Z Compiling miniz_oxide v0.8.5
15052026-01-28T22:34:45.650Z Compiling schemars_derive v0.8.22
15062026-01-28T22:34:46.059Z Compiling pest_derive v2.8.2
15072026-01-28T22:34:46.725Z Compiling pkcs8 v0.10.2
15082026-01-28T22:34:47.018Z Compiling http-body v1.0.1
15092026-01-28T22:34:47.090Z Compiling scroll_derive v0.13.1
15102026-01-28T22:34:47.449Z Compiling darling_core v0.20.10
15112026-01-28T22:34:47.598Z Compiling dyn-clone v1.0.20
15122026-01-28T22:34:47.737Z Compiling rustls-pki-types v1.10.0
15132026-01-28T22:34:47.893Z Compiling tinyvec_macros v0.1.1
15142026-01-28T22:34:48.028Z Compiling base64 v0.22.1
15152026-01-28T22:34:48.803Z Compiling httparse v1.9.5
15162026-01-28T22:34:48.875Z Compiling tinyvec v1.8.0
15172026-01-28T22:34:49.078Z Compiling scroll v0.13.0
15182026-01-28T22:34:49.711Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15192026-01-28T22:34:50.199Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-01-28T22:34:50.331Z Compiling untrusted v0.9.0
15212026-01-28T22:34:50.504Z Compiling try-lock v0.2.5
15222026-01-28T22:34:50.593Z Compiling foreign-types-shared v0.1.1
15232026-01-28T22:34:50.714Z Compiling time-core v0.1.6
15242026-01-28T22:34:50.758Z Compiling openssl v0.10.73
15252026-01-28T22:34:50.792Z Compiling tower-service v0.3.3
15262026-01-28T22:34:50.972Z Compiling tower-layer v0.3.3
15272026-01-28T22:34:51.070Z Compiling powerfmt v0.2.0
15282026-01-28T22:34:51.253Z Compiling openssl-probe v0.1.5
15292026-01-28T22:34:51.303Z Compiling atomic-waker v1.1.2
15302026-01-28T22:34:51.485Z Compiling untrusted v0.7.1
15312026-01-28T22:34:51.547Z Compiling num-conv v0.1.0
15322026-01-28T22:34:51.652Z Compiling h2 v0.4.6
15332026-01-28T22:34:51.741Z Compiling deranged v0.5.3
15342026-01-28T22:34:51.869Z Compiling time-macros v0.2.24
15352026-01-28T22:34:52.415Z Compiling tempfile v3.24.0
15362026-01-28T22:34:53.263Z Compiling foreign-types v0.3.2
15372026-01-28T22:34:53.410Z Compiling want v0.3.1
15382026-01-28T22:34:53.599Z Compiling darling_macro v0.20.10
15392026-01-28T22:34:54.504Z Compiling goblin v0.10.2
15402026-01-28T22:34:54.594Z Compiling darling v0.20.10
15412026-01-28T22:34:54.808Z Compiling ipnet v2.11.0
15422026-01-28T22:34:54.951Z Compiling openssl-macros v0.1.1
15432026-01-28T22:34:55.689Z Compiling wait-timeout v0.2.0
15442026-01-28T22:34:56.023Z Compiling syn v1.0.109
15452026-01-28T22:34:56.197Z Compiling bit-vec v0.8.0
15462026-01-28T22:34:56.223Z Compiling rustls v0.23.19
15472026-01-28T22:34:56.276Z Compiling gimli v0.31.1
15482026-01-28T22:34:56.588Z Compiling native-tls v0.2.12
15492026-01-28T22:34:56.656Z Compiling httpdate v1.0.3
15502026-01-28T22:34:56.751Z Compiling crossbeam-utils v0.8.21
15512026-01-28T22:34:56.963Z Compiling num_threads v0.1.7
15522026-01-28T22:34:57.155Z Compiling usdt-impl v0.6.0
15532026-01-28T22:34:57.223Z Compiling quick-error v1.2.3
15542026-01-28T22:34:57.419Z Compiling rusty-fork v0.3.0
15552026-01-28T22:34:57.489Z Compiling time v0.3.43
15562026-01-28T22:34:57.755Z Compiling bit-set v0.8.0
15572026-01-28T22:34:58.153Z Compiling derive_builder_core v0.20.2
15582026-01-28T22:35:00.448Z Compiling hyper v1.8.1
15592026-01-28T22:35:01.231Z Compiling addr2line v0.24.2
15602026-01-28T22:35:01.608Z Compiling unicode-normalization v0.1.24
15612026-01-28T22:35:01.936Z Compiling dof v0.4.0
15622026-01-28T22:35:01.971Z Compiling dtrace-parser v0.3.0
15632026-01-28T22:35:02.669Z Compiling signature v2.2.0
15642026-01-28T22:35:03.009Z Compiling heapless v0.7.17
15652026-01-28T22:35:03.450Z Compiling thiserror-impl v1.0.69
15662026-01-28T22:35:03.935Z Compiling scroll_derive v0.12.0
15672026-01-28T22:35:04.271Z Compiling rand_xorshift v0.4.0
15682026-01-28T22:35:04.371Z Compiling slog v2.8.2
15692026-01-28T22:35:04.600Z Compiling darling_core v0.21.0
15702026-01-28T22:35:04.732Z Compiling thread-id v5.0.0
15712026-01-28T22:35:04.865Z Compiling cookie v0.18.1
15722026-01-28T22:35:05.310Z Compiling crc32fast v1.4.2
15732026-01-28T22:35:05.372Z Compiling object v0.36.5
15742026-01-28T22:35:05.662Z Compiling zlib-rs v0.5.1
15752026-01-28T22:35:06.143Z Compiling unicode-bidi v0.3.17
15762026-01-28T22:35:06.171Z Compiling unarray v0.1.4
15772026-01-28T22:35:06.397Z Compiling zstd-safe v7.2.3
15782026-01-28T22:35:06.466Z Compiling siphasher v0.3.11
15792026-01-28T22:35:06.776Z Compiling rustc-demangle v0.1.24
15802026-01-28T22:35:06.860Z Compiling unicode-properties v0.1.3
15812026-01-28T22:35:07.194Z Compiling signal-hook v0.3.18
15822026-01-28T22:35:07.305Z Compiling anyhow v1.0.99
15832026-01-28T22:35:07.496Z Compiling stringprep v0.1.5
15842026-01-28T22:35:07.676Z Compiling phf_shared v0.11.2
15852026-01-28T22:35:07.850Z Compiling thiserror v1.0.69
15862026-01-28T22:35:08.070Z Compiling proptest v1.7.0
15872026-01-28T22:35:08.149Z Compiling scroll v0.12.0
15882026-01-28T22:35:08.859Z Compiling hyper-util v0.1.19
15892026-01-28T22:35:09.271Z Compiling derive_builder_macro v0.20.2
15902026-01-28T22:35:11.085Z Compiling darling_macro v0.21.0
15912026-01-28T22:35:11.238Z Compiling ipnetwork v0.21.1
15922026-01-28T22:35:11.915Z Compiling libz-rs-sys v0.5.1
15932026-01-28T22:35:12.109Z Compiling serde_spanned v0.6.9
15942026-01-28T22:35:12.314Z Compiling serde_tokenstream v0.2.2
15952026-01-28T22:35:12.398Z Compiling backtrace v0.3.74
15962026-01-28T22:35:12.898Z Compiling erased-serde v0.3.31
15972026-01-28T22:35:12.989Z Compiling toml_datetime v0.6.11
15982026-01-28T22:35:13.013Z Compiling rand_chacha v0.3.1
15992026-01-28T22:35:13.189Z Compiling md-5 v0.10.6
16002026-01-28T22:35:13.505Z Compiling curve25519-dalek v4.1.3
16012026-01-28T22:35:13.606Z Compiling vergen-lib v0.1.6
16022026-01-28T22:35:13.947Z Compiling num-integer v0.1.46
16032026-01-28T22:35:14.223Z Compiling sync_wrapper v1.0.1
16042026-01-28T22:35:14.397Z Compiling ff v0.13.0
16052026-01-28T22:35:14.427Z Compiling hash32 v0.2.1
16062026-01-28T22:35:14.672Z Compiling memoffset v0.9.1
16072026-01-28T22:35:14.705Z Compiling psl-types v2.0.11
16082026-01-28T22:35:14.863Z Compiling num-bigint-dig v0.8.6
16092026-01-28T22:35:14.958Z Compiling ref-cast v1.0.25
16102026-01-28T22:35:15.028Z Compiling base16ct v0.2.0
16112026-01-28T22:35:15.052Z Compiling litrs v0.4.1
16122026-01-28T22:35:15.227Z Compiling smoltcp v0.9.1
16132026-01-28T22:35:15.375Z Compiling cfg_aliases v0.2.1
16142026-01-28T22:35:15.450Z Compiling fallible-iterator v0.2.0
16152026-01-28T22:35:15.513Z Compiling nix v0.29.0
16162026-01-28T22:35:15.669Z Compiling sec1 v0.7.3
16172026-01-28T22:35:16.159Z Compiling publicsuffix v2.3.0
16182026-01-28T22:35:16.185Z Compiling document-features v0.2.11
16192026-01-28T22:35:16.225Z Compiling postgres-protocol v0.6.8
16202026-01-28T22:35:16.355Z Compiling group v0.13.0
16212026-01-28T22:35:16.496Z Compiling num-iter v0.1.45
16222026-01-28T22:35:16.705Z Compiling newtype-uuid v1.3.2
16232026-01-28T22:35:16.735Z Compiling tower v0.5.2
16242026-01-28T22:35:17.582Z Compiling rand v0.8.5
16252026-01-28T22:35:17.639Z Compiling flate2 v1.1.2
16262026-01-28T22:35:17.981Z Compiling darling v0.21.0
16272026-01-28T22:35:18.154Z Compiling oxnet v0.1.4
16282026-01-28T22:35:18.417Z Compiling derive_builder v0.20.2
16292026-01-28T22:35:18.507Z Compiling tokio-native-tls v0.3.1
16302026-01-28T22:35:18.689Z Compiling goblin v0.8.2
16312026-01-28T22:35:19.363Z Compiling rustls-native-certs v0.8.1
16322026-01-28T22:35:19.697Z Compiling webpki-roots v1.0.1
16332026-01-28T22:35:19.952Z Compiling http-body-util v0.1.3
16342026-01-28T22:35:20.089Z Compiling strum_macros v0.27.2
16352026-01-28T22:35:20.115Z Compiling terminal_size v0.4.0
16362026-01-28T22:35:20.115Z Compiling cargo-platform v0.1.8
16372026-01-28T22:35:20.426Z Compiling hkdf v0.12.4
16382026-01-28T22:35:20.496Z Compiling crypto-bigint v0.5.5
16392026-01-28T22:35:20.719Z Compiling curve25519-dalek-derive v0.1.1
16402026-01-28T22:35:20.756Z Compiling async-trait v0.1.89
16412026-01-28T22:35:22.436Z Compiling ref-cast-impl v1.0.25
16422026-01-28T22:35:22.502Z Compiling hubpack_derive v0.1.1
16432026-01-28T22:35:23.598Z Compiling daft-derive v0.1.4
16442026-01-28T22:35:23.720Z Compiling vergen v9.0.6
16452026-01-28T22:35:23.804Z Compiling ahash v0.8.12
16462026-01-28T22:35:24.146Z Compiling fs-err v3.1.1
16472026-01-28T22:35:24.292Z Compiling buf-list v1.0.3
16482026-01-28T22:35:24.613Z Compiling bumpalo v3.16.0
16492026-01-28T22:35:25.013Z Compiling simd-adler32 v0.3.7
16502026-01-28T22:35:25.196Z Compiling lockfree-object-pool v0.1.6
16512026-01-28T22:35:25.397Z Compiling unicode-segmentation v1.12.0
16522026-01-28T22:35:25.508Z Compiling bitflags v1.3.2
16532026-01-28T22:35:25.542Z Compiling managed v0.8.0
16542026-01-28T22:35:25.583Z Compiling iri-string v0.7.8
16552026-01-28T22:35:25.650Z Compiling ryu v1.0.18
16562026-01-28T22:35:26.041Z Compiling winnow v0.5.40
16572026-01-28T22:35:26.416Z Compiling serde_urlencoded v0.7.1
16582026-01-28T22:35:26.975Z Compiling clap_builder v4.5.48
16592026-01-28T22:35:27.020Z Compiling strum v0.27.2
16602026-01-28T22:35:27.339Z Compiling dof v0.3.0
16612026-01-28T22:35:28.242Z Compiling zopfli v0.8.1
16622026-01-28T22:35:29.020Z Compiling tower-http v0.6.6
16632026-01-28T22:35:29.363Z Compiling daft v0.1.4
16642026-01-28T22:35:30.000Z Compiling toml_edit v0.19.15
16652026-01-28T22:35:30.165Z Compiling elliptic-curve v0.13.8
16662026-01-28T22:35:30.232Z Compiling hubpack v0.1.2
16672026-01-28T22:35:30.440Z Compiling cargo_metadata v0.19.2
16682026-01-28T22:35:30.724Z Compiling hyper-tls v0.6.0
16692026-01-28T22:35:31.182Z Compiling signal-hook-mio v0.2.4
16702026-01-28T22:35:31.262Z Compiling cookie_store v0.21.1
16712026-01-28T22:35:31.409Z Compiling zstd v0.13.3
16722026-01-28T22:35:33.947Z Compiling serde_with_macros v3.16.1
16732026-01-28T22:35:34.582Z Compiling postgres-types v0.2.9
16742026-01-28T22:35:36.052Z Compiling usdt-attr-macro v0.6.0
16752026-01-28T22:35:36.179Z Compiling usdt-macro v0.6.0
16762026-01-28T22:35:36.745Z Compiling dtrace-parser v0.2.0
16772026-01-28T22:35:37.126Z Compiling phf v0.11.2
16782026-01-28T22:35:37.483Z Compiling ed25519 v2.2.3
16792026-01-28T22:35:37.752Z Compiling bzip2 v0.5.2
16802026-01-28T22:35:37.817Z Compiling bzip2 v0.4.4
16812026-01-28T22:35:37.853Z Compiling pkcs1 v0.7.5
16822026-01-28T22:35:38.228Z Compiling strum_macros v0.26.4
16832026-01-28T22:35:38.334Z Compiling clap_derive v4.5.47
16842026-01-28T22:35:38.952Z Compiling enum-as-inner v0.6.1
16852026-01-28T22:35:39.007Z Compiling hex v0.4.3
16862026-01-28T22:35:39.031Z Compiling serde-big-array v0.5.1
16872026-01-28T22:35:39.327Z Compiling rfc6979 v0.4.0
16882026-01-28T22:35:39.600Z Compiling bstr v1.10.0
16892026-01-28T22:35:39.726Z Compiling serde_repr v0.1.19
16902026-01-28T22:35:39.888Z Compiling float-cmp v0.10.0
16912026-01-28T22:35:40.079Z Compiling env_filter v0.1.2
16922026-01-28T22:35:40.189Z Compiling memmap2 v0.9.8
16932026-01-28T22:35:40.786Z Compiling socket2 v0.5.10
16942026-01-28T22:35:40.841Z Compiling encoding_rs v0.8.34
16952026-01-28T22:35:40.867Z Compiling keccak v0.1.5
16962026-01-28T22:35:41.397Z Compiling static_assertions v1.1.0
16972026-01-28T22:35:41.535Z Compiling jiff v0.2.15
16982026-01-28T22:35:41.865Z Compiling data-encoding v2.9.0
16992026-01-28T22:35:42.883Z Compiling new_debug_unreachable v1.0.6
17002026-01-28T22:35:42.924Z Compiling normalize-line-endings v0.3.0
17012026-01-28T22:35:43.022Z Compiling difflib v0.4.0
17022026-01-28T22:35:43.140Z Compiling precomputed-hash v0.1.1
17032026-01-28T22:35:43.310Z Compiling foldhash v0.2.0
17042026-01-28T22:35:43.350Z Compiling fixedbitset v0.4.2
17052026-01-28T22:35:43.807Z Compiling rustc-hash v2.1.1
17062026-01-28T22:35:43.862Z Compiling whoami v1.5.2
17072026-01-28T22:35:43.906Z Compiling predicates-core v1.0.8
17082026-01-28T22:35:44.095Z Compiling mime v0.3.17
17092026-01-28T22:35:44.345Z Compiling fixedbitset v0.5.7
17102026-01-28T22:35:44.579Z Compiling tokio-postgres v0.7.13
17112026-01-28T22:35:44.609Z Compiling predicates v3.1.3
17122026-01-28T22:35:44.783Z Compiling iddqd v0.3.16
17132026-01-28T22:35:44.834Z Compiling petgraph v0.6.5
17142026-01-28T22:35:45.123Z Compiling petgraph v0.8.2
17152026-01-28T22:35:46.376Z Compiling string_cache v0.8.9
17162026-01-28T22:35:46.874Z Compiling strum v0.26.3
17172026-01-28T22:35:47.156Z Compiling toml_edit v0.22.27
17182026-01-28T22:35:47.351Z Compiling clap v4.5.48
17192026-01-28T22:35:47.504Z Compiling hickory-proto v0.25.2
17202026-01-28T22:35:47.695Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-01-28T22:35:49.179Z Compiling sha3 v0.10.8
17222026-01-28T22:35:50.319Z Compiling similar v2.7.0
17232026-01-28T22:35:50.675Z Compiling zip v4.2.0
17242026-01-28T22:35:50.731Z Compiling usdt-impl v0.5.0
17252026-01-28T22:35:52.198Z Compiling usdt v0.6.0
17262026-01-28T22:35:52.598Z Compiling env_logger v0.11.8
17272026-01-28T22:35:52.734Z Compiling serde_with v3.16.1
17282026-01-28T22:35:53.036Z Compiling ecdsa v0.16.9
17292026-01-28T22:35:53.495Z Compiling rsa v0.9.8
17302026-01-28T22:35:54.089Z Compiling zip v0.6.6
17312026-01-28T22:35:55.074Z Compiling ed25519-dalek v2.1.1
17322026-01-28T22:35:55.268Z Compiling toml v0.7.8
17332026-01-28T22:35:56.644Z Compiling crossterm v0.28.1
17342026-01-28T22:35:57.516Z Compiling heck v0.4.1
17352026-01-28T22:35:57.778Z Compiling crossbeam-epoch v0.9.18
17362026-01-28T22:35:57.804Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17372026-01-28T22:35:57.895Z Compiling tokio-stream v0.1.17
17382026-01-28T22:35:58.004Z Compiling x509-cert v0.2.5
17392026-01-28T22:35:58.391Z Compiling openapiv3 v2.2.0
17402026-01-28T22:35:58.566Z Compiling sha1 v0.10.6
17412026-01-28T22:35:59.083Z Compiling itertools v0.10.5
17422026-01-28T22:35:59.115Z Compiling itertools v0.13.0
17432026-01-28T22:36:00.451Z Compiling winnow v0.6.26
17442026-01-28T22:36:00.482Z Compiling lalrpop-util v0.19.12
17452026-01-28T22:36:00.931Z Compiling peg-runtime v0.8.5
17462026-01-28T22:36:01.626Z Compiling thread_local v1.1.8
17472026-01-28T22:36:02.152Z Compiling slog-async v2.8.0
17482026-01-28T22:36:02.223Z Compiling crossbeam-channel v0.5.15
17492026-01-28T22:36:02.376Z Compiling xattr v1.3.1
17502026-01-28T22:36:02.664Z Compiling futures-executor v0.3.31
17512026-01-28T22:36:02.695Z Compiling filetime v0.2.26
17522026-01-28T22:36:02.731Z Compiling is-terminal v0.4.13
17532026-01-28T22:36:02.838Z Compiling term v1.1.0
17542026-01-28T22:36:02.900Z Compiling take_mut v0.2.2
17552026-01-28T22:36:03.070Z Compiling futures v0.3.31
17562026-01-28T22:36:03.118Z Compiling tar v0.4.44
17572026-01-28T22:36:04.405Z Compiling slog-term v2.9.2
17582026-01-28T22:36:08.186Z Compiling aws-lc-sys v0.26.0
17592026-01-28T22:36:52.668Z Compiling rustls-webpki v0.102.8
17602026-01-28T22:37:01.049Z Compiling tokio-rustls v0.26.0
17612026-01-28T22:37:01.514Z Compiling hyper-rustls v0.27.7
17622026-01-28T22:37:01.977Z Compiling reqwest v0.12.24
17632026-01-28T22:37:08.232Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17642026-01-28T22:37:08.761Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17652026-01-28T22:37:16.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 11s
17662026-01-28T22:37:17.109Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17672026-01-28T22:37:17.221ZJan 28 22:37:16.603 INFO Starting download, target: Clickhouse
17682026-01-28T22:37:17.221ZJan 28 22:37:16.606 INFO Starting download, target: Cockroach
17692026-01-28T22:37:17.221ZJan 28 22:37:16.606 INFO Starting download, target: Console
17702026-01-28T22:37:17.221ZJan 28 22:37:16.606 INFO Starting download, target: DendriteStub
17712026-01-28T22:37:17.221ZJan 28 22:37:16.606 INFO Starting download, target: MaghemiteMgd
17722026-01-28T22:37:17.222ZJan 28 22:37:16.606 INFO Starting download, target: TransceiverControl
17732026-01-28T22:37:17.246ZJan 28 22:37:16.607 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17742026-01-28T22:37:17.246ZJan 28 22:37:16.607 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17752026-01-28T22:37:17.246ZJan 28 22:37:16.607 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17762026-01-28T22:37:17.246ZJan 28 22:37:16.607 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-01-28T22:37:17.246ZJan 28 22:37:16.607 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17782026-01-28T22:37:17.246ZJan 28 22:37:16.607 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17792026-01-28T22:37:17.663ZJan 28 22:37:17.043 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17802026-01-28T22:37:18.057ZJan 28 22:37:17.428 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17812026-01-28T22:37:18.282ZJan 28 22:37:17.653 INFO Download complete, target: Console
17822026-01-28T22:37:18.613ZJan 28 22:37:17.990 INFO Download complete, target: TransceiverControl
17832026-01-28T22:37:20.246ZJan 28 22:37:19.630 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17842026-01-28T22:37:20.389ZJan 28 22:37:19.772 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17852026-01-28T22:37:22.702ZJan 28 22:37:22.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17862026-01-28T22:37:22.702ZJan 28 22:37:22.088 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17872026-01-28T22:37:26.508ZJan 28 22:37:25.892 INFO Download complete, target: MaghemiteMgd
17882026-01-28T22:37:26.533ZJan 28 22:37:25.908 INFO Download complete, target: DendriteStub
17892026-01-28T22:37:31.392ZJan 28 22:37:30.732 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17902026-01-28T22:37:33.951ZJan 28 22:37:33.338 INFO Checking that binary works, target: Cockroach
17912026-01-28T22:37:34.268ZJan 28 22:37:33.655 INFO Download complete, target: Cockroach
17922026-01-28T22:37:45.939ZJan 28 22:37:45.328 INFO Checking that binary works, target: Clickhouse
17932026-01-28T22:37:46.183ZJan 28 22:37:45.571 INFO Download complete, target: Clickhouse
17942026-01-28T22:37:46.221ZAll builder prerequisites installed successfully, and PATH looks valid
17952026-01-28T22:37:46.283Z
17962026-01-28T22:37:46.283Zreal 7:43.171528545
17972026-01-28T22:37:46.283Zuser 22:06.506524219
17982026-01-28T22:37:46.283Zsys 3:28.255569928
17992026-01-28T22:37:46.283Ztrap 1.020264688
18002026-01-28T22:37:46.283Ztflt 0.653848518
18012026-01-28T22:37:46.284Zdflt 1.251329218
18022026-01-28T22:37:46.284Zkflt 0.022125578
18032026-01-28T22:37:46.284Zlock 55:38.495882285
18042026-01-28T22:37:46.284Zslp 1:20:28.581835661
18052026-01-28T22:37:46.284Zlat 1:36.489028249
18062026-01-28T22:37:46.284Zstop 3:26.386263140
18072026-01-28T22:37:46.284Z++ bmat factory name
18082026-01-28T22:37:46.284Z++ bmat factory private
18092026-01-28T22:37:46.284Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/56060 '{
18102026-01-28T22:37:46.284Z buildomat: {
18112026-01-28T22:37:46.284Z factory: {
18122026-01-28T22:37:46.284Z name: $bmat_factory_name,
18132026-01-28T22:37:46.284Z private: $bmat_factory_private,
18142026-01-28T22:37:46.285Z },
18152026-01-28T22:37:46.285Z },
18162026-01-28T22:37:46.285Z }'
18172026-01-28T22:37:46.309Z+ banner ls-apis
18182026-01-28T22:37:46.310Z
18192026-01-28T22:37:46.310Z # #### ## ##### # ####
18202026-01-28T22:37:46.310Z # # # # # # # #
18212026-01-28T22:37:46.310Z # #### ##### # # # # # ####
18222026-01-28T22:37:46.310Z # # ###### ##### # #
18232026-01-28T22:37:46.310Z # # # # # # # # #
18242026-01-28T22:37:46.310Z ###### #### # # # # ####
18252026-01-28T22:37:46.310Z
18262026-01-28T22:37:46.310Z+ source ./tools/include/force-git-over-https.sh
18272026-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/')
18282026-01-28T22:37:46.310Z++ (( i = 0 ))
18292026-01-28T22:37:46.310Z++ (( i < 5 ))
18302026-01-28T22:37:46.310Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18312026-01-28T22:37:46.334Z++ (( i++ ))
18322026-01-28T22:37:46.334Z++ (( i < 5 ))
18332026-01-28T22:37:46.334Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18342026-01-28T22:37:46.334Z++ (( i++ ))
18352026-01-28T22:37:46.334Z++ (( i < 5 ))
18362026-01-28T22:37:46.334Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18372026-01-28T22:37:46.334Z++ (( i++ ))
18382026-01-28T22:37:46.335Z++ (( i < 5 ))
18392026-01-28T22:37:46.335Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18402026-01-28T22:37:46.335Z++ (( i++ ))
18412026-01-28T22:37:46.335Z++ (( i < 5 ))
18422026-01-28T22:37:46.335Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18432026-01-28T22:37:46.335Z++ (( i++ ))
18442026-01-28T22:37:46.335Z++ (( i < 5 ))
18452026-01-28T22:37:46.335Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18462026-01-28T22:37:46.335Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18472026-01-28T22:37:46.335Z+ ptime -m cargo xtask ls-apis apis
18482026-01-28T22:37:47.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
18492026-01-28T22:37:47.863Z Running `target/debug/xtask ls-apis apis`
18502026-01-28T22:37:49.557Z Compiling semver v0.1.20
18512026-01-28T22:37:49.582Z Compiling erased-serde v0.4.6
18522026-01-28T22:37:49.614Z Compiling ordered-float v2.10.1
18532026-01-28T22:37:49.640Z Compiling structmeta-derive v0.3.0
18542026-01-28T22:37:49.640Z Compiling toml v0.8.23
18552026-01-28T22:37:49.640Z Compiling cargo-platform v0.2.0
18562026-01-28T22:37:49.679Z Compiling indent_write v2.2.0
18572026-01-28T22:37:50.014Z Compiling rustc_version v0.1.7
18582026-01-28T22:37:50.274Z Compiling serde-value v0.7.0
18592026-01-28T22:37:50.487Z Compiling newtype_derive v0.1.6
18602026-01-28T22:37:50.765Z Compiling serde-untagged v0.1.7
18612026-01-28T22:37:51.212Z Compiling cargo-util-schemas v0.8.2
18622026-01-28T22:37:51.551Z Compiling structmeta v0.3.0
18632026-01-28T22:37:51.971Z Compiling parse-display-derive v0.10.0
18642026-01-28T22:37:53.658Z Compiling cargo_metadata v0.21.0
18652026-01-28T22:37:54.619Z Compiling parse-display v0.10.0
18662026-01-28T22:37:55.676Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18672026-01-28T22:38:03.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.72s
18682026-01-28T22:38:03.831Z Running `target/debug/ls-apis apis`
18692026-01-28T22:38:03.923Zloading metadata for workspace omicron from current workspace
18702026-01-28T22:38:09.470Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
18712026-01-28T22:38:09.494Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18722026-01-28T22:38:09.494Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18732026-01-28T22:38:09.494Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18742026-01-28T22:38:09.494Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
18752026-01-28T22:38:37.907Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
18762026-01-28T22:38:40.173Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18772026-01-28T22:38:40.203Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18782026-01-28T22:38:40.503ZBootstrap Agent (client: bootstrap-agent-client)
18792026-01-28T22:38:40.503Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18802026-01-28T22:38:40.503Z consumed by: wicketd (omicron/wicketd) via 2 paths
18812026-01-28T22:38:40.503Z
18822026-01-28T22:38:40.503ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18832026-01-28T22:38:40.503Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18842026-01-28T22:38:40.504Z
18852026-01-28T22:38:40.504ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18862026-01-28T22:38:40.504Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18872026-01-28T22:38:40.504Z
18882026-01-28T22:38:40.504ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18892026-01-28T22:38:40.504Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18902026-01-28T22:38:40.504Z
18912026-01-28T22:38:40.504ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18922026-01-28T22:38:40.504Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18932026-01-28T22:38:40.504Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18942026-01-28T22:38:40.504Z
18952026-01-28T22:38:40.504ZCrucible Agent (client: crucible-agent-client)
18962026-01-28T22:38:40.528Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18972026-01-28T22:38:40.528Z
18982026-01-28T22:38:40.528ZCrucible Control (for testing only) (client: crucible-control-client)
18992026-01-28T22:38:40.528Z
19002026-01-28T22:38:40.528ZCrucible Pantry (client: crucible-pantry-client)
19012026-01-28T22:38:40.528Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19022026-01-28T22:38:40.528Z
19032026-01-28T22:38:40.528ZMaghemite DDM Admin (client: ddm-admin-client)
19042026-01-28T22:38:40.528Z consumed by: installinator (omicron/installinator) via 1 path
19052026-01-28T22:38:40.529Z consumed by: mgd (maghemite/mgd) via 1 path
19062026-01-28T22:38:40.529Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19072026-01-28T22:38:40.529Z consumed by: wicketd (omicron/wicketd) via 1 path
19082026-01-28T22:38:40.529Z
19092026-01-28T22:38:40.529ZDNS Server (client: dns-service-client)
19102026-01-28T22:38:40.529Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19112026-01-28T22:38:40.529Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19122026-01-28T22:38:40.529Z
19132026-01-28T22:38:40.529ZDendrite DPD (client: dpd-client)
19142026-01-28T22:38:40.529Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19152026-01-28T22:38:40.529Z consumed by: lldpd (lldp/lldpd) via 2 paths
19162026-01-28T22:38:40.529Z consumed by: mgd (maghemite/mgd) via 1 path
19172026-01-28T22:38:40.529Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19182026-01-28T22:38:40.529Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19192026-01-28T22:38:40.529Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19202026-01-28T22:38:40.529Z consumed by: wicketd (omicron/wicketd) via 2 paths
19212026-01-28T22:38:40.529Z
19222026-01-28T22:38:40.529ZDownstairs Controller (debugging only) (client: dsc-client)
19232026-01-28T22:38:40.529Z
19242026-01-28T22:38:40.529ZManagement Gateway Service (client: gateway-client)
19252026-01-28T22:38:40.529Z consumed by: dpd (dendrite/dpd) via 1 path
19262026-01-28T22:38:40.529Z consumed by: mgd (maghemite/mgd) via 1 path
19272026-01-28T22:38:40.529Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19282026-01-28T22:38:40.529Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19292026-01-28T22:38:40.529Z consumed by: wicketd (omicron/wicketd) via 3 paths
19302026-01-28T22:38:40.529Z
19312026-01-28T22:38:40.529ZWicketd Installinator (client: installinator-client)
19322026-01-28T22:38:40.529Z consumed by: installinator (omicron/installinator) via 1 path
19332026-01-28T22:38:40.529Z
19342026-01-28T22:38:40.529ZLLDP daemon (client: lldpd-client)
19352026-01-28T22:38:40.529Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19362026-01-28T22:38:40.529Z consumed by: tfportd (dendrite/tfportd) via 1 path
19372026-01-28T22:38:40.529Z
19382026-01-28T22:38:40.529ZMaghemite MG Admin (client: mg-admin-client)
19392026-01-28T22:38:40.555Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19402026-01-28T22:38:40.555Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19412026-01-28T22:38:40.555Z
19422026-01-28T22:38:40.555ZNexus Internal API (client: nexus-client)
19432026-01-28T22:38:40.555Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19442026-01-28T22:38:40.555Z consumed by: dpd (dendrite/dpd) via 1 path
19452026-01-28T22:38:40.555Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19462026-01-28T22:38:40.555Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19472026-01-28T22:38:40.555Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19482026-01-28T22:38:40.555Z
19492026-01-28T22:38:40.555ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19502026-01-28T22:38:40.555Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19512026-01-28T22:38:40.555Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19522026-01-28T22:38:40.555Z
19532026-01-28T22:38:40.555ZNTP Admin (client: ntp-admin-client)
19542026-01-28T22:38:40.555Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19552026-01-28T22:38:40.555Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19562026-01-28T22:38:40.555Z
19572026-01-28T22:38:40.555ZExternal API (client: oxide-client)
19582026-01-28T22:38:40.555Z
19592026-01-28T22:38:40.556ZOximeter (client: oximeter-client)
19602026-01-28T22:38:40.556Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19612026-01-28T22:38:40.556Z
19622026-01-28T22:38:40.556ZPropolis (client: propolis-client)
19632026-01-28T22:38:40.556Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19642026-01-28T22:38:40.556Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19652026-01-28T22:38:40.556Z
19662026-01-28T22:38:40.556ZCrucible Repair (client: repair-client)
19672026-01-28T22:38:40.556Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19682026-01-28T22:38:40.556Z
19692026-01-28T22:38:40.556ZRepo Depot API (client: repo-depot-client)
19702026-01-28T22:38:40.556Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19712026-01-28T22:38:40.556Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19722026-01-28T22:38:40.556Z
19732026-01-28T22:38:40.556ZSled Agent (client: sled-agent-client)
19742026-01-28T22:38:40.556Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19752026-01-28T22:38:40.556Z
19762026-01-28T22:38:40.556ZWicketd (client: wicketd-client)
19772026-01-28T22:38:40.580Z
19782026-01-28T22:38:40.679Z
19792026-01-28T22:38:40.679Zreal 54.314217825
19802026-01-28T22:38:40.679Zuser 50.718820218
19812026-01-28T22:38:40.679Zsys 22.219251420
19822026-01-28T22:38:40.679Ztrap 0.042100878
19832026-01-28T22:38:40.679Ztflt 0.066290639
19842026-01-28T22:38:40.679Zdflt 0.314793823
19852026-01-28T22:38:40.679Zkflt 0.000003898
19862026-01-28T22:38:40.679Zlock 1:28.480264762
19872026-01-28T22:38:40.679Zslp 5:37.207667316
19882026-01-28T22:38:40.679Zlat 1.792933678
19892026-01-28T22:38:40.679Zstop 2.176836696
19902026-01-28T22:38:40.703Z+ ptime -m cargo xtask ls-apis deployment-units
19912026-01-28T22:38:42.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
19922026-01-28T22:38:42.225Z Running `target/debug/xtask ls-apis deployment-units`
19932026-01-28T22:38:44.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
19942026-01-28T22:38:44.097Z Running `target/debug/ls-apis deployment-units`
19952026-01-28T22:38:44.169Zloading metadata for workspace omicron from current workspace
19962026-01-28T22:38:46.429Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19972026-01-28T22:38:46.453Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
19982026-01-28T22:38:46.453Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
19992026-01-28T22:38:46.453Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
20002026-01-28T22:38:46.453Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
20012026-01-28T22:38:51.921Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
20022026-01-28T22:38:53.588Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20032026-01-28T22:38:53.621Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20042026-01-28T22:38:53.937ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20052026-01-28T22:38:53.937Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20062026-01-28T22:38:53.937Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20072026-01-28T22:38:53.937Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20082026-01-28T22:38:53.937Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20092026-01-28T22:38:53.986Z
20102026-01-28T22:38:53.986Z
20112026-01-28T22:38:53.986ZCockroach
20122026-01-28T22:38:53.986Z omicron-cockroach-admin (omicron/cockroach-admin)
20132026-01-28T22:38:53.986Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20142026-01-28T22:38:53.986Z
20152026-01-28T22:38:53.986Z
20162026-01-28T22:38:53.986ZCrucible
20172026-01-28T22:38:53.986Z crucible-agent (crucible/agent)
20182026-01-28T22:38:53.986Z exposes: Crucible Agent (client = crucible-agent-client)
20192026-01-28T22:38:53.986Z
20202026-01-28T22:38:53.986Z crucible-downstairs (crucible/downstairs)
20212026-01-28T22:38:53.986Z exposes: Crucible Repair (client = repair-client)
20222026-01-28T22:38:53.986Z consumes: repair-client
20232026-01-28T22:38:53.986Z
20242026-01-28T22:38:53.986Z
20252026-01-28T22:38:53.986ZCrucible Pantry
20262026-01-28T22:38:53.986Z crucible-pantry (crucible/pantry)
20272026-01-28T22:38:53.986Z exposes: Crucible Pantry (client = crucible-pantry-client)
20282026-01-28T22:38:53.987Z consumes: nexus-client
20292026-01-28T22:38:53.987Z
20302026-01-28T22:38:53.987Z
20312026-01-28T22:38:53.987ZDNS Server
20322026-01-28T22:38:53.987Z dns-server (omicron/dns-server)
20332026-01-28T22:38:53.987Z exposes: DNS Server (client = dns-service-client)
20342026-01-28T22:38:53.987Z
20352026-01-28T22:38:53.987Z
20362026-01-28T22:38:53.987ZHost OS
20372026-01-28T22:38:53.987Z ddmd (maghemite/ddmd)
20382026-01-28T22:38:53.987Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20392026-01-28T22:38:53.987Z consumes: dpd-client
20402026-01-28T22:38:53.987Z
20412026-01-28T22:38:53.987Z dpd (dendrite/dpd)
20422026-01-28T22:38:53.987Z exposes: Dendrite DPD (client = dpd-client)
20432026-01-28T22:38:53.987Z consumes: gateway-client
20442026-01-28T22:38:53.987Z consumes: nexus-client
20452026-01-28T22:38:53.987Z
20462026-01-28T22:38:53.987Z lldpd (lldp/lldpd)
20472026-01-28T22:38:53.987Z exposes: LLDP daemon (client = lldpd-client)
20482026-01-28T22:38:53.987Z consumes: dpd-client
20492026-01-28T22:38:53.987Z
20502026-01-28T22:38:53.987Z mgd (maghemite/mgd)
20512026-01-28T22:38:53.987Z exposes: Maghemite MG Admin (client = mg-admin-client)
20522026-01-28T22:38:53.987Z consumes: ddm-admin-client
20532026-01-28T22:38:53.987Z consumes: dpd-client
20542026-01-28T22:38:53.987Z consumes: gateway-client
20552026-01-28T22:38:53.987Z
20562026-01-28T22:38:53.987Z omicron-gateway (omicron/gateway)
20572026-01-28T22:38:53.987Z exposes: Management Gateway Service (client = gateway-client)
20582026-01-28T22:38:53.987Z
20592026-01-28T22:38:53.987Z omicron-sled-agent (omicron/sled-agent)
20602026-01-28T22:38:53.987Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20612026-01-28T22:38:53.987Z exposes: Repo Depot API (client = repo-depot-client)
20622026-01-28T22:38:53.987Z exposes: Sled Agent (client = sled-agent-client)
20632026-01-28T22:38:53.987Z consumes: bootstrap-agent-client
20642026-01-28T22:38:53.987Z consumes: cockroach-admin-client
20652026-01-28T22:38:53.987Z consumes: ddm-admin-client
20662026-01-28T22:38:53.987Z consumes: dns-service-client
20672026-01-28T22:38:53.988Z consumes: dpd-client
20682026-01-28T22:38:53.988Z consumes: gateway-client
20692026-01-28T22:38:53.988Z consumes: mg-admin-client
20702026-01-28T22:38:53.988Z consumes: nexus-client
20712026-01-28T22:38:53.988Z consumes: nexus-lockstep-client
20722026-01-28T22:38:53.988Z consumes: ntp-admin-client
20732026-01-28T22:38:53.988Z consumes: propolis-client
20742026-01-28T22:38:53.988Z consumes: repo-depot-client
20752026-01-28T22:38:53.988Z
20762026-01-28T22:38:53.988Z propolis-server (propolis/bin/propolis-server)
20772026-01-28T22:38:53.988Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20782026-01-28T22:38:53.988Z exposes: Propolis (client = propolis-client)
20792026-01-28T22:38:53.988Z consumes: nexus-client
20802026-01-28T22:38:53.988Z
20812026-01-28T22:38:53.988Z tfportd (dendrite/tfportd)
20822026-01-28T22:38:53.988Z consumes: dpd-client
20832026-01-28T22:38:53.988Z consumes: lldpd-client
20842026-01-28T22:38:53.988Z
20852026-01-28T22:38:53.988Z wicketd (omicron/wicketd)
20862026-01-28T22:38:53.988Z exposes: Wicketd Installinator (client = installinator-client)
20872026-01-28T22:38:53.988Z exposes: Wicketd (client = wicketd-client)
20882026-01-28T22:38:54.013Z consumes: bootstrap-agent-client
20892026-01-28T22:38:54.013Z consumes: ddm-admin-client
20902026-01-28T22:38:54.013Z consumes: dpd-client
20912026-01-28T22:38:54.013Z consumes: gateway-client
20922026-01-28T22:38:54.013Z
20932026-01-28T22:38:54.013Z
20942026-01-28T22:38:54.013ZInstallinator
20952026-01-28T22:38:54.013Z installinator (omicron/installinator)
20962026-01-28T22:38:54.013Z consumes: ddm-admin-client
20972026-01-28T22:38:54.013Z consumes: installinator-client
20982026-01-28T22:38:54.013Z
20992026-01-28T22:38:54.013Z
21002026-01-28T22:38:54.013ZNTP
21012026-01-28T22:38:54.013Z omicron-ntp-admin (omicron/ntp-admin)
21022026-01-28T22:38:54.013Z exposes: NTP Admin (client = ntp-admin-client)
21032026-01-28T22:38:54.013Z
21042026-01-28T22:38:54.013Z
21052026-01-28T22:38:54.013ZNexus
21062026-01-28T22:38:54.013Z omicron-nexus (omicron/nexus)
21072026-01-28T22:38:54.013Z exposes: Nexus Internal API (client = nexus-client)
21082026-01-28T22:38:54.013Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21092026-01-28T22:38:54.014Z exposes: External API (client = oxide-client)
21102026-01-28T22:38:54.014Z consumes: clickhouse-admin-keeper-client
21112026-01-28T22:38:54.014Z consumes: clickhouse-admin-server-client
21122026-01-28T22:38:54.014Z consumes: clickhouse-admin-single-client
21132026-01-28T22:38:54.014Z consumes: cockroach-admin-client
21142026-01-28T22:38:54.014Z consumes: crucible-agent-client
21152026-01-28T22:38:54.014Z consumes: crucible-pantry-client
21162026-01-28T22:38:54.014Z consumes: dns-service-client
21172026-01-28T22:38:54.014Z consumes: dpd-client
21182026-01-28T22:38:54.014Z consumes: gateway-client
21192026-01-28T22:38:54.014Z consumes: lldpd-client
21202026-01-28T22:38:54.014Z consumes: mg-admin-client
21212026-01-28T22:38:54.014Z consumes: ntp-admin-client
21222026-01-28T22:38:54.014Z consumes: oximeter-client
21232026-01-28T22:38:54.014Z consumes: propolis-client
21242026-01-28T22:38:54.014Z consumes: repo-depot-client
21252026-01-28T22:38:54.014Z consumes: sled-agent-client
21262026-01-28T22:38:54.014Z
21272026-01-28T22:38:54.014Z
21282026-01-28T22:38:54.014ZOximeter
21292026-01-28T22:38:54.014Z oximeter-collector (omicron/oximeter/collector)
21302026-01-28T22:38:54.014Z exposes: Oximeter (client = oximeter-client)
21312026-01-28T22:38:54.014Z consumes: nexus-client
21322026-01-28T22:38:54.014Z
21332026-01-28T22:38:54.014Z
21342026-01-28T22:38:54.101Z
21352026-01-28T22:38:54.101Zreal 13.381354773
21362026-01-28T22:38:54.101Zuser 10.445663888
21372026-01-28T22:38:54.101Zsys 5.013257490
21382026-01-28T22:38:54.101Ztrap 0.005818079
21392026-01-28T22:38:54.102Ztflt 0.000135842
21402026-01-28T22:38:54.102Zdflt 0.000458673
21412026-01-28T22:38:54.102Zkflt 0.000002986
21422026-01-28T22:38:54.126Zlock 0.577606004
21432026-01-28T22:38:54.126Zslp 47.371019250
21442026-01-28T22:38:54.126Zlat 0.100500136
21452026-01-28T22:38:54.126Zstop 0.015958441
21462026-01-28T22:38:54.126Z+ ptime -m cargo xtask ls-apis servers
21472026-01-28T22:38:55.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
21482026-01-28T22:38:55.364Z Running `target/debug/xtask ls-apis servers`
21492026-01-28T22:38:57.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
21502026-01-28T22:38:57.163Z Running `target/debug/ls-apis servers`
21512026-01-28T22:38:57.238Zloading metadata for workspace omicron from current workspace
21522026-01-28T22:38:59.637Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21532026-01-28T22:38:59.661Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21542026-01-28T22:38:59.661Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
21552026-01-28T22:38:59.661Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
21562026-01-28T22:38:59.685Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21572026-01-28T22:39:04.789Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
21582026-01-28T22:39:06.302Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21592026-01-28T22:39:06.337Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21602026-01-28T22:39:06.659Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21612026-01-28T22:39:06.659Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21622026-01-28T22:39:06.659Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21632026-01-28T22:39:06.659Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21642026-01-28T22:39:06.712Z
21652026-01-28T22:39:06.712Zomicron-cockroach-admin (omicron/cockroach-admin)
21662026-01-28T22:39:06.712Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21672026-01-28T22:39:06.712Z
21682026-01-28T22:39:06.712Zcrucible-agent (crucible/agent)
21692026-01-28T22:39:06.712Z exposes: Crucible Agent (client = crucible-agent-client)
21702026-01-28T22:39:06.712Z
21712026-01-28T22:39:06.713Zcrucible-downstairs (crucible/downstairs)
21722026-01-28T22:39:06.713Z exposes: Crucible Repair (client = repair-client)
21732026-01-28T22:39:06.713Z consumes: repair-client
21742026-01-28T22:39:06.713Z
21752026-01-28T22:39:06.713Zcrucible-pantry (crucible/pantry)
21762026-01-28T22:39:06.713Z exposes: Crucible Pantry (client = crucible-pantry-client)
21772026-01-28T22:39:06.713Z consumes: nexus-client
21782026-01-28T22:39:06.713Z
21792026-01-28T22:39:06.713Zdns-server (omicron/dns-server)
21802026-01-28T22:39:06.713Z exposes: DNS Server (client = dns-service-client)
21812026-01-28T22:39:06.713Z
21822026-01-28T22:39:06.713Zomicron-sled-agent (omicron/sled-agent)
21832026-01-28T22:39:06.713Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21842026-01-28T22:39:06.713Z exposes: Repo Depot API (client = repo-depot-client)
21852026-01-28T22:39:06.713Z exposes: Sled Agent (client = sled-agent-client)
21862026-01-28T22:39:06.713Z consumes: bootstrap-agent-client
21872026-01-28T22:39:06.713Z consumes: cockroach-admin-client
21882026-01-28T22:39:06.713Z consumes: ddm-admin-client
21892026-01-28T22:39:06.713Z consumes: dns-service-client
21902026-01-28T22:39:06.713Z consumes: dpd-client
21912026-01-28T22:39:06.713Z consumes: gateway-client
21922026-01-28T22:39:06.713Z consumes: mg-admin-client
21932026-01-28T22:39:06.713Z consumes: nexus-client
21942026-01-28T22:39:06.713Z consumes: nexus-lockstep-client
21952026-01-28T22:39:06.713Z consumes: ntp-admin-client
21962026-01-28T22:39:06.713Z consumes: propolis-client
21972026-01-28T22:39:06.713Z consumes: repo-depot-client
21982026-01-28T22:39:06.713Z
21992026-01-28T22:39:06.713Zpropolis-server (propolis/bin/propolis-server)
22002026-01-28T22:39:06.713Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22012026-01-28T22:39:06.713Z exposes: Propolis (client = propolis-client)
22022026-01-28T22:39:06.713Z consumes: nexus-client
22032026-01-28T22:39:06.713Z
22042026-01-28T22:39:06.713Zddmd (maghemite/ddmd)
22052026-01-28T22:39:06.713Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22062026-01-28T22:39:06.713Z consumes: dpd-client
22072026-01-28T22:39:06.713Z
22082026-01-28T22:39:06.713Zdpd (dendrite/dpd)
22092026-01-28T22:39:06.714Z exposes: Dendrite DPD (client = dpd-client)
22102026-01-28T22:39:06.714Z consumes: gateway-client
22112026-01-28T22:39:06.714Z consumes: nexus-client
22122026-01-28T22:39:06.714Z
22132026-01-28T22:39:06.714Zlldpd (lldp/lldpd)
22142026-01-28T22:39:06.714Z exposes: LLDP daemon (client = lldpd-client)
22152026-01-28T22:39:06.714Z consumes: dpd-client
22162026-01-28T22:39:06.714Z
22172026-01-28T22:39:06.714Zmgd (maghemite/mgd)
22182026-01-28T22:39:06.714Z exposes: Maghemite MG Admin (client = mg-admin-client)
22192026-01-28T22:39:06.714Z consumes: ddm-admin-client
22202026-01-28T22:39:06.714Z consumes: dpd-client
22212026-01-28T22:39:06.714Z consumes: gateway-client
22222026-01-28T22:39:06.714Z
22232026-01-28T22:39:06.714Zomicron-gateway (omicron/gateway)
22242026-01-28T22:39:06.714Z exposes: Management Gateway Service (client = gateway-client)
22252026-01-28T22:39:06.739Z
22262026-01-28T22:39:06.739Ztfportd (dendrite/tfportd)
22272026-01-28T22:39:06.739Z consumes: dpd-client
22282026-01-28T22:39:06.739Z consumes: lldpd-client
22292026-01-28T22:39:06.740Z
22302026-01-28T22:39:06.740Zwicketd (omicron/wicketd)
22312026-01-28T22:39:06.740Z exposes: Wicketd Installinator (client = installinator-client)
22322026-01-28T22:39:06.740Z exposes: Wicketd (client = wicketd-client)
22332026-01-28T22:39:06.740Z consumes: bootstrap-agent-client
22342026-01-28T22:39:06.740Z consumes: ddm-admin-client
22352026-01-28T22:39:06.740Z consumes: dpd-client
22362026-01-28T22:39:06.740Z consumes: gateway-client
22372026-01-28T22:39:06.740Z
22382026-01-28T22:39:06.740Zinstallinator (omicron/installinator)
22392026-01-28T22:39:06.740Z consumes: ddm-admin-client
22402026-01-28T22:39:06.740Z consumes: installinator-client
22412026-01-28T22:39:06.740Z
22422026-01-28T22:39:06.740Zomicron-ntp-admin (omicron/ntp-admin)
22432026-01-28T22:39:06.740Z exposes: NTP Admin (client = ntp-admin-client)
22442026-01-28T22:39:06.740Z
22452026-01-28T22:39:06.740Zomicron-nexus (omicron/nexus)
22462026-01-28T22:39:06.740Z exposes: Nexus Internal API (client = nexus-client)
22472026-01-28T22:39:06.740Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22482026-01-28T22:39:06.740Z exposes: External API (client = oxide-client)
22492026-01-28T22:39:06.740Z consumes: clickhouse-admin-keeper-client
22502026-01-28T22:39:06.740Z consumes: clickhouse-admin-server-client
22512026-01-28T22:39:06.740Z consumes: clickhouse-admin-single-client
22522026-01-28T22:39:06.740Z consumes: cockroach-admin-client
22532026-01-28T22:39:06.740Z consumes: crucible-agent-client
22542026-01-28T22:39:06.740Z consumes: crucible-pantry-client
22552026-01-28T22:39:06.740Z consumes: dns-service-client
22562026-01-28T22:39:06.740Z consumes: dpd-client
22572026-01-28T22:39:06.740Z consumes: gateway-client
22582026-01-28T22:39:06.740Z consumes: lldpd-client
22592026-01-28T22:39:06.740Z consumes: mg-admin-client
22602026-01-28T22:39:06.741Z consumes: ntp-admin-client
22612026-01-28T22:39:06.741Z consumes: oximeter-client
22622026-01-28T22:39:06.741Z consumes: propolis-client
22632026-01-28T22:39:06.741Z consumes: repo-depot-client
22642026-01-28T22:39:06.741Z consumes: sled-agent-client
22652026-01-28T22:39:06.741Z
22662026-01-28T22:39:06.741Zoximeter-collector (omicron/oximeter/collector)
22672026-01-28T22:39:06.741Z exposes: Oximeter (client = oximeter-client)
22682026-01-28T22:39:06.741Z consumes: nexus-client
22692026-01-28T22:39:06.741Z
22702026-01-28T22:39:06.884Z
22712026-01-28T22:39:06.884Zreal 12.738585320
22722026-01-28T22:39:06.884Zuser 10.258005433
22732026-01-28T22:39:06.884Zsys 4.575736331
22742026-01-28T22:39:06.884Ztrap 0.003013252
22752026-01-28T22:39:06.884Ztflt 0.000174913
22762026-01-28T22:39:06.884Zdflt 0.000112866
22772026-01-28T22:39:06.884Zkflt 0.000000000
22782026-01-28T22:39:06.884Zlock 0.622835560
22792026-01-28T22:39:06.884Zslp 45.944048384
22802026-01-28T22:39:06.884Zlat 0.041642439
22812026-01-28T22:39:06.884Zstop 0.016432427
22822026-01-28T22:39:06.908Z+ ptime -m cargo xtask ls-apis check
22832026-01-28T22:39:08.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
22842026-01-28T22:39:08.257Z Running `target/debug/xtask ls-apis check`
22852026-01-28T22:39:09.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
22862026-01-28T22:39:10.061Z Running `target/debug/ls-apis check`
22872026-01-28T22:39:10.144Zloading metadata for workspace omicron from current workspace
22882026-01-28T22:39:12.604Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22892026-01-28T22:39:12.628Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22902026-01-28T22:39:12.652Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
22912026-01-28T22:39:12.652Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
22922026-01-28T22:39:12.652Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22932026-01-28T22:39:17.725Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
22942026-01-28T22:39:19.215Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22952026-01-28T22:39:19.246Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22962026-01-28T22:39:19.824Z
22972026-01-28T22:39:19.824Z
22982026-01-28T22:39:19.824ZServer-managed APIs:
22992026-01-28T22:39:19.824Z
23002026-01-28T22:39:19.824Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23012026-01-28T22:39:19.824Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23022026-01-28T22:39:19.824Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23032026-01-28T22:39:19.824Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23042026-01-28T22:39:19.824Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23052026-01-28T22:39:19.824Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23062026-01-28T22:39:19.824Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23072026-01-28T22:39:19.824Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23082026-01-28T22:39:19.824Z DNS Server (dns-service-client, exposed by dns-server)
23092026-01-28T22:39:19.824Z Dendrite DPD (dpd-client, exposed by dpd)
23102026-01-28T22:39:19.824Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23112026-01-28T22:39:19.824Z LLDP daemon (lldpd-client, exposed by lldpd)
23122026-01-28T22:39:19.824Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23132026-01-28T22:39:19.824Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23142026-01-28T22:39:19.824Z External API (oxide-client, exposed by omicron-nexus)
23152026-01-28T22:39:19.824Z Oximeter (oximeter-client, exposed by oximeter-collector)
23162026-01-28T22:39:19.824Z Propolis (propolis-client, exposed by propolis-server)
23172026-01-28T22:39:19.824Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23182026-01-28T22:39:19.825Z Wicketd (wicketd-client, exposed by wicketd)
23192026-01-28T22:39:19.825Z
23202026-01-28T22:39:19.825Z
23212026-01-28T22:39:19.825ZClient-managed API:
23222026-01-28T22:39:19.825Z
23232026-01-28T22:39:19.825Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23242026-01-28T22:39:19.825Z reason: depends on itself (i.e., instances call each other)
23252026-01-28T22:39:19.825Z Wicketd Installinator (installinator-client, exposed by wicketd)
23262026-01-28T22:39:19.825Z reason: client is provided implicitly by the operator
23272026-01-28T22:39:19.825Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23282026-01-28T22:39:19.825Z reason: Circular dependencies between Nexus and other services
23292026-01-28T22:39:19.825Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23302026-01-28T22:39:19.825Z reason: Circular dependencies between Nexus and other services
23312026-01-28T22:39:19.825Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23322026-01-28T22:39:19.825Z reason: depends on itself (i.e., instances call each other)
23332026-01-28T22:39:19.825Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23342026-01-28T22:39:19.825Z reason: depends on itself (i.e., instances call each other)
23352026-01-28T22:39:19.825Z
23362026-01-28T22:39:19.825Z
23372026-01-28T22:39:19.825ZAPIs with unknown version management: none
23382026-01-28T22:39:19.825Z
23392026-01-28T22:39:19.825Z
23402026-01-28T22:39:19.825ZAPIs that failed consumer checks: none
23412026-01-28T22:39:19.904Z
23422026-01-28T22:39:19.904Zreal 12.978981205
23432026-01-28T22:39:19.904Zuser 10.714319994
23442026-01-28T22:39:19.904Zsys 4.588815144
23452026-01-28T22:39:19.904Ztrap 0.003370357
23462026-01-28T22:39:19.904Ztflt 0.000151915
23472026-01-28T22:39:19.904Zdflt 0.000143240
23482026-01-28T22:39:19.904Zkflt 0.000000000
23492026-01-28T22:39:19.904Zlock 0.774066689
23502026-01-28T22:39:19.904Zslp 43.815862199
23512026-01-28T22:39:19.904Zlat 0.045564720
23522026-01-28T22:39:19.904Zstop 0.017918763
23532026-01-28T22:39:19.929Z+ ptime -m cargo xtask ls-apis adoc
23542026-01-28T22:39:21.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
23552026-01-28T22:39:21.251Z Running `target/debug/xtask ls-apis adoc`
23562026-01-28T22:39:23.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
23572026-01-28T22:39:23.108Z Running `target/debug/ls-apis adoc`
23582026-01-28T22:39:23.192Zloading metadata for workspace omicron from current workspace
23592026-01-28T22:39:25.667Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23602026-01-28T22:39:25.691Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23612026-01-28T22:39:25.691Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
23622026-01-28T22:39:25.691Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
23632026-01-28T22:39:25.715Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23642026-01-28T22:39:30.865Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
23652026-01-28T22:39:32.397Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23662026-01-28T22:39:32.448Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23672026-01-28T22:39:33.006Z
23682026-01-28T22:39:33.006Zreal 13.058640723
23692026-01-28T22:39:33.007Zuser 10.826912739
23702026-01-28T22:39:33.007Zsys 4.567572556
23712026-01-28T22:39:33.007Ztrap 0.003241929
23722026-01-28T22:39:33.007Ztflt 0.000163670
23732026-01-28T22:39:33.007Zdflt 0.000272893
23742026-01-28T22:39:33.007Zkflt 0.000005902
23752026-01-28T22:39:33.007Zlock 0.574259351
23762026-01-28T22:39:33.007Zslp 44.899015209
23772026-01-28T22:39:33.007Zlat 0.042765125
23782026-01-28T22:39:33.033Zstop 0.016264836
23792026-01-28T22:39:33.033Z+ banner build
23802026-01-28T22:39:33.033Z
23812026-01-28T22:39:33.033Z ##### # # # # #####
23822026-01-28T22:39:33.033Z # # # # # # # #
23832026-01-28T22:39:33.033Z ##### # # # # # #
23842026-01-28T22:39:33.033Z # # # # # # # #
23852026-01-28T22:39:33.033Z # # # # # # # #
23862026-01-28T22:39:33.033Z ##### #### # ###### #####
23872026-01-28T22:39:33.033Z
23882026-01-28T22:39:33.033Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23892026-01-28T22:39:33.033Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23902026-01-28T22:39:33.033Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23912026-01-28T22:39:33.033Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23922026-01-28T22:39:33.033Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23932026-01-28T22:39:33.034Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23942026-01-28T22:39:33.034Z+ export TMPDIR=/var/tmp/omicron_tmp
23952026-01-28T22:39:33.034Z+ TMPDIR=/var/tmp/omicron_tmp
23962026-01-28T22:39:33.034Z+ export RUST_BACKTRACE=1
23972026-01-28T22:39:33.034Z+ RUST_BACKTRACE=1
23982026-01-28T22:39:33.034Z+ export CARGO_INCREMENTAL=0
23992026-01-28T22:39:33.034Z+ CARGO_INCREMENTAL=0
24002026-01-28T22:39:33.034Z+ export RUSTC_BOOTSTRAP=1
24012026-01-28T22:39:33.034Z+ RUSTC_BOOTSTRAP=1
24022026-01-28T22:39:33.034Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
24032026-01-28T22:39:38.448Z Compiling proc-macro2 v1.0.101
24042026-01-28T22:39:38.448Z Compiling unicode-ident v1.0.19
24052026-01-28T22:39:38.448Z Compiling libc v0.2.180
24062026-01-28T22:39:38.448Z Compiling serde_core v1.0.228
24072026-01-28T22:39:38.494Z Compiling cfg-if v1.0.4
24082026-01-28T22:39:38.494Z Compiling serde v1.0.228
24092026-01-28T22:39:38.494Z Compiling autocfg v1.4.0
24102026-01-28T22:39:38.494Z Compiling memchr v2.7.4
24112026-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`
24122026-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`
24132026-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`
24142026-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`
24152026-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`
24162026-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`
24172026-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`
24182026-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`
24192026-01-28T22:39:39.008Z Compiling value-bag v1.12.0
24202026-01-28T22:39:39.069Z Compiling smallvec v1.15.1
24212026-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`
24222026-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`
24232026-01-28T22:39:39.345Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build`
24242026-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)'`
24252026-01-28T22:39:39.541Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build`
24262026-01-28T22:39:39.596Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1/build-script-build`
24272026-01-28T22:39:39.652Z Compiling version_check v0.9.5
24282026-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`
24292026-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"))'`
24302026-01-28T22:39:39.797Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build`
24312026-01-28T22:39:39.856Z Compiling log v0.4.29
24322026-01-28T22:39:39.880Z Compiling itoa v1.0.11
24332026-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`
24342026-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`
24352026-01-28T22:39:39.975Z Compiling lock_api v0.4.12
24362026-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`
24372026-01-28T22:39:40.265Z Compiling scopeguard v1.2.0
24382026-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`
24392026-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)'`
24402026-01-28T22:39:40.482Z Compiling libm v0.2.8
24412026-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`
24422026-01-28T22:39:40.548Z Compiling num-traits v0.2.19
24432026-01-28T22:39:40.548Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build`
24442026-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`
24452026-01-28T22:39:40.649Z Compiling zmij v1.0.15
24462026-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`
24472026-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`
24482026-01-28T22:39:40.898Z Compiling serde_json v1.0.149
24492026-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`
24502026-01-28T22:39:41.118Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build`
24512026-01-28T22:39:41.225Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build`
24522026-01-28T22:39:41.250Z Compiling getrandom v0.2.15
24532026-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`
24542026-01-28T22:39:41.348Z Compiling quote v1.0.40
24552026-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`
24562026-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`
24572026-01-28T22:39:41.491Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build`
24582026-01-28T22:39:41.515Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build`
24592026-01-28T22:39:41.597Z Compiling stable_deref_trait v1.2.0
24602026-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`
24612026-01-28T22:39:41.671Z Compiling portable-atomic v1.11.0
24622026-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`
24632026-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)'`
24642026-01-28T22:39:41.800Z Compiling getrandom v0.3.4
24652026-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`
24662026-01-28T22:39:41.868Z Compiling critical-section v1.1.3
24672026-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`
24682026-01-28T22:39:42.117Z Compiling syn v2.0.111
24692026-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`
24702026-01-28T22:39:42.171Z Compiling litemap v0.7.3
24712026-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`
24722026-01-28T22:39:42.231Z Compiling writeable v0.5.5
24732026-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`
24742026-01-28T22:39:42.407Z Compiling percent-encoding v2.3.2
24752026-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`
24762026-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)'`
24772026-01-28T22:39:42.838Z Compiling allocator-api2 v0.2.21
24782026-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`
24792026-01-28T22:39:42.895Z Compiling icu_locid_transform_data v1.5.0
24802026-01-28T22:39:42.919Z Compiling errno v0.3.12
24812026-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`
24822026-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`
24832026-01-28T22:39:42.948Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build`
24842026-01-28T22:39:43.107Z Compiling icu_properties_data v1.5.0
24852026-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`
24862026-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"))'`
24872026-01-28T22:39:43.304Z Compiling rand_core v0.6.4
24882026-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`
24892026-01-28T22:39:43.529Z Compiling pin-project-lite v0.2.14
24902026-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`
24912026-01-28T22:39:43.580Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build`
24922026-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`
24932026-01-28T22:39:43.755Z Compiling write16 v1.0.0
24942026-01-28T22:39:43.779Z Compiling utf8_iter v1.0.4
24952026-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`
24962026-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`
24972026-01-28T22:39:43.971Z Compiling icu_normalizer_data v1.5.0
24982026-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`
24992026-01-28T22:39:44.021Z Compiling utf16_iter v1.0.5
25002026-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`
25012026-01-28T22:39:44.138Z Compiling form_urlencoded v1.2.2
25022026-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`
25032026-01-28T22:39:44.194Z Compiling shlex v1.3.0
25042026-01-28T22:39:44.220Z Compiling byteorder v1.5.0
25052026-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`
25062026-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`
25072026-01-28T22:39:44.322Z Compiling regex-syntax v0.8.5
25082026-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`
25092026-01-28T22:39:44.459Z Compiling once_cell v1.21.3
25102026-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`
25112026-01-28T22:39:44.536Z Compiling equivalent v1.0.2
25122026-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`
25132026-01-28T22:39:44.591Z Compiling parking_lot_core v0.9.10
25142026-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`
25152026-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"))'`
25162026-01-28T22:39:44.749Z Compiling semver v1.0.27
25172026-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`
25182026-01-28T22:39:44.804Z Compiling jobserver v0.1.32
25192026-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`
25202026-01-28T22:39:44.905Z Compiling subtle v2.6.1
25212026-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`
25222026-01-28T22:39:44.987Z Compiling heck v0.5.0
25232026-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`
25242026-01-28T22:39:45.174Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build`
25252026-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`
25262026-01-28T22:39:45.356Z Compiling cc v1.2.30
25272026-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`
25282026-01-28T22:39:45.493Z Compiling signal-hook-registry v1.4.2
25292026-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`
25302026-01-28T22:39:45.600Z Compiling rustix v0.38.37
25312026-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`
25322026-01-28T22:39:45.700Z Compiling parking_lot v0.12.3
25332026-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`
25342026-01-28T22:39:45.888Z Compiling typenum v1.17.0
25352026-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`
25362026-01-28T22:39:46.234Z Compiling generic-array v0.14.7
25372026-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`
25382026-01-28T22:39:46.440Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build`
25392026-01-28T22:39:46.669Z Compiling aho-corasick v1.1.3
25402026-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`
25412026-01-28T22:39:46.748Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build`
25422026-01-28T22:39:46.814Z Compiling fnv v1.0.7
25432026-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`
25442026-01-28T22:39:46.891Z Compiling mio v1.0.2
25452026-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`
25462026-01-28T22:39:47.100Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main`
25472026-01-28T22:39:47.100Z Compiling futures-core v0.3.31
25482026-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`
25492026-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`
25502026-01-28T22:39:47.447Z Compiling thiserror v2.0.17
25512026-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`
25522026-01-28T22:39:47.875Z Compiling iana-time-zone v0.1.63
25532026-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`
25542026-01-28T22:39:48.052Z Compiling hashbrown v0.16.1
25552026-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`
25562026-01-28T22:39:48.306Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6c8c7b63ae47623a/build-script-build`
25572026-01-28T22:39:48.361Z Compiling socket2 v0.6.1
25582026-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`
25592026-01-28T22:39:48.550Z Compiling either v1.15.0
25602026-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`
25612026-01-28T22:39:48.907Z Compiling uuid v1.19.0
25622026-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`
25632026-01-28T22:39:49.043Z Compiling regex-automata v0.4.11
25642026-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`
25652026-01-28T22:39:49.319Z Compiling indexmap v2.12.1
25662026-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`
25672026-01-28T22:39:49.421Z Compiling spin v0.9.8
25682026-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`
25692026-01-28T22:39:49.485Z Compiling thiserror v1.0.69
25702026-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`
25712026-01-28T22:39:49.942Z Compiling synstructure v0.13.1
25722026-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`
25732026-01-28T22:39:50.205Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build`
25742026-01-28T22:39:50.412Z Compiling const-oid v0.9.6
25752026-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`
25762026-01-28T22:39:50.462Z Compiling serde_derive_internals v0.29.1
25772026-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`
25782026-01-28T22:39:50.704Z Compiling futures-io v0.3.31
25792026-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`
25802026-01-28T22:39:50.884Z Compiling dyn-clone v1.0.20
25812026-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`
25822026-01-28T22:39:51.046Z Compiling schemars v0.8.22
25832026-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`
25842026-01-28T22:39:51.189Z Compiling lazy_static v1.5.0
25852026-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`
25862026-01-28T22:39:51.303Z Compiling slab v0.4.9
25872026-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`
25882026-01-28T22:39:51.425Z Compiling rustversion v1.0.22
25892026-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`
25902026-01-28T22:39:51.491Z Compiling pkg-config v0.3.31
25912026-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`
25922026-01-28T22:39:51.614Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build`
25932026-01-28T22:39:51.639Z Compiling syn v1.0.109
25942026-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`
25952026-01-28T22:39:51.797Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build`
25962026-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`
25972026-01-28T22:39:52.324Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build`
25982026-01-28T22:39:52.378Z Compiling strsim v0.11.1
25992026-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`
26002026-01-28T22:39:52.467Z Compiling futures-sink v0.3.31
26012026-01-28T22:39:52.467Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build`
26022026-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`
26032026-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"))'`
26042026-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`
26052026-01-28T22:39:52.741Z Compiling cpufeatures v0.2.14
26062026-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`
26072026-01-28T22:39:52.873Z Compiling pin-utils v0.1.0
26082026-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`
26092026-01-28T22:39:52.927Z Compiling futures-channel v0.3.31
26102026-01-28T22:39:52.951Z Compiling futures-task v0.3.31
26112026-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`
26122026-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`
26132026-01-28T22:39:53.068Z Compiling foldhash v0.1.5
26142026-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`
26152026-01-28T22:39:53.201Z Compiling adler2 v2.0.0
26162026-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`
26172026-01-28T22:39:53.379Z Compiling hashbrown v0.15.4
26182026-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`
26192026-01-28T22:39:53.431Z Compiling tracing-core v0.1.32
26202026-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`
26212026-01-28T22:39:53.489Z Compiling miniz_oxide v0.8.5
26222026-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`
26232026-01-28T22:39:53.540Z Compiling glob v0.3.2
26242026-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`
26252026-01-28T22:39:53.984Z Compiling gimli v0.31.1
26262026-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`
26272026-01-28T22:39:54.440Z Compiling object v0.36.5
26282026-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`
26292026-01-28T22:39:54.501Z Compiling serde_derive v1.0.228
26302026-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`
26312026-01-28T22:39:54.673Z Compiling zeroize_derive v1.4.2
26322026-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`
26332026-01-28T22:39:54.767Z Compiling zerofrom-derive v0.1.4
26342026-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`
26352026-01-28T22:39:54.977Z Compiling yoke-derive v0.7.4
26362026-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`
26372026-01-28T22:39:56.164Z Compiling zeroize v1.8.1
26382026-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`
26392026-01-28T22:39:56.599Z Compiling zerovec-derive v0.10.3
26402026-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`
26412026-01-28T22:39:57.899Z Compiling displaydoc v0.2.5
26422026-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`
26432026-01-28T22:39:58.265Z Compiling zerofrom v0.1.4
26442026-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`
26452026-01-28T22:39:58.558Z Compiling yoke v0.7.4
26462026-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`
26472026-01-28T22:39:58.880Z Compiling icu_provider_macros v1.5.0
26482026-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`
26492026-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`
26502026-01-28T22:39:59.286Z Compiling zerovec v0.10.4
26512026-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`
26522026-01-28T22:39:59.580Z Compiling thiserror-impl v2.0.17
26532026-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`
26542026-01-28T22:39:59.637Z Compiling regex v1.11.3
26552026-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`
26562026-01-28T22:40:00.082Z Compiling tokio-macros v2.6.0
26572026-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`
26582026-01-28T22:40:00.472Z Compiling crypto-common v0.1.6
26592026-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`
26602026-01-28T22:40:00.729Z Compiling thiserror-impl v1.0.69
26612026-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`
26622026-01-28T22:40:00.789Z Compiling zerocopy-derive v0.7.35
26632026-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`
26642026-01-28T22:40:01.397Z Compiling tinystr v0.7.6
26652026-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`
26662026-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)'`
26672026-01-28T22:40:01.601Z Compiling icu_collections v1.5.0
26682026-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`
26692026-01-28T22:40:01.804Z Compiling schemars_derive v0.8.22
26702026-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`
26712026-01-28T22:40:01.963Z Compiling icu_locid v1.5.0
26722026-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`
26732026-01-28T22:40:02.963Z Compiling bitflags v2.9.4
26742026-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`
26752026-01-28T22:40:03.149Z Compiling bytes v1.10.1
26762026-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`
26772026-01-28T22:40:03.205Z Compiling chrono v0.4.42
26782026-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`
26792026-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)'`
26802026-01-28T22:40:03.468Z Compiling icu_provider v1.5.0
26812026-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`
26822026-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`
26832026-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)'`
26842026-01-28T22:40:04.089Z Compiling zerocopy v0.7.35
26852026-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`
26862026-01-28T22:40:04.274Z Compiling block-buffer v0.10.4
26872026-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`
26882026-01-28T22:40:04.378Z Compiling icu_locid_transform v1.5.0
26892026-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`
26902026-01-28T22:40:04.588Z Compiling tokio v1.48.0
26912026-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`
26922026-01-28T22:40:04.663Z Compiling digest v0.10.7
26932026-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`
26942026-01-28T22:40:04.732Z Compiling futures-macro v0.3.31
26952026-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`
26962026-01-28T22:40:05.063Z Compiling tracing-attributes v0.1.27
26972026-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`
26982026-01-28T22:40:05.235Z Compiling http v1.4.0
26992026-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`
27002026-01-28T22:40:05.717Z Compiling ppv-lite86 v0.2.20
27012026-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`
27022026-01-28T22:40:06.611Z Compiling icu_properties v1.5.1
27032026-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`
27042026-01-28T22:40:06.676Z Compiling futures-util v0.3.31
27052026-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`
27062026-01-28T22:40:06.843Z Compiling addr2line v0.24.2
27072026-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`
27082026-01-28T22:40:06.964Z Compiling rustc-demangle v0.1.24
27092026-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`
27102026-01-28T22:40:07.724Z Compiling backtrace v0.3.74
27112026-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`
27122026-01-28T22:40:07.793Z Compiling clang-sys v1.8.1
27132026-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`
27142026-01-28T22:40:08.086Z Compiling crossbeam-utils v0.8.21
27152026-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`
27162026-01-28T22:40:08.429Z Compiling tracing v0.1.40
27172026-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`
27182026-01-28T22:40:08.512Z Compiling prettyplease v0.2.36
27192026-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`
27202026-01-28T22:40:08.658Z Compiling minimal-lexical v0.2.1
27212026-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`
27222026-01-28T22:40:08.791Z Compiling paste v1.0.15
27232026-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`
27242026-01-28T22:40:09.000Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build`
27252026-01-28T22:40:09.048Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build`
27262026-01-28T22:40:09.128Z Compiling nom v7.1.3
27272026-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`
27282026-01-28T22:40:09.176Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build`
27292026-01-28T22:40:09.235Z Compiling serde_tokenstream v0.2.2
27302026-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`
27312026-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)'`
27322026-01-28T22:40:09.434Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build`
27332026-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"))'`
27342026-01-28T22:40:09.930Z Compiling libloading v0.8.5
27352026-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`
27362026-01-28T22:40:10.438Z Compiling anyhow v1.0.99
27372026-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`
27382026-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`
27392026-01-28T22:40:10.770Z Compiling icu_normalizer v1.5.0
27402026-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`
27412026-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)'`
27422026-01-28T22:40:11.154Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build`
27432026-01-28T22:40:11.532Z Compiling block-padding v0.3.3
27442026-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`
27452026-01-28T22:40:11.723Z Compiling powerfmt v0.2.0
27462026-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`
27472026-01-28T22:40:11.892Z Compiling idna_adapter v1.2.0
27482026-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`
27492026-01-28T22:40:12.231Z Compiling idna v1.0.3
27502026-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`
27512026-01-28T22:40:12.320Z Compiling cexpr v0.6.0
27522026-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`
27532026-01-28T22:40:12.494Z Compiling home v0.5.9
27542026-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`
27552026-01-28T22:40:12.549Z Compiling base64ct v1.6.0
27562026-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`
27572026-01-28T22:40:12.624Z Compiling num-conv v0.1.0
27582026-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`
27592026-01-28T22:40:12.793Z Compiling base64 v0.22.1
27602026-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`
27612026-01-28T22:40:12.963Z Compiling url v2.5.4
27622026-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`
27632026-01-28T22:40:13.214Z Compiling time-core v0.1.6
27642026-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`
27652026-01-28T22:40:13.519Z Compiling deranged v0.5.3
27662026-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`
27672026-01-28T22:40:13.596Z Compiling time-macros v0.2.24
27682026-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`
27692026-01-28T22:40:13.765Z Compiling inout v0.1.3
27702026-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`
27712026-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)'`
27722026-01-28T22:40:13.951Z Compiling ring v0.17.14
27732026-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`
27742026-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`
27752026-01-28T22:40:14.700Z Compiling utf8parse v0.2.2
27762026-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`
27772026-01-28T22:40:14.820Z Compiling num_threads v0.1.7
27782026-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`
27792026-01-28T22:40:14.953Z Compiling vcpkg v0.2.15
27802026-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`
27812026-01-28T22:40:15.035Z Compiling cipher v0.4.4
27822026-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`
27832026-01-28T22:40:15.192Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-285c5b5f920ddaea/build-script-build`
27842026-01-28T22:40:15.721Z Compiling ipnet v2.11.0
27852026-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`
27862026-01-28T22:40:16.196Z Compiling zerocopy v0.8.27
27872026-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`
27882026-01-28T22:40:16.325Z Compiling time v0.3.43
27892026-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`
27902026-01-28T22:40:16.734Z Compiling zerocopy-derive v0.8.27
27912026-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`
27922026-01-28T22:40:16.970Z Compiling itertools v0.12.1
27932026-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`
27942026-01-28T22:40:17.212Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build`
27952026-01-28T22:40:17.355Z Compiling bindgen v0.69.5
27962026-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`
27972026-01-28T22:40:17.550Z Compiling ident_case v1.0.1
27982026-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`
27992026-01-28T22:40:17.805Z Compiling tokio-util v0.7.15
28002026-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`
28012026-01-28T22:40:18.397Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de/build-script-build`
28022026-01-28T22:40:18.465Z Compiling which v4.4.2
28032026-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`
28042026-01-28T22:40:19.013Z Compiling sha2 v0.10.9
28052026-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`
28062026-01-28T22:40:19.097Z Compiling anstyle v1.0.11
28072026-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`
28082026-01-28T22:40:19.629Z Compiling atomic-waker v1.1.2
28092026-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`
28102026-01-28T22:40:19.887Z Compiling httparse v1.9.5
28112026-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`
28122026-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)'`
28132026-01-28T22:40:20.053Z Compiling rustc-hash v1.1.0
28142026-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`
28152026-01-28T22:40:20.122Z Compiling lazycell v1.3.0
28162026-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`
28172026-01-28T22:40:20.186Z Compiling pem-rfc7468 v0.7.0
28182026-01-28T22:40:20.211Z Compiling hmac v0.12.1
28192026-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`
28202026-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`
28212026-01-28T22:40:20.296Z Compiling cmake v0.1.51
28222026-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`
28232026-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`
28242026-01-28T22:40:20.600Z Compiling dunce v1.0.5
28252026-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`
28262026-01-28T22:40:20.653Z Compiling fs_extra v1.3.0
28272026-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`
28282026-01-28T22:40:20.713Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build`
28292026-01-28T22:40:20.818Z Compiling untrusted v0.9.0
28302026-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`
28312026-01-28T22:40:20.930Z Compiling fastrand v2.1.1
28322026-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`
28332026-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`
28342026-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`
28352026-01-28T22:40:21.195Z Compiling anstyle-parse v0.2.5
28362026-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`
28372026-01-28T22:40:21.282Z Compiling rand_chacha v0.3.1
28382026-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`
28392026-01-28T22:40:21.461Z Compiling anstyle-query v1.1.1
28402026-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`
28412026-01-28T22:40:21.651Z Compiling colorchoice v1.0.2
28422026-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`
28432026-01-28T22:40:21.703Z Compiling is_terminal_polyfill v1.70.1
28442026-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`
28452026-01-28T22:40:21.758Z Compiling der_derive v0.7.3
28462026-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`
28472026-01-28T22:40:21.909Z Compiling anstream v0.6.18
28482026-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`
28492026-01-28T22:40:21.958Z Compiling rand v0.8.5
28502026-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`
28512026-01-28T22:40:22.157Z Compiling ryu v1.0.18
28522026-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`
28532026-01-28T22:40:22.578Z Compiling flagset v0.4.6
28542026-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`
28552026-01-28T22:40:22.720Z Compiling terminal_size v0.4.0
28562026-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`
28572026-01-28T22:40:22.848Z Compiling unicode-segmentation v1.12.0
28582026-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`
28592026-01-28T22:40:23.006Z Compiling aws-lc-rs v1.12.4
28602026-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`
28612026-01-28T22:40:23.250Z Compiling rustls-pki-types v1.10.0
28622026-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`
28632026-01-28T22:40:23.555Z Compiling http-body v1.0.1
28642026-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`
28652026-01-28T22:40:23.717Z Compiling clap_lex v0.7.4
28662026-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`
28672026-01-28T22:40:23.883Z Compiling serde_spanned v0.6.9
28682026-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`
28692026-01-28T22:40:23.937Z Compiling toml_datetime v0.6.11
28702026-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`
28712026-01-28T22:40:24.068Z Compiling clap_builder v4.5.48
28722026-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`
28732026-01-28T22:40:24.116Z Compiling der v0.7.10
28742026-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`
28752026-01-28T22:40:24.223Z Compiling clap_derive v4.5.47
28762026-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`
28772026-01-28T22:40:24.279Z Compiling untrusted v0.7.1
28782026-01-28T22:40:24.303Z Compiling httpdate v1.0.3
28792026-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`
28802026-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`
28812026-01-28T22:40:24.495Z Compiling try-lock v0.2.5
28822026-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`
28832026-01-28T22:40:24.602Z Compiling h2 v0.4.6
28842026-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`
28852026-01-28T22:40:24.730Z Compiling want v0.3.1
28862026-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`
28872026-01-28T22:40:24.798Z Compiling tower-layer v0.3.3
28882026-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`
28892026-01-28T22:40:25.099Z Compiling tower-service v0.3.3
28902026-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`
28912026-01-28T22:40:25.124Z Compiling camino v1.2.1
28922026-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`
28932026-01-28T22:40:25.264Z Compiling pbkdf2 v0.12.2
28942026-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`
28952026-01-28T22:40:25.507Z Compiling openssl-sys v0.9.109
28962026-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`
28972026-01-28T22:40:25.558Z Compiling aes v0.8.4
28982026-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`
28992026-01-28T22:40:25.827Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3f9e0a434a993c7a/build-script-build`
29002026-01-28T22:40:25.942Z Compiling async-trait v0.1.89
29012026-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`
29022026-01-28T22:40:26.766Z Compiling spki v0.7.3
29032026-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`
29042026-01-28T22:40:27.152Z Compiling slog v2.8.2
29052026-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`
29062026-01-28T22:40:27.317Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ff09220dff8c077/build-script-main`
29072026-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)'`
29082026-01-28T22:40:27.614Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build`
29092026-01-28T22:40:27.678Z Compiling cbc v0.1.2
29102026-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`
29112026-01-28T22:40:27.988Z Compiling salsa20 v0.10.2
29122026-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`
29132026-01-28T22:40:28.238Z Compiling erased-serde v0.3.31
29142026-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`
29152026-01-28T22:40:28.310Z Compiling rustc_version v0.4.1
29162026-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`
29172026-01-28T22:40:28.369Z Compiling rand_core v0.9.3
29182026-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`
29192026-01-28T22:40:28.559Z Compiling clap v4.5.48
29202026-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`
29212026-01-28T22:40:28.701Z Compiling ucd-trie v0.1.7
29222026-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`
29232026-01-28T22:40:28.754Z Compiling rustix v1.1.3
29242026-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`
29252026-01-28T22:40:28.992Z Compiling mime v0.3.17
29262026-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`
29272026-01-28T22:40:29.040Z Compiling scrypt v0.11.0
29282026-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`
29292026-01-28T22:40:29.264Z Compiling pest v2.8.2
29302026-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`
29312026-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)'`
29322026-01-28T22:40:29.624Z Compiling pkcs5 v0.7.1
29332026-01-28T22:40:29.624Z Compiling http-body-util v0.1.3
29342026-01-28T22:40:29.624Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build`
29352026-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`
29362026-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`
29372026-01-28T22:40:30.256Z Compiling plain v0.2.3
29382026-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`
29392026-01-28T22:40:30.501Z Compiling pkcs8 v0.10.2
29402026-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`
29412026-01-28T22:40:30.567Z Compiling rand_chacha v0.9.0
29422026-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`
29432026-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`
29442026-01-28T22:40:30.772Z Compiling foreign-types-shared v0.1.1
29452026-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`
29462026-01-28T22:40:30.986Z Compiling openssl-probe v0.1.5
29472026-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`
29482026-01-28T22:40:31.297Z Compiling openssl v0.10.73
29492026-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`
29502026-01-28T22:40:31.489Z Compiling rand v0.9.2
29512026-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`
29522026-01-28T22:40:31.991Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build`
29532026-01-28T22:40:32.055Z Compiling pest_meta v2.8.2
29542026-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`
29552026-01-28T22:40:32.137Z Compiling hyper v1.8.1
29562026-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`
29572026-01-28T22:40:32.354Z Compiling foreign-types v0.3.2
29582026-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`
29592026-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)'`
29602026-01-28T22:40:32.578Z Compiling serde_urlencoded v0.7.1
29612026-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`
29622026-01-28T22:40:33.150Z Compiling hex v0.4.3
29632026-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`
29642026-01-28T22:40:33.521Z Compiling tempfile v3.24.0
29652026-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`
29662026-01-28T22:40:33.784Z Compiling pest_generator v2.8.2
29672026-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`
29682026-01-28T22:40:33.835Z Compiling openssl-macros v0.1.1
29692026-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`
29702026-01-28T22:40:33.919Z Compiling encoding_rs v0.8.34
29712026-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`
29722026-01-28T22:40:34.402Z Compiling pretty-hex v0.4.1
29732026-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`
29742026-01-28T22:40:34.591Z Compiling rustls v0.23.19
29752026-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`
29762026-01-28T22:40:34.707Z Compiling hyper-util v0.1.19
29772026-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`
29782026-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)'`
29792026-01-28T22:40:35.058Z Compiling openapiv3 v2.2.0
29802026-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`
29812026-01-28T22:40:35.450Z Compiling native-tls v0.2.12
29822026-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`
29832026-01-28T22:40:35.869Z Compiling ipnetwork v0.21.1
29842026-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`
29852026-01-28T22:40:35.974Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build`
29862026-01-28T22:40:36.063Z Compiling cookie v0.18.1
29872026-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`
29882026-01-28T22:40:36.405Z Compiling pest_derive v2.8.2
29892026-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`
29902026-01-28T22:40:36.565Z Compiling litrs v0.4.1
29912026-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`
29922026-01-28T22:40:36.816Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build`
29932026-01-28T22:40:36.960Z Compiling sync_wrapper v1.0.1
29942026-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`
29952026-01-28T22:40:37.284Z Compiling winnow v0.7.13
29962026-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`
29972026-01-28T22:40:37.626Z Compiling psl-types v2.0.11
29982026-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`
29992026-01-28T22:40:37.815Z Compiling tower v0.5.2
30002026-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`
30012026-01-28T22:40:37.948Z Compiling publicsuffix v2.3.0
30022026-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`
30032026-01-28T22:40:37.996Z Compiling document-features v0.2.11
30042026-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`
30052026-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`
30062026-01-28T22:40:39.087Z Compiling rustls-native-certs v0.8.1
30072026-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`
30082026-01-28T22:40:39.242Z Compiling webpki-roots v1.0.1
30092026-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`
30102026-01-28T22:40:39.551Z Compiling signature v2.2.0
30112026-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`
30122026-01-28T22:40:39.608Z Compiling iri-string v0.7.8
30132026-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`
30142026-01-28T22:40:39.668Z Compiling cookie_store v0.21.1
30152026-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`
30162026-01-28T22:40:39.759Z Compiling data-encoding v2.9.0
30172026-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`
30182026-01-28T22:40:39.820Z Compiling winnow v0.5.40
30192026-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`
30202026-01-28T22:40:39.987Z Compiling darling_core v0.21.0
30212026-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`
30222026-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`
30232026-01-28T22:40:41.345Z Compiling darling_core v0.20.10
30242026-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`
30252026-01-28T22:40:41.571Z Compiling sha1 v0.10.6
30262026-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`
30272026-01-28T22:40:42.053Z Compiling tokio-native-tls v0.3.1
30282026-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`
30292026-01-28T22:40:42.126Z Compiling strum_macros v0.26.4
30302026-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`
30312026-01-28T22:40:42.560Z Compiling hyper-tls v0.6.0
30322026-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`
30332026-01-28T22:40:43.039Z Compiling tower-http v0.6.6
30342026-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`
30352026-01-28T22:40:43.337Z Compiling tinyvec_macros v0.1.1
30362026-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`
30372026-01-28T22:40:43.515Z Compiling toml_edit v0.19.15
30382026-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`
30392026-01-28T22:40:43.784Z Compiling tinyvec v1.8.0
30402026-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`
30412026-01-28T22:40:44.009Z Compiling scroll_derive v0.12.0
30422026-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`
30432026-01-28T22:40:44.104Z Compiling num-integer v0.1.46
30442026-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`
30452026-01-28T22:40:44.958Z Compiling quick-error v1.2.3
30462026-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`
30472026-01-28T22:40:45.205Z Compiling ahash v0.8.12
30482026-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`
30492026-01-28T22:40:45.496Z Compiling static_assertions v1.1.0
30502026-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`
30512026-01-28T22:40:45.691Z Compiling oxnet v0.1.4
30522026-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`
30532026-01-28T22:40:45.746Z Compiling scroll v0.12.0
30542026-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`
30552026-01-28T22:40:45.828Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build`
30562026-01-28T22:40:45.956Z Compiling hubpack_derive v0.1.1
30572026-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`
30582026-01-28T22:40:46.492Z Compiling goblin v0.8.2
30592026-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`
30602026-01-28T22:40:46.546Z Compiling darling_macro v0.21.0
30612026-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`
30622026-01-28T22:40:46.671Z Compiling usdt-impl v0.5.0
30632026-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`
30642026-01-28T22:40:46.971Z Compiling strum v0.26.3
30652026-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`
30662026-01-28T22:40:47.211Z Compiling crc32fast v1.4.2
30672026-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`
30682026-01-28T22:40:47.355Z Compiling bit-vec v0.8.0
30692026-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`
30702026-01-28T22:40:47.413Z Compiling base16ct v0.2.0
30712026-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`
30722026-01-28T22:40:47.721Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build`
30732026-01-28T22:40:47.791Z Compiling darling_macro v0.20.10
30742026-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`
30752026-01-28T22:40:47.895Z Compiling bit-set v0.8.0
30762026-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`
30772026-01-28T22:40:47.972Z Compiling sec1 v0.7.3
30782026-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`
30792026-01-28T22:40:48.034Z Compiling hubpack v0.1.2
30802026-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`
30812026-01-28T22:40:48.106Z Compiling darling v0.21.0
30822026-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`
30832026-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)'`
30842026-01-28T22:40:48.393Z Compiling num-iter v0.1.45
30852026-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`
30862026-01-28T22:40:48.580Z Compiling dtrace-parser v0.2.0
30872026-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`
30882026-01-28T22:40:48.677Z Compiling ff v0.13.0
30892026-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`
30902026-01-28T22:40:48.728Z Compiling thread-id v4.2.2
30912026-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`
30922026-01-28T22:40:48.903Z Compiling wait-timeout v0.2.0
30932026-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`
30942026-01-28T22:40:48.973Z Compiling num-bigint-dig v0.8.6
30952026-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`
30962026-01-28T22:40:49.018Z Compiling toml_write v0.1.2
30972026-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`
30982026-01-28T22:40:49.157Z Compiling darling v0.20.10
30992026-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`
31002026-01-28T22:40:49.348Z Compiling group v0.13.0
31012026-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`
31022026-01-28T22:40:49.488Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build`
31032026-01-28T22:40:49.554Z Compiling toml_edit v0.22.27
31042026-01-28T22:40:49.578Z Compiling heck v0.4.1
31052026-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`
31062026-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`
31072026-01-28T22:40:49.673Z Compiling hkdf v0.12.4
31082026-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`
31092026-01-28T22:40:49.792Z Compiling crossbeam-epoch v0.9.18
31102026-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`
31112026-01-28T22:40:50.080Z Compiling crypto-bigint v0.5.5
31122026-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`
31132026-01-28T22:40:50.219Z Compiling bstr v1.10.0
31142026-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`
31152026-01-28T22:40:50.638Z Compiling scroll_derive v0.13.1
31162026-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`
31172026-01-28T22:40:50.813Z Compiling itertools v0.13.0
31182026-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`
31192026-01-28T22:40:51.063Z Compiling zlib-rs v0.5.1
31202026-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`
31212026-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`
31222026-01-28T22:40:53.076Z Compiling scroll v0.13.0
31232026-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`
31242026-01-28T22:40:53.825Z Compiling dof v0.3.0
31252026-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`
31262026-01-28T22:40:54.181Z Compiling elliptic-curve v0.13.8
31272026-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`
31282026-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`
31292026-01-28T22:40:55.743Z Compiling rusty-fork v0.3.0
31302026-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`
31312026-01-28T22:40:56.630Z Compiling pkcs1 v0.7.5
31322026-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`
31332026-01-28T22:40:56.717Z Compiling rand_xorshift v0.4.0
31342026-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`
31352026-01-28T22:40:56.924Z Compiling bzip2-sys v0.1.13+1.0.8
31362026-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`
31372026-01-28T22:40:57.167Z Compiling unarray v0.1.4
31382026-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`
31392026-01-28T22:40:57.740Z Compiling goblin v0.10.2
31402026-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`
31412026-01-28T22:40:57.740Z Compiling rsa v0.9.8
31422026-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`
31432026-01-28T22:40:57.740Z Compiling proptest v1.7.0
31442026-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`
31452026-01-28T22:40:57.781Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9a7c6f802534066/build-script-build`
31462026-01-28T22:40:57.873Z Compiling curve25519-dalek v4.1.3
31472026-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`
31482026-01-28T22:40:58.953Z Compiling libz-rs-sys v0.5.1
31492026-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`
31502026-01-28T22:40:59.059Z Compiling x509-cert v0.2.5
31512026-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`
31522026-01-28T22:40:59.393Z Compiling flate2 v1.1.2
31532026-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`
31542026-01-28T22:40:59.508Z Compiling bitflags v1.3.2
31552026-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`
31562026-01-28T22:40:59.701Z Compiling usdt-impl v0.6.0
31572026-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`
31582026-01-28T22:41:00.300Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build`
31592026-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`
31602026-01-28T22:41:00.560Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build`
31612026-01-28T22:41:00.623Z Compiling derive_builder_core v0.20.2
31622026-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`
31632026-01-28T22:41:00.781Z Compiling dtrace-parser v0.3.0
31642026-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`
31652026-01-28T22:41:02.988Z Compiling rfc6979 v0.4.0
31662026-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`
31672026-01-28T22:41:03.266Z Compiling curve25519-dalek-derive v0.1.1
31682026-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`
31692026-01-28T22:41:03.342Z Compiling thread-id v5.0.0
31702026-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`
31712026-01-28T22:41:03.581Z Compiling siphasher v0.3.11
31722026-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`
31732026-01-28T22:41:03.849Z Compiling signal-hook v0.3.18
31742026-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`
31752026-01-28T22:41:04.110Z Compiling phf_shared v0.11.2
31762026-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`
31772026-01-28T22:41:04.367Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build`
31782026-01-28T22:41:04.467Z Compiling newtype-uuid v1.3.2
31792026-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`
31802026-01-28T22:41:04.609Z Compiling ecdsa v0.16.9
31812026-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`
31822026-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"'`
31832026-01-28T22:41:05.326Z Compiling derive_builder_macro v0.20.2
31842026-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`
31852026-01-28T22:41:05.768Z Compiling toml v0.7.8
31862026-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`
31872026-01-28T22:41:05.970Z Compiling daft-derive v0.1.4
31882026-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`
31892026-01-28T22:41:06.508Z Compiling dof v0.4.0
31902026-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`
31912026-01-28T22:41:06.683Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31922026-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`
31932026-01-28T22:41:07.490Z Compiling memmap2 v0.9.8
31942026-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`
31952026-01-28T22:41:07.798Z Compiling env_filter v0.1.2
31962026-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`
31972026-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)'`
31982026-01-28T22:41:08.086Z Compiling memoffset v0.9.1
31992026-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`
32002026-01-28T22:41:08.651Z Compiling cfg_aliases v0.2.1
32012026-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`
32022026-01-28T22:41:08.726Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build`
32032026-01-28T22:41:08.917Z Compiling env_logger v0.11.8
32042026-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`
32052026-01-28T22:41:08.984Z Compiling daft v0.1.4
32062026-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`
32072026-01-28T22:41:09.314Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-0f856328fcfd2ce7/build-script-build`
32082026-01-28T22:41:09.544Z Compiling derive_builder v0.20.2
32092026-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`
32102026-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`
32112026-01-28T22:41:09.869Z Compiling serde_with_macros v3.16.1
32122026-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`
32132026-01-28T22:41:09.925Z Compiling unicode-normalization v0.1.24
32142026-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`
32152026-01-28T22:41:10.575Z Compiling ed25519 v2.2.3
32162026-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`
32172026-01-28T22:41:10.779Z Compiling enum-as-inner v0.6.1
32182026-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`
32192026-01-28T22:41:10.939Z Compiling vergen-lib v0.1.6
32202026-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`
32212026-01-28T22:41:11.387Z Compiling keccak v0.1.5
32222026-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`
32232026-01-28T22:41:12.003Z Compiling managed v0.8.0
32242026-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`
32252026-01-28T22:41:12.538Z Compiling sha3 v0.10.8
32262026-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`
32272026-01-28T22:41:12.636Z Compiling serde_with v3.16.1
32282026-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`
32292026-01-28T22:41:12.688Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build`
32302026-01-28T22:41:12.786Z Compiling ed25519-dalek v2.1.1
32312026-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`
32322026-01-28T22:41:13.303Z Compiling usdt-attr-macro v0.6.0
32332026-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`
32342026-01-28T22:41:13.482Z Compiling usdt-macro v0.6.0
32352026-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`
32362026-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`
32372026-01-28T22:41:13.854Z Compiling cargo-platform v0.1.8
32382026-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`
32392026-01-28T22:41:14.237Z Compiling vergen v9.0.6
32402026-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`
32412026-01-28T22:41:14.436Z Compiling itertools v0.10.5
32422026-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`
32432026-01-28T22:41:14.682Z Compiling ref-cast v1.0.25
32442026-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`
32452026-01-28T22:41:15.282Z Compiling new_debug_unreachable v1.0.6
32462026-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`
32472026-01-28T22:41:15.359Z Compiling fixedbitset v0.4.2
32482026-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`
32492026-01-28T22:41:15.408Z Compiling zstd-safe v7.2.3
32502026-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`
32512026-01-28T22:41:15.469Z Compiling precomputed-hash v0.1.1
32522026-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`
32532026-01-28T22:41:15.671Z Compiling string_cache v0.8.9
32542026-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`
32552026-01-28T22:41:15.835Z Compiling petgraph v0.6.5
32562026-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`
32572026-01-28T22:41:15.926Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build`
32582026-01-28T22:41:16.076Z Compiling usdt v0.6.0
32592026-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`
32602026-01-28T22:41:16.159Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build`
32612026-01-28T22:41:16.226Z Compiling cargo_metadata v0.19.2
32622026-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`
32632026-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)'`
32642026-01-28T22:41:16.998Z Compiling signal-hook-mio v0.2.4
32652026-01-28T22:41:17.022Z Compiling bzip2 v0.4.4
32662026-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`
32672026-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`
32682026-01-28T22:41:17.362Z Compiling ref-cast-impl v1.0.25
32692026-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`
32702026-01-28T22:41:17.619Z Compiling rustc-hash v2.1.1
32712026-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`
32722026-01-28T22:41:17.676Z Compiling zip v0.6.6
32732026-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`
32742026-01-28T22:41:17.890Z Compiling heapless v0.7.17
32752026-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`
32762026-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)'`
32772026-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)'`
32782026-01-28T22:41:18.944Z Compiling lockfree-object-pool v0.1.6
32792026-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`
32802026-01-28T22:41:19.016Z Compiling lalrpop-util v0.19.12
32812026-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`
32822026-01-28T22:41:19.273Z Compiling simd-adler32 v0.3.7
32832026-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`
32842026-01-28T22:41:19.432Z Compiling bumpalo v3.16.0
32852026-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`
32862026-01-28T22:41:19.482Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build`
32872026-01-28T22:41:19.606Z Compiling crossterm v0.28.1
32882026-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`
32892026-01-28T22:41:19.692Z Compiling nix v0.29.0
32902026-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`
32912026-01-28T22:41:19.751Z Compiling bzip2 v0.5.2
32922026-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`
32932026-01-28T22:41:19.861Z Compiling zopfli v0.8.1
32942026-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`
32952026-01-28T22:41:19.964Z Compiling serde-big-array v0.5.1
32962026-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`
32972026-01-28T22:41:20.219Z Compiling hash32 v0.2.1
32982026-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`
32992026-01-28T22:41:20.295Z Compiling socket2 v0.5.10
33002026-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`
33012026-01-28T22:41:20.622Z Compiling winnow v0.6.26
33022026-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`
33032026-01-28T22:41:20.675Z Compiling fs-err v3.1.1
33042026-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`
33052026-01-28T22:41:21.153Z Compiling predicates-core v1.0.8
33062026-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`
33072026-01-28T22:41:21.291Z Compiling buf-list v1.0.3
33082026-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`
33092026-01-28T22:41:21.588Z Compiling jiff v0.2.15
33102026-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`
33112026-01-28T22:41:21.636Z Compiling smoltcp v0.9.1
33122026-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`
33132026-01-28T22:41:22.061Z Compiling unicode-properties v0.1.3
33142026-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`
33152026-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`
33162026-01-28T22:41:22.465Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build`
33172026-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`
33182026-01-28T22:41:22.602Z Compiling unicode-bidi v0.3.17
33192026-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`
33202026-01-28T22:41:22.638Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build`
33212026-01-28T22:41:22.707Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build`
33222026-01-28T22:41:22.828Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build`
33232026-01-28T22:41:22.898Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build`
33242026-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`
33252026-01-28T22:41:23.046Z Compiling zstd v0.13.3
33262026-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`
33272026-01-28T22:41:23.130Z Compiling hickory-proto v0.25.2
33282026-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`
33292026-01-28T22:41:23.690Z Compiling stringprep v0.1.5
33302026-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`
33312026-01-28T22:41:23.967Z Compiling similar v2.7.0
33322026-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`
33332026-01-28T22:41:24.075Z Compiling tokio-stream v0.1.17
33342026-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`
33352026-01-28T22:41:24.198Z Compiling md-5 v0.10.6
33362026-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`
33372026-01-28T22:41:24.527Z Compiling strum_macros v0.27.2
33382026-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`
33392026-01-28T22:41:24.748Z Compiling float-cmp v0.10.0
33402026-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`
33412026-01-28T22:41:25.065Z Compiling difflib v0.4.0
33422026-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`
33432026-01-28T22:41:25.120Z Compiling fallible-iterator v0.2.0
33442026-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`
33452026-01-28T22:41:25.523Z Compiling normalize-line-endings v0.3.0
33462026-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`
33472026-01-28T22:41:25.735Z Compiling predicates v3.1.3
33482026-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`
33492026-01-28T22:41:25.846Z Compiling postgres-protocol v0.6.8
33502026-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`
33512026-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`
33522026-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)'`
33532026-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)'`
33542026-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`
33552026-01-28T22:41:27.358Z Compiling serde_repr v0.1.19
33562026-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`
33572026-01-28T22:41:27.858Z Compiling foldhash v0.2.0
33582026-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`
33592026-01-28T22:41:28.083Z Compiling peg-runtime v0.8.5
33602026-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`
33612026-01-28T22:41:28.330Z Compiling fixedbitset v0.5.7
33622026-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`
33632026-01-28T22:41:28.592Z Compiling iddqd v0.3.16
33642026-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`
33652026-01-28T22:41:28.733Z Compiling postgres-types v0.2.9
33662026-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`
33672026-01-28T22:41:29.071Z Compiling zip v4.2.0
33682026-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`
33692026-01-28T22:41:29.134Z Compiling petgraph v0.8.2
33702026-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`
33712026-01-28T22:41:29.246Z Compiling strum v0.27.2
33722026-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`
33732026-01-28T22:41:29.514Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33742026-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`
33752026-01-28T22:41:30.005Z Compiling phf v0.11.2
33762026-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`
33772026-01-28T22:41:30.381Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33782026-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`
33792026-01-28T22:41:30.871Z Compiling whoami v1.5.2
33802026-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`
33812026-01-28T22:41:31.249Z Compiling futures-executor v0.3.31
33822026-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`
33832026-01-28T22:41:31.297Z Compiling tokio-postgres v0.7.13
33842026-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`
33852026-01-28T22:41:31.505Z Compiling is-terminal v0.4.13
33862026-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`
33872026-01-28T22:41:31.716Z Compiling futures v0.3.31
33882026-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`
33892026-01-28T22:41:31.839Z Compiling regress v0.10.4
33902026-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`
33912026-01-28T22:41:31.895Z Compiling crossbeam-channel v0.5.15
33922026-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`
33932026-01-28T22:41:33.047Z Compiling thread_local v1.1.8
33942026-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`
33952026-01-28T22:41:33.363Z Compiling slog-async v2.8.0
33962026-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`
33972026-01-28T22:41:33.596Z Compiling term v1.1.0
33982026-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`
33992026-01-28T22:41:33.898Z Compiling unsafe-libyaml v0.2.11
34002026-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`
34012026-01-28T22:41:33.967Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build`
34022026-01-28T22:41:34.081Z Compiling take_mut v0.2.2
34032026-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`
34042026-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`
34052026-01-28T22:41:34.632Z Compiling slog-term v2.9.2
34062026-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`
34072026-01-28T22:41:35.001Z Compiling match_cfg v0.1.0
34082026-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`
34092026-01-28T22:41:35.194Z Compiling serde_yaml v0.9.34+deprecated
34102026-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`
34112026-01-28T22:41:35.372Z Compiling hostname v0.3.1
34122026-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`
34132026-01-28T22:41:35.505Z Compiling typify-impl v0.4.3
34142026-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`
34152026-01-28T22:41:35.646Z Compiling newtype-uuid-macros v0.1.0
34162026-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`
34172026-01-28T22:41:35.914Z Compiling debug-ignore v1.0.5
34182026-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`
34192026-01-28T22:41:36.157Z Compiling unicode-width v0.1.14
34202026-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`
34212026-01-28T22:41:36.333Z Compiling structmeta-derive v0.3.0
34222026-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`
34232026-01-28T22:41:36.692Z Compiling rustls v0.22.4
34242026-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`
34252026-01-28T22:41:36.777Z Compiling toml_parser v1.0.4
34262026-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`
34272026-01-28T22:41:37.211Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build`
34282026-01-28T22:41:37.279Z Compiling serde_path_to_error v0.1.20
34292026-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`
34302026-01-28T22:41:37.565Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34312026-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`
34322026-01-28T22:41:38.228Z Compiling serde_spanned v1.0.3
34332026-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`
34342026-01-28T22:41:38.439Z Compiling toml_datetime v0.7.3
34352026-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`
34362026-01-28T22:41:38.598Z Compiling multer v3.1.0
34372026-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`
34382026-01-28T22:41:38.913Z Compiling toml_writer v1.0.4
34392026-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`
34402026-01-28T22:41:39.034Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build`
34412026-01-28T22:41:39.116Z Compiling slog-json v2.6.1
34422026-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`
34432026-01-28T22:41:39.176Z Compiling structmeta v0.3.0
34442026-01-28T22:41:39.200Z Compiling async-stream-impl v0.3.6
34452026-01-28T22:41:39.200Z Compiling dropshot v0.16.6
34462026-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`
34472026-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`
34482026-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`
34492026-01-28T22:41:39.398Z Compiling toml v0.9.8
34502026-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`
34512026-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`
34522026-01-28T22:41:39.541Z Compiling slog-bunyan v2.5.0
34532026-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`
34542026-01-28T22:41:39.673Z Compiling rustls-pemfile v2.2.0
34552026-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`
34562026-01-28T22:41:39.732Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-70681fe0dcd90256/build-script-build`
34572026-01-28T22:41:39.858Z Compiling waitgroup v0.1.2
34582026-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`
34592026-01-28T22:41:39.923Z Compiling dropshot_endpoint v0.16.6
34602026-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`
34612026-01-28T22:41:40.083Z Compiling hostname v0.4.2
34622026-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`
34632026-01-28T22:41:40.188Z Compiling derive-ex v0.1.8
34642026-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`
34652026-01-28T22:41:40.381Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
34662026-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`
34672026-01-28T22:41:40.522Z Compiling itertools v0.14.0
34682026-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`
34692026-01-28T22:41:40.665Z Compiling macaddr v1.0.1
34702026-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`
34712026-01-28T22:41:40.772Z Compiling async-stream v0.3.6
34722026-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`
34732026-01-28T22:41:41.137Z Compiling tabwriter v1.4.0
34742026-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`
34752026-01-28T22:41:41.192Z Compiling instant v0.1.13
34762026-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`
34772026-01-28T22:41:41.505Z Compiling parse-display-derive v0.10.0
34782026-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`
34792026-01-28T22:41:41.785Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34802026-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`
34812026-01-28T22:41:42.956Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34822026-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`
34832026-01-28T22:41:43.146Z Compiling backoff v0.4.0
34842026-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`
34852026-01-28T22:41:43.301Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
34862026-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`
34872026-01-28T22:41:43.671Z Compiling colored v3.0.0
34882026-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`
34892026-01-28T22:41:44.080Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34902026-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`
34912026-01-28T22:41:44.279Z Compiling camino-tempfile v1.4.1
34922026-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`
34932026-01-28T22:41:44.603Z Compiling toml v0.8.23
34942026-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`
34952026-01-28T22:41:44.862Z Compiling proc-macro-error-attr v1.0.4
34962026-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`
34972026-01-28T22:41:44.919Z Compiling test-strategy v0.4.3
34982026-01-28T22:41:44.943Z Compiling proc-macro-error v1.0.4
34992026-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`
35002026-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`
35012026-01-28T22:41:45.436Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build`
35022026-01-28T22:41:45.583Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build`
35032026-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`
35042026-01-28T22:41:45.827Z Compiling crossbeam-deque v0.8.5
35052026-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`
35062026-01-28T22:41:46.289Z Compiling rayon-core v1.12.1
35072026-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`
35082026-01-28T22:41:46.373Z Compiling crucible-workspace-hack v0.1.0
35092026-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`
35102026-01-28T22:41:46.553Z Compiling parse-display v0.10.0
35112026-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`
35122026-01-28T22:41:46.689Z Compiling unicode-width v0.2.0
35132026-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`
35142026-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`
35152026-01-28T22:41:46.910Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build`
35162026-01-28T22:41:46.933Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build`
35172026-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`
35182026-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`
35192026-01-28T22:41:47.346Z Compiling proc-macro-crate v1.3.1
35202026-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`
35212026-01-28T22:41:47.432Z Compiling nix v0.30.1
35222026-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`
35232026-01-28T22:41:47.545Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35242026-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`
35252026-01-28T22:41:47.651Z Compiling heapless v0.8.0
35262026-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`
35272026-01-28T22:41:48.105Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build`
35282026-01-28T22:41:48.225Z Compiling rayon v1.10.0
35292026-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`
35302026-01-28T22:41:48.306Z Compiling typify-macro v0.4.3
35312026-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`
35322026-01-28T22:41:48.404Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build`
35332026-01-28T22:41:48.481Z Compiling num_enum_derive v0.5.11
35342026-01-28T22:41:48.505Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build`
35352026-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`
35362026-01-28T22:41:48.625Z Compiling ingot-macros v0.1.1
35372026-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`
35382026-01-28T22:41:48.810Z Compiling hash32 v0.3.1
35392026-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`
35402026-01-28T22:41:48.860Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35412026-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`
35422026-01-28T22:41:49.165Z Compiling smoltcp v0.11.0
35432026-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`
35442026-01-28T22:41:49.302Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35452026-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`
35462026-01-28T22:41:49.359Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build`
35472026-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`
35482026-01-28T22:41:50.286Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build`
35492026-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"))'`
35502026-01-28T22:41:50.610Z Compiling foreign-types-macros v0.2.3
35512026-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`
35522026-01-28T22:41:50.733Z Compiling cobs v0.2.3
35532026-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`
35542026-01-28T22:41:51.130Z Compiling foreign-types-shared v0.3.1
35552026-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`
35562026-01-28T22:41:51.367Z Compiling postcard v1.0.10
35572026-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`
35582026-01-28T22:41:51.483Z Compiling num_enum v0.5.11
35592026-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`
35602026-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`
35612026-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`
35622026-01-28T22:41:52.394Z Compiling foreign-types v0.5.0
35632026-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`
35642026-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`
35652026-01-28T22:41:52.710Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35662026-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`
35672026-01-28T22:41:52.994Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35682026-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`
35692026-01-28T22:41:53.500Z Compiling typify v0.4.3
35702026-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`
35712026-01-28T22:41:53.854Z Compiling progenitor-impl v0.11.2
35722026-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`
35732026-01-28T22:41:53.906Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35742026-01-28T22:41:53.930Z Compiling cstr-argument v0.1.2
35752026-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`
35762026-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`
35772026-01-28T22:41:54.037Z Compiling pretty-hex v0.2.1
35782026-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`
35792026-01-28T22:41:54.094Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35802026-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`
35812026-01-28T22:41:54.400Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35822026-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`
35832026-01-28T22:41:54.465Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35842026-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`
35852026-01-28T22:41:54.558Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-1922af0bae3772b6/build-script-build`
35862026-01-28T22:41:54.765Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build`
35872026-01-28T22:41:54.789Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35882026-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`
35892026-01-28T22:41:54.812Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35902026-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`
35912026-01-28T22:41:55.021Z Compiling colored v2.2.0
35922026-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`
35932026-01-28T22:41:55.094Z Compiling sigpipe v0.1.3
35942026-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`
35952026-01-28T22:41:55.200Z Compiling convert_case v0.4.0
35962026-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`
35972026-01-28T22:41:55.336Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35982026-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`
35992026-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`
36002026-01-28T22:41:56.025Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-81d3e4acd776cb10/build-script-build`
36012026-01-28T22:41:56.083Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36022026-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`
36032026-01-28T22:41:56.165Z Compiling derive_more v0.99.20
36042026-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`
36052026-01-28T22:41:56.254Z Compiling zone_cfg_derive v0.3.0
36062026-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`
36072026-01-28T22:41:56.628Z Compiling ingot-types v0.1.2
36082026-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`
36092026-01-28T22:41:56.892Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36102026-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`
36112026-01-28T22:41:57.057Z Compiling smf v0.2.3
36122026-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`
36132026-01-28T22:41:57.527Z Compiling num-derive v0.4.2
36142026-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`
36152026-01-28T22:41:57.891Z Compiling ingot v0.1.1
36162026-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`
36172026-01-28T22:41:57.950Z Compiling aws-lc-sys v0.26.0
36182026-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`
36192026-01-28T22:41:58.210Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36202026-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`
36212026-01-28T22:41:58.513Z Compiling zone v0.3.1
36222026-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`
36232026-01-28T22:41:58.728Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build`
36242026-01-28T22:41:58.801Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36252026-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`
36262026-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`
36272026-01-28T22:41:59.995Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36282026-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`
36292026-01-28T22:42:00.046Z Compiling progenitor-impl v0.10.0
36302026-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`
36312026-01-28T22:42:00.312Z Compiling indent_write v2.2.0
36322026-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`
36332026-01-28T22:42:00.407Z Compiling secrecy v0.10.3
36342026-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`
36352026-01-28T22:42:00.710Z Compiling half v2.4.1
36362026-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`
36372026-01-28T22:42:00.779Z Compiling ciborium-io v0.2.2
36382026-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`
36392026-01-28T22:42:01.021Z Compiling usdt-attr-macro v0.5.0
36402026-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`
36412026-01-28T22:42:01.079Z Compiling usdt-macro v0.5.0
36422026-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`
36432026-01-28T22:42:01.453Z Compiling ciborium-ll v0.2.2
36442026-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`
36452026-01-28T22:42:01.615Z Compiling progenitor-macro v0.11.2
36462026-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`
36472026-01-28T22:42:02.026Z Compiling ciborium v0.2.2
36482026-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`
36492026-01-28T22:42:02.673Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
36502026-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`
36512026-01-28T22:42:03.180Z Compiling memmap v0.7.0
36522026-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`
36532026-01-28T22:42:03.348Z Compiling num-rational v0.4.2
36542026-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`
36552026-01-28T22:42:03.612Z Compiling usdt v0.5.0
36562026-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`
36572026-01-28T22:42:03.665Z Compiling num-complex v0.4.6
36582026-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`
36592026-01-28T22:42:03.875Z Compiling float-ord v0.3.2
36602026-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`
36612026-01-28T22:42:04.132Z Compiling universal-hash v0.5.1
36622026-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`
36632026-01-28T22:42:04.180Z Compiling opaque-debug v0.3.1
36642026-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`
36652026-01-28T22:42:04.349Z Compiling swrite v0.1.0
36662026-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`
36672026-01-28T22:42:04.417Z Compiling aead v0.5.2
36682026-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`
36692026-01-28T22:42:04.557Z Compiling poly1305 v0.8.0
36702026-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`
36712026-01-28T22:42:04.764Z Compiling num v0.4.3
36722026-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`
36732026-01-28T22:42:04.834Z Compiling chacha20 v0.9.1
36742026-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`
36752026-01-28T22:42:04.922Z Compiling thiserror-impl-no-std v2.0.2
36762026-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`
36772026-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)'`
36782026-01-28T22:42:05.443Z Compiling password-hash v0.5.0
36792026-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`
36802026-01-28T22:42:05.493Z Compiling blake2 v0.10.6
36812026-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`
36822026-01-28T22:42:06.078Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
36832026-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`
36842026-01-28T22:42:06.202Z Compiling argon2 v0.5.3
36852026-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`
36862026-01-28T22:42:06.494Z Compiling chacha20poly1305 v0.10.1
36872026-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`
36882026-01-28T22:42:06.817Z Compiling console v0.15.10
36892026-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`
36902026-01-28T22:42:06.880Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36912026-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`
36922026-01-28T22:42:07.425Z Compiling progenitor-macro v0.10.0
36932026-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`
36942026-01-28T22:42:07.955Z Compiling thiserror-no-std v2.0.2
36952026-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`
36962026-01-28T22:42:08.157Z Compiling vsss-rs v3.3.4
36972026-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`
36982026-01-28T22:42:08.244Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36992026-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`
37002026-01-28T22:42:08.363Z Compiling derive-where v1.5.0
37012026-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`
37022026-01-28T22:42:08.939Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
37032026-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`
37042026-01-28T22:42:09.181Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
37052026-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`
37062026-01-28T22:42:09.290Z Compiling atomicwrites v0.4.4
37072026-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`
37082026-01-28T22:42:09.711Z Compiling newline-converter v0.3.0
37092026-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`
37102026-01-28T22:42:09.959Z Compiling expectorate v1.2.0
37112026-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`
37122026-01-28T22:42:10.321Z Compiling bytecount v0.6.8
37132026-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`
37142026-01-28T22:42:10.630Z Compiling owo-colors v4.2.2
37152026-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`
37162026-01-28T22:42:10.957Z Compiling tokio-dtrace v0.1.0
37172026-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`
37182026-01-28T22:42:11.505Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-114491a65852687c/build-script-build`
37192026-01-28T22:42:11.533Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7d4e737f08835faa/build-script-main`
37202026-01-28T22:42:11.591Z Compiling cancel-safe-futures v0.1.5
37212026-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`
37222026-01-28T22:42:11.648Z Compiling oxide-tokio-rt v0.1.2
37232026-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)'`
37242026-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`
37252026-01-28T22:42:12.192Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build`
37262026-01-28T22:42:12.216Z Compiling libsw-core v0.3.1
37272026-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`
37282026-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`
37292026-01-28T22:42:12.529Z Compiling libsw v3.5.0
37302026-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`
37312026-01-28T22:42:12.594Z Compiling linear-map v1.2.0
37322026-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`
37332026-01-28T22:42:12.913Z Compiling gethostname v0.5.0
37342026-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`
37352026-01-28T22:42:13.031Z Compiling same-file v1.0.6
37362026-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`
37372026-01-28T22:42:13.099Z Compiling unicode-xid v0.2.6
37382026-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`
37392026-01-28T22:42:13.218Z Compiling async-recursion v1.1.1
37402026-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`
37412026-01-28T22:42:13.412Z Compiling walkdir v2.5.0
37422026-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`
37432026-01-28T22:42:13.486Z Compiling resolv-conf v0.7.0
37442026-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`
37452026-01-28T22:42:13.926Z Compiling convert_case v0.7.1
37462026-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`
37472026-01-28T22:42:14.194Z Compiling smawk v0.3.2
37482026-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`
37492026-01-28T22:42:14.247Z Compiling unicode-linebreak v0.1.5
37502026-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`
37512026-01-28T22:42:14.377Z Compiling slog-dtrace v0.3.0
37522026-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`
37532026-01-28T22:42:14.482Z Compiling globset v0.4.15
37542026-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`
37552026-01-28T22:42:14.780Z Compiling derive_more-impl v2.0.1
37562026-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`
37572026-01-28T22:42:14.835Z Compiling vte_generate_state_changes v0.1.2
37582026-01-28T22:42:14.859Z Compiling termtree v0.5.1
37592026-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`
37602026-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`
37612026-01-28T22:42:14.943Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build`
37622026-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`
37632026-01-28T22:42:15.258Z Compiling fd-lock v4.0.2
37642026-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`
37652026-01-28T22:42:15.399Z Compiling linked-hash-map v0.5.6
37662026-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`
37672026-01-28T22:42:15.540Z Compiling hickory-proto v0.24.4
37682026-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`
37692026-01-28T22:42:15.660Z Compiling vte v0.11.1
37702026-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`
37712026-01-28T22:42:15.762Z Compiling nibble_vec v0.1.0
37722026-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`
37732026-01-28T22:42:15.830Z Compiling lru-cache v0.1.2
37742026-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`
37752026-01-28T22:42:16.082Z Compiling nu-ansi-term v0.50.1
37762026-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`
37772026-01-28T22:42:16.132Z Compiling display-error-chain v0.2.2
37782026-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`
37792026-01-28T22:42:16.168Z Compiling endian-type v0.1.2
37802026-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`
37812026-01-28T22:42:16.413Z Compiling pin-project-internal v1.1.6
37822026-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`
37832026-01-28T22:42:16.492Z Compiling radix_trie v0.2.1
37842026-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`
37852026-01-28T22:42:16.768Z Compiling derive_more v2.0.1
37862026-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`
37872026-01-28T22:42:16.824Z Compiling textwrap v0.16.2
37882026-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`
37892026-01-28T22:42:16.966Z Compiling crossterm v0.29.0
37902026-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`
37912026-01-28T22:42:17.086Z Compiling strip-ansi-escapes v0.2.0
37922026-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`
37932026-01-28T22:42:17.269Z Compiling pem v3.0.5
37942026-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`
37952026-01-28T22:42:17.558Z Compiling reedline v0.40.0
37962026-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`
37972026-01-28T22:42:17.984Z Compiling snafu-derive v0.8.5
37982026-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`
37992026-01-28T22:42:18.041Z Compiling csv-core v0.1.11
38002026-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`
38012026-01-28T22:42:18.642Z Compiling humantime v2.2.0
38022026-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`
38032026-01-28T22:42:19.158Z Compiling cfg_aliases v0.1.1
38042026-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`
38052026-01-28T22:42:19.322Z Compiling nix v0.28.0
38062026-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`
38072026-01-28T22:42:19.372Z Compiling pin-project v1.1.6
38082026-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`
38092026-01-28T22:42:19.577Z Compiling csv v1.3.1
38102026-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`
38112026-01-28T22:42:19.789Z Compiling olpc-cjson v0.1.4
38122026-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`
38132026-01-28T22:42:20.147Z Compiling serde_plain v1.0.2
38142026-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`
38152026-01-28T22:42:20.195Z Compiling typed-path v0.9.3
38162026-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`
38172026-01-28T22:42:20.642Z Compiling hickory-resolver v0.24.4
38182026-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`
38192026-01-28T22:42:20.834Z Compiling siphasher v1.0.1
38202026-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`
38212026-01-28T22:42:20.899Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build`
38222026-01-28T22:42:20.972Z Compiling papergrid v0.11.0
38232026-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`
38242026-01-28T22:42:21.345Z Compiling phf_shared v0.12.1
38252026-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`
38262026-01-28T22:42:21.818Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38272026-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`
38282026-01-28T22:42:22.735Z Compiling snafu v0.8.5
38292026-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`
38302026-01-28T22:42:23.261Z Compiling qorb v0.4.1
38312026-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`
38322026-01-28T22:42:23.368Z Compiling tabled_derive v0.7.0
38332026-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`
38342026-01-28T22:42:23.530Z Compiling base64 v0.21.7
38352026-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`
38362026-01-28T22:42:23.918Z Compiling chrono-tz v0.10.4
38372026-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`
38382026-01-28T22:42:24.230Z Compiling highway v1.3.0
38392026-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`
38402026-01-28T22:42:24.321Z Compiling semver v0.1.20
38412026-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`
38422026-01-28T22:42:24.462Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build`
38432026-01-28T22:42:24.524Z Compiling phf v0.12.1
38442026-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`
38452026-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`
38462026-01-28T22:42:24.846Z Compiling rustc_version v0.1.7
38472026-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`
38482026-01-28T22:42:24.913Z Compiling const_format_proc_macros v0.2.34
38492026-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`
38502026-01-28T22:42:25.018Z Compiling peg-macros v0.8.5
38512026-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`
38522026-01-28T22:42:25.314Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38532026-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`
38542026-01-28T22:42:25.546Z Compiling tabled v0.15.0
38552026-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`
38562026-01-28T22:42:25.897Z Compiling sqlparser_derive v0.2.2
38572026-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`
38582026-01-28T22:42:26.357Z Compiling unicode_categories v0.1.1
38592026-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`
38602026-01-28T22:42:26.722Z Compiling const_format v0.2.34
38612026-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`
38622026-01-28T22:42:26.765Z Compiling sqlformat v0.3.5
38632026-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`
38642026-01-28T22:42:27.065Z Compiling sqlparser v0.45.0
38652026-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`
38662026-01-28T22:42:27.480Z Compiling rustyline v14.0.0
38672026-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`
38682026-01-28T22:42:27.661Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2/build-script-build`
38692026-01-28T22:42:27.741Z Compiling newtype_derive v0.1.6
38702026-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`
38712026-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`
38722026-01-28T22:42:28.126Z Compiling peg v0.8.5
38732026-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`
38742026-01-28T22:42:28.249Z Compiling bcs v0.1.6
38752026-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`
38762026-01-28T22:42:28.381Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build`
38772026-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`
38782026-01-28T22:42:28.618Z Compiling steno v0.4.1
38792026-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`
38802026-01-28T22:42:28.988Z Compiling utf-8 v0.7.6
38812026-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`
38822026-01-28T22:42:29.136Z Compiling arc-swap v1.7.1
38832026-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`
38842026-01-28T22:42:29.362Z Compiling tungstenite v0.21.0
38852026-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`
38862026-01-28T22:42:29.770Z Compiling slog-scope v4.4.0
38872026-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`
38882026-01-28T22:42:30.290Z Compiling slog-stdlog v4.1.1
38892026-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`
38902026-01-28T22:42:30.745Z Compiling tokio-tungstenite v0.21.0
38912026-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`
38922026-01-28T22:42:31.239Z Compiling xattr v1.3.1
38932026-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`
38942026-01-28T22:42:31.408Z Compiling filetime v0.2.26
38952026-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`
38962026-01-28T22:42:31.446Z Compiling slog-envlogger v2.2.0
38972026-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`
38982026-01-28T22:42:31.562Z Compiling typify-impl v0.2.0
38992026-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`
39002026-01-28T22:42:31.639Z Compiling subprocess v0.2.9
39012026-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`
39022026-01-28T22:42:31.841Z Compiling tar v0.4.44
39032026-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`
39042026-01-28T22:42:32.272Z Compiling headers-core v0.3.0
39052026-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`
39062026-01-28T22:42:32.505Z Compiling headers v0.4.1
39072026-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`
39082026-01-28T22:42:33.458Z Compiling lzma-sys v0.1.20
39092026-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`
39102026-01-28T22:42:34.101Z Compiling heck v0.3.3
39112026-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`
39122026-01-28T22:42:34.324Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39132026-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`
39142026-01-28T22:42:34.414Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-5b18d0890e752614/build-script-build`
39152026-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`
39162026-01-28T22:42:34.563Z Compiling zone_cfg_derive v0.1.2
39172026-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`
39182026-01-28T22:42:34.824Z Compiling yasna v0.5.2
39192026-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`
39202026-01-28T22:42:34.904Z Compiling number_prefix v0.4.0
39212026-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`
39222026-01-28T22:42:34.971Z Compiling base64 v0.13.1
39232026-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`
39242026-01-28T22:42:35.191Z Compiling indicatif v0.17.11
39252026-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`
39262026-01-28T22:42:35.681Z Compiling ron v0.7.1
39272026-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`
39282026-01-28T22:42:36.182Z Compiling zone v0.1.8
39292026-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`
39302026-01-28T22:42:36.533Z Compiling rcgen v0.12.1
39312026-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`
39322026-01-28T22:42:37.359Z Compiling xz2 v0.1.7
39332026-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`
39342026-01-28T22:42:37.743Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39352026-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`
39362026-01-28T22:42:37.814Z Compiling dropshot-api-manager-types v0.2.4
39372026-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`
39382026-01-28T22:42:37.907Z Compiling moka v0.12.10
39392026-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`
39402026-01-28T22:42:38.362Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build`
39412026-01-28T22:42:38.429Z Compiling tagptr v0.2.0
39422026-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`
39432026-01-28T22:42:38.496Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39442026-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`
39452026-01-28T22:42:38.549Z Compiling libefi-sys v0.1.0
39462026-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`
39472026-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`
39482026-01-28T22:42:38.820Z Compiling bitfield-struct v0.6.2
39492026-01-28T22:42:38.820Z Compiling radium v0.7.0
39502026-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`
39512026-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`
39522026-01-28T22:42:39.034Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build`
39532026-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`
39542026-01-28T22:42:39.384Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build`
39552026-01-28T22:42:39.469Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39562026-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`
39572026-01-28T22:42:39.519Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build`
39582026-01-28T22:42:39.596Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39592026-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`
39602026-01-28T22:42:39.665Z Compiling tap v1.0.1
39612026-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`
39622026-01-28T22:42:39.702Z Compiling maybe-uninit v2.0.0
39632026-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`
39642026-01-28T22:42:39.942Z Compiling wyz v0.5.1
39652026-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`
39662026-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`
39672026-01-28T22:42:40.300Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39682026-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`
39692026-01-28T22:42:40.400Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build`
39702026-01-28T22:42:40.466Z Compiling hickory-resolver v0.25.2
39712026-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`
39722026-01-28T22:42:40.525Z Compiling zerocopy-derive v0.6.6
39732026-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`
39742026-01-28T22:42:40.628Z Compiling crc-catalog v2.4.0
39752026-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`
39762026-01-28T22:42:40.677Z Compiling funty v2.0.0
39772026-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`
39782026-01-28T22:42:40.889Z Compiling packed_struct v0.10.1
39792026-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`
39802026-01-28T22:42:41.148Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39812026-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`
39822026-01-28T22:42:41.510Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build`
39832026-01-28T22:42:41.594Z Compiling crc v3.2.1
39842026-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`
39852026-01-28T22:42:42.218Z Compiling bitvec v1.0.1
39862026-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`
39872026-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`
39882026-01-28T22:42:42.488Z Compiling packed_struct_codegen v0.10.1
39892026-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`
39902026-01-28T22:42:42.619Z Compiling bitfield-macros v0.19.2
39912026-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`
39922026-01-28T22:42:42.693Z Compiling zerocopy v0.6.6
39932026-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`
39942026-01-28T22:42:43.137Z Compiling typify-macro v0.2.0
39952026-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`
39962026-01-28T22:42:43.486Z Compiling indexmap v1.9.3
39972026-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`
39982026-01-28T22:42:43.681Z Compiling nodrop v0.1.14
39992026-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`
40002026-01-28T22:42:43.899Z Compiling array-init v0.0.4
40012026-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`
40022026-01-28T22:42:43.974Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build`
40032026-01-28T22:42:44.038Z Compiling smallvec v0.6.14
40042026-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`
40052026-01-28T22:42:44.284Z Compiling bitfield v0.19.2
40062026-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`
40072026-01-28T22:42:44.587Z Compiling hashbrown v0.12.3
40082026-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`
40092026-01-28T22:42:44.820Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40102026-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`
40112026-01-28T22:42:44.957Z Compiling serde-hex v0.1.0
40122026-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`
40132026-01-28T22:42:45.143Z Compiling ron v0.8.1
40142026-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`
40152026-01-28T22:42:45.238Z Compiling hashbrown v0.13.2
40162026-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`
40172026-01-28T22:42:45.367Z Compiling xshell-macros v0.2.7
40182026-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`
40192026-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`
40202026-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`
40212026-01-28T22:42:46.342Z Compiling crc-any v2.5.0
40222026-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`
40232026-01-28T22:42:46.500Z Compiling xshell v0.2.7
40242026-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`
40252026-01-28T22:42:46.881Z Compiling object v0.30.4
40262026-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`
40272026-01-28T22:42:47.021Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40282026-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`
40292026-01-28T22:42:47.724Z Compiling path-slash v0.1.5
40302026-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`
40312026-01-28T22:42:47.797Z Compiling half v1.8.3
40322026-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`
40332026-01-28T22:42:47.886Z Compiling typify v0.2.0
40342026-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`
40352026-01-28T22:42:47.990Z Compiling proc-macro-error-attr2 v2.0.0
40362026-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`
40372026-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`
40382026-01-28T22:42:48.170Z Compiling progenitor-impl v0.8.0
40392026-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`
40402026-01-28T22:42:48.480Z Compiling serde_cbor v0.11.2
40412026-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`
40422026-01-28T22:42:48.542Z Compiling maplit v1.0.2
40432026-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`
40442026-01-28T22:42:48.760Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40452026-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`
40462026-01-28T22:42:48.997Z Compiling proc-macro-error2 v2.0.1
40472026-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`
40482026-01-28T22:42:49.384Z Compiling num-derive v0.3.3
40492026-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`
40502026-01-28T22:42:49.715Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40512026-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`
40522026-01-28T22:42:50.125Z Compiling fxhash v0.2.1
40532026-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`
40542026-01-28T22:42:50.182Z Compiling tabled_derive v0.11.0
40552026-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`
40562026-01-28T22:42:50.260Z Compiling papergrid v0.17.0
40572026-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`
40582026-01-28T22:42:50.434Z Compiling testing_table v0.3.0
40592026-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`
40602026-01-28T22:42:50.897Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40612026-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`
40622026-01-28T22:42:51.678Z Compiling libscf-sys v1.1.0
40632026-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`
40642026-01-28T22:42:52.008Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40652026-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`
40662026-01-28T22:42:53.095Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40672026-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`
40682026-01-28T22:42:53.604Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build`
40692026-01-28T22:42:53.662Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40702026-01-28T22:42:53.686Z Compiling tabled v0.20.0
40712026-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`
40722026-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`
40732026-01-28T22:42:53.759Z Compiling unicase v2.8.1
40742026-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`
40752026-01-28T22:42:54.264Z Compiling crc8 v0.1.1
40762026-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`
40772026-01-28T22:42:54.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40782026-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`
40792026-01-28T22:42:54.994Z Compiling diff v0.1.13
40802026-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`
40812026-01-28T22:42:55.046Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build`
40822026-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/`
40832026-01-28T22:42:55.330Z Compiling progenitor-macro v0.8.0
40842026-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`
40852026-01-28T22:42:55.561Z Compiling parking_lot_core v0.8.6
40862026-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`
40872026-01-28T22:42:55.637Z Compiling dsl_auto_type v0.1.2
40882026-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`
40892026-01-28T22:42:55.965Z Compiling kstat-rs v0.2.4
40902026-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`
40912026-01-28T22:42:56.175Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build`
40922026-01-28T22:42:56.244Z Compiling vergen-gitcl v1.0.8
40932026-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`
40942026-01-28T22:42:56.664Z Compiling diesel_table_macro_syntax v0.2.0
40952026-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`
40962026-01-28T22:42:56.740Z Compiling scheduled-thread-pool v0.2.7
40972026-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`
40982026-01-28T22:42:57.233Z Compiling r2d2 v0.8.10
40992026-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`
41002026-01-28T22:42:57.368Z Compiling diesel_derives v2.2.3
41012026-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`
41022026-01-28T22:42:57.426Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build`
41032026-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`
41042026-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)'`
41052026-01-28T22:42:57.726Z Compiling prefix-trie v0.7.0
41062026-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`
41072026-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`
41082026-01-28T22:42:58.719Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
41092026-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`
41102026-01-28T22:42:59.213Z Compiling parking_lot v0.11.2
41112026-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`
41122026-01-28T22:43:00.110Z Compiling nanorand v0.7.0
41132026-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`
41142026-01-28T22:43:00.445Z Compiling dirs-sys-next v0.1.2
41152026-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`
41162026-01-28T22:43:00.741Z Compiling crunchy v0.2.2
41172026-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`
41182026-01-28T22:43:00.948Z Compiling dirs-next v2.0.0
41192026-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`
41202026-01-28T22:43:01.143Z Compiling flume v0.11.1
41212026-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`
41222026-01-28T22:43:01.279Z Compiling sled v0.34.7
41232026-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`
41242026-01-28T22:43:01.453Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build`
41252026-01-28T22:43:01.526Z Compiling hickory-server v0.25.2
41262026-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`
41272026-01-28T22:43:01.844Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
41282026-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`
41292026-01-28T22:43:02.003Z Compiling hickory-client v0.25.2
41302026-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`
41312026-01-28T22:43:02.807Z Compiling tiny-keccak v2.0.2
41322026-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`
41332026-01-28T22:43:03.339Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build`
41342026-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`
41352026-01-28T22:43:03.938Z Compiling term v0.7.0
41362026-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`
41372026-01-28T22:43:04.959Z Compiling bit-vec v0.6.3
41382026-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`
41392026-01-28T22:43:05.552Z Compiling bit-set v0.5.3
41402026-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`
41412026-01-28T22:43:05.758Z Compiling ascii-canvas v3.0.0
41422026-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`
41432026-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`
41442026-01-28T22:43:06.351Z Compiling ena v0.14.3
41452026-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`
41462026-01-28T22:43:06.427Z Compiling bindgen v0.71.1
41472026-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`
41482026-01-28T22:43:06.990Z Compiling regex-syntax v0.6.29
41492026-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`
41502026-01-28T22:43:07.174Z Compiling primeorder v0.13.6
41512026-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`
41522026-01-28T22:43:07.646Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build`
41532026-01-28T22:43:07.718Z Compiling salty v0.3.0
41542026-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`
41552026-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`
41562026-01-28T22:43:08.292Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build`
41572026-01-28T22:43:08.370Z Compiling libxml v0.3.3
41582026-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`
41592026-01-28T22:43:09.051Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build`
41602026-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`
41612026-01-28T22:43:09.221Z Compiling diesel v2.2.12
41622026-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`
41632026-01-28T22:43:09.688Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41642026-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`
41652026-01-28T22:43:10.256Z Compiling strum_macros v0.24.3
41662026-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`
41672026-01-28T22:43:11.869Z Compiling lalrpop v0.19.12
41682026-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`
41692026-01-28T22:43:13.109Z Compiling indoc v1.0.9
41702026-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`
41712026-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`
41722026-01-28T22:43:14.254Z Compiling p384 v0.13.1
41732026-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`
41742026-01-28T22:43:15.308Z Compiling oso-derive v0.27.3
41752026-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`
41762026-01-28T22:43:15.680Z Compiling impl-trait-for-tuples v0.2.2
41772026-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`
41782026-01-28T22:43:16.643Z Compiling quick-xml v0.37.2
41792026-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`
41802026-01-28T22:43:16.724Z Compiling fs-err v2.11.0
41812026-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`
41822026-01-28T22:43:17.320Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build`
41832026-01-28T22:43:17.563Z Compiling predicates-tree v1.0.12
41842026-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`
41852026-01-28T22:43:18.121Z Compiling trait-variant v0.1.2
41862026-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`
41872026-01-28T22:43:19.444Z Compiling assert_matches v1.5.0
41882026-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`
41892026-01-28T22:43:19.621Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41902026-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`
41912026-01-28T22:43:20.132Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build`
41922026-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)'`
41932026-01-28T22:43:20.708Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
41942026-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`
41952026-01-28T22:43:20.869Z Compiling diesel-dtrace v0.4.2
41962026-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`
41972026-01-28T22:43:21.360Z Compiling parse-size v1.1.0
41982026-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`
41992026-01-28T22:43:21.760Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build`
42002026-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/`
42012026-01-28T22:43:22.480Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42022026-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`
42032026-01-28T22:43:22.549Z Compiling mime_guess v2.0.5
42042026-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`
42052026-01-28T22:43:23.347Z Compiling bb8 v0.8.5
42062026-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`
42072026-01-28T22:43:23.912Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
42082026-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`
42092026-01-28T22:43:24.088Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42102026-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`
42112026-01-28T22:43:24.155Z Compiling corncobs v0.1.4
42122026-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`
42132026-01-28T22:43:24.499Z Compiling http-range v0.1.5
42142026-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`
42152026-01-28T22:43:24.581Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-deeff224bbdf5ec5/build-script-build`
42162026-01-28T22:43:24.652Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42172026-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`
42182026-01-28T22:43:24.873Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build`
42192026-01-28T22:43:24.946Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42202026-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/`
42212026-01-28T22:43:25.021Z Compiling ignore v0.4.23
42222026-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`
42232026-01-28T22:43:25.071Z Compiling signal-hook-tokio v0.3.1
42242026-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`
42252026-01-28T22:43:25.373Z Compiling secrecy v0.8.0
42262026-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`
42272026-01-28T22:43:25.708Z Compiling atty v0.2.14
42282026-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`
42292026-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`
42302026-01-28T22:43:25.977Z Compiling nonempty v0.12.0
42312026-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`
42322026-01-28T22:43:26.405Z Compiling tungstenite v0.23.0
42332026-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`
42342026-01-28T22:43:27.020Z Compiling globwalk v0.9.1
42352026-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`
42362026-01-28T22:43:27.770Z Compiling camino-tempfile-ext v0.3.2
42372026-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`
42382026-01-28T22:43:27.825Z Compiling hyper-staticfile v0.10.1
42392026-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`
42402026-01-28T22:43:28.702Z Compiling void v1.0.2
42412026-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`
42422026-01-28T22:43:28.757Z Compiling tokio-tungstenite v0.23.1
42432026-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`
42442026-01-28T22:43:28.984Z Compiling lzss v0.8.2
42452026-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`
42462026-01-28T22:43:29.102Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42472026-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`
42482026-01-28T22:43:29.198Z Compiling nix v0.27.1
42492026-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`
42502026-01-28T22:43:29.528Z Compiling serde_bytes v0.11.19
42512026-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`
42522026-01-28T22:43:29.578Z Compiling rand_seeder v0.4.0
42532026-01-28T22:43:29.602Z Compiling is_ci v1.2.0
42542026-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`
42552026-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`
42562026-01-28T22:43:29.931Z Compiling yansi v1.0.1
42572026-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`
42582026-01-28T22:43:30.108Z Compiling typeid v1.0.3
42592026-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`
42602026-01-28T22:43:30.238Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42612026-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`
42622026-01-28T22:43:30.793Z Compiling pretty_assertions v1.4.1
42632026-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`
42642026-01-28T22:43:30.894Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
42652026-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`
42662026-01-28T22:43:31.384Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build`
42672026-01-28T22:43:31.546Z Compiling tabled_derive v0.10.0
42682026-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`
42692026-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)'`
42702026-01-28T22:43:31.931Z Compiling papergrid v0.14.0
42712026-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`
42722026-01-28T22:43:32.472Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42732026-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`
42742026-01-28T22:43:35.039Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42752026-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`
42762026-01-28T22:43:35.183Z Compiling tabled v0.18.0
42772026-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`
42782026-01-28T22:43:35.620Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build`
42792026-01-28T22:43:35.782Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42802026-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`
42812026-01-28T22:43:36.356Z Compiling erased-serde v0.4.6
42822026-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`
42832026-01-28T22:43:37.859Z Compiling castaway v0.2.3
42842026-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`
42852026-01-28T22:43:38.169Z Compiling ordered-float v2.10.1
42862026-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`
42872026-01-28T22:43:39.077Z Compiling indoc v2.0.6
42882026-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`
42892026-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`
42902026-01-28T22:43:40.315Z Compiling serde-value v0.7.0
42912026-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`
42922026-01-28T22:43:41.006Z Compiling compact_str v0.8.0
42932026-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`
42942026-01-28T22:43:41.337Z Compiling serde-untagged v0.1.7
42952026-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`
42962026-01-28T22:43:41.953Z Compiling unicode-truncate v1.1.0
42972026-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`
42982026-01-28T22:43:42.372Z Compiling lru v0.12.5
42992026-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`
43002026-01-28T22:43:42.508Z Compiling instability v0.3.2
43012026-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`
43022026-01-28T22:43:42.810Z Compiling cassowary v0.3.0
43032026-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`
43042026-01-28T22:43:42.876Z Compiling cargo-util-schemas v0.8.2
43052026-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`
43062026-01-28T22:43:43.398Z Compiling console v0.16.0
43072026-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`
43082026-01-28T22:43:43.823Z Compiling ratatui v0.29.0
43092026-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`
43102026-01-28T22:43:44.128Z Compiling cargo-platform v0.2.0
43112026-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`
43122026-01-28T22:43:44.785Z Compiling unit-prefix v0.5.1
43132026-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`
43142026-01-28T22:43:44.940Z Compiling supports-color v3.0.2
43152026-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`
43162026-01-28T22:43:45.207Z Compiling indicatif v0.18.0
43172026-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`
43182026-01-28T22:43:45.373Z Compiling concurrent-queue v2.5.0
43192026-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`
43202026-01-28T22:43:45.907Z Compiling cargo_metadata v0.21.0
43212026-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`
43222026-01-28T22:43:46.336Z Compiling parking v2.2.1
43232026-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`
43242026-01-28T22:43:46.878Z Compiling libz-sys v1.1.20
43252026-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`
43262026-01-28T22:43:47.657Z Compiling event-listener v5.3.1
43272026-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`
43282026-01-28T22:43:47.984Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf39d4d60c5d9c75/build-script-build`
43292026-01-28T22:43:48.213Z Compiling libgit2-sys v0.18.2+1.9.1
43302026-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`
43312026-01-28T22:43:48.416Z Compiling shell-words v1.1.0
43322026-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`
43332026-01-28T22:43:48.801Z Compiling hex-literal v0.4.1
43342026-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`
43352026-01-28T22:43:49.071Z Compiling event-listener-strategy v0.5.2
43362026-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`
43372026-01-28T22:43:49.380Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-542a07f8b11952af/build-script-build`
43382026-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`
43392026-01-28T22:43:49.690Z Compiling petname v2.0.2
43402026-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`
43412026-01-28T22:43:49.914Z Compiling futures-lite v2.3.0
43422026-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`
43432026-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`
43442026-01-28T22:43:51.276Z Compiling async-bb8-diesel v0.2.1
43452026-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`
43462026-01-28T22:43:51.661Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b/build-script-build`
43472026-01-28T22:43:51.861Z Compiling vergen-git2 v1.0.7
43482026-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`
43492026-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`
43502026-01-28T22:43:52.342Z Compiling sapling-renderdag v0.1.0
43512026-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`
43522026-01-28T22:43:52.507Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build`
43532026-01-28T22:43:52.582Z Compiling rtoolbox v0.0.2
43542026-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`
43552026-01-28T22:43:52.881Z Compiling sync-ptr v0.1.4
43562026-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`
43572026-01-28T22:43:53.095Z Compiling rustls v0.21.12
43582026-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`
43592026-01-28T22:43:53.193Z Compiling rpassword v7.4.0
43602026-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`
43612026-01-28T22:43:53.265Z Compiling async-lock v3.4.0
43622026-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`
43632026-01-28T22:43:53.585Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build`
43642026-01-28T22:43:53.644Z Compiling tui-tree-widget v0.23.1
43652026-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`
43662026-01-28T22:43:53.749Z Compiling rustls-webpki v0.101.7
43672026-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`
43682026-01-28T22:43:54.120Z Compiling sct v0.7.1
43692026-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`
43702026-01-28T22:43:54.312Z Compiling polling v3.7.3
43712026-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`
43722026-01-28T22:43:54.537Z Compiling polyval v0.6.2
43732026-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`
43742026-01-28T22:43:54.600Z Compiling target-lexicon v0.13.2
43752026-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`
43762026-01-28T22:43:55.088Z Compiling async-io v2.3.4
43772026-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`
43782026-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`
43792026-01-28T22:43:55.716Z Compiling async-task v4.7.1
43802026-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`
43812026-01-28T22:43:55.885Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build`
43822026-01-28T22:43:55.998Z Compiling ghash v0.5.1
43832026-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`
43842026-01-28T22:43:56.327Z Compiling async-channel v2.3.1
43852026-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`
43862026-01-28T22:43:56.395Z Compiling rustls-pemfile v1.0.4
43872026-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`
43882026-01-28T22:43:56.806Z Compiling twox-hash v2.1.0
43892026-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`
43902026-01-28T22:43:56.937Z Compiling piper v0.2.4
43912026-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`
43922026-01-28T22:43:57.440Z Compiling ctr v0.9.2
43932026-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`
43942026-01-28T22:43:57.536Z Compiling plotters-backend v0.3.7
43952026-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`
43962026-01-28T22:43:57.846Z Compiling guppy-workspace-hack v0.1.0
43972026-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`
43982026-01-28T22:43:57.983Z Compiling aes-gcm v0.10.3
43992026-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`
44002026-01-28T22:43:58.286Z Compiling plotters-svg v0.3.7
44012026-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`
44022026-01-28T22:43:58.342Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build`
44032026-01-28T22:43:58.415Z Compiling blocking v1.6.1
44042026-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`
44052026-01-28T22:43:58.501Z Compiling async-signal v0.2.10
44062026-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`
44072026-01-28T22:43:58.792Z Compiling async-executor v1.13.1
44082026-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`
44092026-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"'`
44102026-01-28T22:43:59.202Z Compiling fatfs v0.3.6
44112026-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`
44122026-01-28T22:43:59.661Z Compiling ssh-encoding v0.2.0
44132026-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`
44142026-01-28T22:44:00.080Z Compiling tokio-rustls v0.24.1
44152026-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`
44162026-01-28T22:44:00.334Z Compiling blowfish v0.9.1
44172026-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`
44182026-01-28T22:44:00.657Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44192026-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`
44202026-01-28T22:44:00.917Z Compiling seq-macro v0.3.6
44212026-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`
44222026-01-28T22:44:01.113Z Compiling event-listener v2.5.3
44232026-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`
44242026-01-28T22:44:01.673Z Compiling futures-timer v3.0.3
44252026-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`
44262026-01-28T22:44:02.258Z Compiling arrayvec v0.7.6
44272026-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`
44282026-01-28T22:44:02.444Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc/build-script-build`
44292026-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`
44302026-01-28T22:44:02.682Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de/build-script-build`
44312026-01-28T22:44:02.773Z Compiling constant_time_eq v0.3.1
44322026-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`
44332026-01-28T22:44:02.842Z Compiling cast v0.3.0
44342026-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`
44352026-01-28T22:44:03.120Z Compiling arrayref v0.3.9
44362026-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`
44372026-01-28T22:44:03.307Z Compiling target-spec v3.5.0
44382026-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`
44392026-01-28T22:44:03.575Z Compiling criterion-plot v0.6.0
44402026-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`
44412026-01-28T22:44:03.939Z Compiling async-channel v1.9.0
44422026-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`
44432026-01-28T22:44:04.044Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build`
44442026-01-28T22:44:04.154Z Compiling bcrypt-pbkdf v0.10.0
44452026-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`
44462026-01-28T22:44:04.436Z Compiling ssh-cipher v0.2.0
44472026-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`
44482026-01-28T22:44:04.567Z Compiling cfg-expr v0.20.1
44492026-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`
44502026-01-28T22:44:04.957Z Compiling async-global-executor v2.4.1
44512026-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`
44522026-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)'`
44532026-01-28T22:44:06.042Z Compiling async-process v2.3.0
44542026-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`
44552026-01-28T22:44:06.219Z Compiling plotters v0.3.7
44562026-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`
44572026-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`
44582026-01-28T22:44:06.794Z Compiling supports-color v2.1.0
44592026-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`
44602026-01-28T22:44:07.221Z Compiling textwrap v0.15.2
44612026-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`
44622026-01-28T22:44:07.357Z Compiling supports-unicode v2.1.0
44632026-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`
44642026-01-28T22:44:07.745Z Compiling supports-hyperlinks v2.1.0
44652026-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`
44662026-01-28T22:44:07.799Z Compiling hashbrown v0.14.5
44672026-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`
44682026-01-28T22:44:08.154Z Compiling password-hash v0.4.2
44692026-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`
44702026-01-28T22:44:08.245Z Compiling rustls-webpki v0.102.8
44712026-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`
44722026-01-28T22:44:09.008Z Compiling backtrace-ext v0.2.1
44732026-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`
44742026-01-28T22:44:09.205Z Compiling async-attributes v1.1.2
44752026-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`
44762026-01-28T22:44:09.310Z Compiling tinytemplate v1.2.1
44772026-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`
44782026-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)'`
44792026-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`
44802026-01-28T22:44:10.458Z Compiling miette-derive v5.10.0
44812026-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`
44822026-01-28T22:44:10.531Z Compiling terminal_size v0.1.17
44832026-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`
44842026-01-28T22:44:10.643Z Compiling kv-log-macro v1.0.7
44852026-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`
44862026-01-28T22:44:10.908Z Compiling anes v0.1.6
44872026-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`
44882026-01-28T22:44:10.994Z Compiling owo-colors v3.5.0
44892026-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`
44902026-01-28T22:44:11.462Z Compiling oorandom v11.1.4
44912026-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`
44922026-01-28T22:44:11.844Z Compiling criterion v0.7.0
44932026-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`
44942026-01-28T22:44:13.287Z Compiling async-std v1.13.0
44952026-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`
44962026-01-28T22:44:13.638Z Compiling miette v5.10.0
44972026-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`
44982026-01-28T22:44:16.889Z Compiling tokio-rustls v0.25.0
44992026-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`
45002026-01-28T22:44:17.507Z Compiling tokio-rustls v0.26.0
45012026-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`
45022026-01-28T22:44:18.106Z Compiling hyper-rustls v0.27.7
45032026-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`
45042026-01-28T22:44:18.895Z Compiling reqwest v0.12.24
45052026-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`
45062026-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`
45072026-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/`
45082026-01-28T22:44:23.363Z Compiling progenitor-client v0.10.0
45092026-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`
45102026-01-28T22:44:23.957Z Compiling progenitor-client v0.11.2
45112026-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`
45122026-01-28T22:44:24.019Z Compiling progenitor v0.10.0
45132026-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`
45142026-01-28T22:44:24.237Z Compiling tough v0.20.0
45152026-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`
45162026-01-28T22:44:24.356Z Compiling progenitor-client v0.8.0
45172026-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`
45182026-01-28T22:44:24.672Z Compiling progenitor v0.11.2
45192026-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`
45202026-01-28T22:44:24.943Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
45212026-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`
45222026-01-28T22:44:24.993Z Compiling progenitor v0.8.0
45232026-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`
45242026-01-28T22:44:25.307Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
45252026-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`
45262026-01-28T22:44:30.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45272026-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`
45282026-01-28T22:44:31.010Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-88b1a5a25400a181/build-script-build`
45292026-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`
45302026-01-28T22:44:31.280Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45312026-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`
45322026-01-28T22:44:32.070Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
45332026-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`
45342026-01-28T22:44:32.234Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45352026-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`
45362026-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`
45372026-01-28T22:44:33.458Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45382026-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`
45392026-01-28T22:44:34.499Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45402026-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`
45412026-01-28T22:44:34.548Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45422026-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`
45432026-01-28T22:44:35.048Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45442026-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`
45452026-01-28T22:44:38.249Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45462026-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`
45472026-01-28T22:44:38.340Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
45482026-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`
45492026-01-28T22:44:39.535Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45502026-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`
45512026-01-28T22:44:39.656Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
45522026-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`
45532026-01-28T22:44:39.906Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45542026-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`
45552026-01-28T22:44:40.484Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
45562026-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`
45572026-01-28T22:44:41.621Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45582026-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`
45592026-01-28T22:44:42.087Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
45602026-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`
45612026-01-28T22:44:43.489Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45622026-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`
45632026-01-28T22:44:43.535Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
45642026-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`
45652026-01-28T22:44:43.535Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45662026-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`
45672026-01-28T22:44:45.436Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45682026-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`
45692026-01-28T22:44:46.233Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45702026-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`
45712026-01-28T22:44:46.876Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45722026-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`
45732026-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)'`
45742026-01-28T22:44:47.948Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
45752026-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`
45762026-01-28T22:44:48.041Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
45772026-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`
45782026-01-28T22:44:49.316Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45792026-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`
45802026-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`
45812026-01-28T22:44:51.031Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
45822026-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`
45832026-01-28T22:44:52.576Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45842026-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`
45852026-01-28T22:44:52.738Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45862026-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`
45872026-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`
45882026-01-28T22:44:53.305Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45892026-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`
45902026-01-28T22:44:53.342Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
45912026-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`
45922026-01-28T22:44:53.477Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45932026-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`
45942026-01-28T22:44:53.978Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45952026-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`
45962026-01-28T22:44:55.725Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45972026-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`
45982026-01-28T22:44:55.906Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45992026-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`
46002026-01-28T22:44:56.233Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46012026-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`
46022026-01-28T22:44:56.771Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46032026-01-28T22:44:56.818Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46042026-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`
46052026-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`
46062026-01-28T22:44:56.956Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46072026-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`
46082026-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`
46092026-01-28T22:44:57.838Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46102026-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`
46112026-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`
46122026-01-28T22:44:59.775Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46132026-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`
46142026-01-28T22:44:59.987Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46152026-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`
46162026-01-28T22:45:00.914Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46172026-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`
46182026-01-28T22:45:00.977Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
46192026-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`
46202026-01-28T22:45:01.702Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46212026-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`
46222026-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`
46232026-01-28T22:45:03.618Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46242026-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`
46252026-01-28T22:45:05.099Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46262026-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`
46272026-01-28T22:45:05.400Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46282026-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`
46292026-01-28T22:45:05.565Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46302026-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`
46312026-01-28T22:45:06.506Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46322026-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`
46332026-01-28T22:45:06.560Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46342026-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`
46352026-01-28T22:45:06.914Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46362026-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`
46372026-01-28T22:45:07.528Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46382026-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`
46392026-01-28T22:45:08.069Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e1729c643130cbd2/build-script-build`
46402026-01-28T22:45:08.138Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46412026-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`
46422026-01-28T22:45:08.304Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46432026-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`
46442026-01-28T22:45:09.753Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b124031db4613086/build-script-build`
46452026-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`
46462026-01-28T22:45:10.079Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46472026-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`
46482026-01-28T22:45:10.751Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46492026-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`
46502026-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`
46512026-01-28T22:45:13.275Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46522026-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`
46532026-01-28T22:45:15.183Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46542026-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`
46552026-01-28T22:45:15.808Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
46562026-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`
46572026-01-28T22:45:18.211Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46582026-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`
46592026-01-28T22:45:20.606Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46602026-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`
46612026-01-28T22:45:21.186Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
46622026-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`
46632026-01-28T22:45:21.304Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46642026-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`
46652026-01-28T22:45:24.926Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46662026-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`
46672026-01-28T22:45:25.546Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46682026-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`
46692026-01-28T22:45:25.934Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46702026-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`
46712026-01-28T22:45:26.794Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46722026-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`
46732026-01-28T22:45:27.276Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
46742026-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`
46752026-01-28T22:45:28.931Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1ce1c9573e57376d/build-script-build`
46762026-01-28T22:45:28.994Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46772026-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`
46782026-01-28T22:45:30.876Z Compiling samael v0.0.19
46792026-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`
46802026-01-28T22:45:33.285Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-469eef1fa8fd26bb/build-script-bindings`
46812026-01-28T22:45:33.417Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46822026-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`
46832026-01-28T22:45:34.620Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46842026-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`
46852026-01-28T22:45:35.239Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46862026-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`
46872026-01-28T22:45:35.774Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-bf296bffd841f0a2/build-script-build`
46882026-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)'`
46892026-01-28T22:45:37.882Z Compiling polar-core v0.27.3
46902026-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`
46912026-01-28T22:45:39.666Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1a2d0b10e28ca2f0/build-script-build`
46922026-01-28T22:45:39.868Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46932026-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`
46942026-01-28T22:45:40.015Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46952026-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`
46962026-01-28T22:45:41.019Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46972026-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`
46982026-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`
46992026-01-28T22:45:41.756Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
47002026-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`
47012026-01-28T22:45:42.008Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47022026-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`
47032026-01-28T22:45:42.487Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47042026-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`
47052026-01-28T22:45:43.243Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47062026-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`
47072026-01-28T22:45:43.531Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8124a8cce266d132/build-script-build`
47082026-01-28T22:45:43.603Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47092026-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`
47102026-01-28T22:45:44.010Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47112026-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`
47122026-01-28T22:45:44.063Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-80d2b461ee9d0b36/build-script-build`
47132026-01-28T22:45:44.143Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47142026-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`
47152026-01-28T22:45:45.435Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
47162026-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`
47172026-01-28T22:45:45.630Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47182026-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`
47192026-01-28T22:45:46.079Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47202026-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`
47212026-01-28T22:45:46.602Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47222026-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/`
47232026-01-28T22:45:46.777Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47242026-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`
47252026-01-28T22:45:47.489Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
47262026-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`
47272026-01-28T22:45:48.202Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47282026-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`
47292026-01-28T22:45:50.287Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47302026-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`
47312026-01-28T22:45:50.362Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47322026-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`
47332026-01-28T22:45:51.992Z Compiling oso v0.27.3
47342026-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`
47352026-01-28T22:45:52.967Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47362026-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`
47372026-01-28T22:45:53.202Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47382026-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`
47392026-01-28T22:45:55.486Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47402026-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`
47412026-01-28T22:45:56.360Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47422026-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`
47432026-01-28T22:45:56.675Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47442026-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`
47452026-01-28T22:45:56.978Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47462026-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`
47472026-01-28T22:45:57.359Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47482026-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`
47492026-01-28T22:45:57.798Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-48269f51777af965/build-script-build`
47502026-01-28T22:45:57.863Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47512026-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`
47522026-01-28T22:45:58.843Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47532026-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`
47542026-01-28T22:45:58.962Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47552026-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`
47562026-01-28T22:45:59.442Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-5471281e44959f86/build-script-build`
47572026-01-28T22:45:59.510Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47582026-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`
47592026-01-28T22:45:59.991Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-b3514f9861f46499/build-script-build`
47602026-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`
47612026-01-28T22:46:00.285Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47622026-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`
47632026-01-28T22:46:00.742Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e0d997324fdce031/build-script-build`
47642026-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,)'`
47652026-01-28T22:46:01.468Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47662026-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`
47672026-01-28T22:46:01.544Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47682026-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`
47692026-01-28T22:46:02.006Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-8c4c837508912b02/build-script-build`
47702026-01-28T22:46:02.130Z Compiling git2 v0.20.2
47712026-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`
47722026-01-28T22:46:03.258Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47732026-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`
47742026-01-28T22:46:04.975Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47752026-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`
47762026-01-28T22:46:07.768Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47772026-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`
47782026-01-28T22:46:09.393Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47792026-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`
47802026-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`
47812026-01-28T22:46:11.658Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47822026-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`
47832026-01-28T22:46:13.902Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47842026-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`
47852026-01-28T22:46:15.049Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47862026-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`
47872026-01-28T22:46:15.188Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47882026-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`
47892026-01-28T22:46:19.009Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47902026-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/`
47912026-01-28T22:46:21.990Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47922026-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`
47932026-01-28T22:46:22.062Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47942026-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`
47952026-01-28T22:46:23.195Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47962026-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`
47972026-01-28T22:46:25.413Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47982026-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`
47992026-01-28T22:46:25.901Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36abdbdf7e6cfaaf/build-script-build`
48002026-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)'`
48012026-01-28T22:46:27.453Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48022026-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`
48032026-01-28T22:46:32.253Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48042026-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/`
48052026-01-28T22:46:34.680Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48062026-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`
48072026-01-28T22:46:38.602Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48082026-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`
48092026-01-28T22:46:39.086Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48102026-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`
48112026-01-28T22:46:39.549Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48122026-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`
48132026-01-28T22:46:39.920Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48142026-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`
48152026-01-28T22:46:40.052Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48162026-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`
48172026-01-28T22:46:40.386Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a76dfbab5efeb9e6/build-script-build`
48182026-01-28T22:46:40.439Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd9a60f91ae995ec/build-script-build`
48192026-01-28T22:46:40.494Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05269f3a05df764c/build-script-build`
48202026-01-28T22:46:40.549Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e2a50285d9f7c284/build-script-build`
48212026-01-28T22:46:40.600Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48222026-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`
48232026-01-28T22:46:40.660Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48242026-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`
48252026-01-28T22:46:40.724Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48262026-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`
48272026-01-28T22:46:41.569Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48282026-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`
48292026-01-28T22:46:42.791Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48302026-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`
48312026-01-28T22:46:42.905Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2fe0ba926c50cf7f/build-script-build`
48322026-01-28T22:46:43.962Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48332026-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`
48342026-01-28T22:46:45.037Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48352026-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`
48362026-01-28T22:46:46.639Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48372026-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`
48382026-01-28T22:46:47.529Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48392026-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`
48402026-01-28T22:46:48.956Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48412026-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`
48422026-01-28T22:46:49.517Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48432026-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`
48442026-01-28T22:46:49.627Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-feb96eb372f08de7/build-script-build`
48452026-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`
48462026-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`
48472026-01-28T22:46:52.612Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48482026-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`
48492026-01-28T22:46:55.446Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48502026-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`
48512026-01-28T22:46:55.818Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48522026-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`
48532026-01-28T22:46:56.388Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48542026-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`
48552026-01-28T22:47:00.776Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48562026-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`
48572026-01-28T22:47:02.571Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48582026-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`
48592026-01-28T22:47:07.077Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48602026-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`
48612026-01-28T22:47:07.211Z Compiling chumsky v0.9.3
48622026-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`
48632026-01-28T22:47:10.254Z Compiling pbkdf2 v0.11.0
48642026-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`
48652026-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`
48662026-01-28T22:47:10.737Z Compiling ssh-key v0.6.6
48672026-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`
48682026-01-28T22:47:11.329Z Compiling p521 v0.13.3
48692026-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`
48702026-01-28T22:47:13.497Z Compiling p256 v0.13.2
48712026-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`
48722026-01-28T22:47:14.454Z Compiling knuffel-derive v3.2.0
48732026-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`
48742026-01-28T22:47:14.937Z Compiling pathdiff v0.2.3
48752026-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`
48762026-01-28T22:47:15.214Z Compiling blake3 v1.5.4
48772026-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`
48782026-01-28T22:47:16.171Z Compiling russh-cryptovec v0.7.3
48792026-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`
48802026-01-28T22:47:16.243Z Compiling md5 v0.7.0
48812026-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`
48822026-01-28T22:47:16.709Z Compiling nested v0.1.1
48832026-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`
48842026-01-28T22:47:16.955Z Compiling russh-keys v0.45.0
48852026-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`
48862026-01-28T22:47:17.178Z Compiling guppy v0.17.20
48872026-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`
48882026-01-28T22:47:17.331Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-a9ac686f9221eb74/build-script-build`
48892026-01-28T22:47:18.084Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48902026-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`
48912026-01-28T22:47:18.492Z Compiling knuffel v3.2.0
48922026-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`
48932026-01-28T22:47:20.206Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48942026-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`
48952026-01-28T22:47:20.615Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48962026-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`
48972026-01-28T22:47:20.780Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48982026-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`
48992026-01-28T22:47:20.967Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49002026-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`
49012026-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`
49022026-01-28T22:47:22.590Z Compiling async-object-pool v0.1.5
49032026-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`
49042026-01-28T22:47:22.793Z Compiling num-bigint v0.4.6
49052026-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`
49062026-01-28T22:47:22.878Z Compiling des v0.8.1
49072026-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`
49082026-01-28T22:47:23.347Z Compiling serde_regex v1.1.0
49092026-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`
49102026-01-28T22:47:23.579Z Compiling assert-json-diff v2.0.2
49112026-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`
49122026-01-28T22:47:23.801Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49132026-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`
49142026-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`
49152026-01-28T22:47:24.592Z Compiling path-tree v0.8.1
49162026-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`
49172026-01-28T22:47:24.838Z Compiling stringmetrics v2.2.2
49182026-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`
49192026-01-28T22:47:24.947Z Compiling doc-comment v0.3.3
49202026-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`
49212026-01-28T22:47:25.220Z Compiling httpmock v0.8.0-alpha.1
49222026-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`
49232026-01-28T22:47:25.293Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49242026-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`
49252026-01-28T22:47:25.659Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build`
49262026-01-28T22:47:25.891Z Compiling russh v0.45.0
49272026-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`
49282026-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()))'`
49292026-01-28T22:47:29.585Z Compiling rstest_macros v0.25.0
49302026-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`
49312026-01-28T22:47:30.232Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49322026-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`
49332026-01-28T22:47:30.773Z Compiling internet-checksum v0.2.1
49342026-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`
49352026-01-28T22:47:31.104Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49362026-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`
49372026-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`
49382026-01-28T22:47:32.772Z Compiling topological-sort v0.2.2
49392026-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`
49402026-01-28T22:47:33.077Z Compiling assert_cmd v2.0.17
49412026-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`
49422026-01-28T22:47:33.135Z Compiling escape8259 v0.5.3
49432026-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`
49442026-01-28T22:47:33.592Z Compiling target-triple v0.1.3
49452026-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`
49462026-01-28T22:47:33.750Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build`
49472026-01-28T22:47:33.824Z Compiling libtest-mimic v0.8.1
49482026-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`
49492026-01-28T22:47:34.339Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build`
49502026-01-28T22:47:34.422Z Compiling omicron-zone-package v0.12.2
49512026-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`
49522026-01-28T22:47:35.754Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build`
49532026-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`
49542026-01-28T22:47:35.978Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49552026-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/`
49562026-01-28T22:47:36.042Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
49572026-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`
49582026-01-28T22:47:37.563Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
49592026-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`
49602026-01-28T22:47:38.835Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49612026-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`
49622026-01-28T22:47:41.234Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49632026-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`
49642026-01-28T22:47:41.455Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49652026-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`
49662026-01-28T22:47:41.749Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49672026-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`
49682026-01-28T22:47:41.939Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49692026-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`
49702026-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`
49712026-01-28T22:47:43.140Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49722026-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`
49732026-01-28T22:47:43.231Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49742026-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`
49752026-01-28T22:47:43.675Z Compiling proc-macro-crate v3.2.0
49762026-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`
49772026-01-28T22:47:44.588Z Compiling fancy-regex v0.14.0
49782026-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`
49792026-01-28T22:47:45.079Z Compiling relative-path v1.9.3
49802026-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`
49812026-01-28T22:47:45.433Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49822026-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`
49832026-01-28T22:47:45.881Z Compiling datatest-stable v0.3.2
49842026-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`
49852026-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`
49862026-01-28T22:47:46.706Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49872026-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`
49882026-01-28T22:47:46.866Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e5b2f77a3f8eb761/build-script-build`
49892026-01-28T22:47:46.933Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c2c0871f4c23357/build-script-build`
49902026-01-28T22:47:47.202Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-78896736896b9d31/build-script-build`
49912026-01-28T22:47:47.277Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-02a98e9295390105/build-script-build`
49922026-01-28T22:47:47.377Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e261eb5254628278/build-script-build`
49932026-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`
49942026-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"))'`
49952026-01-28T22:47:47.897Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49962026-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`
49972026-01-28T22:47:48.733Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49982026-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`
49992026-01-28T22:47:49.008Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50002026-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`
50012026-01-28T22:47:49.553Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50022026-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`
50032026-01-28T22:47:56.154Z Compiling support-bundle-viewer v0.1.2
50042026-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`
50052026-01-28T22:47:56.770Z Compiling multimap v0.10.1
50062026-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`
50072026-01-28T22:47:57.289Z Compiling uzers v0.12.1
50082026-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`
50092026-01-28T22:47:58.019Z Compiling termcolor v1.4.1
50102026-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`
50112026-01-28T22:47:58.590Z Compiling rstest v0.25.0
50122026-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`
50132026-01-28T22:47:58.695Z Compiling trybuild v1.0.106
50142026-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`
50152026-01-28T22:47:58.943Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa59c021440fe4b/build-script-build`
50162026-01-28T22:47:59.006Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50172026-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`
50182026-01-28T22:47:59.099Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50192026-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`
50202026-01-28T22:48:05.827Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50212026-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`
50222026-01-28T22:48:09.033Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50232026-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`
50242026-01-28T22:48:09.608Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50252026-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`
50262026-01-28T22:48:10.145Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50272026-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`
50282026-01-28T22:48:10.767Z Compiling blake2b_simd v1.0.2
50292026-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`
50302026-01-28T22:48:11.153Z Compiling partial-io v0.5.4
50312026-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`
50322026-01-28T22:48:11.724Z Compiling httptest v0.16.3
50332026-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`
50342026-01-28T22:48:13.361Z Compiling drift v0.1.2
50352026-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`
50362026-01-28T22:48:15.980Z Compiling rand_distr v0.5.1
50372026-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`
50382026-01-28T22:48:16.837Z Compiling approx v0.5.1
50392026-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`
50402026-01-28T22:48:17.167Z Compiling dropshot-api-manager v0.2.4
50412026-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`
50422026-01-28T22:48:17.224Z Compiling rust-argon2 v2.1.0
50432026-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`
50442026-01-28T22:48:19.014Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-adfca869832e7a70/build-script-build`
50452026-01-28T22:48:19.039Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fc018c18724e1d89/build-script-build`
50462026-01-28T22:48:19.097Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
50472026-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`
50482026-01-28T22:48:19.773Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50492026-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`
50502026-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`
50512026-01-28T22:48:21.983Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50522026-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`
50532026-01-28T22:48:22.752Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50542026-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`
50552026-01-28T22:48:24.737Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50562026-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`
50572026-01-28T22:48:26.062Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50582026-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`
50592026-01-28T22:48:26.994Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50602026-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`
50612026-01-28T22:48:28.278Z Compiling cargo_toml v0.21.0
50622026-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`
50632026-01-28T22:48:28.334Z Compiling termios v0.3.3
50642026-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`
50652026-01-28T22:48:28.722Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50662026-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`
50672026-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`
50682026-01-28T22:48:32.265Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50692026-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`
50702026-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`
50712026-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`
50722026-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`
50732026-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`
50742026-01-28T22:48:36.159Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50752026-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`
50762026-01-28T22:48:36.972Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50772026-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`
50782026-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`
50792026-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/`
50802026-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`
50812026-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`
50822026-01-28T22:49:01.056Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50832026-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`
50842026-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`
50852026-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`
50862026-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`
50872026-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`
50882026-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`
50892026-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`
50902026-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`
50912026-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`
50922026-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`
50932026-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`
50942026-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`
50952026-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`
50962026-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`
50972026-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`
50982026-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/`
50992026-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/`
51002026-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`
51012026-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`
51022026-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`
51032026-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`
51042026-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`
51052026-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`
51062026-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`
51072026-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`
51082026-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`
51092026-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`
51102026-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`
51112026-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`
51122026-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`
51132026-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`
51142026-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`
51152026-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`
51162026-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`
51172026-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`
51182026-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`
51192026-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`
51202026-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`
51212026-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`
51222026-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/`
51232026-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`
51242026-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/`
51252026-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`
51262026-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`
51272026-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`
51282026-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/`
51292026-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`
51302026-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`
51312026-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`
51322026-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`
51332026-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`
51342026-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`
51352026-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`
51362026-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`
51372026-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`
51382026-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`
51392026-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`
51402026-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`
51412026-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`
51422026-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`
51432026-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`
51442026-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`
51452026-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`
51462026-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`
51472026-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`
51482026-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`
51492026-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`
51502026-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`
51512026-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`
51522026-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`
51532026-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`
51542026-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`
51552026-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`
51562026-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`
51572026-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/`
51582026-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`
51592026-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`
51602026-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`
51612026-01-28T22:55:34.312Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51622026-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`
51632026-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`
51642026-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`
51652026-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`
51662026-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`
51672026-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`
51682026-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`
51692026-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`
51702026-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`
51712026-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`
51722026-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`
51732026-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`
51742026-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`
51752026-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`
51762026-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`
51772026-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`
51782026-01-28T22:56:42.642Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
51792026-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`
51802026-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`
51812026-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`
51822026-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/`
51832026-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`
51842026-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`
51852026-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`
51862026-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`
51872026-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`
51882026-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`
51892026-01-28T22:58:01.328Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51902026-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`
51912026-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`
51922026-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`
51932026-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`
51942026-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`
51952026-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`
51962026-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`
51972026-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`
51982026-01-28T22:59:27.959Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
51992026-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`
52002026-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`
52012026-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`
52022026-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`
52032026-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`
52042026-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`
52052026-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`
52062026-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`
52072026-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`
52082026-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)'`
52092026-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`
52102026-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`
52112026-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`
52122026-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`
52132026-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`
52142026-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`
52152026-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`
52162026-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`
52172026-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`
52182026-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`
52192026-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`
52202026-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`
52212026-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`
52222026-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`
52232026-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`
52242026-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`
52252026-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`
52262026-01-28T23:01:14.642Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52272026-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`
52282026-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`
52292026-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`
52302026-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`
52312026-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`
52322026-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`
52332026-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`
52342026-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`
52352026-01-28T23:01:43.912Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52362026-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`
52372026-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`
52382026-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`
52392026-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`
52402026-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`
52412026-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`
52422026-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`
52432026-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`
52442026-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`
52452026-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`
52462026-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`
52472026-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`
52482026-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`
52492026-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`
52502026-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`
52512026-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`
52522026-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`
52532026-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`
52542026-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`
52552026-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`
52562026-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`
52572026-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`
52582026-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`
52592026-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`
52602026-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`
52612026-01-28T23:02:52.282Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52622026-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`
52632026-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`
52642026-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`
52652026-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`
52662026-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`
52672026-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`
52682026-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`
52692026-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`
52702026-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`
52712026-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`
52722026-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`
52732026-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`
52742026-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`
52752026-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`
52762026-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`
52772026-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`
52782026-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`
52792026-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`
52802026-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`
52812026-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`
52822026-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`
52832026-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`
52842026-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`
52852026-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`
52862026-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`
52872026-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`
52882026-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`
52892026-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`
52902026-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`
52912026-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`
52922026-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`
52932026-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`
52942026-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`
52952026-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`
52962026-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`
52972026-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`
52982026-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`
52992026-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`
53002026-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`
53012026-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`
53022026-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`
53032026-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`
53042026-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`
53052026-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`
53062026-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`
53072026-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`
53082026-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`
53092026-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`
53102026-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`
53112026-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`
53122026-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`
53132026-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`
53142026-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`
53152026-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`
53162026-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`
53172026-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`
53182026-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`
53192026-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`
53202026-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`
53212026-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`
53222026-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`
53232026-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`
53242026-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`
53252026-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`
53262026-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`
53272026-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`
53282026-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`
53292026-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`
53302026-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`
53312026-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`
53322026-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`
53332026-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`
53342026-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`
53352026-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`
53362026-01-28T23:20:57.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41m 23s
53372026-01-28T23:21:20.260Z
53382026-01-28T23:21:20.305Zreal 41:46.902769824
53392026-01-28T23:21:20.305Zuser 2:49:40.299952587
53402026-01-28T23:21:20.305Zsys 38:44.039226802
53412026-01-28T23:21:20.305Ztrap 30.896271107
53422026-01-28T23:21:20.305Ztflt 5.470990407
53432026-01-28T23:21:20.305Zdflt 31:39.201838899
53442026-01-28T23:21:20.305Zkflt 0.812026787
53452026-01-28T23:21:20.306Zlock 11:35:39.562987364
53462026-01-28T23:21:20.306Zslp 20:23:27.130898175
53472026-01-28T23:21:20.306Zlat 23:41.180167926
53482026-01-28T23:21:20.306Zstop 18:43.240821229
53492026-01-28T23:21:21.273Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
53502026-01-28T23:21:30.676Z Fresh unicode-ident v1.0.19
53512026-01-28T23:21:30.731Z Fresh cfg-if v1.0.4
53522026-01-28T23:21:30.731Z Fresh autocfg v1.4.0
53532026-01-28T23:21:30.731Z Fresh memchr v2.7.4
53542026-01-28T23:21:30.731Z Fresh proc-macro2 v1.0.101
53552026-01-28T23:21:30.731Z Fresh value-bag v1.12.0
53562026-01-28T23:21:30.731Z Fresh smallvec v1.15.1
53572026-01-28T23:21:30.731Z Fresh version_check v0.9.5
53582026-01-28T23:21:30.731Z Fresh itoa v1.0.11
53592026-01-28T23:21:30.731Z Fresh quote v1.0.40
53602026-01-28T23:21:30.731Z Fresh libc v0.2.180
53612026-01-28T23:21:30.731Z Fresh serde_core v1.0.228
53622026-01-28T23:21:30.731Z Fresh log v0.4.29
53632026-01-28T23:21:30.731Z Fresh scopeguard v1.2.0
53642026-01-28T23:21:30.731Z Fresh syn v2.0.111
53652026-01-28T23:21:30.731Z Fresh getrandom v0.2.15
53662026-01-28T23:21:30.731Z Fresh stable_deref_trait v1.2.0
53672026-01-28T23:21:30.731Z Fresh serde_derive v1.0.228
53682026-01-28T23:21:30.731Z Fresh lock_api v0.4.12
53692026-01-28T23:21:30.732Z Fresh libm v0.2.8
53702026-01-28T23:21:30.732Z Fresh zeroize_derive v1.4.2
53712026-01-28T23:21:30.732Z Fresh synstructure v0.13.1
53722026-01-28T23:21:30.732Z Fresh serde v1.0.228
53732026-01-28T23:21:30.732Z Fresh num-traits v0.2.19
53742026-01-28T23:21:30.732Z Fresh zmij v1.0.15
53752026-01-28T23:21:30.732Z Fresh zeroize v1.8.1
53762026-01-28T23:21:30.732Z Fresh critical-section v1.1.3
53772026-01-28T23:21:30.732Z Fresh zerofrom-derive v0.1.4
53782026-01-28T23:21:30.732Z Fresh bitflags v2.9.4
53792026-01-28T23:21:30.732Z Fresh bytes v1.10.1
53802026-01-28T23:21:30.732Z Fresh serde_json v1.0.149
53812026-01-28T23:21:30.732Z Fresh portable-atomic v1.11.0
53822026-01-28T23:21:30.732Z Fresh zerofrom v0.1.4
53832026-01-28T23:21:30.732Z Fresh yoke-derive v0.7.4
53842026-01-28T23:21:30.732Z Fresh zerovec-derive v0.10.3
53852026-01-28T23:21:30.732Z Fresh getrandom v0.3.4
53862026-01-28T23:21:30.732Z Fresh once_cell v1.21.3
53872026-01-28T23:21:30.732Z Fresh yoke v0.7.4
53882026-01-28T23:21:30.732Z Fresh displaydoc v0.2.5
53892026-01-28T23:21:30.732Z Fresh litemap v0.7.3
53902026-01-28T23:21:30.732Z Fresh percent-encoding v2.3.2
53912026-01-28T23:21:30.732Z Fresh writeable v0.5.5
53922026-01-28T23:21:30.732Z Fresh icu_provider_macros v1.5.0
53932026-01-28T23:21:30.732Z Fresh zerovec v0.10.4
53942026-01-28T23:21:30.732Z Fresh allocator-api2 v0.2.21
53952026-01-28T23:21:30.732Z Fresh icu_locid_transform_data v1.5.0
53962026-01-28T23:21:30.782Z Fresh errno v0.3.12
53972026-01-28T23:21:30.782Z Fresh semver v1.0.27
53982026-01-28T23:21:30.782Z Fresh icu_properties_data v1.5.0
53992026-01-28T23:21:30.782Z Fresh rand_core v0.6.4
54002026-01-28T23:21:30.782Z Fresh write16 v1.0.0
54012026-01-28T23:21:30.782Z Fresh tinystr v0.7.6
54022026-01-28T23:21:30.782Z Fresh icu_collections v1.5.0
54032026-01-28T23:21:30.782Z Fresh pin-project-lite v0.2.14
54042026-01-28T23:21:30.783Z Fresh icu_normalizer_data v1.5.0
54052026-01-28T23:21:30.783Z Fresh utf16_iter v1.0.5
54062026-01-28T23:21:30.783Z Fresh utf8_iter v1.0.4
54072026-01-28T23:21:30.783Z Fresh form_urlencoded v1.2.2
54082026-01-28T23:21:30.783Z Fresh byteorder v1.5.0
54092026-01-28T23:21:30.783Z Fresh icu_locid v1.5.0
54102026-01-28T23:21:30.783Z Fresh shlex v1.3.0
54112026-01-28T23:21:30.783Z Fresh regex-syntax v0.8.5
54122026-01-28T23:21:30.783Z Fresh equivalent v1.0.2
54132026-01-28T23:21:30.783Z Fresh jobserver v0.1.32
54142026-01-28T23:21:30.783Z Fresh heck v0.5.0
54152026-01-28T23:21:30.783Z Fresh subtle v2.6.1
54162026-01-28T23:21:30.783Z Fresh icu_provider v1.5.0
54172026-01-28T23:21:30.783Z Fresh cc v1.2.30
54182026-01-28T23:21:30.783Z Fresh signal-hook-registry v1.4.2
54192026-01-28T23:21:30.783Z Fresh aho-corasick v1.1.3
54202026-01-28T23:21:30.783Z Fresh icu_locid_transform v1.5.0
54212026-01-28T23:21:30.783Z Fresh parking_lot_core v0.9.10
54222026-01-28T23:21:30.783Z Fresh regex-automata v0.4.11
54232026-01-28T23:21:30.783Z Fresh fnv v1.0.7
54242026-01-28T23:21:30.783Z Fresh mio v1.0.2
54252026-01-28T23:21:30.783Z Fresh icu_properties v1.5.1
54262026-01-28T23:21:30.783Z Fresh parking_lot v0.12.3
54272026-01-28T23:21:30.783Z Fresh typenum v1.17.0
54282026-01-28T23:21:30.783Z Fresh rustix v0.38.37
54292026-01-28T23:21:30.783Z Fresh futures-core v0.3.31
54302026-01-28T23:21:30.783Z Fresh thiserror-impl v2.0.17
54312026-01-28T23:21:30.783Z Fresh iana-time-zone v0.1.63
54322026-01-28T23:21:30.783Z Fresh icu_normalizer v1.5.0
54332026-01-28T23:21:30.783Z Fresh generic-array v0.14.7
54342026-01-28T23:21:30.783Z Fresh chrono v0.4.42
54352026-01-28T23:21:30.783Z Fresh hashbrown v0.16.1
54362026-01-28T23:21:30.783Z Fresh regex v1.11.3
54372026-01-28T23:21:30.784Z Fresh tokio-macros v2.6.0
54382026-01-28T23:21:30.784Z Fresh socket2 v0.6.1
54392026-01-28T23:21:30.784Z Fresh idna_adapter v1.2.0
54402026-01-28T23:21:30.784Z Fresh crypto-common v0.1.6
54412026-01-28T23:21:30.784Z Fresh thiserror v2.0.17
54422026-01-28T23:21:30.784Z Fresh either v1.15.0
54432026-01-28T23:21:30.784Z Fresh indexmap v2.12.1
54442026-01-28T23:21:30.784Z Fresh tokio v1.48.0
54452026-01-28T23:21:30.784Z Fresh uuid v1.19.0
54462026-01-28T23:21:30.784Z Fresh spin v0.9.8
54472026-01-28T23:21:30.784Z Fresh idna v1.0.3
54482026-01-28T23:21:30.784Z Fresh zerocopy-derive v0.7.35
54492026-01-28T23:21:30.784Z Fresh thiserror-impl v1.0.69
54502026-01-28T23:21:30.784Z Fresh const-oid v0.9.6
54512026-01-28T23:21:30.784Z Fresh serde_derive_internals v0.29.1
54522026-01-28T23:21:30.784Z Fresh futures-io v0.3.31
54532026-01-28T23:21:30.784Z Fresh dyn-clone v1.0.20
54542026-01-28T23:21:30.784Z Fresh url v2.5.4
54552026-01-28T23:21:30.784Z Fresh zerocopy v0.7.35
54562026-01-28T23:21:30.784Z Fresh schemars_derive v0.8.22
54572026-01-28T23:21:30.784Z Fresh lazy_static v1.5.0
54582026-01-28T23:21:30.784Z Fresh thiserror v1.0.69
54592026-01-28T23:21:30.784Z Fresh block-buffer v0.10.4
54602026-01-28T23:21:30.784Z Fresh pkg-config v0.3.31
54612026-01-28T23:21:30.784Z Fresh strsim v0.11.1
54622026-01-28T23:21:30.784Z Fresh schemars v0.8.22
54632026-01-28T23:21:30.784Z Fresh slab v0.4.9
54642026-01-28T23:21:30.784Z Fresh rustversion v1.0.22
54652026-01-28T23:21:30.784Z Fresh digest v0.10.7
54662026-01-28T23:21:30.785Z Fresh pin-utils v0.1.0
54672026-01-28T23:21:30.785Z Fresh futures-sink v0.3.31
54682026-01-28T23:21:30.785Z Fresh cpufeatures v0.2.14
54692026-01-28T23:21:30.785Z Fresh syn v1.0.109
54702026-01-28T23:21:30.785Z Fresh futures-channel v0.3.31
54712026-01-28T23:21:30.785Z Fresh futures-macro v0.3.31
54722026-01-28T23:21:30.785Z Fresh futures-task v0.3.31
54732026-01-28T23:21:30.785Z Fresh foldhash v0.1.5
54742026-01-28T23:21:30.785Z Fresh ppv-lite86 v0.2.20
54752026-01-28T23:21:30.785Z Fresh adler2 v2.0.0
54762026-01-28T23:21:30.785Z Fresh tracing-core v0.1.32
54772026-01-28T23:21:30.785Z Fresh futures-util v0.3.31
54782026-01-28T23:21:30.785Z Fresh hashbrown v0.15.4
54792026-01-28T23:21:30.785Z Fresh miniz_oxide v0.8.5
54802026-01-28T23:21:30.785Z Fresh tracing-attributes v0.1.27
54812026-01-28T23:21:30.785Z Fresh glob v0.3.2
54822026-01-28T23:21:30.785Z Fresh gimli v0.31.1
54832026-01-28T23:21:30.785Z Fresh http v1.4.0
54842026-01-28T23:21:30.785Z Fresh object v0.36.5
54852026-01-28T23:21:30.785Z Fresh tracing v0.1.40
54862026-01-28T23:21:30.785Z Fresh addr2line v0.24.2
54872026-01-28T23:21:30.785Z Fresh rustc-demangle v0.1.24
54882026-01-28T23:21:30.785Z Fresh minimal-lexical v0.2.1
54892026-01-28T23:21:30.785Z Fresh backtrace v0.3.74
54902026-01-28T23:21:30.785Z Fresh nom v7.1.3
54912026-01-28T23:21:30.785Z Fresh serde_tokenstream v0.2.2
54922026-01-28T23:21:30.785Z Fresh libloading v0.8.5
54932026-01-28T23:21:30.785Z Fresh paste v1.0.15
54942026-01-28T23:21:30.785Z Fresh crossbeam-utils v0.8.21
54952026-01-28T23:21:30.785Z Fresh cexpr v0.6.0
54962026-01-28T23:21:30.811Z Fresh clang-sys v1.8.1
54972026-01-28T23:21:30.811Z Fresh prettyplease v0.2.36
54982026-01-28T23:21:30.811Z Fresh base64 v0.22.1
54992026-01-28T23:21:30.811Z Fresh home v0.5.9
55002026-01-28T23:21:30.811Z Fresh powerfmt v0.2.0
55012026-01-28T23:21:30.811Z Fresh num-conv v0.1.0
55022026-01-28T23:21:30.811Z Fresh time-core v0.1.6
55032026-01-28T23:21:30.811Z Fresh block-padding v0.3.3
55042026-01-28T23:21:30.811Z Fresh utf8parse v0.2.2
55052026-01-28T23:21:30.811Z Fresh num_threads v0.1.7
55062026-01-28T23:21:30.811Z Fresh anyhow v1.0.99
55072026-01-28T23:21:30.811Z Fresh time-macros v0.2.24
55082026-01-28T23:21:30.811Z Fresh deranged v0.5.3
55092026-01-28T23:21:30.811Z Fresh vcpkg v0.2.15
55102026-01-28T23:21:30.811Z Fresh base64ct v1.6.0
55112026-01-28T23:21:30.811Z Fresh inout v0.1.3
55122026-01-28T23:21:30.811Z Fresh ipnet v2.11.0
55132026-01-28T23:21:30.812Z Fresh time v0.3.43
55142026-01-28T23:21:30.812Z Fresh cipher v0.4.4
55152026-01-28T23:21:30.812Z Fresh itertools v0.12.1
55162026-01-28T23:21:30.812Z Fresh zerocopy-derive v0.8.27
55172026-01-28T23:21:30.812Z Fresh which v4.4.2
55182026-01-28T23:21:30.812Z Fresh tokio-util v0.7.15
55192026-01-28T23:21:30.812Z Fresh atomic-waker v1.1.2
55202026-01-28T23:21:30.812Z Fresh anstyle v1.0.11
55212026-01-28T23:21:30.812Z Fresh ident_case v1.0.1
55222026-01-28T23:21:30.812Z Fresh lazycell v1.3.0
55232026-01-28T23:21:30.812Z Fresh rustc-hash v1.1.0
55242026-01-28T23:21:30.812Z Fresh zerocopy v0.8.27
55252026-01-28T23:21:30.812Z Fresh bindgen v0.69.5
55262026-01-28T23:21:30.812Z Fresh sha2 v0.10.9
55272026-01-28T23:21:30.812Z Fresh cmake v0.1.51
55282026-01-28T23:21:30.812Z Fresh fastrand v2.1.1
55292026-01-28T23:21:30.812Z Fresh fs_extra v1.3.0
55302026-01-28T23:21:30.812Z Fresh dunce v1.0.5
55312026-01-28T23:21:30.812Z Fresh untrusted v0.9.0
55322026-01-28T23:21:30.812Z Fresh httparse v1.9.5
55332026-01-28T23:21:30.812Z Fresh pem-rfc7468 v0.7.0
55342026-01-28T23:21:30.812Z Fresh anstyle-parse v0.2.5
55352026-01-28T23:21:30.812Z Fresh hmac v0.12.1
55362026-01-28T23:21:30.812Z Fresh is_terminal_polyfill v1.70.1
55372026-01-28T23:21:30.812Z Fresh anstyle-query v1.1.1
55382026-01-28T23:21:30.812Z Fresh ring v0.17.14
55392026-01-28T23:21:30.812Z Fresh colorchoice v1.0.2
55402026-01-28T23:21:30.812Z Fresh rand_chacha v0.3.1
55412026-01-28T23:21:30.812Z Fresh ryu v1.0.18
55422026-01-28T23:21:30.812Z Fresh terminal_size v0.4.0
55432026-01-28T23:21:30.812Z Fresh der_derive v0.7.3
55442026-01-28T23:21:30.812Z Fresh unicode-segmentation v1.12.0
55452026-01-28T23:21:30.812Z Fresh anstream v0.6.18
55462026-01-28T23:21:30.812Z Fresh rand v0.8.5
55472026-01-28T23:21:30.812Z Fresh rustls-pki-types v1.10.0
55482026-01-28T23:21:30.812Z Fresh flagset v0.4.6
55492026-01-28T23:21:30.812Z Fresh http-body v1.0.1
55502026-01-28T23:21:30.812Z Fresh clap_lex v0.7.4
55512026-01-28T23:21:30.812Z Fresh aws-lc-sys v0.26.0
55522026-01-28T23:21:30.812Z Fresh der v0.7.10
55532026-01-28T23:21:30.813Z Fresh clap_builder v4.5.48
55542026-01-28T23:21:30.813Z Fresh clap_derive v4.5.47
55552026-01-28T23:21:30.813Z Fresh untrusted v0.7.1
55562026-01-28T23:21:30.813Z Fresh try-lock v0.2.5
55572026-01-28T23:21:30.813Z Fresh httpdate v1.0.3
55582026-01-28T23:21:30.813Z Fresh h2 v0.4.6
55592026-01-28T23:21:30.813Z Fresh clap v4.5.48
55602026-01-28T23:21:30.813Z Fresh aws-lc-rs v1.12.4
55612026-01-28T23:21:30.813Z Fresh want v0.3.1
55622026-01-28T23:21:30.813Z Fresh toml_datetime v0.6.11
55632026-01-28T23:21:30.813Z Fresh serde_spanned v0.6.9
55642026-01-28T23:21:30.813Z Fresh tower-service v0.3.3
55652026-01-28T23:21:30.813Z Fresh tower-layer v0.3.3
55662026-01-28T23:21:30.813Z Fresh rustls-webpki v0.102.8
55672026-01-28T23:21:30.813Z Fresh hyper v1.8.1
55682026-01-28T23:21:30.813Z Fresh async-trait v0.1.89
55692026-01-28T23:21:30.813Z Fresh spki v0.7.3
55702026-01-28T23:21:30.813Z Fresh pbkdf2 v0.12.2
55712026-01-28T23:21:30.813Z Fresh camino v1.2.1
55722026-01-28T23:21:30.813Z Fresh aes v0.8.4
55732026-01-28T23:21:30.813Z Fresh rand_core v0.9.3
55742026-01-28T23:21:30.813Z Fresh erased-serde v0.3.31
55752026-01-28T23:21:30.813Z Fresh mime v0.3.17
55762026-01-28T23:21:30.813Z Fresh ucd-trie v0.1.7
55772026-01-28T23:21:30.813Z Fresh slog v2.8.2
55782026-01-28T23:21:30.813Z Fresh hyper-util v0.1.19
55792026-01-28T23:21:30.813Z Fresh salsa20 v0.10.2
55802026-01-28T23:21:30.813Z Fresh cbc v0.1.2
55812026-01-28T23:21:30.813Z Fresh rustc_version v0.4.1
55822026-01-28T23:21:30.813Z Fresh http-body-util v0.1.3
55832026-01-28T23:21:30.813Z Fresh pest v2.8.2
55842026-01-28T23:21:30.813Z Fresh rustix v1.1.3
55852026-01-28T23:21:30.813Z Fresh scrypt v0.11.0
55862026-01-28T23:21:30.813Z Fresh plain v0.2.3
55872026-01-28T23:21:30.813Z Fresh rand_chacha v0.9.0
55882026-01-28T23:21:30.813Z Fresh openssl-probe v0.1.5
55892026-01-28T23:21:30.813Z Fresh foreign-types-shared v0.1.1
55902026-01-28T23:21:30.813Z Fresh pest_meta v2.8.2
55912026-01-28T23:21:30.813Z Fresh pkcs5 v0.7.1
55922026-01-28T23:21:30.814Z Fresh foreign-types v0.3.2
55932026-01-28T23:21:30.814Z Fresh tempfile v3.24.0
55942026-01-28T23:21:30.814Z Fresh rand v0.9.2
55952026-01-28T23:21:30.814Z Fresh openssl-sys v0.9.109
55962026-01-28T23:21:30.838Z Fresh serde_urlencoded v0.7.1
55972026-01-28T23:21:30.838Z Fresh pest_generator v2.8.2
55982026-01-28T23:21:30.839Z Fresh pkcs8 v0.10.2
55992026-01-28T23:21:30.839Z Fresh openssl-macros v0.1.1
56002026-01-28T23:21:30.839Z Fresh encoding_rs v0.8.34
56012026-01-28T23:21:30.839Z Fresh pretty-hex v0.4.1
56022026-01-28T23:21:30.839Z Fresh openapiv3 v2.2.0
56032026-01-28T23:21:30.839Z Fresh hex v0.4.3
56042026-01-28T23:21:30.839Z Fresh pest_derive v2.8.2
56052026-01-28T23:21:30.839Z Fresh openssl v0.10.73
56062026-01-28T23:21:30.839Z Fresh ipnetwork v0.21.1
56072026-01-28T23:21:30.839Z Fresh litrs v0.4.1
56082026-01-28T23:21:30.839Z Fresh sync_wrapper v1.0.1
56092026-01-28T23:21:30.839Z Fresh rustls v0.23.19
56102026-01-28T23:21:30.839Z Fresh document-features v0.2.11
56112026-01-28T23:21:30.839Z Fresh winnow v0.7.13
56122026-01-28T23:21:30.839Z Fresh psl-types v2.0.11
56132026-01-28T23:21:30.839Z Fresh tower v0.5.2
56142026-01-28T23:21:30.839Z Fresh rustls-native-certs v0.8.1
56152026-01-28T23:21:30.839Z Fresh native-tls v0.2.12
56162026-01-28T23:21:30.839Z Fresh tokio-rustls v0.26.0
56172026-01-28T23:21:30.839Z Fresh cookie v0.18.1
56182026-01-28T23:21:30.839Z Fresh publicsuffix v2.3.0
56192026-01-28T23:21:30.839Z Fresh webpki-roots v1.0.1
56202026-01-28T23:21:30.839Z Fresh iri-string v0.7.8
56212026-01-28T23:21:30.839Z Fresh signature v2.2.0
56222026-01-28T23:21:30.839Z Fresh sha1 v0.10.6
56232026-01-28T23:21:30.839Z Fresh tokio-native-tls v0.3.1
56242026-01-28T23:21:30.839Z Fresh hyper-rustls v0.27.7
56252026-01-28T23:21:30.839Z Fresh tower-http v0.6.6
56262026-01-28T23:21:30.839Z Fresh cookie_store v0.21.1
56272026-01-28T23:21:30.839Z Fresh data-encoding v2.9.0
56282026-01-28T23:21:30.839Z Fresh winnow v0.5.40
56292026-01-28T23:21:30.839Z Fresh darling_core v0.20.10
56302026-01-28T23:21:30.839Z Fresh darling_core v0.21.0
56312026-01-28T23:21:30.839Z Fresh hyper-tls v0.6.0
56322026-01-28T23:21:30.839Z Fresh toml_edit v0.19.15
56332026-01-28T23:21:30.839Z Fresh strum_macros v0.26.4
56342026-01-28T23:21:30.839Z Fresh tinyvec_macros v0.1.1
56352026-01-28T23:21:30.839Z Fresh quick-error v1.2.3
56362026-01-28T23:21:30.839Z Fresh darling_macro v0.21.0
56372026-01-28T23:21:30.840Z Fresh darling_macro v0.20.10
56382026-01-28T23:21:30.840Z Fresh num-integer v0.1.46
56392026-01-28T23:21:30.840Z Fresh reqwest v0.12.24
56402026-01-28T23:21:30.840Z Fresh strum v0.26.3
56412026-01-28T23:21:30.840Z Fresh tinyvec v1.8.0
56422026-01-28T23:21:30.840Z Fresh scroll_derive v0.12.0
56432026-01-28T23:21:30.840Z Fresh darling v0.21.0
56442026-01-28T23:21:30.840Z Fresh darling v0.20.10
56452026-01-28T23:21:30.840Z Fresh oxnet v0.1.4
56462026-01-28T23:21:30.840Z Fresh scroll v0.12.0
56472026-01-28T23:21:30.840Z Fresh bit-vec v0.8.0
56482026-01-28T23:21:30.840Z Fresh static_assertions v1.1.0
56492026-01-28T23:21:30.840Z Fresh hubpack_derive v0.1.1
56502026-01-28T23:21:30.840Z Fresh wait-timeout v0.2.0
56512026-01-28T23:21:30.840Z Fresh crc32fast v1.4.2
56522026-01-28T23:21:30.840Z Fresh bit-set v0.8.0
56532026-01-28T23:21:30.840Z Fresh goblin v0.8.2
56542026-01-28T23:21:30.840Z Fresh base16ct v0.2.0
56552026-01-28T23:21:30.840Z Fresh hubpack v0.1.2
56562026-01-28T23:21:30.840Z Fresh ahash v0.8.12
56572026-01-28T23:21:30.840Z Fresh num-iter v0.1.45
56582026-01-28T23:21:30.840Z Fresh dtrace-parser v0.2.0
56592026-01-28T23:21:30.840Z Fresh sec1 v0.7.3
56602026-01-28T23:21:30.840Z Fresh dof v0.3.0
56612026-01-28T23:21:30.840Z Fresh bstr v1.10.0
56622026-01-28T23:21:30.840Z Fresh ff v0.13.0
56632026-01-28T23:21:30.840Z Fresh scroll_derive v0.13.1
56642026-01-28T23:21:30.840Z Fresh thread-id v4.2.2
56652026-01-28T23:21:30.840Z Fresh toml_write v0.1.2
56662026-01-28T23:21:30.840Z Fresh group v0.13.0
56672026-01-28T23:21:30.840Z Fresh toml_edit v0.22.27
56682026-01-28T23:21:30.840Z Fresh usdt-impl v0.5.0
56692026-01-28T23:21:30.840Z Fresh scroll v0.13.0
56702026-01-28T23:21:30.840Z Fresh rusty-fork v0.3.0
56712026-01-28T23:21:30.840Z Fresh rand_xorshift v0.4.0
56722026-01-28T23:21:30.840Z Fresh heck v0.4.1
56732026-01-28T23:21:30.840Z Fresh hkdf v0.12.4
56742026-01-28T23:21:30.840Z Fresh crossbeam-epoch v0.9.18
56752026-01-28T23:21:30.840Z Fresh itertools v0.13.0
56762026-01-28T23:21:30.840Z Fresh crypto-bigint v0.5.5
56772026-01-28T23:21:30.841Z Fresh unarray v0.1.4
56782026-01-28T23:21:30.841Z Fresh zlib-rs v0.5.1
56792026-01-28T23:21:30.841Z Fresh num-bigint-dig v0.8.6
56802026-01-28T23:21:30.841Z Fresh goblin v0.10.2
56812026-01-28T23:21:30.841Z Fresh elliptic-curve v0.13.8
56822026-01-28T23:21:30.841Z Fresh proptest v1.7.0
56832026-01-28T23:21:30.841Z Fresh libz-rs-sys v0.5.1
56842026-01-28T23:21:30.841Z Fresh pkcs1 v0.7.5
56852026-01-28T23:21:30.841Z Fresh dof v0.4.0
56862026-01-28T23:21:30.841Z Fresh dtrace-parser v0.3.0
56872026-01-28T23:21:30.841Z Fresh rsa v0.9.8
56882026-01-28T23:21:30.841Z Fresh flate2 v1.1.2
56892026-01-28T23:21:30.841Z Fresh x509-cert v0.2.5
56902026-01-28T23:21:30.841Z Fresh thread-id v5.0.0
56912026-01-28T23:21:30.841Z Fresh bitflags v1.3.2
56922026-01-28T23:21:30.841Z Fresh usdt-impl v0.6.0
56932026-01-28T23:21:30.841Z Fresh bzip2-sys v0.1.13+1.0.8
56942026-01-28T23:21:30.841Z Fresh newtype-uuid v1.3.2
56952026-01-28T23:21:30.841Z Fresh derive_builder_core v0.20.2
56962026-01-28T23:21:30.867Z Fresh rfc6979 v0.4.0
56972026-01-28T23:21:30.867Z Fresh curve25519-dalek-derive v0.1.1
56982026-01-28T23:21:30.867Z Fresh daft-derive v0.1.4
56992026-01-28T23:21:30.867Z Fresh memmap2 v0.9.8
57002026-01-28T23:21:30.867Z Fresh siphasher v0.3.11
57012026-01-28T23:21:30.867Z Fresh ecdsa v0.16.9
57022026-01-28T23:21:30.867Z Fresh derive_builder_macro v0.20.2
57032026-01-28T23:21:30.867Z Fresh curve25519-dalek v4.1.3
57042026-01-28T23:21:30.867Z Fresh daft v0.1.4
57052026-01-28T23:21:30.867Z Fresh toml v0.7.8
57062026-01-28T23:21:30.867Z Fresh phf_shared v0.11.2
57072026-01-28T23:21:30.867Z Fresh env_filter v0.1.2
57082026-01-28T23:21:30.867Z Fresh cfg_aliases v0.2.1
57092026-01-28T23:21:30.867Z Fresh derive_builder v0.20.2
57102026-01-28T23:21:30.867Z Fresh usdt-macro v0.6.0
57112026-01-28T23:21:30.867Z Fresh signal-hook v0.3.18
57122026-01-28T23:21:30.867Z Fresh env_logger v0.11.8
57132026-01-28T23:21:30.867Z Fresh usdt-attr-macro v0.6.0
57142026-01-28T23:21:30.867Z Fresh serde_with_macros v3.16.1
57152026-01-28T23:21:30.867Z Fresh unicode-normalization v0.1.24
57162026-01-28T23:21:30.867Z Fresh ed25519 v2.2.3
57172026-01-28T23:21:30.867Z Fresh enum-as-inner v0.6.1
57182026-01-28T23:21:30.867Z Fresh keccak v0.1.5
57192026-01-28T23:21:30.867Z Fresh managed v0.8.0
57202026-01-28T23:21:30.867Z Fresh usdt v0.6.0
57212026-01-28T23:21:30.867Z Fresh ed25519-dalek v2.1.1
57222026-01-28T23:21:30.867Z Fresh serde_with v3.16.1
57232026-01-28T23:21:30.867Z Fresh sha3 v0.10.8
57242026-01-28T23:21:30.867Z Fresh memoffset v0.9.1
57252026-01-28T23:21:30.868Z Fresh itertools v0.10.5
57262026-01-28T23:21:30.868Z Fresh cargo-platform v0.1.8
57272026-01-28T23:21:30.868Z Fresh ref-cast-impl v1.0.25
57282026-01-28T23:21:30.868Z Fresh fixedbitset v0.4.2
57292026-01-28T23:21:30.868Z Fresh new_debug_unreachable v1.0.6
57302026-01-28T23:21:30.868Z Fresh rustc-hash v2.1.1
57312026-01-28T23:21:30.868Z Fresh precomputed-hash v0.1.1
57322026-01-28T23:21:30.868Z Fresh cargo_metadata v0.19.2
57332026-01-28T23:21:30.868Z Fresh vergen-lib v0.1.6
57342026-01-28T23:21:30.868Z Fresh string_cache v0.8.9
57352026-01-28T23:21:30.868Z Fresh petgraph v0.6.5
57362026-01-28T23:21:30.868Z Fresh ref-cast v1.0.25
57372026-01-28T23:21:30.868Z Fresh signal-hook-mio v0.2.4
57382026-01-28T23:21:30.868Z Fresh zstd-sys v2.0.14+zstd.1.5.7
57392026-01-28T23:21:30.868Z Fresh bzip2 v0.4.4
57402026-01-28T23:21:30.868Z Fresh vergen v9.0.6
57412026-01-28T23:21:30.868Z Fresh zstd-safe v7.2.3
57422026-01-28T23:21:30.868Z Fresh zip v0.6.6
57432026-01-28T23:21:30.868Z Fresh bumpalo v3.16.0
57442026-01-28T23:21:30.868Z Fresh lockfree-object-pool v0.1.6
57452026-01-28T23:21:30.868Z Fresh simd-adler32 v0.3.7
57462026-01-28T23:21:30.868Z Fresh lalrpop-util v0.19.12
57472026-01-28T23:21:30.868Z Fresh crossterm v0.28.1
57482026-01-28T23:21:30.868Z Fresh zopfli v0.8.1
57492026-01-28T23:21:30.868Z Fresh zstd v0.13.3
57502026-01-28T23:21:30.868Z Fresh bzip2 v0.5.2
57512026-01-28T23:21:30.868Z Fresh similar v2.7.0
57522026-01-28T23:21:30.868Z Fresh hash32 v0.2.1
57532026-01-28T23:21:30.868Z Fresh serde-big-array v0.5.1
57542026-01-28T23:21:30.868Z Fresh socket2 v0.5.10
57552026-01-28T23:21:30.868Z Fresh winnow v0.6.26
57562026-01-28T23:21:30.868Z Fresh unicode-properties v0.1.3
57572026-01-28T23:21:30.868Z Fresh predicates-core v1.0.8
57582026-01-28T23:21:30.868Z Fresh jiff v0.2.15
57592026-01-28T23:21:30.868Z Fresh unicode-bidi v0.3.17
57602026-01-28T23:21:30.868Z Fresh zip v4.2.0
57612026-01-28T23:21:30.868Z Fresh stringprep v0.1.5
57622026-01-28T23:21:30.868Z Fresh heapless v0.7.17
57632026-01-28T23:21:30.868Z Fresh hickory-proto v0.25.2
57642026-01-28T23:21:30.868Z Fresh tokio-stream v0.1.17
57652026-01-28T23:21:30.869Z Fresh md-5 v0.10.6
57662026-01-28T23:21:30.869Z Fresh strum_macros v0.27.2
57672026-01-28T23:21:30.869Z Fresh float-cmp v0.10.0
57682026-01-28T23:21:30.869Z Fresh fallible-iterator v0.2.0
57692026-01-28T23:21:30.869Z Fresh foldhash v0.2.0
57702026-01-28T23:21:30.869Z Fresh difflib v0.4.0
57712026-01-28T23:21:30.869Z Fresh normalize-line-endings v0.3.0
57722026-01-28T23:21:30.869Z Fresh iddqd v0.3.16
57732026-01-28T23:21:30.869Z Fresh postgres-protocol v0.6.8
57742026-01-28T23:21:30.869Z Fresh buf-list v1.0.3
57752026-01-28T23:21:30.869Z Fresh strum v0.27.2
57762026-01-28T23:21:30.869Z Fresh smoltcp v0.9.1
57772026-01-28T23:21:30.869Z Fresh nix v0.29.0
57782026-01-28T23:21:30.869Z Fresh fs-err v3.1.1
57792026-01-28T23:21:30.869Z Fresh predicates v3.1.3
57802026-01-28T23:21:30.869Z Fresh serde_repr v0.1.19
57812026-01-28T23:21:30.869Z Fresh peg-runtime v0.8.5
57822026-01-28T23:21:30.869Z Fresh fixedbitset v0.5.7
57832026-01-28T23:21:30.869Z Fresh postgres-types v0.2.9
57842026-01-28T23:21:30.894Z Fresh phf v0.11.2
57852026-01-28T23:21:30.894Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57862026-01-28T23:21:30.894Z Fresh whoami v1.5.2
57872026-01-28T23:21:30.894Z Fresh petgraph v0.8.2
57882026-01-28T23:21:30.894Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57892026-01-28T23:21:30.894Z Fresh tokio-postgres v0.7.13
57902026-01-28T23:21:30.894Z Fresh futures-executor v0.3.31
57912026-01-28T23:21:30.894Z Fresh is-terminal v0.4.13
57922026-01-28T23:21:30.894Z Fresh regress v0.10.4
57932026-01-28T23:21:30.894Z Fresh crossbeam-channel v0.5.15
57942026-01-28T23:21:30.894Z Fresh thread_local v1.1.8
57952026-01-28T23:21:30.894Z Fresh futures v0.3.31
57962026-01-28T23:21:30.894Z Fresh take_mut v0.2.2
57972026-01-28T23:21:30.894Z Fresh term v1.1.0
57982026-01-28T23:21:30.894Z Fresh unsafe-libyaml v0.2.11
57992026-01-28T23:21:30.894Z Fresh typify-impl v0.4.3
58002026-01-28T23:21:30.894Z Fresh match_cfg v0.1.0
58012026-01-28T23:21:30.894Z Fresh slog-term v2.9.2
58022026-01-28T23:21:30.894Z Fresh serde_yaml v0.9.34+deprecated
58032026-01-28T23:21:30.894Z Fresh hostname v0.3.1
58042026-01-28T23:21:30.894Z Fresh typify-macro v0.4.3
58052026-01-28T23:21:30.894Z Fresh debug-ignore v1.0.5
58062026-01-28T23:21:30.895Z Fresh newtype-uuid-macros v0.1.0
58072026-01-28T23:21:30.895Z Fresh slog-async v2.8.0
58082026-01-28T23:21:30.895Z Fresh typify v0.4.3
58092026-01-28T23:21:30.895Z Fresh unicode-width v0.1.14
58102026-01-28T23:21:30.895Z Fresh structmeta-derive v0.3.0
58112026-01-28T23:21:30.895Z Fresh toml_parser v1.0.4
58122026-01-28T23:21:30.895Z Fresh structmeta v0.3.0
58132026-01-28T23:21:30.895Z Fresh serde_path_to_error v0.1.20
58142026-01-28T23:21:30.895Z Fresh serde_spanned v1.0.3
58152026-01-28T23:21:30.895Z Fresh toml_datetime v0.7.3
58162026-01-28T23:21:30.895Z Fresh toml_writer v1.0.4
58172026-01-28T23:21:30.895Z Fresh slog-json v2.6.1
58182026-01-28T23:21:30.895Z Fresh toml v0.9.8
58192026-01-28T23:21:30.895Z Fresh rustls v0.22.4
58202026-01-28T23:21:30.895Z Fresh async-stream-impl v0.3.6
58212026-01-28T23:21:30.895Z Fresh slog-bunyan v2.5.0
58222026-01-28T23:21:30.895Z Fresh rustls-pemfile v2.2.0
58232026-01-28T23:21:30.895Z Fresh waitgroup v0.1.2
58242026-01-28T23:21:30.895Z Fresh tokio-rustls v0.25.0
58252026-01-28T23:21:30.895Z Fresh multer v3.1.0
58262026-01-28T23:21:30.895Z Fresh async-stream v0.3.6
58272026-01-28T23:21:30.895Z Fresh dropshot_endpoint v0.16.6
58282026-01-28T23:21:30.895Z Fresh hostname v0.4.2
58292026-01-28T23:21:30.895Z Fresh progenitor-client v0.10.0
58302026-01-28T23:21:30.895Z Fresh derive-ex v0.1.8
58312026-01-28T23:21:30.921Z Fresh dropshot v0.16.6
58322026-01-28T23:21:30.921Z Fresh test-strategy v0.4.3
58332026-01-28T23:21:30.921Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
58342026-01-28T23:21:30.921Z Fresh itertools v0.14.0
58352026-01-28T23:21:30.921Z Fresh macaddr v1.0.1
58362026-01-28T23:21:30.921Z Fresh tabwriter v1.4.0
58372026-01-28T23:21:30.921Z Fresh instant v0.1.13
58382026-01-28T23:21:30.921Z Fresh progenitor-impl v0.11.2
58392026-01-28T23:21:30.921Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
58402026-01-28T23:21:30.921Z Fresh progenitor-macro v0.11.2
58412026-01-28T23:21:30.921Z Fresh parse-display-derive v0.10.0
58422026-01-28T23:21:30.921Z Fresh progenitor-client v0.11.2
58432026-01-28T23:21:30.921Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58442026-01-28T23:21:30.921Z Fresh backoff v0.4.0
58452026-01-28T23:21:30.921Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
58462026-01-28T23:21:30.921Z Fresh colored v3.0.0
58472026-01-28T23:21:30.921Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58482026-01-28T23:21:30.922Z Fresh parse-display v0.10.0
58492026-01-28T23:21:30.922Z Fresh progenitor v0.11.2
58502026-01-28T23:21:30.922Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
58512026-01-28T23:21:30.922Z Fresh camino-tempfile v1.4.1
58522026-01-28T23:21:30.922Z Fresh toml v0.8.23
58532026-01-28T23:21:30.922Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
58542026-01-28T23:21:30.922Z Fresh crossbeam-deque v0.8.5
58552026-01-28T23:21:30.922Z Fresh unicode-width v0.2.0
58562026-01-28T23:21:30.922Z Fresh proc-macro-crate v1.3.1
58572026-01-28T23:21:30.922Z Fresh proc-macro-error-attr v1.0.4
58582026-01-28T23:21:30.922Z Fresh num_enum_derive v0.5.11
58592026-01-28T23:21:30.922Z Fresh proc-macro-error v1.0.4
58602026-01-28T23:21:30.922Z Fresh rayon-core v1.12.1
58612026-01-28T23:21:30.922Z Fresh crucible-workspace-hack v0.1.0
58622026-01-28T23:21:30.922Z Fresh num_enum v0.5.11
58632026-01-28T23:21:30.922Z Fresh ingot-macros v0.1.1
58642026-01-28T23:21:30.922Z Fresh rayon v1.10.0
58652026-01-28T23:21:30.922Z Fresh hash32 v0.3.1
58662026-01-28T23:21:30.922Z Fresh nix v0.30.1
58672026-01-28T23:21:30.922Z Fresh ingot-types v0.1.2
58682026-01-28T23:21:30.922Z Fresh foreign-types-macros v0.2.3
58692026-01-28T23:21:30.922Z Fresh heapless v0.8.0
58702026-01-28T23:21:30.922Z Fresh foreign-types-shared v0.3.1
58712026-01-28T23:21:30.922Z Fresh cobs v0.2.3
58722026-01-28T23:21:30.922Z Fresh ingot v0.1.1
58732026-01-28T23:21:30.922Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58742026-01-28T23:21:30.922Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
58752026-01-28T23:21:30.922Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58762026-01-28T23:21:30.922Z Fresh foreign-types v0.5.0
58772026-01-28T23:21:30.922Z Fresh smoltcp v0.11.0
58782026-01-28T23:21:30.922Z Fresh postcard v1.0.10
58792026-01-28T23:21:30.922Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58802026-01-28T23:21:30.922Z Fresh cstr-argument v0.1.2
58812026-01-28T23:21:30.922Z Fresh pretty-hex v0.2.1
58822026-01-28T23:21:30.922Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58832026-01-28T23:21:30.948Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58842026-01-28T23:21:30.948Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58852026-01-28T23:21:30.948Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
58862026-01-28T23:21:30.948Z Fresh colored v2.2.0
58872026-01-28T23:21:30.948Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58882026-01-28T23:21:30.948Z Fresh sigpipe v0.1.3
58892026-01-28T23:21:30.948Z Fresh convert_case v0.4.0
58902026-01-28T23:21:30.948Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58912026-01-28T23:21:30.948Z Fresh zone_cfg_derive v0.3.0
58922026-01-28T23:21:30.948Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
58932026-01-28T23:21:30.948Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
58942026-01-28T23:21:30.948Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
58952026-01-28T23:21:30.948Z Fresh derive_more v0.99.20
58962026-01-28T23:21:30.948Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58972026-01-28T23:21:30.948Z Fresh smf v0.2.3
58982026-01-28T23:21:30.948Z Fresh num-derive v0.4.2
58992026-01-28T23:21:30.948Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59002026-01-28T23:21:30.948Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
59012026-01-28T23:21:30.948Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59022026-01-28T23:21:30.948Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59032026-01-28T23:21:30.948Z Fresh zone v0.3.1
59042026-01-28T23:21:30.948Z Fresh progenitor-impl v0.10.0
59052026-01-28T23:21:30.948Z Fresh indent_write v2.2.0
59062026-01-28T23:21:30.948Z Fresh progenitor-macro v0.10.0
59072026-01-28T23:21:30.948Z Fresh secrecy v0.10.3
59082026-01-28T23:21:30.948Z Fresh half v2.4.1
59092026-01-28T23:21:30.948Z Fresh ciborium-io v0.2.2
59102026-01-28T23:21:30.948Z Fresh usdt-attr-macro v0.5.0
59112026-01-28T23:21:30.948Z Fresh usdt-macro v0.5.0
59122026-01-28T23:21:30.948Z Fresh memmap v0.7.0
59132026-01-28T23:21:30.948Z Fresh progenitor v0.10.0
59142026-01-28T23:21:30.949Z Fresh ciborium-ll v0.2.2
59152026-01-28T23:21:30.949Z Fresh usdt v0.5.0
59162026-01-28T23:21:30.949Z Fresh num-rational v0.4.2
59172026-01-28T23:21:30.949Z Fresh num-complex v0.4.6
59182026-01-28T23:21:30.949Z Fresh float-ord v0.3.2
59192026-01-28T23:21:30.949Z Fresh universal-hash v0.5.1
59202026-01-28T23:21:30.949Z Fresh ciborium v0.2.2
59212026-01-28T23:21:30.949Z Fresh num v0.4.3
59222026-01-28T23:21:30.949Z Fresh opaque-debug v0.3.1
59232026-01-28T23:21:30.949Z Fresh swrite v0.1.0
59242026-01-28T23:21:30.949Z Fresh aead v0.5.2
59252026-01-28T23:21:30.949Z Fresh chacha20 v0.9.1
59262026-01-28T23:21:30.949Z Fresh thiserror-impl-no-std v2.0.2
59272026-01-28T23:21:30.949Z Fresh console v0.15.10
59282026-01-28T23:21:30.949Z Fresh poly1305 v0.8.0
59292026-01-28T23:21:30.949Z Fresh thiserror-no-std v2.0.2
59302026-01-28T23:21:30.949Z Fresh password-hash v0.5.0
59312026-01-28T23:21:30.949Z Fresh blake2 v0.10.6
59322026-01-28T23:21:30.949Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59332026-01-28T23:21:30.949Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59342026-01-28T23:21:30.949Z Fresh chacha20poly1305 v0.10.1
59352026-01-28T23:21:30.949Z Fresh vsss-rs v3.3.4
59362026-01-28T23:21:30.949Z Fresh argon2 v0.5.3
59372026-01-28T23:21:30.949Z Fresh derive-where v1.5.0
59382026-01-28T23:21:30.949Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59392026-01-28T23:21:30.949Z Fresh atomicwrites v0.4.4
59402026-01-28T23:21:30.949Z Fresh newline-converter v0.3.0
59412026-01-28T23:21:30.949Z Fresh expectorate v1.2.0
59422026-01-28T23:21:30.949Z Fresh bytecount v0.6.8
59432026-01-28T23:21:30.949Z Fresh tokio-dtrace v0.1.0
59442026-01-28T23:21:30.974Z Fresh libsw-core v0.3.1
59452026-01-28T23:21:30.975Z Fresh oxide-tokio-rt v0.1.2
59462026-01-28T23:21:30.975Z Fresh libsw v3.5.0
59472026-01-28T23:21:30.975Z Fresh linear-map v1.2.0
59482026-01-28T23:21:30.975Z Fresh gethostname v0.5.0
59492026-01-28T23:21:30.975Z Fresh unicode-xid v0.2.6
59502026-01-28T23:21:30.975Z Fresh owo-colors v4.2.2
59512026-01-28T23:21:30.975Z Fresh cancel-safe-futures v0.1.5
59522026-01-28T23:21:30.975Z Fresh same-file v1.0.6
59532026-01-28T23:21:30.975Z Fresh async-recursion v1.1.1
59542026-01-28T23:21:30.975Z Fresh walkdir v2.5.0
59552026-01-28T23:21:30.975Z Fresh resolv-conf v0.7.0
59562026-01-28T23:21:30.975Z Fresh convert_case v0.7.1
59572026-01-28T23:21:30.975Z Fresh unicode-linebreak v0.1.5
59582026-01-28T23:21:30.975Z Fresh smawk v0.3.2
59592026-01-28T23:21:30.975Z Fresh derive_more-impl v2.0.1
59602026-01-28T23:21:30.975Z Fresh globset v0.4.15
59612026-01-28T23:21:30.975Z Fresh vte_generate_state_changes v0.1.2
59622026-01-28T23:21:30.975Z Fresh derive_more v2.0.1
59632026-01-28T23:21:30.975Z Fresh termtree v0.5.1
59642026-01-28T23:21:30.975Z Fresh vte v0.11.1
59652026-01-28T23:21:30.975Z Fresh fd-lock v4.0.2
59662026-01-28T23:21:30.975Z Fresh linked-hash-map v0.5.6
59672026-01-28T23:21:30.975Z Fresh slog-dtrace v0.3.0
59682026-01-28T23:21:30.975Z Fresh crossterm v0.29.0
59692026-01-28T23:21:30.975Z Fresh lru-cache v0.1.2
59702026-01-28T23:21:30.975Z Fresh strip-ansi-escapes v0.2.0
59712026-01-28T23:21:30.975Z Fresh hickory-proto v0.24.4
59722026-01-28T23:21:30.975Z Fresh nibble_vec v0.1.0
59732026-01-28T23:21:30.975Z Fresh endian-type v0.1.2
59742026-01-28T23:21:30.975Z Fresh display-error-chain v0.2.2
59752026-01-28T23:21:30.975Z Fresh nu-ansi-term v0.50.1
59762026-01-28T23:21:30.975Z Fresh radix_trie v0.2.1
59772026-01-28T23:21:30.975Z Fresh pin-project-internal v1.1.6
59782026-01-28T23:21:30.975Z Fresh hickory-resolver v0.24.4
59792026-01-28T23:21:30.975Z Fresh reedline v0.40.0
59802026-01-28T23:21:30.975Z Fresh pin-project v1.1.6
59812026-01-28T23:21:30.975Z Fresh textwrap v0.16.2
59822026-01-28T23:21:30.976Z Fresh pem v3.0.5
59832026-01-28T23:21:30.976Z Fresh qorb v0.4.1
59842026-01-28T23:21:30.976Z Fresh snafu-derive v0.8.5
59852026-01-28T23:21:30.976Z Fresh csv-core v0.1.11
59862026-01-28T23:21:30.976Z Fresh humantime v2.2.0
59872026-01-28T23:21:30.976Z Fresh cfg_aliases v0.1.1
59882026-01-28T23:21:30.976Z Fresh snafu v0.8.5
59892026-01-28T23:21:30.976Z Fresh csv v1.3.1
59902026-01-28T23:21:30.976Z Fresh olpc-cjson v0.1.4
59912026-01-28T23:21:30.976Z Fresh serde_plain v1.0.2
59922026-01-28T23:21:30.976Z Fresh typed-path v0.9.3
59932026-01-28T23:21:30.976Z Fresh siphasher v1.0.1
59942026-01-28T23:21:30.976Z Fresh phf_shared v0.12.1
59952026-01-28T23:21:30.976Z Fresh tough v0.20.0
59962026-01-28T23:21:30.976Z Fresh papergrid v0.11.0
59972026-01-28T23:21:30.976Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
59982026-01-28T23:21:30.976Z Fresh tabled_derive v0.7.0
59992026-01-28T23:21:30.976Z Fresh highway v1.3.0
60002026-01-28T23:21:30.976Z Fresh semver v0.1.20
60012026-01-28T23:21:30.976Z Fresh base64 v0.21.7
60022026-01-28T23:21:30.976Z Fresh tabled v0.15.0
60032026-01-28T23:21:30.976Z Fresh phf v0.12.1
60042026-01-28T23:21:30.976Z Fresh nix v0.28.0
60052026-01-28T23:21:30.976Z Fresh rustc_version v0.1.7
60062026-01-28T23:21:30.976Z Fresh const_format_proc_macros v0.2.34
60072026-01-28T23:21:30.976Z Fresh peg-macros v0.8.5
60082026-01-28T23:21:30.976Z Fresh sqlparser_derive v0.2.2
60092026-01-28T23:21:30.976Z Fresh unicode_categories v0.1.1
60102026-01-28T23:21:30.976Z Fresh chrono-tz v0.10.4
60112026-01-28T23:21:30.976Z Fresh sqlparser v0.45.0
60122026-01-28T23:21:30.976Z Fresh sqlformat v0.3.5
60132026-01-28T23:21:30.976Z Fresh const_format v0.2.34
60142026-01-28T23:21:30.976Z Fresh rustyline v14.0.0
60152026-01-28T23:21:30.976Z Fresh peg v0.8.5
60162026-01-28T23:21:31.002Z Fresh bcs v0.1.6
60172026-01-28T23:21:31.002Z Fresh utf-8 v0.7.6
60182026-01-28T23:21:31.002Z Fresh arc-swap v1.7.1
60192026-01-28T23:21:31.002Z Fresh xattr v1.3.1
60202026-01-28T23:21:31.002Z Fresh newtype_derive v0.1.6
60212026-01-28T23:21:31.002Z Fresh tungstenite v0.21.0
60222026-01-28T23:21:31.002Z Fresh slog-scope v4.4.0
60232026-01-28T23:21:31.002Z Fresh filetime v0.2.26
60242026-01-28T23:21:31.002Z Fresh typify-impl v0.2.0
60252026-01-28T23:21:31.003Z Fresh subprocess v0.2.9
60262026-01-28T23:21:31.003Z Fresh headers-core v0.3.0
60272026-01-28T23:21:31.003Z Fresh steno v0.4.1
60282026-01-28T23:21:31.003Z Fresh slog-stdlog v4.1.1
60292026-01-28T23:21:31.003Z Fresh tokio-tungstenite v0.21.0
60302026-01-28T23:21:31.003Z Fresh tar v0.4.44
60312026-01-28T23:21:31.003Z Fresh typify-macro v0.2.0
60322026-01-28T23:21:31.003Z Fresh headers v0.4.1
60332026-01-28T23:21:31.003Z Fresh progenitor-client v0.8.0
60342026-01-28T23:21:31.003Z Fresh slog-envlogger v2.2.0
60352026-01-28T23:21:31.003Z Fresh typify v0.2.0
60362026-01-28T23:21:31.003Z Fresh heck v0.3.3
60372026-01-28T23:21:31.003Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60382026-01-28T23:21:31.003Z Fresh yasna v0.5.2
60392026-01-28T23:21:31.003Z Fresh number_prefix v0.4.0
60402026-01-28T23:21:31.003Z Fresh progenitor-impl v0.8.0
60412026-01-28T23:21:31.003Z Fresh lzma-sys v0.1.20
60422026-01-28T23:21:31.003Z Fresh zone_cfg_derive v0.1.2
60432026-01-28T23:21:31.003Z Fresh base64 v0.13.1
60442026-01-28T23:21:31.003Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60452026-01-28T23:21:31.003Z Fresh rcgen v0.12.1
60462026-01-28T23:21:31.003Z Fresh indicatif v0.17.11
60472026-01-28T23:21:31.003Z Fresh progenitor-macro v0.8.0
60482026-01-28T23:21:31.003Z Fresh zone v0.1.8
60492026-01-28T23:21:31.003Z Fresh xz2 v0.1.7
60502026-01-28T23:21:31.003Z Fresh ron v0.7.1
60512026-01-28T23:21:31.003Z Fresh dropshot-api-manager-types v0.2.4
60522026-01-28T23:21:31.003Z Fresh tagptr v0.2.0
60532026-01-28T23:21:31.003Z Fresh progenitor v0.8.0
60542026-01-28T23:21:31.003Z Fresh bitfield-struct v0.6.2
60552026-01-28T23:21:31.003Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60562026-01-28T23:21:31.003Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60572026-01-28T23:21:31.003Z Fresh moka v0.12.10
60582026-01-28T23:21:31.003Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60592026-01-28T23:21:31.003Z Fresh tap v1.0.1
60602026-01-28T23:21:31.003Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
60612026-01-28T23:21:31.003Z Fresh hickory-resolver v0.25.2
60622026-01-28T23:21:31.003Z Fresh libefi-sys v0.1.0
60632026-01-28T23:21:31.003Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60642026-01-28T23:21:31.004Z Fresh radium v0.7.0
60652026-01-28T23:21:31.004Z Fresh wyz v0.5.1
60662026-01-28T23:21:31.004Z Fresh zerocopy-derive v0.6.6
60672026-01-28T23:21:31.004Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
60682026-01-28T23:21:31.004Z Fresh funty v2.0.0
60692026-01-28T23:21:31.004Z Fresh crc-catalog v2.4.0
60702026-01-28T23:21:31.004Z Fresh maybe-uninit v2.0.0
60712026-01-28T23:21:31.004Z Fresh zerocopy v0.6.6
60722026-01-28T23:21:31.004Z Fresh bitvec v1.0.1
60732026-01-28T23:21:31.004Z Fresh crc v3.2.1
60742026-01-28T23:21:31.004Z Fresh packed_struct_codegen v0.10.1
60752026-01-28T23:21:31.004Z Fresh bitfield-macros v0.19.2
60762026-01-28T23:21:31.004Z Fresh nodrop v0.1.14
60772026-01-28T23:21:31.004Z Fresh array-init v0.0.4
60782026-01-28T23:21:31.004Z Fresh packed_struct v0.10.1
60792026-01-28T23:21:31.004Z Fresh bitfield v0.19.2
60802026-01-28T23:21:31.004Z Fresh smallvec v0.6.14
60812026-01-28T23:21:31.004Z Fresh hashbrown v0.12.3
60822026-01-28T23:21:31.004Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
60832026-01-28T23:21:31.004Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
60842026-01-28T23:21:31.004Z Fresh indexmap v1.9.3
60852026-01-28T23:21:31.004Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
60862026-01-28T23:21:31.004Z Fresh serde-hex v0.1.0
60872026-01-28T23:21:31.004Z Fresh ron v0.8.1
60882026-01-28T23:21:31.004Z Fresh hashbrown v0.13.2
60892026-01-28T23:21:31.004Z Fresh crc-any v2.5.0
60902026-01-28T23:21:31.004Z Fresh xshell-macros v0.2.7
60912026-01-28T23:21:31.004Z Fresh object v0.30.4
60922026-01-28T23:21:31.004Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
60932026-01-28T23:21:31.004Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
60942026-01-28T23:21:31.004Z Fresh xshell v0.2.7
60952026-01-28T23:21:31.004Z Fresh path-slash v0.1.5
60962026-01-28T23:21:31.004Z Fresh half v1.8.3
60972026-01-28T23:21:31.004Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
60982026-01-28T23:21:31.004Z Fresh serde_cbor v0.11.2
60992026-01-28T23:21:31.004Z Fresh proc-macro-error-attr2 v2.0.0
61002026-01-28T23:21:31.004Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61012026-01-28T23:21:31.004Z Fresh maplit v1.0.2
61022026-01-28T23:21:31.004Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61032026-01-28T23:21:31.004Z Fresh proc-macro-error2 v2.0.1
61042026-01-28T23:21:31.032Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61052026-01-28T23:21:31.032Z Fresh num-derive v0.3.3
61062026-01-28T23:21:31.032Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61072026-01-28T23:21:31.032Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61082026-01-28T23:21:31.032Z Fresh libscf-sys v1.1.0
61092026-01-28T23:21:31.032Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61102026-01-28T23:21:31.032Z Fresh tabled_derive v0.11.0
61112026-01-28T23:21:31.032Z Fresh papergrid v0.17.0
61122026-01-28T23:21:31.032Z Fresh testing_table v0.3.0
61132026-01-28T23:21:31.032Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61142026-01-28T23:21:31.032Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61152026-01-28T23:21:31.032Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61162026-01-28T23:21:31.032Z Fresh fxhash v0.2.1
61172026-01-28T23:21:31.032Z Fresh unicase v2.8.1
61182026-01-28T23:21:31.032Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61192026-01-28T23:21:31.032Z Fresh tabled v0.20.0
61202026-01-28T23:21:31.032Z Fresh crc8 v0.1.1
61212026-01-28T23:21:31.032Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
61222026-01-28T23:21:31.032Z Fresh diff v0.1.13
61232026-01-28T23:21:31.032Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61242026-01-28T23:21:31.032Z Fresh dsl_auto_type v0.1.2
61252026-01-28T23:21:31.032Z Fresh kstat-rs v0.2.4
61262026-01-28T23:21:31.032Z Fresh scheduled-thread-pool v0.2.7
61272026-01-28T23:21:31.032Z Fresh diesel_table_macro_syntax v0.2.0
61282026-01-28T23:21:31.032Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
61292026-01-28T23:21:31.033Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61302026-01-28T23:21:31.033Z Fresh r2d2 v0.8.10
61312026-01-28T23:21:31.033Z Fresh diesel_derives v2.2.3
61322026-01-28T23:21:31.033Z Fresh vergen-gitcl v1.0.8
61332026-01-28T23:21:31.033Z Fresh diesel v2.2.12
61342026-01-28T23:21:31.033Z Fresh dirs-sys-next v0.1.2
61352026-01-28T23:21:31.033Z Fresh dirs-next v2.0.0
61362026-01-28T23:21:31.033Z Fresh parking_lot_core v0.8.6
61372026-01-28T23:21:31.033Z Fresh prefix-trie v0.7.0
61382026-01-28T23:21:31.033Z Fresh nanorand v0.7.0
61392026-01-28T23:21:31.033Z Fresh parking_lot v0.11.2
61402026-01-28T23:21:31.033Z Fresh term v0.7.0
61412026-01-28T23:21:31.033Z Fresh crunchy v0.2.2
61422026-01-28T23:21:31.033Z Fresh bit-vec v0.6.3
61432026-01-28T23:21:31.033Z Fresh hickory-server v0.25.2
61442026-01-28T23:21:31.033Z Fresh flume v0.11.1
61452026-01-28T23:21:31.033Z Fresh ascii-canvas v3.0.0
61462026-01-28T23:21:31.033Z Fresh bit-set v0.5.3
61472026-01-28T23:21:31.033Z Fresh tiny-keccak v2.0.2
61482026-01-28T23:21:31.033Z Fresh sled v0.34.7
61492026-01-28T23:21:31.033Z Fresh hickory-client v0.25.2
61502026-01-28T23:21:31.033Z Fresh ena v0.14.3
61512026-01-28T23:21:31.033Z Fresh regex-syntax v0.6.29
61522026-01-28T23:21:31.033Z Fresh lalrpop v0.19.12
61532026-01-28T23:21:31.033Z Fresh bindgen v0.71.1
61542026-01-28T23:21:31.033Z Fresh primeorder v0.13.6
61552026-01-28T23:21:31.033Z Fresh strum_macros v0.24.3
61562026-01-28T23:21:31.033Z Fresh indoc v1.0.9
61572026-01-28T23:21:31.033Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
61582026-01-28T23:21:31.033Z Fresh impl-trait-for-tuples v0.2.2
61592026-01-28T23:21:31.033Z Fresh libxml v0.3.3
61602026-01-28T23:21:31.033Z Fresh oso-derive v0.27.3
61612026-01-28T23:21:31.033Z Fresh quick-xml v0.37.2
61622026-01-28T23:21:31.033Z Fresh salty v0.3.0
61632026-01-28T23:21:31.033Z Fresh polar-core v0.27.3
61642026-01-28T23:21:31.033Z Fresh samael v0.0.19
61652026-01-28T23:21:31.033Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61662026-01-28T23:21:31.033Z Fresh trait-variant v0.1.2
61672026-01-28T23:21:31.058Z Fresh oso v0.27.3
61682026-01-28T23:21:31.058Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
61692026-01-28T23:21:31.058Z Fresh p384 v0.13.1
61702026-01-28T23:21:31.058Z Fresh predicates-tree v1.0.12
61712026-01-28T23:21:31.058Z Fresh assert_matches v1.5.0
61722026-01-28T23:21:31.058Z Fresh fs-err v2.11.0
61732026-01-28T23:21:31.059Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
61742026-01-28T23:21:31.059Z Fresh parse-size v1.1.0
61752026-01-28T23:21:31.059Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61762026-01-28T23:21:31.059Z Fresh bb8 v0.8.5
61772026-01-28T23:21:31.059Z Fresh http-range v0.1.5
61782026-01-28T23:21:31.059Z Fresh diesel-dtrace v0.4.2
61792026-01-28T23:21:31.059Z Fresh async-bb8-diesel v0.2.1
61802026-01-28T23:21:31.059Z Fresh ignore v0.4.23
61812026-01-28T23:21:31.059Z Fresh atty v0.2.14
61822026-01-28T23:21:31.059Z Fresh mime_guess v2.0.5
61832026-01-28T23:21:31.059Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
61842026-01-28T23:21:31.059Z Fresh globwalk v0.9.1
61852026-01-28T23:21:31.059Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
61862026-01-28T23:21:31.059Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
61872026-01-28T23:21:31.059Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
61882026-01-28T23:21:31.059Z Fresh corncobs v0.1.4
61892026-01-28T23:21:31.059Z Fresh nonempty v0.12.0
61902026-01-28T23:21:31.059Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
61912026-01-28T23:21:31.059Z Fresh camino-tempfile-ext v0.3.2
61922026-01-28T23:21:31.059Z Fresh hyper-staticfile v0.10.1
61932026-01-28T23:21:31.059Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
61942026-01-28T23:21:31.059Z Fresh signal-hook-tokio v0.3.1
61952026-01-28T23:21:31.059Z Fresh secrecy v0.8.0
61962026-01-28T23:21:31.059Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
61972026-01-28T23:21:31.059Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
61982026-01-28T23:21:31.059Z Fresh tungstenite v0.23.0
61992026-01-28T23:21:31.059Z Fresh void v1.0.2
62002026-01-28T23:21:31.059Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62012026-01-28T23:21:31.059Z Fresh tokio-tungstenite v0.23.1
62022026-01-28T23:21:31.059Z Fresh lzss v0.8.2
62032026-01-28T23:21:31.059Z Fresh nix v0.27.1
62042026-01-28T23:21:31.059Z Fresh serde_bytes v0.11.19
62052026-01-28T23:21:31.059Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62062026-01-28T23:21:31.059Z Fresh rand_seeder v0.4.0
62072026-01-28T23:21:31.059Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62082026-01-28T23:21:31.059Z Fresh yansi v1.0.1
62092026-01-28T23:21:31.059Z Fresh is_ci v1.2.0
62102026-01-28T23:21:31.059Z Fresh pretty_assertions v1.4.1
62112026-01-28T23:21:31.059Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62122026-01-28T23:21:31.060Z Fresh tabled_derive v0.10.0
62132026-01-28T23:21:31.060Z Fresh typeid v1.0.3
62142026-01-28T23:21:31.060Z Fresh papergrid v0.14.0
62152026-01-28T23:21:31.060Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62162026-01-28T23:21:31.060Z Fresh concurrent-queue v2.5.0
62172026-01-28T23:21:31.060Z Fresh parking v2.2.1
62182026-01-28T23:21:31.060Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62192026-01-28T23:21:31.060Z Fresh tabled v0.18.0
62202026-01-28T23:21:31.060Z Fresh erased-serde v0.4.6
62212026-01-28T23:21:31.084Z Fresh castaway v0.2.3
62222026-01-28T23:21:31.085Z Fresh ordered-float v2.10.1
62232026-01-28T23:21:31.085Z Fresh indoc v2.0.6
62242026-01-28T23:21:31.085Z Fresh serde-untagged v0.1.7
62252026-01-28T23:21:31.085Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62262026-01-28T23:21:31.085Z Fresh compact_str v0.8.0
62272026-01-28T23:21:31.085Z Fresh serde-value v0.7.0
62282026-01-28T23:21:31.085Z Fresh libz-sys v1.1.20
62292026-01-28T23:21:31.085Z Fresh unicode-truncate v1.1.0
62302026-01-28T23:21:31.085Z Fresh lru v0.12.5
62312026-01-28T23:21:31.085Z Fresh instability v0.3.2
62322026-01-28T23:21:31.085Z Fresh cassowary v0.3.0
62332026-01-28T23:21:31.085Z Fresh event-listener v5.3.1
62342026-01-28T23:21:31.085Z Fresh ratatui v0.29.0
62352026-01-28T23:21:31.085Z Fresh libgit2-sys v0.18.2+1.9.1
62362026-01-28T23:21:31.085Z Fresh cargo-util-schemas v0.8.2
62372026-01-28T23:21:31.085Z Fresh console v0.16.0
62382026-01-28T23:21:31.085Z Fresh cargo-platform v0.2.0
62392026-01-28T23:21:31.085Z Fresh unit-prefix v0.5.1
62402026-01-28T23:21:31.085Z Fresh git2 v0.20.2
62412026-01-28T23:21:31.085Z Fresh cargo_metadata v0.21.0
62422026-01-28T23:21:31.085Z Fresh event-listener-strategy v0.5.2
62432026-01-28T23:21:31.085Z Fresh indicatif v0.18.0
62442026-01-28T23:21:31.085Z Fresh supports-color v3.0.2
62452026-01-28T23:21:31.085Z Fresh vergen-git2 v1.0.7
62462026-01-28T23:21:31.085Z Fresh futures-lite v2.3.0
62472026-01-28T23:21:31.085Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62482026-01-28T23:21:31.085Z Fresh sct v0.7.1
62492026-01-28T23:21:31.085Z Fresh rustls-webpki v0.101.7
62502026-01-28T23:21:31.085Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62512026-01-28T23:21:31.085Z Fresh rustls v0.21.12
62522026-01-28T23:21:31.085Z Fresh tokio-rustls v0.24.1
62532026-01-28T23:21:31.085Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62542026-01-28T23:21:31.085Z Fresh async-lock v3.4.0
62552026-01-28T23:21:31.086Z Fresh rustls-pemfile v1.0.4
62562026-01-28T23:21:31.086Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62572026-01-28T23:21:31.086Z Fresh twox-hash v2.1.0
62582026-01-28T23:21:31.086Z Fresh polling v3.7.3
62592026-01-28T23:21:31.086Z Fresh shell-words v1.1.0
62602026-01-28T23:21:31.086Z Fresh hex-literal v0.4.1
62612026-01-28T23:21:31.086Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62622026-01-28T23:21:31.086Z Fresh async-io v2.3.4
62632026-01-28T23:21:31.086Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62642026-01-28T23:21:31.086Z Fresh fatfs v0.3.6
62652026-01-28T23:21:31.086Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62662026-01-28T23:21:31.086Z Fresh seq-macro v0.3.6
62672026-01-28T23:21:31.086Z Fresh async-task v4.7.1
62682026-01-28T23:21:31.086Z Fresh async-channel v2.3.1
62692026-01-28T23:21:31.086Z Fresh piper v0.2.4
62702026-01-28T23:21:31.086Z Fresh plotters-backend v0.3.7
62712026-01-28T23:21:31.086Z Fresh async-executor v1.13.1
62722026-01-28T23:21:31.086Z Fresh plotters-svg v0.3.7
62732026-01-28T23:21:31.086Z Fresh blocking v1.6.1
62742026-01-28T23:21:31.086Z Fresh async-signal v0.2.10
62752026-01-28T23:21:31.086Z Fresh sapling-renderdag v0.1.0
62762026-01-28T23:21:31.086Z Fresh rtoolbox v0.0.2
62772026-01-28T23:21:31.086Z Fresh petname v2.0.2
62782026-01-28T23:21:31.086Z Fresh cast v0.3.0
62792026-01-28T23:21:31.086Z Fresh sync-ptr v0.1.4
62802026-01-28T23:21:31.086Z Fresh futures-timer v3.0.3
62812026-01-28T23:21:31.086Z Fresh event-listener v2.5.3
62822026-01-28T23:21:31.086Z Fresh async-global-executor v2.4.1
62832026-01-28T23:21:31.086Z Fresh async-process v2.3.0
62842026-01-28T23:21:31.086Z Fresh rpassword v7.4.0
62852026-01-28T23:21:31.086Z Fresh async-channel v1.9.0
62862026-01-28T23:21:31.086Z Fresh criterion-plot v0.6.0
62872026-01-28T23:21:31.086Z Fresh plotters v0.3.7
62882026-01-28T23:21:31.086Z Fresh tui-tree-widget v0.23.1
62892026-01-28T23:21:31.112Z Fresh async-attributes v1.1.2
62902026-01-28T23:21:31.112Z Fresh tinytemplate v1.2.1
62912026-01-28T23:21:31.112Z Fresh kv-log-macro v1.0.7
62922026-01-28T23:21:31.112Z Fresh oorandom v11.1.4
62932026-01-28T23:21:31.112Z Fresh anes v0.1.6
62942026-01-28T23:21:31.112Z Fresh polyval v0.6.2
62952026-01-28T23:21:31.112Z Fresh criterion v0.7.0
62962026-01-28T23:21:31.112Z Fresh async-std v1.13.0
62972026-01-28T23:21:31.112Z Fresh ghash v0.5.1
62982026-01-28T23:21:31.112Z Fresh ctr v0.9.2
62992026-01-28T23:21:31.112Z Fresh async-object-pool v0.1.5
63002026-01-28T23:21:31.112Z Fresh serde_regex v1.1.0
63012026-01-28T23:21:31.112Z Fresh assert-json-diff v2.0.2
63022026-01-28T23:21:31.112Z Fresh path-tree v0.8.1
63032026-01-28T23:21:31.112Z Fresh stringmetrics v2.2.2
63042026-01-28T23:21:31.112Z Fresh aes-gcm v0.10.3
63052026-01-28T23:21:31.112Z Fresh target-lexicon v0.13.2
63062026-01-28T23:21:31.112Z Fresh httpmock v0.8.0-alpha.1
63072026-01-28T23:21:31.112Z Fresh ssh-encoding v0.2.0
63082026-01-28T23:21:31.112Z Fresh blowfish v0.9.1
63092026-01-28T23:21:31.112Z Fresh constant_time_eq v0.3.1
63102026-01-28T23:21:31.112Z Fresh arrayvec v0.7.6
63112026-01-28T23:21:31.112Z Fresh arrayref v0.3.9
63122026-01-28T23:21:31.112Z Fresh bcrypt-pbkdf v0.10.0
63132026-01-28T23:21:31.112Z Fresh ssh-cipher v0.2.0
63142026-01-28T23:21:31.112Z Fresh guppy-workspace-hack v0.1.0
63152026-01-28T23:21:31.112Z Fresh cfg-expr v0.20.1
63162026-01-28T23:21:31.112Z Fresh supports-color v2.1.0
63172026-01-28T23:21:31.112Z Fresh textwrap v0.15.2
63182026-01-28T23:21:31.112Z Fresh supports-hyperlinks v2.1.0
63192026-01-28T23:21:31.112Z Fresh supports-unicode v2.1.0
63202026-01-28T23:21:31.112Z Fresh hashbrown v0.14.5
63212026-01-28T23:21:31.112Z Fresh password-hash v0.4.2
63222026-01-28T23:21:31.112Z Fresh backtrace-ext v0.2.1
63232026-01-28T23:21:31.113Z Fresh miette-derive v5.10.0
63242026-01-28T23:21:31.113Z Fresh terminal_size v0.1.17
63252026-01-28T23:21:31.113Z Fresh owo-colors v3.5.0
63262026-01-28T23:21:31.113Z Fresh chumsky v0.9.3
63272026-01-28T23:21:31.113Z Fresh pbkdf2 v0.11.0
63282026-01-28T23:21:31.113Z Fresh target-spec v3.5.0
63292026-01-28T23:21:31.113Z Fresh ssh-key v0.6.6
63302026-01-28T23:21:31.113Z Fresh p256 v0.13.2
63312026-01-28T23:21:31.113Z Fresh miette v5.10.0
63322026-01-28T23:21:31.113Z Fresh p521 v0.13.3
63332026-01-28T23:21:31.113Z Fresh knuffel-derive v3.2.0
63342026-01-28T23:21:31.113Z Fresh pathdiff v0.2.3
63352026-01-28T23:21:31.113Z Fresh russh-cryptovec v0.7.3
63362026-01-28T23:21:31.113Z Fresh nested v0.1.1
63372026-01-28T23:21:31.113Z Fresh md5 v0.7.0
63382026-01-28T23:21:31.113Z Fresh guppy v0.17.20
63392026-01-28T23:21:31.113Z Fresh knuffel v3.2.0
63402026-01-28T23:21:31.113Z Fresh russh-keys v0.45.0
63412026-01-28T23:21:31.113Z Fresh httptest v0.16.3
63422026-01-28T23:21:31.113Z Fresh num-bigint v0.4.6
63432026-01-28T23:21:31.113Z Fresh des v0.8.1
63442026-01-28T23:21:31.113Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63452026-01-28T23:21:31.113Z Fresh blake3 v1.5.4
63462026-01-28T23:21:31.113Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63472026-01-28T23:21:31.113Z Fresh russh v0.45.0
63482026-01-28T23:21:31.113Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63492026-01-28T23:21:31.113Z Fresh escape8259 v0.5.3
63502026-01-28T23:21:31.113Z Fresh topological-sort v0.2.2
63512026-01-28T23:21:31.113Z Fresh internet-checksum v0.2.1
63522026-01-28T23:21:31.113Z Fresh doc-comment v0.3.3
63532026-01-28T23:21:31.113Z Fresh omicron-zone-package v0.12.2
63542026-01-28T23:21:31.113Z Fresh libtest-mimic v0.8.1
63552026-01-28T23:21:31.113Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
63562026-01-28T23:21:31.114Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63572026-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`
63582026-01-28T23:21:31.169Z Compiling similar-asserts v1.7.0
63592026-01-28T23:21:31.195Z Fresh proc-macro-crate v3.2.0
63602026-01-28T23:21:31.196Z Fresh fancy-regex v0.14.0
63612026-01-28T23:21:31.196Z Fresh relative-path v1.9.3
63622026-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`
63632026-01-28T23:21:31.196Z Fresh datatest-stable v0.3.2
63642026-01-28T23:21:31.196Z Fresh rstest_macros v0.25.0
63652026-01-28T23:21:31.220Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63662026-01-28T23:21:31.251Z Fresh target-triple v0.1.3
63672026-01-28T23:21:31.251Z Fresh assert_cmd v2.0.17
63682026-01-28T23:21:31.251Z Fresh support-bundle-viewer v0.1.2
63692026-01-28T23:21:31.251Z Fresh multimap v0.10.1
63702026-01-28T23:21:31.251Z Fresh uzers v0.12.1
63712026-01-28T23:21:31.251Z Fresh termcolor v1.4.1
63722026-01-28T23:21:31.251Z Fresh trybuild v1.0.106
63732026-01-28T23:21:31.251Z Fresh rstest v0.25.0
63742026-01-28T23:21:31.251Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
63752026-01-28T23:21:31.251Z Fresh blake2b_simd v1.0.2
63762026-01-28T23:21:31.251Z Fresh partial-io v0.5.4
63772026-01-28T23:21:31.251Z Fresh drift v0.1.2
63782026-01-28T23:21:31.251Z Fresh rand_distr v0.5.1
63792026-01-28T23:21:31.251Z Fresh approx v0.5.1
63802026-01-28T23:21:31.251Z Fresh dropshot-api-manager v0.2.4
63812026-01-28T23:21:31.251Z Fresh rust-argon2 v2.1.0
63822026-01-28T23:21:31.251Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
63832026-01-28T23:21:31.251Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
63842026-01-28T23:21:31.251Z Fresh cargo_toml v0.21.0
63852026-01-28T23:21:31.251Z Fresh termios v0.3.3
63862026-01-28T23:21:31.251Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
63872026-01-28T23:21:31.251Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
63882026-01-28T23:21:31.251Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
63892026-01-28T23:21:31.251Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
63902026-01-28T23:21:31.251Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
63912026-01-28T23:21:31.251Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
63922026-01-28T23:21:31.251Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
63932026-01-28T23:21:31.251Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63942026-01-28T23:21:31.251Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
63952026-01-28T23:21:31.251Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
63962026-01-28T23:21:31.251Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
63972026-01-28T23:21:31.251Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
63982026-01-28T23:21:31.251Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
63992026-01-28T23:21:31.284Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64002026-01-28T23:21:31.284Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
64012026-01-28T23:21:31.284Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64022026-01-28T23:21:31.284Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64032026-01-28T23:21:31.285Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64042026-01-28T23:21:31.285Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64052026-01-28T23:21:31.285Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64062026-01-28T23:21:31.285Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64072026-01-28T23:21:31.285Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64082026-01-28T23:21:31.285Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64092026-01-28T23:21:31.285Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64102026-01-28T23:21:31.285Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64112026-01-28T23:21:31.285Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64122026-01-28T23:21:31.285Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64132026-01-28T23:21:31.285Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64142026-01-28T23:21:31.285Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64152026-01-28T23:21:31.285Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64162026-01-28T23:21:31.285Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64172026-01-28T23:21:31.285Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64182026-01-28T23:21:31.285Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64192026-01-28T23:21:31.285Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64202026-01-28T23:21:31.285Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64212026-01-28T23:21:31.285Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64222026-01-28T23:21:31.285Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64232026-01-28T23:21:31.285Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
64242026-01-28T23:21:31.285Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64252026-01-28T23:21:31.285Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64262026-01-28T23:21:31.285Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64272026-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`
64282026-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`
64292026-01-28T23:21:31.346Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64302026-01-28T23:21:31.372Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64312026-01-28T23:21:31.372Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64322026-01-28T23:21:31.372Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64332026-01-28T23:21:31.372Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64342026-01-28T23:21:31.372Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64352026-01-28T23:21:31.372Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64362026-01-28T23:21:31.372Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64372026-01-28T23:21:31.372Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64382026-01-28T23:21:31.372Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
64392026-01-28T23:21:31.372Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
64402026-01-28T23:21:31.372Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
64412026-01-28T23:21:31.372Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64422026-01-28T23:21:31.372Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64432026-01-28T23:21:31.372Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64442026-01-28T23:21:31.372Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64452026-01-28T23:21:31.372Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
64462026-01-28T23:21:31.372Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64472026-01-28T23:21:31.372Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
64482026-01-28T23:21:31.372Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64492026-01-28T23:21:31.372Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
64502026-01-28T23:21:31.372Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
64512026-01-28T23:21:31.372Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
64522026-01-28T23:21:31.372Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64532026-01-28T23:21:31.372Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
64542026-01-28T23:21:31.372Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
64552026-01-28T23:21:31.372Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
64562026-01-28T23:21:31.372Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
64572026-01-28T23:21:31.372Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
64582026-01-28T23:21:31.373Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64592026-01-28T23:21:31.373Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
64602026-01-28T23:21:31.373Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
64612026-01-28T23:21:31.373Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
64622026-01-28T23:21:31.373Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
64632026-01-28T23:21:31.373Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
64642026-01-28T23:21:31.373Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
64652026-01-28T23:21:31.373Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64662026-01-28T23:21:31.373Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
64672026-01-28T23:21:31.373Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
64682026-01-28T23:21:31.373Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
64692026-01-28T23:21:31.373Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
64702026-01-28T23:21:31.373Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
64712026-01-28T23:21:31.398Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
64722026-01-28T23:21:31.398Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
64732026-01-28T23:21:31.398Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64742026-01-28T23:21:31.398Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
64752026-01-28T23:21:31.398Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
64762026-01-28T23:21:31.398Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
64772026-01-28T23:21:31.398Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
64782026-01-28T23:21:31.398Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
64792026-01-28T23:21:31.398Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
64802026-01-28T23:21:31.398Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
64812026-01-28T23:21:31.398Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
64822026-01-28T23:21:31.398Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64832026-01-28T23:21:31.398Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
64842026-01-28T23:21:31.398Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
64852026-01-28T23:21:31.398Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64862026-01-28T23:21:31.398Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
64872026-01-28T23:21:31.398Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
64882026-01-28T23:21:31.398Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
64892026-01-28T23:21:31.398Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
64902026-01-28T23:21:31.398Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64912026-01-28T23:21:31.398Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64922026-01-28T23:21:31.398Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64932026-01-28T23:21:31.398Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
64942026-01-28T23:21:31.398Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
64952026-01-28T23:21:31.398Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
64962026-01-28T23:21:31.398Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
64972026-01-28T23:21:31.398Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
64982026-01-28T23:21:31.398Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
64992026-01-28T23:21:31.398Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65002026-01-28T23:21:31.398Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65012026-01-28T23:21:31.398Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65022026-01-28T23:21:31.398Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65032026-01-28T23:21:31.398Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65042026-01-28T23:21:31.398Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65052026-01-28T23:21:31.398Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65062026-01-28T23:21:31.398Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65072026-01-28T23:21:31.398Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65082026-01-28T23:21:31.399Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65092026-01-28T23:21:31.399Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65102026-01-28T23:21:31.399Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65112026-01-28T23:21:31.399Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65122026-01-28T23:21:31.399Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65132026-01-28T23:21:31.399Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65142026-01-28T23:21:31.399Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65152026-01-28T23:21:31.399Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65162026-01-28T23:21:31.399Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65172026-01-28T23:21:31.399Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65182026-01-28T23:21:31.399Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65192026-01-28T23:21:31.399Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65202026-01-28T23:21:31.399Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65212026-01-28T23:21:31.399Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65222026-01-28T23:21:31.399Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65232026-01-28T23:21:31.399Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65242026-01-28T23:21:31.399Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65252026-01-28T23:21:31.399Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65262026-01-28T23:21:31.399Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65272026-01-28T23:21:31.399Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65282026-01-28T23:21:31.399Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
65292026-01-28T23:21:31.399Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
65302026-01-28T23:21:31.399Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65312026-01-28T23:21:31.399Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65322026-01-28T23:21:31.399Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
65332026-01-28T23:21:31.399Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
65342026-01-28T23:21:31.399Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65352026-01-28T23:21:31.399Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
65362026-01-28T23:21:31.399Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65372026-01-28T23:21:31.399Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
65382026-01-28T23:21:31.399Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65392026-01-28T23:21:31.399Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65402026-01-28T23:21:31.399Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65412026-01-28T23:21:31.399Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65422026-01-28T23:21:31.399Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
65432026-01-28T23:21:31.399Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
65442026-01-28T23:21:31.399Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65452026-01-28T23:21:31.399Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
65462026-01-28T23:21:31.424Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
65472026-01-28T23:21:31.424Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
65482026-01-28T23:21:31.424Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
65492026-01-28T23:21:31.424Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
65502026-01-28T23:21:31.424Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
65512026-01-28T23:21:31.424Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
65522026-01-28T23:21:31.424Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
65532026-01-28T23:21:31.424Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
65542026-01-28T23:21:31.424Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
65552026-01-28T23:21:31.424Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
65562026-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`
65572026-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`
65582026-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`
65592026-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`
65602026-01-28T23:33:57.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 36s
65612026-01-28T23:33:58.557Z
65622026-01-28T23:33:58.557Zreal 12:37.228278354
65632026-01-28T23:33:58.557Zuser 24:38.013797726
65642026-01-28T23:33:58.557Zsys 1:52.391499750
65652026-01-28T23:33:58.557Ztrap 0.681798391
65662026-01-28T23:33:58.557Ztflt 3.130160861
65672026-01-28T23:33:58.557Zdflt 24.451903755
65682026-01-28T23:33:58.557Zkflt 0.153489716
65692026-01-28T23:33:58.557Zlock 1:18:19.522941914
65702026-01-28T23:33:58.558Zslp 1:24:14.893424581
65712026-01-28T23:33:58.558Zlat 7.162105432
65722026-01-28T23:33:58.558Zstop 11.367484280
65732026-01-28T23:33:58.581Z+ banner test
65742026-01-28T23:33:58.581Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2
65752026-01-28T23:33:59.135Z
65762026-01-28T23:33:59.135Z ##### ###### #### #####
65772026-01-28T23:33:59.135Z # # # #
65782026-01-28T23:33:59.136Z # ##### #### #
65792026-01-28T23:33:59.136Z # # # #
65802026-01-28T23:33:59.136Z # # # # #
65812026-01-28T23:33:59.136Z # ###### #### #
65822026-01-28T23:33:59.136Z
65832026-01-28T23:34:01.654Zinfo: experimental features enabled: setup-scripts, benchmarks
65842026-01-28T23:34:04.901Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
65852026-01-28T23:34:04.962Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65862026-01-28T23:34:05.004Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65872026-01-28T23:34:05.045Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65882026-01-28T23:34:28.190Z Finished `test` profile [unoptimized + debuginfo] target(s) in 26.51s
65892026-01-28T23:34:33.773Z────────────
65902026-01-28T23:34:33.773Z Nextest run ID ae1dc37d-7bfc-42a5-8e31-7976534e8f89 with nextest profile: ci
65912026-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)
65922026-01-28T23:34:33.797Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
65932026-01-28T23:34:35.797Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65942026-01-28T23:34:35.821Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65952026-01-28T23:34:35.874Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65962026-01-28T23:34:35.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65972026-01-28T23:34:35.922Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65982026-01-28T23:34:35.969Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65992026-01-28T23:34:35.993Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66002026-01-28T23:34:36.019Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66012026-01-28T23:34:38.533Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66022026-01-28T23:34:39.419Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66032026-01-28T23:34:40.161Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66042026-01-28T23:34:40.501Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66052026-01-28T23:34:41.898Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66062026-01-28T23:34:42.997Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66072026-01-28T23:34:42.997Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66082026-01-28T23:34:45.058Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66092026-01-28T23:34:47.186Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66102026-01-28T23:34:59.703Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66112026-01-28T23:35:02.694Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66122026-01-28T23:35:05.766Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66132026-01-28T23:35:42.652Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
66142026-01-28T23:35:46.745Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66152026-01-28T23:35:50.770Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
66162026-01-28T23:36:09.489Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s
66172026-01-28T23:36:09.642Z Running `target/debug/crdb-seed`
66182026-01-28T23:36:09.733ZJan 28 23:36:09.612 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpTqin1J
66192026-01-28T23:36:09.733ZJan 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
66202026-01-28T23:36:09.758ZJan 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
66212026-01-28T23:36:11.391ZJan 28 23:36:11.279 INFO cockroach pid: 12798
66222026-01-28T23:36:11.391ZJan 28 23:36:11.279 INFO cockroach listen URL: postgresql://root@[::1]:45373/omicron?sslmode=disable
66232026-01-28T23:36:11.419ZJan 28 23:36:11.308 INFO cockroach: populating
66242026-01-28T23:36:14.799ZJan 28 23:36:14.688 INFO cockroach: populated
66252026-01-28T23:36:17.411ZJan 28 23:36:17.299 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9a0cebe8061cda06d644ba975c6958fb03356de6ccdb3d8bf63871879b4fc132.tar`
66262026-01-28T23:36:17.435Z SETUP PASS [ 103.658s] crdb-seed: cargo run -p crdb-seed --profile test
66272026-01-28T23:36:17.435Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66282026-01-28T23:36:19.345Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
66292026-01-28T23:36:19.345Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66302026-01-28T23:36:22.090Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
66312026-01-28T23:36:24.085Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
66322026-01-28T23:36:43.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.24s
66332026-01-28T23:36:43.939Z Running `target/debug/clickhouse-cluster-dev`
66342026-01-28T23:36:44.032ZJan 28 23:36:43.924 INFO Setting up a ClickHouse cluster
66352026-01-28T23:36:44.032ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
66362026-01-28T23:36:44.058ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
66372026-01-28T23:36:44.058ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
66382026-01-28T23:36:44.058ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
66392026-01-28T23:36:44.082ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
66402026-01-28T23:36:47.266ZJan 28 23:36:47.158 INFO ClickHouse server ready
66412026-01-28T23:36:47.563ZJan 28 23:36:47.457 INFO ClickHouse server ready
66422026-01-28T23:36:47.922ZJan 28 23:36:47.816 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
66432026-01-28T23:36:47.946Z SETUP PASS [ 30.517s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66442026-01-28T23:37:18.089Z PASS [ 30.154s] ( 1/2701) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
66452026-01-28T23:37:18.168Z PASS [ 30.235s] ( 2/2701) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
66462026-01-28T23:37:31.818Z PASS [ 43.886s] ( 3/2701) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
66472026-01-28T23:37:31.952Z PASS [ 44.000s] ( 4/2701) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
66482026-01-28T23:37:47.933Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66492026-01-28T23:37:47.957Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66502026-01-28T23:38:10.048Z PASS [ 51.963s] ( 5/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
66512026-01-28T23:38:11.229Z PASS [ 53.068s] ( 6/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
66522026-01-28T23:38:24.165Z PASS [ 52.354s] ( 7/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
66532026-01-28T23:38:24.413Z PASS [ 52.487s] ( 8/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
66542026-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
66552026-01-28T23:38:47.925Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66562026-01-28T23:38:47.949Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66572026-01-28T23:39:09.813Z PASS [ 45.407s] ( 10/2701) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
66582026-01-28T23:39:10.042Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
66592026-01-28T23:39:11.223Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
66602026-01-28T23:39:29.603Z PASS [ 78.385s] ( 11/2701) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
66612026-01-28T23:39:34.117Z PASS [ 46.403s] ( 12/2701) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
66622026-01-28T23:39:47.918Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66632026-01-28T23:39:47.942Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66642026-01-28T23:40:04.490Z PASS [ 54.682s] ( 13/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
66652026-01-28T23:40:08.783Z PASS [ 118.753s] ( 14/2701) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
66662026-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
66672026-01-28T23:40:34.121Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66682026-01-28T23:40:47.910Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66692026-01-28T23:40:47.934Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66702026-01-28T23:40:54.695Z PASS [ 33.046s] ( 16/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
66712026-01-28T23:40:54.782Z PASS [ 46.004s] ( 17/2701) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
66722026-01-28T23:41:04.482Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
66732026-01-28T23:41:32.932Z PASS [ 38.241s] ( 18/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
66742026-01-28T23:41:32.968Z PASS [ 0.038s] ( 19/2701) api_identity test::test_identity
66752026-01-28T23:41:33.004Z PASS [ 0.034s] ( 20/2701) api_identity test::test_identity_no_field
66762026-01-28T23:41:33.077Z PASS [ 0.073s] ( 21/2701) authz-macros tests::test_authz_snapshots
66772026-01-28T23:41:33.131Z PASS [ 0.054s] ( 22/2701) bootstore schemes::tests::hello_roundtrip
66782026-01-28T23:41:34.110Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66792026-01-28T23:41:34.330Z PASS [ 1.199s] ( 23/2701) bootstore schemes::v0::peer::tests::basic_3_nodes
66802026-01-28T23:41:34.424Z PASS [ 0.094s] ( 24/2701) bootstore schemes::v0::peer::tests::network_config
66812026-01-28T23:41:34.463Z PASS [ 0.037s] ( 25/2701) bootstore schemes::v0::share_pkg::tests::create_packages
66822026-01-28T23:41:34.494Z PASS [ 0.032s] ( 26/2701) bootstore trust_quorum::rack_secret::tests::create_and_verify
66832026-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
66842026-01-28T23:41:39.808Z PASS [ 5.282s] ( 28/2701) bootstore::v0-fsm-proptest-learner run
66852026-01-28T23:41:47.911Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66862026-01-28T23:41:47.911Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66872026-01-28T23:41:47.974Z PASS [ 8.165s] ( 29/2701) bootstore::v0-fsm-proptest-rack-coordinator run
66882026-01-28T23:41:48.356Z PASS [ 0.372s] ( 30/2701) cert-dev::test-cert-dev test_cert_create
66892026-01-28T23:41:48.859Z PASS [ 0.507s] ( 31/2701) clickana chart::tests::gather_chart_data_failure
66902026-01-28T23:41:49.553Z PASS [ 0.043s] ( 32/2701) clickana chart::tests::gather_chart_data_for_disk_usage_success
66912026-01-28T23:41:49.553Z PASS [ 0.060s] ( 33/2701) clickana chart::tests::gather_chart_data_for_memory_tracking_success
66922026-01-28T23:41:49.553Z PASS [ 0.033s] ( 34/2701) clickana chart::tests::gather_chart_data_for_query_count_success
66932026-01-28T23:41:49.553Z PASS [ 0.029s] ( 35/2701) clickana chart::tests::gather_chart_data_for_running_queries_success
66942026-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
66952026-01-28T23:41:49.553Z PASS [ 0.035s] ( 37/2701) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
66962026-01-28T23:41:49.553Z PASS [ 0.033s] ( 38/2701) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
66972026-01-28T23:41:49.553Z PASS [ 0.055s] ( 39/2701) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
66982026-01-28T23:41:49.553Z PASS [ 0.048s] ( 40/2701) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
66992026-01-28T23:41:49.553Z PASS [ 0.050s] ( 41/2701) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67002026-01-28T23:41:49.553Z PASS [ 0.046s] ( 42/2701) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67012026-01-28T23:41:49.628Z PASS [ 0.054s] ( 43/2701) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67022026-01-28T23:41:49.628Z PASS [ 0.040s] ( 44/2701) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67032026-01-28T23:41:49.628Z PASS [ 0.039s] ( 45/2701) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67042026-01-28T23:41:49.628Z PASS [ 0.033s] ( 46/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67052026-01-28T23:41:49.628Z PASS [ 0.035s] ( 47/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67062026-01-28T23:41:49.652Z PASS [ 0.034s] ( 48/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67072026-01-28T23:41:49.652Z PASS [ 0.036s] ( 49/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67082026-01-28T23:41:49.784Z PASS [ 0.041s] ( 50/2701) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67092026-01-28T23:41:49.839Z PASS [ 0.042s] ( 51/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67102026-01-28T23:41:49.840Z PASS [ 0.037s] ( 52/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67112026-01-28T23:41:49.840Z PASS [ 0.043s] ( 53/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67122026-01-28T23:41:49.880Z PASS [ 0.050s] ( 54/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67132026-01-28T23:41:49.931Z PASS [ 0.035s] ( 55/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67142026-01-28T23:41:49.981Z PASS [ 0.032s] ( 56/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67152026-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
67162026-01-28T23:41:50.018Z PASS [ 0.040s] ( 58/2701) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67172026-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
67182026-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
67192026-01-28T23:41:50.147Z PASS [ 0.038s] ( 61/2701) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67202026-01-28T23:41:50.207Z PASS [ 0.045s] ( 62/2701) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67212026-01-28T23:41:50.262Z PASS [ 0.065s] ( 63/2701) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67222026-01-28T23:41:50.316Z PASS [ 0.034s] ( 64/2701) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67232026-01-28T23:41:50.363Z PASS [ 0.034s] ( 65/2701) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67242026-01-28T23:41:50.396Z PASS [ 0.054s] ( 66/2701) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67252026-01-28T23:41:50.458Z PASS [ 0.035s] ( 67/2701) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67262026-01-28T23:41:50.458Z PASS [ 0.034s] ( 68/2701) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67272026-01-28T23:41:50.492Z PASS [ 0.034s] ( 69/2701) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67282026-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
67292026-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
67302026-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
67312026-01-28T23:41:50.805Z PASS [ 0.024s] ( 73/2701) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67322026-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
67332026-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
67342026-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
67352026-01-28T23:41:51.389Z PASS [ 0.530s] ( 77/2701) db-dev::test-db-dev test_db_dev_populate_no_args
67362026-01-28T23:41:51.472Z PASS [ 0.082s] ( 78/2701) db-dev::test-db-dev test_db_dev_wipe_no_args
67372026-01-28T23:41:54.795Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
67382026-01-28T23:42:03.829Z PASS [ 12.360s] ( 79/2701) db-dev::test-db-dev test_db_killed
67392026-01-28T23:42:04.479Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
67402026-01-28T23:42:29.591Z PASS [ 145.121s] ( 80/2701) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
67412026-01-28T23:42:29.694Z PASS [ 0.104s] ( 81/2701) db-macros lookup::test::test_lookup_snapshots
67422026-01-28T23:42:29.718Z PASS [ 0.025s] ( 82/2701) db-macros tests::test_derive_metadata_identity_fails_for_enums
67432026-01-28T23:42:29.769Z PASS [ 0.051s] ( 83/2701) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
67442026-01-28T23:42:29.802Z PASS [ 0.032s] ( 84/2701) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
67452026-01-28T23:42:29.830Z PASS [ 0.028s] ( 85/2701) db-macros tests::test_derive_metadata_identity_fails_without_table_name
67462026-01-28T23:42:29.857Z PASS [ 0.027s] ( 86/2701) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
67472026-01-28T23:42:29.897Z PASS [ 0.035s] ( 87/2701) db-macros tests::test_derive_snapshots
67482026-01-28T23:42:29.921Z PASS [ 0.027s] ( 88/2701) db-macros tests::test_derive_with_unknown_field
67492026-01-28T23:42:30.382Z PASS [ 0.463s] ( 89/2701) dns-server storage::test::test_update_basic
67502026-01-28T23:42:30.630Z PASS [ 0.248s] ( 90/2701) dns-server storage::test::test_update_in_progress
67512026-01-28T23:42:30.870Z PASS [ 0.239s] ( 91/2701) dns-server storage::test::test_update_interrupted
67522026-01-28T23:42:31.137Z PASS [ 0.230s] ( 92/2701) dns-server storage::test::test_zone_gets_soa_record
67532026-01-28T23:42:31.963Z PASS [ 0.862s] ( 93/2701) dns-server::basic_test a_crud
67542026-01-28T23:42:32.346Z PASS [ 0.383s] ( 94/2701) dns-server::basic_test aaaa_crud
67552026-01-28T23:42:32.769Z PASS [ 0.423s] ( 95/2701) dns-server::basic_test answers_match_question
67562026-01-28T23:42:33.172Z PASS [ 0.403s] ( 96/2701) dns-server::basic_test empty_record
67572026-01-28T23:42:33.729Z PASS [ 0.557s] ( 97/2701) dns-server::basic_test multi_record_crud
67582026-01-28T23:42:34.096Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67592026-01-28T23:42:34.179Z PASS [ 0.450s] ( 98/2701) dns-server::basic_test name_contains_zone
67602026-01-28T23:42:34.669Z PASS [ 0.488s] ( 99/2701) dns-server::basic_test nxdomain
67612026-01-28T23:42:35.081Z PASS [ 0.412s] ( 100/2701) dns-server::basic_test servfail
67622026-01-28T23:42:35.672Z PASS [ 0.592s] ( 101/2701) dns-server::basic_test soa
67632026-01-28T23:42:36.025Z PASS [ 0.349s] ( 102/2701) dns-server::basic_test srv_crud
67642026-01-28T23:42:40.897Z PASS [ 4.875s] ( 103/2701) dns-server::commands_test test_dnsadm
67652026-01-28T23:42:41.764Z PASS [ 0.868s] ( 104/2701) dns-server::cross_version_test cross_version_works
67662026-01-28T23:42:41.823Z PASS [ 0.059s] ( 105/2701) ereport-types tests::test_arb_json_deserializes
67672026-01-28T23:42:41.857Z PASS [ 0.035s] ( 106/2701) ereport-types tests::test_ena_from_str
67682026-01-28T23:42:41.883Z PASS [ 0.023s] ( 107/2701) ereport-types tests::test_ena_from_str_roundtrip
67692026-01-28T23:42:41.965Z PASS [ 0.069s] ( 108/2701) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
67702026-01-28T23:42:42.005Z PASS [ 0.033s] ( 109/2701) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
67712026-01-28T23:42:42.085Z PASS [ 0.030s] ( 110/2701) gfss gf256::tests::test_all_multiplication
67722026-01-28T23:42:42.085Z PASS [ 0.025s] ( 111/2701) gfss gf256::tests::test_all_multiplicative_inverses
67732026-01-28T23:42:42.085Z PASS [ 0.025s] ( 112/2701) gfss gf256::tests::test_docs_example
67742026-01-28T23:42:43.422Z PASS [ 39.598s] ( 113/2701) db-dev::test-db-dev test_db_run
67752026-01-28T23:42:44.892Z PASS [ 1.470s] ( 114/2701) gfss shamir::tests::split_and_combine
67762026-01-28T23:42:44.921Z PASS [ 0.029s] ( 115/2701) gfss shamir::tests::test_share_reconstruction
67772026-01-28T23:42:45.040Z PASS [ 0.108s] ( 116/2701) illumos-utils destructor::test::test_delayed_delete
67782026-01-28T23:42:45.717Z PASS [ 0.687s] ( 117/2701) illumos-utils destructor::test::test_delayed_delete_with_error
67792026-01-28T23:42:45.760Z PASS [ 0.043s] ( 118/2701) illumos-utils destructor::test::test_destructor_bad_close
67802026-01-28T23:42:45.803Z PASS [ 0.040s] ( 119/2701) illumos-utils link::test::test_allocate
67812026-01-28T23:42:45.843Z PASS [ 0.036s] ( 120/2701) illumos-utils link::test::test_allocate_within_scopes
67822026-01-28T23:42:45.887Z PASS [ 0.047s] ( 121/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
67832026-01-28T23:42:45.924Z PASS [ 0.039s] ( 122/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
67842026-01-28T23:42:45.960Z PASS [ 0.035s] ( 123/2701) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
67852026-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
67862026-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
67872026-01-28T23:42:46.105Z PASS [ 0.075s] ( 126/2701) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
67882026-01-28T23:42:46.139Z PASS [ 0.036s] ( 127/2701) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
67892026-01-28T23:42:46.177Z PASS [ 0.035s] ( 128/2701) illumos-utils running_zone::tests::test_is_oxide_smf_service
67902026-01-28T23:42:46.208Z PASS [ 0.033s] ( 129/2701) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success
67912026-01-28T23:42:46.270Z PASS [ 0.041s] ( 130/2701) illumos-utils svcs::tests::test_svc_in_maintenance_none_success
67922026-01-28T23:42:46.295Z PASS [ 0.040s] ( 131/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success
67932026-01-28T23:42:46.352Z PASS [ 0.062s] ( 132/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail
67942026-01-28T23:42:46.402Z PASS [ 0.050s] ( 133/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail
67952026-01-28T23:42:46.445Z PASS [ 0.043s] ( 134/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail
67962026-01-28T23:42:46.481Z PASS [ 0.036s] ( 135/2701) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail
67972026-01-28T23:42:46.615Z PASS [ 0.133s] ( 136/2701) illumos-utils zfs::test::directory_mutability
67982026-01-28T23:42:46.704Z PASS [ 0.089s] ( 137/2701) illumos-utils zfs::test::get_values_of_rpool
67992026-01-28T23:42:46.746Z PASS [ 0.042s] ( 138/2701) illumos-utils zfs::test::parse_dataset_bad_avail
68002026-01-28T23:42:46.783Z PASS [ 0.037s] ( 139/2701) illumos-utils zfs::test::parse_dataset_bad_quota
68012026-01-28T23:42:46.821Z PASS [ 0.038s] ( 140/2701) illumos-utils zfs::test::parse_dataset_bad_reservation
68022026-01-28T23:42:46.861Z PASS [ 0.040s] ( 141/2701) illumos-utils zfs::test::parse_dataset_bad_usage
68032026-01-28T23:42:46.932Z PASS [ 0.044s] ( 142/2701) illumos-utils zfs::test::parse_dataset_bad_uuid
68042026-01-28T23:42:46.956Z PASS [ 0.037s] ( 143/2701) illumos-utils zfs::test::parse_dataset_missing_fields
68052026-01-28T23:42:46.988Z PASS [ 0.046s] ( 144/2701) illumos-utils zfs::test::parse_dataset_props
68062026-01-28T23:42:47.028Z PASS [ 0.039s] ( 145/2701) illumos-utils zfs::test::parse_dataset_props_with_optionals
68072026-01-28T23:42:47.065Z PASS [ 0.035s] ( 146/2701) illumos-utils zfs::test::parse_dataset_too_many_columns
68082026-01-28T23:42:47.098Z PASS [ 0.034s] ( 147/2701) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68092026-01-28T23:42:47.134Z PASS [ 0.035s] ( 148/2701) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68102026-01-28T23:42:47.171Z PASS [ 0.036s] ( 149/2701) illumos-utils zfs::test::parse_quota_ignored_if_default
68112026-01-28T23:42:47.206Z PASS [ 0.037s] ( 150/2701) illumos-utils zfs::test::parse_reservation_ignored_if_default
68122026-01-28T23:42:47.240Z PASS [ 0.032s] ( 151/2701) illumos-utils zfs::test::parse_sorts_and_dedups
68132026-01-28T23:42:47.301Z PASS [ 0.062s] ( 152/2701) illumos-utils zone::tests::delete_nonexistent_address
68142026-01-28T23:42:47.338Z PASS [ 0.036s] ( 153/2701) illumos-utils zone::tests::test_parse_ip_network
68152026-01-28T23:42:47.378Z PASS [ 0.041s] ( 154/2701) illumos-utils zpool::test::test_parse_zpool
68162026-01-28T23:42:47.416Z PASS [ 0.035s] ( 155/2701) illumos-utils zpool::test::test_parse_zpool_missing_column
68172026-01-28T23:42:47.896Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68182026-01-28T23:42:47.896Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68192026-01-28T23:42:49.834Z PASS [ 7.772s] ( 156/2701) gfss polynomial::tests::test_polynomial_eval
68202026-01-28T23:42:52.989Z PASS [ 5.576s] ( 157/2701) installinator mock_peers::tests::proptest_fetch_artifact
68212026-01-28T23:42:53.286Z PASS [ 0.282s] ( 158/2701) installinator-common block_size_writer::tests::proptest_block_writer
68222026-01-28T23:42:53.407Z PASS [ 3.573s] ( 159/2701) installinator write::tests::proptest_write_artifact
68232026-01-28T23:42:54.147Z PASS [ 0.739s] ( 160/2701) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68242026-01-28T23:42:54.177Z PASS [ 0.905s] ( 161/2701) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68252026-01-28T23:42:54.561Z PASS [ 0.413s] ( 162/2701) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68262026-01-28T23:42:54.767Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
68272026-01-28T23:42:54.895Z PASS [ 0.719s] ( 163/2701) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68282026-01-28T23:42:55.090Z PASS [ 0.530s] ( 164/2701) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68292026-01-28T23:42:55.312Z PASS [ 0.416s] ( 165/2701) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68302026-01-28T23:42:55.356Z PASS [ 0.043s] ( 166/2701) internal-dns-types config::test::display_hosts
68312026-01-28T23:42:55.397Z PASS [ 0.041s] ( 167/2701) internal-dns-types config::test::display_srv_service
68322026-01-28T23:42:55.454Z PASS [ 0.057s] ( 168/2701) internal-dns-types config::test::test_builder_errors
68332026-01-28T23:42:55.521Z PASS [ 0.067s] ( 169/2701) internal-dns-types config::test::test_builder_output
68342026-01-28T23:42:55.548Z PASS [ 0.442s] ( 170/2701) internal-dns-resolver resolver::test::update_record
68352026-01-28T23:42:55.576Z PASS [ 0.041s] ( 171/2701) internal-dns-types diff::test::diff_equivalent
68362026-01-28T23:42:55.611Z PASS [ 0.053s] ( 172/2701) internal-dns-types diff::test::diff_different
68372026-01-28T23:42:55.611Z PASS [ 0.033s] ( 173/2701) internal-dns-types diff::test::diff_invalid
68382026-01-28T23:42:55.639Z PASS [ 0.043s] ( 174/2701) ipcc tests::deserialize_fixed_value
68392026-01-28T23:42:55.663Z PASS [ 0.038s] ( 175/2701) ipcc tests::installinator_image_id_round_trip
68402026-01-28T23:42:55.664Z PASS [ 0.034s] ( 176/2701) ipcc tests::serialized_size
68412026-01-28T23:42:55.750Z PASS [ 0.074s] ( 177/2701) key-manager tests::different_disks_produce_different_keys
68422026-01-28T23:42:55.774Z PASS [ 0.068s] ( 178/2701) key-manager tests::different_ikm_produces_different_keys
68432026-01-28T23:42:55.775Z PASS [ 0.042s] ( 179/2701) key-manager tests::disk_encryption_key_epoch_0
68442026-01-28T23:42:55.775Z PASS [ 0.044s] ( 180/2701) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
68452026-01-28T23:42:55.956Z PASS [ 0.163s] ( 181/2701) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
68462026-01-28T23:42:55.981Z PASS [ 0.162s] ( 182/2701) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
68472026-01-28T23:42:55.981Z PASS [ 0.049s] ( 183/2701) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
68482026-01-28T23:42:56.008Z PASS [ 0.067s] ( 184/2701) nexus-auth authn::external::session_cookie::test::test_get_token
68492026-01-28T23:42:56.033Z PASS [ 0.056s] ( 185/2701) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
68502026-01-28T23:42:56.058Z PASS [ 0.048s] ( 186/2701) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
68512026-01-28T23:42:56.082Z PASS [ 0.051s] ( 187/2701) nexus-auth authn::external::session_cookie::test::test_missing_cookie
68522026-01-28T23:42:56.107Z PASS [ 0.062s] ( 188/2701) nexus-auth authn::external::session_cookie::test::test_other_cookie
68532026-01-28T23:42:56.133Z PASS [ 0.041s] ( 189/2701) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
68542026-01-28T23:42:56.157Z PASS [ 0.042s] ( 190/2701) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
68552026-01-28T23:42:56.181Z PASS [ 0.050s] ( 191/2701) nexus-auth authn::external::session_cookie::test::test_valid_cookie
68562026-01-28T23:42:56.207Z PASS [ 0.056s] ( 192/2701) nexus-auth authn::external::spoof::test::test_make_header_value
68572026-01-28T23:42:56.255Z PASS [ 0.045s] ( 193/2701) nexus-auth authn::external::spoof::test::test_make_header_value_raw
68582026-01-28T23:42:56.284Z PASS [ 0.050s] ( 194/2701) nexus-auth authn::external::spoof::test::test_spoof_header_missing
68592026-01-28T23:42:56.284Z PASS [ 0.070s] ( 195/2701) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
68602026-01-28T23:42:56.325Z PASS [ 0.056s] ( 196/2701) nexus-auth authn::external::spoof::test::test_spoof_header_valid
68612026-01-28T23:42:56.350Z PASS [ 0.076s] ( 197/2701) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
68622026-01-28T23:42:56.414Z PASS [ 0.090s] ( 198/2701) nexus-auth authn::external::test::test_authn_sequence
68632026-01-28T23:42:56.438Z PASS [ 0.071s] ( 199/2701) nexus-auth authn::external::token::test::test_make_header_value
68642026-01-28T23:42:56.466Z PASS [ 0.053s] ( 200/2701) nexus-auth authn::external::token::test::test_token_header_bad_utf8
68652026-01-28T23:42:56.490Z PASS [ 0.062s] ( 201/2701) nexus-auth authn::external::token::test::test_token_header_missing
68662026-01-28T23:42:56.515Z PASS [ 0.044s] ( 202/2701) nexus-auth authn::external::token::test::test_token_header_valid
68672026-01-28T23:42:56.563Z PASS [ 0.080s] ( 203/2701) nexus-auth authn::test::test_internal_users
68682026-01-28T23:42:56.667Z PASS [ 0.104s] ( 204/2701) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
68692026-01-28T23:42:56.801Z PASS [ 0.134s] ( 205/2701) nexus-auth context::test::test_background_context
68702026-01-28T23:42:56.866Z PASS [ 0.356s] ( 206/2701) nexus-auth authz::context::test::test_unregistered_resource
68712026-01-28T23:42:56.946Z PASS [ 0.143s] ( 207/2701) nexus-auth context::test::test_child_context
68722026-01-28T23:42:56.989Z PASS [ 0.123s] ( 208/2701) nexus-auth context::test::test_test_context
68732026-01-28T23:42:57.033Z PASS [ 0.043s] ( 209/2701) nexus-config nexus_config::test::test_config_bad_toml
68742026-01-28T23:42:57.085Z PASS [ 0.047s] ( 210/2701) nexus-config nexus_config::test::test_config_empty
68752026-01-28T23:42:57.118Z PASS [ 0.162s] ( 211/2701) nexus-config nexus_config::test::test_bad_authn_schemes
68762026-01-28T23:42:57.148Z PASS [ 0.043s] ( 212/2701) nexus-config nexus_config::test::test_config_nonexistent
68772026-01-28T23:42:57.188Z PASS [ 0.081s] ( 213/2701) nexus-config nexus_config::test::test_deployment_config_schema
68782026-01-28T23:42:57.212Z PASS [ 0.079s] ( 214/2701) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
68792026-01-28T23:42:57.273Z PASS [ 0.085s] ( 215/2701) nexus-config nexus_config::test::test_repo_configs_are_valid
68802026-01-28T23:42:57.298Z PASS [ 0.074s] ( 216/2701) nexus-config nexus_config::test::test_valid
68812026-01-28T23:42:57.336Z PASS [ 0.063s] ( 217/2701) nexus-config postgres_config::test::test_bad_url
68822026-01-28T23:42:57.361Z PASS [ 0.073s] ( 218/2701) nexus-config postgres_config::test::test_example_url
68832026-01-28T23:42:57.396Z PASS [ 0.045s] ( 219/2701) nexus-db-fixed-data test::test_allowlist_id_is_valid
68842026-01-28T23:42:57.421Z PASS [ 0.071s] ( 220/2701) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
68852026-01-28T23:42:57.445Z PASS [ 0.039s] ( 221/2701) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
68862026-01-28T23:42:57.470Z PASS [ 0.045s] ( 222/2701) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
68872026-01-28T23:42:57.521Z PASS [ 0.064s] ( 223/2701) nexus-db-model alert_class::tests::test_from_str_roundtrips
68882026-01-28T23:42:57.574Z PASS [ 0.056s] ( 224/2701) nexus-db-model alert_class::tests::test_is_test
68892026-01-28T23:42:57.626Z PASS [ 0.050s] ( 225/2701) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
68902026-01-28T23:42:57.672Z PASS [ 0.047s] ( 226/2701) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
68912026-01-28T23:42:57.793Z PASS [ 0.110s] ( 227/2701) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
68922026-01-28T23:42:57.823Z PASS [ 0.040s] ( 228/2701) nexus-db-model bytecount::test::test_bytecount_i64_conversions
68932026-01-28T23:42:57.874Z PASS [ 0.053s] ( 229/2701) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
68942026-01-28T23:42:57.931Z PASS [ 0.056s] ( 230/2701) nexus-db-model device_auth::test::test_generate_user_code
68952026-01-28T23:42:57.967Z PASS [ 0.036s] ( 231/2701) nexus-db-model instance_state::tests::test_from_str_roundtrips
68962026-01-28T23:42:58.020Z PASS [ 0.053s] ( 232/2701) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
68972026-01-28T23:42:58.111Z PASS [ 0.046s] ( 233/2701) nexus-db-model role_assignment::tests::test_role_assignment_from_database
68982026-01-28T23:42:58.155Z PASS [ 0.088s] ( 234/2701) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
68992026-01-28T23:42:58.201Z PASS [ 0.046s] ( 235/2701) nexus-db-model schema_versions::test::test_known_versions
69002026-01-28T23:42:58.246Z PASS [ 0.045s] ( 236/2701) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
69012026-01-28T23:42:58.299Z PASS [ 0.051s] ( 237/2701) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
69022026-01-28T23:42:58.349Z PASS [ 0.049s] ( 238/2701) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
69032026-01-28T23:42:58.389Z PASS [ 0.041s] ( 239/2701) nexus-db-model schema_versions::test::test_verify
69042026-01-28T23:42:58.442Z PASS [ 0.055s] ( 240/2701) nexus-db-model semver_version::test::test_to_from_sortable_string
69052026-01-28T23:42:58.481Z PASS [ 0.038s] ( 241/2701) nexus-db-model tests::test_ip_subnet_check_requestable_address
69062026-01-28T23:42:58.518Z PASS [ 0.037s] ( 242/2701) nexus-db-model tests::test_ipv6_net_random_subnet
69072026-01-28T23:42:58.571Z PASS [ 0.052s] ( 243/2701) nexus-db-model tests::test_roles_database_strings
69082026-01-28T23:42:58.608Z PASS [ 0.038s] ( 244/2701) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
69092026-01-28T23:42:58.657Z PASS [ 0.049s] ( 245/2701) nexus-db-model typed_uuid::tests::test_compare_consistency
69102026-01-28T23:42:58.703Z PASS [ 0.045s] ( 246/2701) nexus-db-model typed_uuid::tests::test_hash_equality
69112026-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
69122026-01-28T23:42:58.792Z PASS [ 0.042s] ( 248/2701) nexus-db-model vmm_state::tests::test_from_str_roundtrips
69132026-01-28T23:43:05.447Z PASS [ 8.014s] ( 249/2701) nexus-db-lookup::integration lookup::test_lookup
69142026-01-28T23:43:06.350Z PASS [ 7.560s] ( 250/2701) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
69152026-01-28T23:43:10.720Z PASS [ 5.272s] ( 251/2701) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
69162026-01-28T23:43:11.402Z PASS [ 5.040s] ( 252/2701) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
69172026-01-28T23:43:15.629Z PASS [ 4.909s] ( 253/2701) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
69182026-01-28T23:43:16.299Z PASS [ 4.898s] ( 254/2701) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
69192026-01-28T23:43:20.687Z PASS [ 5.060s] ( 255/2701) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
69202026-01-28T23:43:21.726Z PASS [ 5.434s] ( 256/2701) nexus-db-queries db::collection_attach::test::test_attach_once
69212026-01-28T23:43:26.719Z PASS [ 4.972s] ( 257/2701) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
69222026-01-28T23:43:26.984Z PASS [ 5.101s] ( 258/2701) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
69232026-01-28T23:43:30.756Z PASS [ 5.098s] ( 259/2701) nexus-db-queries db::collection_attach::test::test_attach_with_filters
69242026-01-28T23:43:30.848Z PASS [ 0.092s] ( 260/2701) nexus-db-queries db::collection_attach::test::test_verify_query
69252026-01-28T23:43:31.793Z PASS [ 4.974s] ( 261/2701) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
69262026-01-28T23:43:34.089Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69272026-01-28T23:43:36.000Z PASS [ 5.153s] ( 262/2701) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
69282026-01-28T23:43:36.857Z PASS [ 5.065s] ( 263/2701) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
69292026-01-28T23:43:40.727Z PASS [ 4.725s] ( 264/2701) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
69302026-01-28T23:43:41.794Z PASS [ 4.936s] ( 265/2701) nexus-db-queries db::collection_detach::test::test_detach_once
69312026-01-28T23:43:45.774Z PASS [ 5.048s] ( 266/2701) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
69322026-01-28T23:43:45.846Z PASS [ 0.073s] ( 267/2701) nexus-db-queries db::collection_detach::test::test_verify_query
69332026-01-28T23:43:46.929Z PASS [ 5.136s] ( 268/2701) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
69342026-01-28T23:43:47.899Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69352026-01-28T23:43:47.899Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69362026-01-28T23:43:51.063Z PASS [ 5.218s] ( 269/2701) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
69372026-01-28T23:43:52.353Z PASS [ 5.425s] ( 270/2701) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
69382026-01-28T23:43:54.771Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
69392026-01-28T23:43:56.008Z PASS [ 4.944s] ( 271/2701) nexus-db-queries db::collection_detach_many::test::test_detach_many
69402026-01-28T23:43:57.466Z PASS [ 5.112s] ( 272/2701) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
69412026-01-28T23:44:01.145Z PASS [ 5.137s] ( 273/2701) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
69422026-01-28T23:44:02.688Z PASS [ 5.223s] ( 274/2701) nexus-db-queries db::collection_detach_many::test::test_detach_once
69432026-01-28T23:44:06.201Z PASS [ 5.055s] ( 275/2701) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
69442026-01-28T23:44:06.272Z PASS [ 0.072s] ( 276/2701) nexus-db-queries db::collection_detach_many::test::test_verify_query
69452026-01-28T23:44:07.863Z PASS [ 5.176s] ( 277/2701) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
69462026-01-28T23:44:10.845Z PASS [ 4.575s] ( 278/2701) nexus-db-queries db::collection_insert::test::test_collection_not_present
69472026-01-28T23:44:10.910Z PASS [ 0.064s] ( 279/2701) nexus-db-queries db::collection_insert::test::test_verify_query
69482026-01-28T23:44:10.978Z PASS [ 0.067s] ( 280/2701) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
69492026-01-28T23:44:11.055Z PASS [ 0.077s] ( 281/2701) nexus-db-queries db::column_walker::test::test_walk_columns
69502026-01-28T23:44:11.147Z PASS [ 0.079s] ( 282/2701) nexus-db-queries db::column_walker::test::test_walk_table
69512026-01-28T23:44:12.953Z PASS [ 4.664s] ( 283/2701) nexus-db-queries db::collection_insert::test::test_collection_present
69522026-01-28T23:44:21.889Z PASS [ 9.370s] ( 284/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
69532026-01-28T23:44:22.015Z PASS [ 9.203s] ( 285/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
69542026-01-28T23:44:30.751Z PASS [ 9.024s] ( 286/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
69552026-01-28T23:44:33.709Z PASS [ 13.209s] ( 287/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
69562026-01-28T23:44:34.081Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69572026-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
69582026-01-28T23:44:44.494Z PASS [ 10.786s] ( 289/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
69592026-01-28T23:44:47.883Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69602026-01-28T23:44:47.883Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69612026-01-28T23:44:48.985Z PASS [ 9.209s] ( 290/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
69622026-01-28T23:44:54.753Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
69632026-01-28T23:44:54.937Z PASS [ 10.444s] ( 291/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
69642026-01-28T23:44:57.439Z PASS [ 8.455s] ( 292/2701) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
69652026-01-28T23:45:04.030Z PASS [ 9.095s] ( 293/2701) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
69662026-01-28T23:45:07.074Z PASS [ 9.636s] ( 294/2701) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
69672026-01-28T23:45:13.340Z PASS [ 9.311s] ( 295/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
69682026-01-28T23:45:16.417Z PASS [ 9.343s] ( 296/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
69692026-01-28T23:45:25.796Z PASS [ 9.379s] ( 297/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
69702026-01-28T23:45:26.796Z PASS [ 13.453s] ( 298/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
69712026-01-28T23:45:34.090Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69722026-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
69732026-01-28T23:45:36.956Z PASS [ 10.163s] ( 300/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
69742026-01-28T23:45:42.704Z PASS [ 8.040s] ( 301/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
69752026-01-28T23:45:47.539Z PASS [ 9.869s] ( 302/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
69762026-01-28T23:45:47.887Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69772026-01-28T23:45:47.887Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69782026-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
69792026-01-28T23:45:54.748Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
69802026-01-28T23:45:55.397Z PASS [ 8.576s] ( 304/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
69812026-01-28T23:46:01.632Z PASS [ 9.823s] ( 305/2701) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
69822026-01-28T23:46:08.580Z PASS [ 13.183s] ( 306/2701) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
69832026-01-28T23:46:13.708Z PASS [ 5.130s] ( 307/2701) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
69842026-01-28T23:46:14.305Z PASS [ 12.675s] ( 308/2701) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
69852026-01-28T23:46:22.537Z PASS [ 8.830s] ( 309/2701) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
69862026-01-28T23:46:23.228Z PASS [ 8.916s] ( 310/2701) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
69872026-01-28T23:46:30.231Z PASS [ 7.687s] ( 311/2701) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
69882026-01-28T23:46:31.315Z PASS [ 8.096s] ( 312/2701) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
69892026-01-28T23:46:34.067Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69902026-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
69912026-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
69922026-01-28T23:46:49.249Z PASS [ 8.293s] ( 315/2701) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
69932026-01-28T23:46:49.350Z PASS [ 8.405s] ( 316/2701) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
69942026-01-28T23:46:49.350Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69952026-01-28T23:46:49.350Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69962026-01-28T23:46:54.737Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
69972026-01-28T23:46:55.294Z PASS [ 8.644s] ( 317/2701) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
69982026-01-28T23:46:57.469Z PASS [ 9.790s] ( 318/2701) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
69992026-01-28T23:47:00.848Z PASS [ 5.554s] ( 319/2701) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
70002026-01-28T23:47:05.085Z PASS [ 7.617s] ( 320/2701) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
70012026-01-28T23:47:07.194Z PASS [ 6.346s] ( 321/2701) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
70022026-01-28T23:47:10.884Z PASS [ 5.800s] ( 322/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
70032026-01-28T23:47:12.821Z PASS [ 5.629s] ( 323/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
70042026-01-28T23:47:16.463Z PASS [ 5.580s] ( 324/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
70052026-01-28T23:47:18.052Z PASS [ 5.231s] ( 325/2701) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
70062026-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
70072026-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
70082026-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
70092026-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
70102026-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
70112026-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
70122026-01-28T23:47:34.060Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70132026-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
70142026-01-28T23:47:41.724Z PASS [ 4.783s] ( 333/2701) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
70152026-01-28T23:47:42.337Z PASS [ 8.427s] ( 334/2701) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
70162026-01-28T23:47:46.872Z PASS [ 5.149s] ( 335/2701) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
70172026-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
70182026-01-28T23:47:47.861Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70192026-01-28T23:47:47.862Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70202026-01-28T23:47:49.093Z PASS [ 414.371s] ( 337/2701) oximeter-db client::tests::test_replicated
70212026-01-28T23:47:49.249Z PASS [ 0.152s] ( 338/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
70222026-01-28T23:47:49.304Z PASS [ 0.055s] ( 339/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
70232026-01-28T23:47:49.349Z PASS [ 0.044s] ( 340/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
70242026-01-28T23:47:49.386Z PASS [ 0.036s] ( 341/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
70252026-01-28T23:47:49.422Z PASS [ 0.036s] ( 342/2701) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
70262026-01-28T23:47:50.741Z PASS [ 1.319s] ( 343/2701) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
70272026-01-28T23:47:51.034Z PASS [ 0.293s] ( 344/2701) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
70282026-01-28T23:47:51.327Z PASS [ 0.292s] ( 345/2701) omicron-clickhouse-admin::integration_test test_lgif_parsing
70292026-01-28T23:47:51.608Z PASS [ 0.282s] ( 346/2701) omicron-clickhouse-admin::integration_test test_raft_config_parsing
70302026-01-28T23:47:51.929Z PASS [ 0.320s] ( 347/2701) omicron-clickhouse-admin::integration_test test_teardown
70312026-01-28T23:47:52.073Z PASS [ 0.144s] ( 348/2701) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
70322026-01-28T23:47:55.258Z PASS [ 7.825s] ( 349/2701) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
70332026-01-28T23:47:55.494Z PASS [ 8.605s] ( 350/2701) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
70342026-01-28T23:47:55.938Z PASS [ 0.444s] ( 351/2701) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
70352026-01-28T23:48:00.402Z PASS [ 4.481s] ( 352/2701) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
70362026-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
70372026-01-28T23:48:11.712Z PASS [ 11.309s] ( 354/2701) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
70382026-01-28T23:48:13.156Z PASS [ 8.632s] ( 355/2701) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
70392026-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
70402026-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
70412026-01-28T23:48:31.618Z PASS [ 9.388s] ( 358/2701) nexus-db-queries db::datastore::deployment::tests::test_set_target
70422026-01-28T23:48:34.057Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70432026-01-28T23:48:34.316Z PASS [ 13.041s] ( 359/2701) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
70442026-01-28T23:48:41.454Z PASS [ 9.841s] ( 360/2701) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
70452026-01-28T23:48:41.563Z PASS [ 0.070s] ( 361/2701) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
70462026-01-28T23:48:42.436Z PASS [ 8.106s] ( 362/2701) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
70472026-01-28T23:48:50.356Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70482026-01-28T23:48:50.356Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70492026-01-28T23:48:50.356Z PASS [ 7.911s] ( 363/2701) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
70502026-01-28T23:48:51.519Z PASS [ 9.092s] ( 364/2701) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
70512026-01-28T23:48:52.084Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70522026-01-28T23:48:59.589Z PASS [ 8.078s] ( 365/2701) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
70532026-01-28T23:48:59.701Z PASS [ 10.267s] ( 366/2701) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
70542026-01-28T23:49:02.185Z PASS [ 70.122s] ( 367/2701) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70552026-01-28T23:49:05.540Z PASS [ 3.355s] ( 368/2701) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
70562026-01-28T23:49:07.299Z PASS [ 7.600s] ( 369/2701) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
70572026-01-28T23:49:07.339Z PASS [ 7.751s] ( 370/2701) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
70582026-01-28T23:49:10.863Z PASS [ 3.565s] ( 371/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
70592026-01-28T23:49:11.160Z PASS [ 3.822s] ( 372/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
70602026-01-28T23:49:14.536Z PASS [ 3.673s] ( 373/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
70612026-01-28T23:49:14.971Z PASS [ 3.811s] ( 374/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
70622026-01-28T23:49:18.739Z PASS [ 4.195s] ( 375/2701) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
70632026-01-28T23:49:19.128Z PASS [ 4.153s] ( 376/2701) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
70642026-01-28T23:49:22.769Z PASS [ 4.039s] ( 377/2701) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
70652026-01-28T23:49:23.653Z PASS [ 4.529s] ( 378/2701) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
70662026-01-28T23:49:24.175Z PASS [ 18.638s] ( 379/2701) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70672026-01-28T23:49:30.239Z PASS [ 7.472s] ( 380/2701) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
70682026-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
70692026-01-28T23:49:34.044Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70702026-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
70712026-01-28T23:49:42.225Z PASS [ 18.052s] ( 383/2701) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70722026-01-28T23:49:42.861Z PASS [ 9.402s] ( 384/2701) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
70732026-01-28T23:49:46.601Z PASS [ 7.583s] ( 385/2701) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
70742026-01-28T23:49:47.845Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70752026-01-28T23:49:47.845Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70762026-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
70772026-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
70782026-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
70792026-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
70802026-01-28T23:49:57.830Z PASS [ 7.242s] ( 390/2701) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
70812026-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
70822026-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
70832026-01-28T23:50:05.245Z PASS [ 7.415s] ( 393/2701) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
70842026-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
70852026-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
70862026-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
70872026-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
70882026-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
70892026-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
70902026-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
70912026-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
70922026-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
70932026-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
70942026-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
70952026-01-28T23:50:34.039Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70962026-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
70972026-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
70982026-01-28T23:50:43.410Z PASS [ 7.918s] ( 407/2701) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
70992026-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
71002026-01-28T23:50:43.907Z PASS [ 0.434s] ( 409/2701) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
71012026-01-28T23:50:43.907Z PASS [ 0.533s] ( 410/2701) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
71022026-01-28T23:50:43.907Z PASS [ 0.399s] ( 411/2701) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
71032026-01-28T23:50:46.176Z PASS [ 7.818s] ( 412/2701) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
71042026-01-28T23:50:46.334Z PASS [ 3.963s] ( 413/2701) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
71052026-01-28T23:50:46.625Z PASS [ 4.254s] ( 414/2701) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
71062026-01-28T23:50:47.839Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71072026-01-28T23:50:47.839Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71082026-01-28T23:50:50.219Z PASS [ 4.075s] ( 415/2701) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
71092026-01-28T23:50:50.363Z PASS [ 4.061s] ( 416/2701) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
71102026-01-28T23:50:55.928Z PASS [ 9.395s] ( 417/2701) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
71112026-01-28T23:50:57.929Z PASS [ 7.711s] ( 418/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
71122026-01-28T23:50:57.981Z PASS [ 7.621s] ( 419/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
71132026-01-28T23:51:03.583Z PASS [ 7.655s] ( 420/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
71142026-01-28T23:51:05.290Z PASS [ 7.362s] ( 421/2701) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
71152026-01-28T23:51:06.109Z PASS [ 8.129s] ( 422/2701) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
71162026-01-28T23:51:11.162Z PASS [ 7.581s] ( 423/2701) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
71172026-01-28T23:51:12.545Z PASS [ 7.256s] ( 424/2701) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
71182026-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
71192026-01-28T23:51:18.638Z PASS [ 7.477s] ( 426/2701) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
71202026-01-28T23:51:19.859Z PASS [ 7.314s] ( 427/2701) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
71212026-01-28T23:51:24.494Z PASS [ 7.726s] ( 428/2701) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
71222026-01-28T23:51:26.521Z PASS [ 7.884s] ( 429/2701) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
71232026-01-28T23:51:27.364Z PASS [ 7.507s] ( 430/2701) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
71242026-01-28T23:51:31.939Z PASS [ 7.447s] ( 431/2701) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
71252026-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_
71262026-01-28T23:51:34.030Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71272026-01-28T23:51:34.721Z PASS [ 7.357s] ( 433/2701) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
71282026-01-28T23:51:39.748Z PASS [ 7.808s] ( 434/2701) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
71292026-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
71302026-01-28T23:51:43.322Z PASS [ 9.352s] ( 436/2701) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
71312026-01-28T23:51:47.830Z SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71322026-01-28T23:51:47.830Z SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71332026-01-28T23:51:48.262Z PASS [ 8.515s] ( 437/2701) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
71342026-01-28T23:51:51.575Z PASS [ 8.259s] ( 438/2701) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
71352026-01-28T23:51:54.777Z PASS [ 13.271s] ( 439/2701) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
71362026-01-28T23:51:56.168Z PASS [ 7.907s] ( 440/2701) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
71372026-01-28T23:52:00.580Z PASS [ 9.006s] ( 441/2701) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
71382026-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
71392026-01-28T23:52:03.325Z PASS [ 8.549s] ( 443/2701) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
71402026-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
71412026-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
71422026-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
71432026-01-28T23:52:09.144Z PASS [ 755.131s] ( 447/2701) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71442026-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
71452026-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
71462026-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
71472026-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
71482026-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
71492026-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
71502026-01-28T23:52:18.954Z PASS [ 0.377s] ( 454/2701) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
71512026-01-28T23:52:19.244Z PASS [ 6.630s] ( 455/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
71522026-01-28T23:52:19.335Z PASS [ 0.381s] ( 456/2701) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
71532026-01-28T23:52:21.060Z PASS [ 6.659s] ( 457/2701) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
71542026-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
71552026-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
71562026-01-28T23:52:26.723Z PASS [ 7.480s] ( 460/2701) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
71572026-01-28T23:52:28.261Z PASS [ 7.201s] ( 461/2701) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
71582026-01-28T23:52:29.759Z PASS [ 6.916s] ( 462/2701) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
71592026-01-28T23:52:32.660Z PASS [ 6.731s] ( 463/2701) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
71602026-01-28T23:52:33.301Z PASS [ 6.579s] ( 464/2701) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
71612026-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
71622026-01-28T23:52:36.720Z PASS [ 6.962s] ( 466/2701) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
71632026-01-28T23:52:39.674Z PASS [ 7.012s] ( 467/2701) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
71642026-01-28T23:52:40.626Z PASS [ 7.325s] ( 468/2701) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
71652026-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
71662026-01-28T23:52:44.016Z PASS [ 7.297s] ( 470/2701) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
71672026-01-28T23:52:46.955Z PASS [ 7.285s] ( 471/2701) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
71682026-01-28T23:52:47.822Z SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71692026-01-28T23:52:47.846Z SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71702026-01-28T23:52:47.904Z PASS [ 7.279s] ( 472/2701) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
71712026-01-28T23:52:49.755Z PASS [ 7.244s] ( 473/2701) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
71722026-01-28T23:52:50.698Z PASS [ 6.683s] ( 474/2701) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
71732026-01-28T23:52:53.523Z PASS [ 6.568s] ( 475/2701) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
71742026-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
71752026-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
71762026-01-28T23:52:57.717Z PASS [ 7.016s] ( 478/2701) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
71772026-01-28T23:53:00.361Z PASS [ 6.839s] ( 479/2701) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
71782026-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
71792026-01-28T23:53:03.630Z PASS [ 7.065s] ( 481/2701) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
71802026-01-28T23:53:05.086Z PASS [ 7.374s] ( 482/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
71812026-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
71822026-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
71832026-01-28T23:53:10.380Z PASS [ 6.750s] ( 485/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
71842026-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
71852026-01-28T23:53:15.447Z PASS [ 7.065s] ( 487/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_pool_exhaustion
71862026-01-28T23:53:15.633Z PASS [ 6.749s] ( 488/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
71872026-01-28T23:53:17.171Z PASS [ 6.792s] ( 489/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
71882026-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
71892026-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
71902026-01-28T23:53:22.444Z PASS [ 6.812s] ( 492/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
71912026-01-28T23:53:24.208Z PASS [ 7.033s] ( 493/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
71922026-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
71932026-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
71942026-01-28T23:53:29.367Z PASS [ 6.923s] ( 496/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
71952026-01-28T23:53:30.927Z PASS [ 6.724s] ( 497/2701) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
71962026-01-28T23:53:34.971Z PASS [ 7.811s] ( 498/2701) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
71972026-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
71982026-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
71992026-01-28T23:53:38.879Z PASS [ 7.953s] ( 501/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
72002026-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
72012026-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
72022026-01-28T23:53:44.911Z PASS [ 7.893s] ( 504/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
72032026-01-28T23:53:46.953Z PASS [ 8.076s] ( 505/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
72042026-01-28T23:53:47.814Z SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72052026-01-28T23:53:47.838Z SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72062026-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
72072026-01-28T23:53:52.573Z PASS [ 7.687s] ( 507/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_from_left
72082026-01-28T23:53:52.609Z PASS [ 7.703s] ( 508/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_replaces_sources
72092026-01-28T23:53:54.495Z PASS [ 7.543s] ( 509/2701) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
72102026-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
72112026-01-28T23:54:00.401Z PASS [ 7.794s] ( 511/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
72122026-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
72132026-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
72142026-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
72152026-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
72162026-01-28T23:54:08.759Z PASS [ 8.159s] ( 516/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
72172026-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
72182026-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
72192026-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
72202026-01-28T23:54:17.001Z PASS [ 8.242s] ( 520/2701) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
72212026-01-28T23:54:18.211Z PASS [ 7.907s] ( 521/2701) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
72222026-01-28T23:54:19.087Z PASS [ 6.334s] ( 522/2701) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
72232026-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
72242026-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
72252026-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
72262026-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
72272026-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
72282026-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
72292026-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
72302026-01-28T23:54:35.908Z PASS [ 8.942s] ( 530/2701) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
72312026-01-28T23:54:37.581Z PASS [ 6.260s] ( 531/2701) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
72322026-01-28T23:54:39.358Z PASS [ 6.380s] ( 532/2701) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
72332026-01-28T23:54:40.958Z PASS [ 6.490s] ( 533/2701) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
72342026-01-28T23:54:43.294Z PASS [ 7.385s] ( 534/2701) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
72352026-01-28T23:54:43.993Z PASS [ 6.413s] ( 535/2701) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
72362026-01-28T23:54:46.893Z PASS [ 7.533s] ( 536/2701) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
72372026-01-28T23:54:47.807Z SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72382026-01-28T23:54:47.831Z SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72392026-01-28T23:54:49.812Z PASS [ 6.521s] ( 537/2701) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
72402026-01-28T23:54:53.163Z PASS [ 6.274s] ( 538/2701) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
72412026-01-28T23:54:56.280Z PASS [ 6.469s] ( 539/2701) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
72422026-01-28T23:54:58.380Z PASS [ 17.423s] ( 540/2701) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
72432026-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
72442026-01-28T23:55:03.174Z PASS [ 6.895s] ( 542/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
72452026-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
72462026-01-28T23:55:07.126Z PASS [ 6.957s] ( 544/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
72472026-01-28T23:55:10.653Z PASS [ 7.480s] ( 545/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
72482026-01-28T23:55:12.169Z PASS [ 28.180s] ( 546/2701) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
72492026-01-28T23:55:12.684Z PASS [ 7.032s] ( 547/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
72502026-01-28T23:55:15.049Z PASS [ 7.925s] ( 548/2701) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
72512026-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
72522026-01-28T23:55:19.691Z PASS [ 7.523s] ( 550/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
72532026-01-28T23:55:20.196Z PASS [ 9.544s] ( 551/2701) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
72542026-01-28T23:55:21.949Z PASS [ 6.900s] ( 552/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
72552026-01-28T23:55:27.089Z PASS [ 7.535s] ( 553/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
72562026-01-28T23:55:27.474Z PASS [ 7.784s] ( 554/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
72572026-01-28T23:55:27.533Z PASS [ 0.058s] ( 555/2701) nexus-db-queries db::datastore::region::test::test_extent_count
72582026-01-28T23:55:27.764Z PASS [ 7.568s] ( 556/2701) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
72592026-01-28T23:55:28.095Z PASS [ 6.146s] ( 557/2701) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
72602026-01-28T23:55:33.354Z PASS [ 6.266s] ( 558/2701) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
72612026-01-28T23:55:33.738Z PASS [ 6.206s] ( 559/2701) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
72622026-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
72632026-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
72642026-01-28T23:55:39.941Z PASS [ 6.586s] ( 562/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
72652026-01-28T23:55:40.301Z PASS [ 6.555s] ( 563/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
72662026-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
72672026-01-28T23:55:41.120Z PASS [ 6.471s] ( 565/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
72682026-01-28T23:55:46.152Z PASS [ 6.214s] ( 566/2701) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
72692026-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
72702026-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
72712026-01-28T23:55:47.432Z PASS [ 6.313s] ( 569/2701) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
72722026-01-28T23:55:47.800Z SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72732026-01-28T23:55:47.824Z SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72742026-01-28T23:55:52.455Z PASS [ 6.294s] ( 570/2701) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
72752026-01-28T23:55:52.836Z PASS [ 6.329s] ( 571/2701) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
72762026-01-28T23:55:53.284Z PASS [ 6.511s] ( 572/2701) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
72772026-01-28T23:55:53.506Z PASS [ 6.075s] ( 573/2701) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
72782026-01-28T23:55:59.081Z PASS [ 6.637s] ( 574/2701) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
72792026-01-28T23:55:59.408Z PASS [ 6.574s] ( 575/2701) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
72802026-01-28T23:55:59.730Z PASS [ 6.447s] ( 576/2701) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
72812026-01-28T23:56:00.595Z PASS [ 7.088s] ( 577/2701) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
72822026-01-28T23:56:06.072Z PASS [ 6.991s] ( 578/2701) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
72832026-01-28T23:56:06.487Z PASS [ 7.079s] ( 579/2701) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
72842026-01-28T23:56:06.840Z PASS [ 7.111s] ( 580/2701) nexus-db-queries db::datastore::sled::test::affinity_multi_group
72852026-01-28T23:56:07.810Z PASS [ 7.218s] ( 581/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
72862026-01-28T23:56:13.359Z PASS [ 7.288s] ( 582/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
72872026-01-28T23:56:13.689Z PASS [ 7.202s] ( 583/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
72882026-01-28T23:56:14.173Z PASS [ 7.330s] ( 584/2701) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
72892026-01-28T23:56:15.273Z PASS [ 7.464s] ( 585/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
72902026-01-28T23:56:20.964Z PASS [ 7.606s] ( 586/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
72912026-01-28T23:56:21.080Z PASS [ 7.393s] ( 587/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
72922026-01-28T23:56:21.475Z PASS [ 7.307s] ( 588/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
72932026-01-28T23:56:22.550Z PASS [ 7.278s] ( 589/2701) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
72942026-01-28T23:56:29.104Z PASS [ 8.141s] ( 590/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation
72952026-01-28T23:56:30.707Z PASS [ 9.233s] ( 591/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
72962026-01-28T23:56:31.039Z PASS [ 9.960s] ( 592/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
72972026-01-28T23:56:31.850Z PASS [ 9.300s] ( 593/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
72982026-01-28T23:56:37.766Z PASS [ 8.663s] ( 594/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
72992026-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
73002026-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
73012026-01-28T23:56:41.204Z PASS [ 9.356s] ( 597/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
73022026-01-28T23:56:46.353Z PASS [ 8.589s] ( 598/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
73032026-01-28T23:56:47.791Z SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73042026-01-28T23:56:47.816Z SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73052026-01-28T23:56:48.849Z PASS [ 8.471s] ( 599/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
73062026-01-28T23:56:48.885Z PASS [ 8.680s] ( 600/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
73072026-01-28T23:56:56.373Z PASS [ 10.020s] ( 601/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
73082026-01-28T23:56:57.865Z PASS [ 9.017s] ( 602/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
73092026-01-28T23:56:58.289Z PASS [ 9.404s] ( 603/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
73102026-01-28T23:57:06.083Z PASS [ 8.219s] ( 604/2701) nexus-db-queries db::datastore::sled::test::sled_list_batch
73112026-01-28T23:57:06.222Z PASS [ 7.935s] ( 605/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
73122026-01-28T23:57:06.294Z PASS [ 9.923s] ( 606/2701) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
73132026-01-28T23:57:13.403Z PASS [ 7.109s] ( 607/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
73142026-01-28T23:57:13.628Z PASS [ 7.546s] ( 608/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
73152026-01-28T23:57:13.715Z PASS [ 7.491s] ( 609/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
73162026-01-28T23:57:21.115Z PASS [ 7.487s] ( 610/2701) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
73172026-01-28T23:57:21.545Z PASS [ 8.143s] ( 611/2701) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
73182026-01-28T23:57:25.832Z PASS [ 12.122s] ( 612/2701) nexus-db-queries db::datastore::sled::test::test_sled_transitions
73192026-01-28T23:57:28.163Z PASS [ 7.050s] ( 613/2701) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
73202026-01-28T23:57:28.356Z PASS [ 6.809s] ( 614/2701) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
73212026-01-28T23:57:33.073Z PASS [ 7.241s] ( 615/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
73222026-01-28T23:57:37.817Z PASS [ 9.654s] ( 616/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
73232026-01-28T23:57:37.842Z PASS [ 9.490s] ( 617/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
73242026-01-28T23:57:41.198Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73252026-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
73262026-01-28T23:57:45.295Z PASS [ 7.453s] ( 619/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
73272026-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
73282026-01-28T23:57:47.784Z SLOW [>1260.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73292026-01-28T23:57:47.808Z SLOW [>1260.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73302026-01-28T23:57:50.216Z PASS [ 7.441s] ( 621/2701) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
73312026-01-28T23:57:52.590Z PASS [ 7.296s] ( 622/2701) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
73322026-01-28T23:57:54.822Z PASS [ 7.374s] ( 623/2701) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
73332026-01-28T23:57:57.569Z PASS [ 7.350s] ( 624/2701) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
73342026-01-28T23:57:59.702Z PASS [ 7.110s] ( 625/2701) nexus-db-queries db::datastore::target_release::test::target_release_datastore
73352026-01-28T23:58:02.428Z PASS [ 7.606s] ( 626/2701) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
73362026-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
73372026-01-28T23:58:06.318Z PASS [ 6.618s] ( 628/2701) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
73382026-01-28T23:58:09.473Z PASS [ 7.046s] ( 629/2701) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
73392026-01-28T23:58:10.956Z PASS [ 6.529s] ( 630/2701) nexus-db-queries db::datastore::test::test_project_creation
73402026-01-28T23:58:12.995Z PASS [ 6.676s] ( 631/2701) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
73412026-01-28T23:58:16.658Z PASS [ 7.186s] ( 632/2701) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
73422026-01-28T23:58:20.687Z PASS [ 7.696s] ( 633/2701) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
73432026-01-28T23:58:24.908Z PASS [ 8.251s] ( 634/2701) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
73442026-01-28T23:58:26.006Z PASS [ 15.053s] ( 635/2701) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
73452026-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
73462026-01-28T23:58:40.139Z PASS [ 14.567s] ( 637/2701) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
73472026-01-28T23:58:40.811Z PASS [ 14.805s] ( 638/2701) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
73482026-01-28T23:58:41.191Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73492026-01-28T23:58:46.600Z PASS [ 18.520s] ( 639/2701) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
73502026-01-28T23:58:47.774Z PASS [ 6.966s] ( 640/2701) nexus-db-queries db::datastore::test::test_session_methods
73512026-01-28T23:58:47.798Z SLOW [>1320.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73522026-01-28T23:58:47.798Z SLOW [>1320.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73532026-01-28T23:58:53.863Z PASS [ 7.263s] ( 641/2701) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
73542026-01-28T23:58:54.857Z PASS [ 7.083s] ( 642/2701) nexus-db-queries db::datastore::test::test_ssh_keys
73552026-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
73562026-01-28T23:59:00.533Z PASS [ 6.671s] ( 644/2701) nexus-db-queries db::datastore::test::test_table_scan
73572026-01-28T23:59:03.243Z PASS [ 8.388s] ( 645/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
73582026-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
73592026-01-28T23:59:07.427Z PASS [ 6.895s] ( 647/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
73602026-01-28T23:59:10.833Z PASS [ 7.591s] ( 648/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
73612026-01-28T23:59:12.970Z PASS [ 8.671s] ( 649/2701) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
73622026-01-28T23:59:19.431Z PASS [ 8.599s] ( 650/2701) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
73632026-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
73642026-01-28T23:59:26.474Z PASS [ 7.044s] ( 652/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
73652026-01-28T23:59:27.487Z PASS [ 7.385s] ( 653/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
73662026-01-28T23:59:33.197Z PASS [ 6.724s] ( 654/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
73672026-01-28T23:59:34.470Z PASS [ 6.984s] ( 655/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
73682026-01-28T23:59:35.286Z PASS [ 174.106s] ( 656/2701) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73692026-01-28T23:59:41.765Z PASS [ 7.281s] ( 657/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
73702026-01-28T23:59:42.332Z PASS [ 9.136s] ( 658/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
73712026-01-28T23:59:42.581Z PASS [ 7.296s] ( 659/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
73722026-01-28T23:59:47.769Z SLOW [>1380.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73732026-01-28T23:59:47.794Z SLOW [>1380.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73742026-01-28T23:59:49.184Z PASS [ 6.853s] ( 660/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
73752026-01-28T23:59:49.832Z PASS [ 8.084s] ( 661/2701) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
73762026-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
73772026-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
73782026-01-28T23:59:56.804Z PASS [ 6.973s] ( 664/2701) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
73792026-01-28T23:59:57.906Z PASS [ 7.382s] ( 665/2701) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
73802026-01-28T23:59:58.057Z PASS [ 50.636s] ( 666/2701) nexus-db-queries db::datastore::update::test::test_list_unpruned
73812026-01-29T00:00:03.758Z PASS [ 7.248s] ( 667/2701) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
73822026-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
73832026-01-29T00:00:05.007Z PASS [ 7.088s] ( 669/2701) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
73842026-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
73852026-01-29T00:00:10.605Z PASS [ 7.169s] ( 671/2701) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
73862026-01-29T00:00:10.668Z PASS [ 0.063s] ( 672/2701) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
73872026-01-29T00:00:10.734Z PASS [ 0.066s] ( 673/2701) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
73882026-01-29T00:00:11.049Z PASS [ 6.852s] ( 674/2701) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
73892026-01-29T00:00:11.985Z PASS [ 6.992s] ( 675/2701) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
73902026-01-29T00:00:18.571Z PASS [ 6.587s] ( 676/2701) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
73912026-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
73922026-01-29T00:00:25.426Z PASS [ 6.855s] ( 678/2701) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
73932026-01-29T00:00:26.561Z PASS [ 15.829s] ( 679/2701) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
73942026-01-29T00:00:27.315Z PASS [ 16.269s] ( 680/2701) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
73952026-01-29T00:00:27.315Z PASS [ 6.872s] ( 681/2701) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
73962026-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
73972026-01-29T00:00:34.077Z PASS [ 7.516s] ( 683/2701) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
73982026-01-29T00:00:34.456Z PASS [ 0.379s] ( 684/2701) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
73992026-01-29T00:00:36.093Z PASS [ 8.776s] ( 685/2701) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
74002026-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
74012026-01-29T00:00:38.999Z PASS [ 4.544s] ( 687/2701) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
74022026-01-29T00:00:41.245Z PASS [ 3.541s] ( 688/2701) nexus-db-queries db::explain::test::test_explain_async
74032026-01-29T00:00:42.573Z PASS [ 3.574s] ( 689/2701) nexus-db-queries db::explain::test::test_explain_full_table_scan
74042026-01-29T00:00:42.624Z PASS [ 9.833s] ( 690/2701) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
74052026-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
74062026-01-29T00:00:45.916Z PASS [ 4.670s] ( 692/2701) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
74072026-01-29T00:00:47.096Z PASS [ 4.523s] ( 693/2701) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
74082026-01-29T00:00:47.191Z PASS [ 4.568s] ( 694/2701) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
74092026-01-29T00:00:47.734Z PASS [ 4.613s] ( 695/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
74102026-01-29T00:00:47.770Z SLOW [>1440.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
74112026-01-29T00:00:47.796Z SLOW [>1440.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
74122026-01-29T00:00:47.824Z PASS [ 0.080s] ( 696/2701) nexus-db-queries db::pagination::test::test_paginator
74132026-01-29T00:00:49.954Z PASS [ 2.141s] ( 697/2701) nexus-db-queries db::pool::test::test_pool_can_be_terminated
74142026-01-29T00:00:50.624Z PASS [ 4.710s] ( 698/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
74152026-01-29T00:00:51.720Z PASS [ 4.526s] ( 699/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
74162026-01-29T00:00:51.887Z PASS [ 4.792s] ( 700/2701) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
74172026-01-29T00:00:52.081Z PASS [ 2.127s] ( 701/2701) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
74182026-01-29T00:00:56.426Z PASS [ 4.540s] ( 702/2701) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
74192026-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
74202026-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
74212026-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
74222026-01-29T00:01:00.218Z PASS [ 0.475s] ( 706/2701) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
74232026-01-29T00:01:00.571Z PASS [ 0.353s] ( 707/2701) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
74242026-01-29T00:01:01.053Z PASS [ 0.482s] ( 708/2701) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
74252026-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
74262026-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
74272026-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
74282026-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
74292026-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
74302026-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
74312026-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
74322026-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
74332026-01-29T00:01:17.125Z PASS [ 7.142s] ( 717/2701) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
74342026-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
74352026-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
74362026-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
74372026-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
74382026-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
74392026-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
74402026-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
74412026-01-29T00:01:22.842Z PASS [ 0.362s] ( 725/2701) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
74422026-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
74432026-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
74442026-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
74452026-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
74462026-01-29T00:01:32.182Z PASS [ 7.043s] ( 730/2701) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
74472026-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
74482026-01-29T00:01:32.420Z PASS [ 0.057s] ( 732/2701) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
74492026-01-29T00:01:37.162Z PASS [ 7.257s] ( 733/2701) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
74502026-01-29T00:01:37.886Z PASS [ 7.184s] ( 734/2701) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
74512026-01-29T00:01:39.353Z PASS [ 6.934s] ( 735/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
74522026-01-29T00:01:41.283Z PASS [ 9.101s] ( 736/2701) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
74532026-01-29T00:01:44.344Z PASS [ 7.183s] ( 737/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
74542026-01-29T00:01:44.577Z PASS [ 6.691s] ( 738/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
74552026-01-29T00:01:46.097Z PASS [ 6.744s] ( 739/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
74562026-01-29T00:01:47.754Z SLOW [>1500.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
74572026-01-29T00:01:47.778Z SLOW [>1500.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
74582026-01-29T00:01:48.937Z PASS [ 7.649s] ( 740/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
74592026-01-29T00:01:51.306Z PASS [ 6.959s] ( 741/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
74602026-01-29T00:01:51.455Z PASS [ 6.880s] ( 742/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
74612026-01-29T00:01:52.983Z PASS [ 6.887s] ( 743/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
74622026-01-29T00:01:56.252Z PASS [ 7.322s] ( 744/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
74632026-01-29T00:01:59.056Z PASS [ 7.754s] ( 745/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
74642026-01-29T00:01:59.199Z PASS [ 7.744s] ( 746/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
74652026-01-29T00:01:59.286Z PASS [ 0.087s] ( 747/2701) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
74662026-01-29T00:02:00.829Z PASS [ 7.846s] ( 748/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
74672026-01-29T00:02:03.585Z PASS [ 7.333s] ( 749/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
74682026-01-29T00:02:05.146Z PASS [ 4.319s] ( 750/2701) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
74692026-01-29T00:02:06.644Z PASS [ 7.589s] ( 751/2701) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
74702026-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
74712026-01-29T00:02:07.150Z PASS [ 0.069s] ( 753/2701) nexus-db-queries db::queries::next_item::tests::test_shift_indices
74722026-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
74732026-01-29T00:02:08.249Z PASS [ 0.414s] ( 755/2701) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
74742026-01-29T00:02:08.690Z PASS [ 0.442s] ( 756/2701) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
74752026-01-29T00:02:09.433Z PASS [ 4.286s] ( 757/2701) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
74762026-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
74772026-01-29T00:02:10.739Z PASS [ 0.069s] ( 759/2701) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
74782026-01-29T00:02:10.813Z PASS [ 0.074s] ( 760/2701) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
74792026-01-29T00:02:11.119Z PASS [ 3.971s] ( 761/2701) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
74802026-01-29T00:02:12.451Z PASS [ 3.761s] ( 762/2701) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
74812026-01-29T00:02:12.475Z PASS [ 1.642s] ( 763/2701) nexus-db-queries db::queries::region_allocation::test::expectorate_query
74822026-01-29T00:02:13.873Z PASS [ 4.441s] ( 764/2701) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
74832026-01-29T00:02:15.781Z PASS [ 4.661s] ( 765/2701) nexus-db-queries db::queries::region_allocation::test::explainable
74842026-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
74852026-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
74862026-01-29T00:02:21.386Z PASS [ 0.391s] ( 768/2701) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
74872026-01-29T00:02:22.712Z PASS [ 8.837s] ( 769/2701) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
74882026-01-29T00:02:23.181Z PASS [ 0.472s] ( 770/2701) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
74892026-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
74902026-01-29T00:02:24.159Z PASS [ 8.379s] ( 772/2701) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
74912026-01-29T00:02:24.460Z PASS [ 0.868s] ( 773/2701) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
74922026-01-29T00:02:25.212Z PASS [ 3.827s] ( 774/2701) nexus-db-queries db::queries::regions_hard_delete::test::explainable
74932026-01-29T00:02:25.615Z PASS [ 0.403s] ( 775/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
74942026-01-29T00:02:26.005Z PASS [ 0.389s] ( 776/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
74952026-01-29T00:02:26.542Z PASS [ 0.538s] ( 777/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
74962026-01-29T00:02:26.965Z PASS [ 0.423s] ( 778/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
74972026-01-29T00:02:28.340Z PASS [ 4.180s] ( 779/2701) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
74982026-01-29T00:02:28.364Z PASS [ 3.895s] ( 780/2701) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
74992026-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
75002026-01-29T00:02:30.810Z PASS [ 3.845s] ( 782/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
75012026-01-29T00:02:30.932Z PASS [ 0.122s] ( 783/2701) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
75022026-01-29T00:02:31.005Z PASS [ 0.073s] ( 784/2701) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
75032026-01-29T00:02:31.079Z PASS [ 0.074s] ( 785/2701) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
75042026-01-29T00:02:31.153Z PASS [ 0.073s] ( 786/2701) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
75052026-01-29T00:02:31.214Z PASS [ 0.061s] ( 787/2701) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
75062026-01-29T00:02:32.065Z PASS [ 3.713s] ( 788/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
75072026-01-29T00:02:32.322Z PASS [ 3.985s] ( 789/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
75082026-01-29T00:02:33.064Z PASS [ 3.529s] ( 790/2701) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
75092026-01-29T00:02:35.195Z PASS [ 3.981s] ( 791/2701) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
75102026-01-29T00:02:36.159Z PASS [ 4.047s] ( 792/2701) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
75112026-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
75122026-01-29T00:02:42.914Z PASS [ 6.702s] ( 794/2701) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
75132026-01-29T00:02:43.006Z PASS [ 0.092s] ( 795/2701) nexus-defaults tests::test_random_vpc_ipv6_prefix
75142026-01-29T00:02:43.047Z PASS [ 6.936s] ( 796/2701) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
75152026-01-29T00:02:43.161Z PASS [ 0.113s] ( 797/2701) nexus-external-api v2026010300::tests::floating_ip_create_invalid_returns_error
75162026-01-29T00:02:43.184Z PASS [ 0.160s] ( 798/2701) nexus-external-api v2025121200::tests::floating_ip_create_converts_correctly
75172026-01-29T00:02:43.228Z PASS [ 0.062s] ( 799/2701) nexus-external-api v2026011501::tests::auto_auto_pool_json_wire_format
75182026-01-29T00:02:43.252Z PASS [ 0.074s] ( 800/2701) nexus-external-api v2026010300::tests::floating_ip_create_valid_converts_correctly
75192026-01-29T00:02:43.275Z PASS [ 0.036s] ( 801/2701) nexus-external-api v2026011501::tests::auto_default_json_wire_format
75202026-01-29T00:02:43.299Z PASS [ 0.045s] ( 802/2701) nexus-external-api v2026011501::tests::auto_explicit_pool_json_wire_format
75212026-01-29T00:02:43.323Z PASS [ 0.044s] ( 803/2701) nexus-external-api v2026011501::tests::explicit_json_wire_format
75222026-01-29T00:02:43.356Z PASS [ 0.047s] ( 804/2701) nexus-external-api v2026011600::tests::auto_auto_pool_json_wire_format
75232026-01-29T00:02:43.382Z PASS [ 0.094s] ( 805/2701) nexus-external-api v2026011501::tests::floating_ip_create_converts_correctly
75242026-01-29T00:02:43.405Z PASS [ 0.038s] ( 806/2701) nexus-external-api v2026011600::tests::auto_default_json_wire_format
75252026-01-29T00:02:43.429Z PASS [ 0.047s] ( 807/2701) nexus-external-api v2026011600::tests::auto_explicit_pool_json_wire_format
75262026-01-29T00:02:43.452Z PASS [ 0.045s] ( 808/2701) nexus-external-api v2026011600::tests::explicit_json_wire_format
75272026-01-29T00:02:43.505Z PASS [ 0.084s] ( 809/2701) nexus-external-api v2026011600::tests::floating_ip_create_converts_correctly
75282026-01-29T00:02:43.573Z PASS [ 0.068s] ( 810/2701) nexus-inventory builder::test::test_empty
75292026-01-29T00:02:43.665Z PASS [ 0.091s] ( 811/2701) nexus-inventory builder::test::test_problems
75302026-01-29T00:02:44.200Z PASS [ 0.760s] ( 812/2701) nexus-inventory builder::test::test_basic
75312026-01-29T00:02:47.465Z PASS [ 3.800s] ( 813/2701) nexus-inventory collector::test::test_basic
75322026-01-29T00:02:47.565Z PASS [ 3.363s] ( 814/2701) nexus-inventory collector::test::test_multi_mgs
75332026-01-29T00:02:47.748Z SLOW [>1560.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75342026-01-29T00:02:47.772Z SLOW [>1560.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75352026-01-29T00:02:48.512Z PASS [ 1.045s] ( 815/2701) nexus-inventory collector::test::test_multi_mgs_failure
75362026-01-29T00:02:49.232Z PASS [ 1.668s] ( 816/2701) nexus-inventory collector::test::test_sled_agent_failure
75372026-01-29T00:02:50.815Z PASS [ 17.753s] ( 817/2701) nexus-db-queries policy_test::test_conferred_roles
75382026-01-29T00:02:58.864Z PASS [ 10.355s] ( 818/2701) nexus-metrics-producer-gc tests::test_prune_expired_producers
75392026-01-29T00:02:59.019Z PASS [ 8.205s] ( 819/2701) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
75402026-01-29T00:02:59.531Z PASS [ 10.300s] ( 820/2701) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
75412026-01-29T00:03:02.108Z PASS [ 3.089s] ( 821/2701) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
75422026-01-29T00:03:02.303Z PASS [ 3.440s] ( 822/2701) nexus-mgs-updates driver_update::test::test_rot_basic_failures
75432026-01-29T00:03:04.137Z PASS [ 1.834s] ( 823/2701) nexus-mgs-updates driver_update::test::test_sp_basic_failures
75442026-01-29T00:03:07.591Z PASS [ 8.061s] ( 824/2701) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
75452026-01-29T00:03:09.560Z PASS [ 7.450s] ( 825/2701) nexus-mgs-updates driver_update::test::test_rot_update_basic
75462026-01-29T00:03:13.677Z PASS [ 9.542s] ( 826/2701) nexus-mgs-updates driver_update::test::test_sp_update_basic
75472026-01-29T00:03:14.609Z PASS [ 5.051s] ( 827/2701) nexus-mgs-updates driver_update::test::test_sp_update_watched
75482026-01-29T00:03:17.511Z PASS [ 2.902s] ( 828/2701) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
75492026-01-29T00:03:20.256Z PASS [ 6.579s] ( 829/2701) nexus-mgs-updates driver_update::test_host_phase_1::basic
75502026-01-29T00:03:22.561Z PASS [ 14.972s] ( 830/2701) nexus-mgs-updates driver_update::test::test_sp_update_takeover
75512026-01-29T00:03:22.822Z PASS [ 0.261s] ( 831/2701) nexus-mgs-updates test_util::step_through::test::test_basic
75522026-01-29T00:03:24.584Z PASS [ 1.760s] ( 832/2701) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
75532026-01-29T00:03:24.947Z PASS [ 0.366s] ( 833/2701) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
75542026-01-29T00:03:25.006Z PASS [ 0.059s] ( 834/2701) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
75552026-01-29T00:03:25.066Z PASS [ 0.060s] ( 835/2701) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
75562026-01-29T00:03:25.128Z PASS [ 0.062s] ( 836/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
75572026-01-29T00:03:25.185Z PASS [ 0.057s] ( 837/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
75582026-01-29T00:03:25.243Z PASS [ 0.058s] ( 838/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
75592026-01-29T00:03:25.300Z PASS [ 0.057s] ( 839/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
75602026-01-29T00:03:25.360Z PASS [ 0.059s] ( 840/2701) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
75612026-01-29T00:03:25.419Z PASS [ 0.059s] ( 841/2701) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
75622026-01-29T00:03:25.472Z PASS [ 0.053s] ( 842/2701) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
75632026-01-29T00:03:25.540Z PASS [ 0.065s] ( 843/2701) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
75642026-01-29T00:03:25.600Z PASS [ 0.063s] ( 844/2701) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
75652026-01-29T00:03:25.656Z PASS [ 0.055s] ( 845/2701) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
75662026-01-29T00:03:25.718Z PASS [ 0.062s] ( 846/2701) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
75672026-01-29T00:03:25.811Z PASS [ 0.093s] ( 847/2701) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
75682026-01-29T00:03:25.873Z PASS [ 0.062s] ( 848/2701) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
75692026-01-29T00:03:25.936Z PASS [ 0.062s] ( 849/2701) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
75702026-01-29T00:03:25.993Z PASS [ 0.057s] ( 850/2701) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
75712026-01-29T00:03:26.057Z PASS [ 0.062s] ( 851/2701) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
75722026-01-29T00:03:26.147Z PASS [ 0.058s] ( 852/2701) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
75732026-01-29T00:03:30.979Z PASS [ 10.724s] ( 853/2701) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
75742026-01-29T00:03:31.173Z PASS [ 0.194s] ( 854/2701) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
75752026-01-29T00:03:35.188Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75762026-01-29T00:03:38.112Z PASS [ 20.604s] ( 855/2701) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
75772026-01-29T00:03:47.741Z SLOW [>1620.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75782026-01-29T00:03:47.764Z SLOW [>1620.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75792026-01-29T00:03:50.677Z PASS [ 12.566s] ( 856/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
75802026-01-29T00:04:00.778Z PASS [ 10.103s] ( 857/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
75812026-01-29T00:04:11.452Z PASS [ 10.675s] ( 858/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
75822026-01-29T00:04:21.797Z PASS [ 10.346s] ( 859/2701) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
75832026-01-29T00:04:22.040Z PASS [ 0.243s] ( 860/2701) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
75842026-01-29T00:04:22.157Z PASS [ 0.117s] ( 861/2701) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
75852026-01-29T00:04:22.234Z PASS [ 0.076s] ( 862/2701) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
75862026-01-29T00:04:22.328Z PASS [ 0.094s] ( 863/2701) nexus-reconfigurator-execution dns::test::test_dns_compute_update
75872026-01-29T00:04:26.108Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
75882026-01-29T00:04:31.167Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
75892026-01-29T00:04:35.183Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75902026-01-29T00:04:47.733Z SLOW [>1680.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75912026-01-29T00:04:47.733Z SLOW [>1680.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75922026-01-29T00:05:13.732Z PASS [ 107.633s] ( 864/2701) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
75932026-01-29T00:05:22.321Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75942026-01-29T00:05:31.160Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
75952026-01-29T00:05:35.174Z SLOW [>180.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75962026-01-29T00:05:47.726Z SLOW [>1740.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75972026-01-29T00:05:47.726Z SLOW [>1740.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75982026-01-29T00:05:51.722Z PASS [ 37.995s] ( 865/2701) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
75992026-01-29T00:05:59.644Z PASS [ 204.479s] ( 866/2701) nexus-db-queries policy_test::test_iam_roles_behavior
76002026-01-29T00:06:15.062Z PASS [ 23.308s] ( 867/2701) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
76012026-01-29T00:06:15.154Z PASS [ 0.126s] ( 868/2701) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76022026-01-29T00:06:21.768Z PASS [ 170.619s] ( 869/2701) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
76032026-01-29T00:06:22.154Z PASS [ 0.387s] ( 870/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76042026-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
76052026-01-29T00:06:22.276Z PASS [ 0.058s] ( 872/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76062026-01-29T00:06:22.314Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
76072026-01-29T00:06:22.399Z PASS [ 0.124s] ( 873/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
76082026-01-29T00:06:22.475Z PASS [ 0.075s] ( 874/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
76092026-01-29T00:06:22.556Z PASS [ 0.079s] ( 875/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
76102026-01-29T00:06:22.626Z PASS [ 0.072s] ( 876/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
76112026-01-29T00:06:22.685Z PASS [ 0.058s] ( 877/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
76122026-01-29T00:06:22.781Z PASS [ 0.096s] ( 878/2701) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
76132026-01-29T00:06:22.822Z PASS [ 0.041s] ( 879/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
76142026-01-29T00:06:22.867Z PASS [ 0.044s] ( 880/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
76152026-01-29T00:06:22.927Z PASS [ 0.060s] ( 881/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
76162026-01-29T00:06:22.975Z PASS [ 0.048s] ( 882/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
76172026-01-29T00:06:23.020Z PASS [ 0.045s] ( 883/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
76182026-01-29T00:06:23.070Z PASS [ 0.049s] ( 884/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
76192026-01-29T00:06:23.112Z PASS [ 0.041s] ( 885/2701) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
76202026-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
76212026-01-29T00:06:23.230Z PASS [ 23.589s] ( 887/2701) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
76222026-01-29T00:06:23.254Z PASS [ 0.090s] ( 888/2701) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
76232026-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
76242026-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
76252026-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
76262026-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
76272026-01-29T00:06:26.520Z PASS [ 0.039s] ( 893/2701) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
76282026-01-29T00:06:26.623Z PASS [ 0.103s] ( 894/2701) nexus-reconfigurator-planning example::tests::builder_zone_counts
76292026-01-29T00:06:28.448Z PASS [ 5.218s] ( 895/2701) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
76302026-01-29T00:06:28.505Z PASS [ 0.057s] ( 896/2701) nexus-reconfigurator-planning example::tests::instances_on_examples
76312026-01-29T00:06:28.585Z PASS [ 0.080s] ( 897/2701) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
76322026-01-29T00:06:28.648Z PASS [ 0.061s] ( 898/2701) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
76332026-01-29T00:06:28.722Z PASS [ 0.075s] ( 899/2701) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
76342026-01-29T00:06:28.793Z PASS [ 0.071s] ( 900/2701) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
76352026-01-29T00:06:28.865Z PASS [ 0.072s] ( 901/2701) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
76362026-01-29T00:06:28.928Z PASS [ 0.063s] ( 902/2701) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
76372026-01-29T00:06:28.985Z PASS [ 0.057s] ( 903/2701) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
76382026-01-29T00:06:29.038Z PASS [ 0.053s] ( 904/2701) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
76392026-01-29T00:06:29.127Z PASS [ 0.088s] ( 905/2701) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
76402026-01-29T00:06:29.188Z PASS [ 0.061s] ( 906/2701) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
76412026-01-29T00:06:29.342Z PASS [ 0.154s] ( 907/2701) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
76422026-01-29T00:06:30.200Z PASS [ 0.857s] ( 908/2701) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
76432026-01-29T00:06:30.324Z PASS [ 0.124s] ( 909/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
76442026-01-29T00:06:30.569Z PASS [ 0.244s] ( 910/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
76452026-01-29T00:06:30.682Z PASS [ 0.112s] ( 911/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
76462026-01-29T00:06:30.861Z PASS [ 0.179s] ( 912/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
76472026-01-29T00:06:30.889Z PASS [ 4.267s] ( 913/2701) nexus-reconfigurator-planning example::tests::dns_resolution_works
76482026-01-29T00:06:31.044Z PASS [ 0.183s] ( 914/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
76492026-01-29T00:06:31.174Z PASS [ 0.284s] ( 915/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
76502026-01-29T00:06:31.198Z PASS [ 0.149s] ( 916/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
76512026-01-29T00:06:31.307Z PASS [ 0.133s] ( 917/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
76522026-01-29T00:06:31.331Z PASS [ 0.126s] ( 918/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
76532026-01-29T00:06:31.536Z PASS [ 0.229s] ( 919/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
76542026-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
76552026-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
76562026-01-29T00:06:31.978Z PASS [ 0.440s] ( 922/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
76572026-01-29T00:06:32.153Z PASS [ 0.416s] ( 923/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
76582026-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
76592026-01-29T00:06:32.427Z PASS [ 0.274s] ( 925/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
76602026-01-29T00:06:32.469Z PASS [ 0.181s] ( 926/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
76612026-01-29T00:06:32.620Z PASS [ 0.192s] ( 927/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
76622026-01-29T00:06:32.655Z PASS [ 0.185s] ( 928/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
76632026-01-29T00:06:34.804Z PASS [ 2.149s] ( 929/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
76642026-01-29T00:06:35.711Z PASS [ 3.091s] ( 930/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
76652026-01-29T00:06:35.880Z PASS [ 20.729s] ( 931/2701) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
76662026-01-29T00:06:36.128Z PASS [ 1.324s] ( 932/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
76672026-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
76682026-01-29T00:06:37.147Z PASS [ 1.266s] ( 934/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
76692026-01-29T00:06:37.293Z PASS [ 1.582s] ( 935/2701) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
76702026-01-29T00:06:47.718Z SLOW [>1800.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76712026-01-29T00:06:47.718Z SLOW [>1800.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
76722026-01-29T00:06:50.549Z PASS [ 148.243s] ( 936/2701) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
76732026-01-29T00:06:50.640Z PASS [ 0.091s] ( 937/2701) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
76742026-01-29T00:06:50.904Z PASS [ 0.264s] ( 938/2701) nexus-saga-recovery recovery::test::test_execution_basic
76752026-01-29T00:06:50.966Z PASS [ 0.062s] ( 939/2701) nexus-saga-recovery recovery::test::test_plan_basic
76762026-01-29T00:06:51.015Z PASS [ 0.045s] ( 940/2701) nexus-saga-recovery recovery::test::test_read_all_from_channel
76772026-01-29T00:06:51.081Z PASS [ 0.068s] ( 941/2701) nexus-saga-recovery test::test_basic
76782026-01-29T00:06:51.150Z PASS [ 0.070s] ( 942/2701) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
76792026-01-29T00:06:51.234Z PASS [ 0.083s] ( 943/2701) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
76802026-01-29T00:06:51.275Z PASS [ 0.041s] ( 944/2701) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
76812026-01-29T00:06:51.320Z PASS [ 0.045s] ( 945/2701) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
76822026-01-29T00:06:51.366Z PASS [ 0.046s] ( 946/2701) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
76832026-01-29T00:06:51.402Z PASS [ 0.035s] ( 947/2701) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
76842026-01-29T00:06:51.450Z PASS [ 0.049s] ( 948/2701) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
76852026-01-29T00:07:01.952Z PASS [ 25.705s] ( 949/2701) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
76862026-01-29T00:07:02.006Z PASS [ 0.054s] ( 950/2701) nexus-types deployment::test::test_serialize_pending_mgs_updates
76872026-01-29T00:07:02.042Z PASS [ 0.036s] ( 951/2701) nexus-types external_api::params::tests::test_address_allocator_auto_default
76882026-01-29T00:07:02.083Z PASS [ 0.036s] ( 952/2701) nexus-types external_api::params::tests::test_address_allocator_auto_with_auto_pool
76892026-01-29T00:07:02.124Z PASS [ 0.045s] ( 953/2701) nexus-types external_api::params::tests::test_address_allocator_auto_with_explicit_pool
76902026-01-29T00:07:02.165Z PASS [ 0.041s] ( 954/2701) nexus-types external_api::params::tests::test_address_allocator_explicit_missing_ip
76912026-01-29T00:07:02.204Z PASS [ 0.039s] ( 955/2701) nexus-types external_api::params::tests::test_address_allocator_explicit_requires_ip
76922026-01-29T00:07:02.251Z PASS [ 0.048s] ( 956/2701) nexus-types external_api::params::tests::test_address_allocator_explicit_with_ip
76932026-01-29T00:07:02.297Z PASS [ 0.045s] ( 957/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_explicit_null_fields
76942026-01-29T00:07:02.338Z PASS [ 0.041s] ( 958/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
76952026-01-29T00:07:02.381Z PASS [ 0.042s] ( 959/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_source_ip
76962026-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
76972026-01-29T00:07:02.471Z PASS [ 0.041s] ( 961/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_multicast_ip
76982026-01-29T00:07:02.520Z PASS [ 0.049s] ( 962/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_source_ips
76992026-01-29T00:07:02.566Z PASS [ 0.044s] ( 963/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_all_fields
77002026-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
77012026-01-29T00:07:02.642Z PASS [ 0.037s] ( 965/2701) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_without_optional_fields
77022026-01-29T00:07:02.693Z PASS [ 0.050s] ( 966/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_clear_source_ips
77032026-01-29T00:07:02.741Z PASS [ 0.048s] ( 967/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
77042026-01-29T00:07:02.783Z PASS [ 0.041s] ( 968/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_invalid_mvlan
77052026-01-29T00:07:02.822Z PASS [ 0.039s] ( 969/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_omit_all_fields
77062026-01-29T00:07:02.861Z PASS [ 0.038s] ( 970/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_set_mvlan
77072026-01-29T00:07:02.917Z PASS [ 0.056s] ( 971/2701) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_update_source_ips
77082026-01-29T00:07:02.960Z PASS [ 0.043s] ( 972/2701) nexus-types external_api::params::tests::test_validate_multicast_ip_v4
77092026-01-29T00:07:02.998Z PASS [ 0.037s] ( 973/2701) nexus-types external_api::params::tests::test_validate_multicast_ip_v6
77102026-01-29T00:07:03.034Z PASS [ 0.036s] ( 974/2701) nexus-types external_api::params::tests::test_validate_source_ip_v4
77112026-01-29T00:07:03.080Z PASS [ 0.045s] ( 975/2701) nexus-types external_api::params::tests::test_validate_source_ip_v6
77122026-01-29T00:07:03.124Z PASS [ 0.044s] ( 976/2701) nexus-types external_api::shared::test::test_policy_parsing
77132026-01-29T00:07:03.218Z PASS [ 0.094s] ( 977/2701) nexus-types external_api::shared::test::test_webhook_subscription_validation
77142026-01-29T00:07:03.255Z PASS [ 0.038s] ( 978/2701) nexus-types external_api::views::test::test_expected_one_of
77152026-01-29T00:07:03.304Z PASS [ 0.048s] ( 979/2701) nexus-types fm::case::tests::test_case_display
77162026-01-29T00:07:03.346Z PASS [ 0.042s] ( 980/2701) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77172026-01-29T00:07:03.405Z PASS [ 0.057s] ( 981/2701) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77182026-01-29T00:07:03.465Z PASS [ 0.061s] ( 982/2701) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77192026-01-29T00:07:03.545Z PASS [ 0.080s] ( 983/2701) nexus-types quiesce::test::test_drained_blueprint
77202026-01-29T00:07:03.598Z PASS [ 0.054s] ( 984/2701) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
77212026-01-29T00:07:03.646Z PASS [ 0.047s] ( 985/2701) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77222026-01-29T00:07:03.694Z PASS [ 0.048s] ( 986/2701) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
77232026-01-29T00:07:03.742Z PASS [ 0.048s] ( 987/2701) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77242026-01-29T00:07:03.795Z PASS [ 0.054s] ( 988/2701) nexus-types quiesce::test::test_quiesce_block_on_reassignment
77252026-01-29T00:07:03.843Z PASS [ 0.047s] ( 989/2701) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
77262026-01-29T00:07:03.893Z PASS [ 0.050s] ( 990/2701) nexus-types quiesce::test::test_quiesce_block_on_saga_started
77272026-01-29T00:07:03.949Z PASS [ 0.056s] ( 991/2701) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
77282026-01-29T00:07:03.997Z PASS [ 0.048s] ( 992/2701) nexus-types quiesce::test::test_quiesce_noop
77292026-01-29T00:07:04.045Z PASS [ 0.047s] ( 993/2701) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
77302026-01-29T00:07:04.335Z PASS [ 0.290s] ( 994/2701) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
77312026-01-29T00:07:04.407Z PASS [ 0.072s] ( 995/2701) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
77322026-01-29T00:07:04.480Z PASS [ 0.072s] ( 996/2701) omicron-certificates tests::test_cert_extended_key_usage
77332026-01-29T00:07:04.562Z PASS [ 0.082s] ( 997/2701) omicron-certificates tests::test_common_name_is_validated
77342026-01-29T00:07:04.640Z PASS [ 0.078s] ( 998/2701) omicron-certificates tests::test_subject_alternate_names_are_validated
77352026-01-29T00:07:04.867Z PASS [ 27.725s] ( 999/2701) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
77362026-01-29T00:07:04.959Z PASS [ 0.319s] (1000/2701) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
77372026-01-29T00:07:09.352Z PASS [ 32.062s] (1001/2701) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
77382026-01-29T00:07:09.709Z PASS [ 4.842s] (1002/2701) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
77392026-01-29T00:07:11.816Z PASS [ 2.107s] (1003/2701) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
77402026-01-29T00:07:11.898Z PASS [ 2.547s] (1004/2701) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
77412026-01-29T00:07:13.692Z PASS [ 1.794s] (1005/2701) omicron-cockroach-admin context::tests::test_node_id
77422026-01-29T00:07:13.800Z PASS [ 0.107s] (1006/2701) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
77432026-01-29T00:07:13.876Z PASS [ 0.076s] (1007/2701) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
77442026-01-29T00:07:14.368Z PASS [ 0.491s] (1008/2701) omicron-cockroach-metrics tests::test_cluster_client_caching
77452026-01-29T00:07:14.392Z PASS [ 22.942s] (1009/2701) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
77462026-01-29T00:07:14.415Z PASS [ 0.032s] (1010/2701) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
77472026-01-29T00:07:14.439Z PASS [ 0.031s] (1011/2701) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
77482026-01-29T00:07:14.439Z PASS [ 0.034s] (1012/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
77492026-01-29T00:07:14.462Z PASS [ 0.030s] (1013/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
77502026-01-29T00:07:14.486Z PASS [ 0.035s] (1014/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
77512026-01-29T00:07:14.486Z PASS [ 0.030s] (1015/2701) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
77522026-01-29T00:07:14.510Z PASS [ 0.032s] (1016/2701) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
77532026-01-29T00:07:14.544Z PASS [ 0.042s] (1017/2701) omicron-common address::test::test_ip_range_checks_non_decreasing
77542026-01-29T00:07:14.567Z PASS [ 0.066s] (1018/2701) omicron-common address::test::test_dns_subnets
77552026-01-29T00:07:14.591Z PASS [ 0.040s] (1019/2701) omicron-common address::test::test_ip_range_iter
77562026-01-29T00:07:14.615Z PASS [ 0.058s] (1020/2701) omicron-common address::test::test_ip_range_enum_deserialization
77572026-01-29T00:07:14.639Z PASS [ 0.034s] (1021/2701) omicron-common address::test::test_ip_range_length
77582026-01-29T00:07:14.639Z PASS [ 0.036s] (1022/2701) omicron-common address::test::test_ip_range_try_from
77592026-01-29T00:07:14.667Z PASS [ 0.046s] (1023/2701) omicron-common address::test::test_ipv6_subnet_deserialize
77602026-01-29T00:07:14.691Z PASS [ 0.034s] (1024/2701) omicron-common address::test::test_sled_address
77612026-01-29T00:07:14.715Z PASS [ 0.031s] (1025/2701) omicron-common api::external::error::test::test_context
77622026-01-29T00:07:14.715Z PASS [ 0.036s] (1026/2701) omicron-common api::external::error::test::test_bail_unless
77632026-01-29T00:07:14.756Z PASS [ 0.053s] (1027/2701) omicron-common api::external::http_pagination::test::test_pagination_examples
77642026-01-29T00:07:14.780Z PASS [ 0.065s] (1028/2701) omicron-common api::external::http_pagination::test::test_pagination_schemas
77652026-01-29T00:07:14.814Z PASS [ 0.058s] (1029/2701) omicron-common api::external::http_pagination::test::test_scan_by_id
77662026-01-29T00:07:14.814Z PASS [ 0.045s] (1030/2701) omicron-common api::external::http_pagination::test::test_scan_by_name
77672026-01-29T00:07:14.851Z PASS [ 0.036s] (1031/2701) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
77682026-01-29T00:07:14.874Z PASS [ 0.048s] (1032/2701) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
77692026-01-29T00:07:14.898Z PASS [ 0.035s] (1033/2701) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
77702026-01-29T00:07:14.922Z PASS [ 0.037s] (1034/2701) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
77712026-01-29T00:07:14.945Z PASS [ 0.059s] (1035/2701) omicron-common api::external::test::test_bytecount
77722026-01-29T00:07:14.969Z PASS [ 0.057s] (1036/2701) omicron-common api::external::test::test_bytecount_display
77732026-01-29T00:07:15.001Z PASS [ 0.042s] (1037/2701) omicron-common api::external::test::test_firewall_deserialization
77742026-01-29T00:07:15.024Z PASS [ 0.063s] (1038/2701) omicron-common api::external::test::test_digest
77752026-01-29T00:07:15.051Z PASS [ 0.042s] (1039/2701) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
77762026-01-29T00:07:15.106Z PASS [ 0.105s] (1040/2701) omicron-common api::external::test::test_firewall_rule_host_filter_parse
77772026-01-29T00:07:15.130Z PASS [ 0.069s] (1041/2701) omicron-common api::external::test::test_firewall_rule_target_parse
77782026-01-29T00:07:15.154Z PASS [ 0.032s] (1042/2701) omicron-common api::external::test::test_generation_display_parse
77792026-01-29T00:07:15.177Z PASS [ 0.033s] (1043/2701) omicron-common api::external::test::test_generation_from_int
77802026-01-29T00:07:15.201Z PASS [ 0.036s] (1044/2701) omicron-common api::external::test::test_generation_serde
77812026-01-29T00:07:15.244Z PASS [ 0.053s] (1045/2701) omicron-common api::external::test::test_hostname_from_str
77822026-01-29T00:07:15.288Z PASS [ 0.044s] (1046/2701) omicron-common api::external::test::test_ip_port_range_from_str
77832026-01-29T00:07:15.322Z PASS [ 0.034s] (1047/2701) omicron-common api::external::test::test_ip_port_range_into_str
77842026-01-29T00:07:15.355Z PASS [ 0.033s] (1048/2701) omicron-common api::external::test::test_ipv6_net_operations
77852026-01-29T00:07:15.393Z PASS [ 0.038s] (1049/2701) omicron-common api::external::test::test_mac_system_iterator
77862026-01-29T00:07:15.438Z PASS [ 0.044s] (1050/2701) omicron-common api::external::test::test_mac_to_int_conversions
77872026-01-29T00:07:15.472Z PASS [ 0.034s] (1051/2701) omicron-common api::external::test::test_macaddr
77882026-01-29T00:07:15.518Z PASS [ 0.046s] (1052/2701) omicron-common api::external::test::test_name_parse
77892026-01-29T00:07:15.553Z PASS [ 0.035s] (1053/2701) omicron-common api::external::test::test_name_parse_from_param
77902026-01-29T00:07:15.590Z PASS [ 0.036s] (1054/2701) omicron-common api::external::test::test_resource_name_parse
77912026-01-29T00:07:15.644Z PASS [ 0.056s] (1055/2701) omicron-common api::external::test::test_route_destination_parse
77922026-01-29T00:07:15.708Z PASS [ 0.064s] (1056/2701) omicron-common api::external::test::test_route_target_parse
77932026-01-29T00:07:15.742Z PASS [ 0.034s] (1057/2701) omicron-common api::external::test::test_semver_serialize
77942026-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
77952026-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
77962026-01-29T00:07:15.847Z PASS [ 0.036s] (1060/2701) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
77972026-01-29T00:07:15.883Z PASS [ 0.035s] (1061/2701) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
77982026-01-29T00:07:15.952Z PASS [ 0.069s] (1062/2701) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
77992026-01-29T00:07:16.057Z PASS [ 0.104s] (1063/2701) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
78002026-01-29T00:07:16.093Z PASS [ 0.036s] (1064/2701) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
78012026-01-29T00:07:16.125Z PASS [ 0.987s] (1065/2701) omicron-common api::external::test::test_generation_overflow
78022026-01-29T00:07:16.150Z PASS [ 0.035s] (1066/2701) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
78032026-01-29T00:07:16.245Z PASS [ 0.045s] (1067/2701) omicron-common disk::tests::parse_dataset_name
78042026-01-29T00:07:16.271Z PASS [ 0.062s] (1068/2701) omicron-common ledger::test::test_commit_handles_write_failures
78052026-01-29T00:07:16.271Z PASS [ 0.037s] (1069/2701) omicron-common ledger::test::test_create_default_ledger
78062026-01-29T00:07:16.271Z PASS [ 0.049s] (1070/2701) omicron-common ledger::test::test_create_ledger_reads_from_storage
78072026-01-29T00:07:16.271Z PASS [ 0.042s] (1071/2701) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
78082026-01-29T00:07:16.295Z PASS [ 0.038s] (1072/2701) omicron-common zpool_name::test::test_parse_external_zpool_name
78092026-01-29T00:07:16.295Z PASS [ 0.052s] (1073/2701) omicron-common zpool_name::test::test_parse_bad_zpool_names
78102026-01-29T00:07:16.327Z PASS [ 0.036s] (1074/2701) omicron-common zpool_name::test::test_parse_zpool_name_json
78112026-01-29T00:07:16.350Z PASS [ 0.042s] (1075/2701) omicron-common zpool_name::test::test_parse_internal_zpool_name
78122026-01-29T00:07:16.374Z PASS [ 0.034s] (1076/2701) omicron-common zpool_name::test::test_zpool_name_regex
78132026-01-29T00:07:17.046Z PASS [ 12.088s] (1077/2701) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
78142026-01-29T00:07:17.977Z PASS [ 1.646s] (1078/2701) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
78152026-01-29T00:07:18.001Z PASS [ 1.618s] (1079/2701) omicron-dev::test-omicron-dev test_omicron_dev_no_args
78162026-01-29T00:07:18.148Z PASS [ 0.169s] (1080/2701) omicron-gateway management_switch::location_map::tests::test_config_validation
78172026-01-29T00:07:18.222Z PASS [ 0.074s] (1081/2701) omicron-gateway management_switch::location_map::tests::test_resolve_location
78182026-01-29T00:07:19.770Z PASS [ 1.548s] (1082/2701) omicron-gateway::test_all integration_tests::component_list::component_list
78192026-01-29T00:07:19.823Z PASS [ 0.052s] (1083/2701) omicron-gateway::test_all integration_tests::config::read_production_smf_config
78202026-01-29T00:07:20.220Z PASS [ 0.397s] (1084/2701) omicron-gateway::test_all integration_tests::ereports::ereports_basic
78212026-01-29T00:07:20.550Z PASS [ 0.331s] (1085/2701) omicron-gateway::test_all integration_tests::ereports::ereports_commit
78222026-01-29T00:07:20.885Z PASS [ 0.335s] (1086/2701) omicron-gateway::test_all integration_tests::ereports::ereports_limit
78232026-01-29T00:07:21.543Z PASS [ 0.624s] (1087/2701) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
78242026-01-29T00:07:21.860Z PASS [ 0.351s] (1088/2701) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
78252026-01-29T00:07:22.154Z PASS [ 10.339s] (1089/2701) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
78262026-01-29T00:07:22.231Z PASS [ 0.370s] (1090/2701) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
78272026-01-29T00:07:22.515Z PASS [ 0.361s] (1091/2701) omicron-gateway::test_all integration_tests::task_dump::task_dump
78282026-01-29T00:07:42.513Z PASS [ 25.471s] (1092/2701) omicron-dev::test-omicron-dev test_run_all
78292026-01-29T00:07:42.608Z PASS [ 0.095s] (1093/2701) omicron-nexus app::alert::tests::test_alert_class_list
78302026-01-29T00:07:47.710Z SLOW [>1860.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
78312026-01-29T00:07:47.710Z SLOW [>1860.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
78322026-01-29T00:07:52.397Z PASS [ 30.170s] (1094/2701) omicron-ls-apis::test_dependencies test_api_check
78332026-01-29T00:07:52.531Z PASS [ 30.020s] (1095/2701) omicron-ls-apis::test_dependencies test_api_dependencies
78342026-01-29T00:08:04.562Z PASS [ 21.957s] (1096/2701) omicron-nexus app::background::driver::test::test_activation_in_progress
78352026-01-29T00:08:15.652Z PASS [ 57.683s] (1097/2701) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
78362026-01-29T00:08:15.999Z PASS [ 23.605s] (1098/2701) omicron-nexus app::background::driver::test::test_driver_basic
78372026-01-29T00:08:16.882Z PASS [ 24.354s] (1099/2701) omicron-nexus app::background::init::test::test_dns_propagation_basic
78382026-01-29T00:08:40.820Z PASS [ 23.942s] (1100/2701) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
78392026-01-29T00:08:41.806Z PASS [ 37.248s] (1101/2701) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
78402026-01-29T00:08:47.704Z SLOW [>1920.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
78412026-01-29T00:08:47.704Z SLOW [>1920.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
78422026-01-29T00:08:52.604Z PASS [ 36.957s] (1102/2701) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
78432026-01-29T00:08:53.501Z PASS [ 37.508s] (1103/2701) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
78442026-01-29T00:09:04.026Z PASS [ 10.527s] (1104/2701) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
78452026-01-29T00:09:05.258Z PASS [ 23.455s] (1105/2701) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
78462026-01-29T00:09:08.179Z PASS [ 27.363s] (1106/2701) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
78472026-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
78482026-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
78492026-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
78502026-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
78512026-01-29T00:09:23.336Z PASS [ 30.736s] (1111/2701) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
78522026-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
78532026-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
78542026-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
78552026-01-29T00:09:47.696Z SLOW [>1980.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
78562026-01-29T00:09:47.696Z SLOW [>1980.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
78572026-01-29T00:09:48.333Z PASS [ 25.001s] (1115/2701) omicron-nexus app::background::tasks::dns_config::test::test_basic
78582026-01-29T00:09:49.110Z PASS [1981.452s] (1116/2701) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
78592026-01-29T00:09:56.693Z PASS [ 7.583s] (1117/2701) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
78602026-01-29T00:09:56.832Z PASS [ 8.498s] (1118/2701) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
78612026-01-29T00:10:01.021Z PASS [ 24.198s] (1119/2701) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
78622026-01-29T00:10:02.552Z PASS [ 24.932s] (1120/2701) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
78632026-01-29T00:10:05.982Z PASS [ 24.625s] (1121/2701) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
78642026-01-29T00:10:28.583Z PASS [2020.931s] (1122/2701) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
78652026-01-29T00:10:33.960Z PASS [ 37.135s] (1123/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
78662026-01-29T00:10:40.649Z PASS [ 38.102s] (1124/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
78672026-01-29T00:10:42.474Z PASS [ 8.515s] (1125/2701) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
78682026-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
78692026-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
78702026-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
78712026-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
78722026-01-29T00:10:42.870Z PASS [ 0.067s] (1130/2701) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
78732026-01-29T00:10:42.935Z PASS [ 0.065s] (1131/2701) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
78742026-01-29T00:10:43.006Z PASS [ 0.070s] (1132/2701) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
78752026-01-29T00:10:43.067Z PASS [ 0.060s] (1133/2701) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
78762026-01-29T00:10:43.132Z PASS [ 0.066s] (1134/2701) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
78772026-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
78782026-01-29T00:10:43.472Z PASS [ 0.076s] (1136/2701) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
78792026-01-29T00:10:43.541Z PASS [ 0.069s] (1137/2701) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
78802026-01-29T00:10:43.613Z PASS [ 0.072s] (1138/2701) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
78812026-01-29T00:10:43.675Z PASS [ 0.062s] (1139/2701) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
78822026-01-29T00:10:43.739Z PASS [ 0.064s] (1140/2701) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
78832026-01-29T00:10:43.805Z PASS [ 0.066s] (1141/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
78842026-01-29T00:10:43.869Z PASS [ 0.063s] (1142/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
78852026-01-29T00:10:43.927Z PASS [ 0.059s] (1143/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
78862026-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
78872026-01-29T00:10:44.065Z PASS [ 0.065s] (1145/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
78882026-01-29T00:10:44.155Z PASS [ 0.091s] (1146/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
78892026-01-29T00:10:44.218Z PASS [ 0.063s] (1147/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
78902026-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
78912026-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
78922026-01-29T00:10:44.443Z PASS [ 0.083s] (1150/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
78932026-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
78942026-01-29T00:10:44.586Z PASS [ 0.067s] (1152/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
78952026-01-29T00:10:44.660Z PASS [ 0.074s] (1153/2701) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
78962026-01-29T00:10:53.154Z PASS [ 24.574s] (1154/2701) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
78972026-01-29T00:10:54.844Z PASS [ 48.870s] (1155/2701) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
78982026-01-29T00:10:56.688Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
78992026-01-29T00:10:59.484Z PASS [ 62.800s] (1156/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
79002026-01-29T00:11:01.014Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
79012026-01-29T00:11:02.927Z PASS [ 22.281s] (1157/2701) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
79022026-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
79032026-01-29T00:11:20.489Z PASS [ 25.648s] (1159/2701) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
79042026-01-29T00:11:24.994Z PASS [ 25.513s] (1160/2701) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
79052026-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
79062026-01-29T00:11:30.027Z PASS [ 36.876s] (1162/2701) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
79072026-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
79082026-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
79092026-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
79102026-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
79112026-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
79122026-01-29T00:12:01.006Z SLOW [>120.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
79132026-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
79142026-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
79152026-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
79162026-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
79172026-01-29T00:12:19.754Z PASS [ 0.133s] (1172/2701) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
79182026-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
79192026-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
79202026-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
79212026-01-29T00:12:45.152Z PASS [ 28.836s] (1176/2701) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
79222026-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
79232026-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
79242026-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
79252026-01-29T00:12:51.424Z PASS [ 170.427s] (1180/2701) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
79262026-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
79272026-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
79282026-01-29T00:13:13.619Z PASS [ 24.113s] (1183/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
79292026-01-29T00:13:16.323Z PASS [ 24.902s] (1184/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
79302026-01-29T00:13:16.952Z PASS [ 0.630s] (1185/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
79312026-01-29T00:13:17.409Z PASS [ 0.457s] (1186/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
79322026-01-29T00:13:17.866Z PASS [ 0.457s] (1187/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
79332026-01-29T00:13:19.518Z PASS [ 1.652s] (1188/2701) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
79342026-01-29T00:13:19.617Z PASS [ 0.099s] (1189/2701) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
79352026-01-29T00:13:19.735Z PASS [ 0.118s] (1190/2701) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
79362026-01-29T00:13:20.857Z PASS [ 1.122s] (1191/2701) omicron-nexus app::external_endpoints::test::test_authority
79372026-01-29T00:13:21.059Z PASS [ 0.202s] (1192/2701) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
79382026-01-29T00:13:21.674Z PASS [ 30.574s] (1193/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
79392026-01-29T00:13:21.865Z PASS [ 0.191s] (1194/2701) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
79402026-01-29T00:13:21.956Z PASS [ 0.091s] (1195/2701) omicron-nexus app::external_endpoints::test::test_no_endpoint
79412026-01-29T00:13:22.037Z PASS [ 0.081s] (1196/2701) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
79422026-01-29T00:13:22.115Z PASS [ 0.078s] (1197/2701) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
79432026-01-29T00:13:22.190Z PASS [ 0.075s] (1198/2701) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
79442026-01-29T00:13:22.293Z PASS [ 0.102s] (1199/2701) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
79452026-01-29T00:13:22.390Z PASS [ 0.097s] (1200/2701) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
79462026-01-29T00:13:22.461Z PASS [ 0.071s] (1201/2701) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
79472026-01-29T00:13:22.530Z PASS [ 0.069s] (1202/2701) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
79482026-01-29T00:13:22.603Z PASS [ 0.073s] (1203/2701) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
79492026-01-29T00:13:22.668Z PASS [ 0.064s] (1204/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
79502026-01-29T00:13:22.731Z PASS [ 0.062s] (1205/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
79512026-01-29T00:13:22.796Z PASS [ 0.065s] (1206/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
79522026-01-29T00:13:22.886Z PASS [ 0.090s] (1207/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
79532026-01-29T00:13:22.955Z PASS [ 0.069s] (1208/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
79542026-01-29T00:13:23.022Z PASS [ 0.068s] (1209/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
79552026-01-29T00:13:23.089Z PASS [ 0.066s] (1210/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
79562026-01-29T00:13:23.158Z PASS [ 0.069s] (1211/2701) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
79572026-01-29T00:13:23.243Z PASS [ 0.084s] (1212/2701) omicron-nexus app::multicast::tests::test_is_ssm_address
79582026-01-29T00:13:23.380Z PASS [ 2.320s] (1213/2701) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
79592026-01-29T00:13:23.842Z PASS [ 28.597s] (1214/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
79602026-01-29T00:13:26.795Z PASS [ 36.382s] (1215/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
79612026-01-29T00:13:26.869Z PASS [ 0.074s] (1216/2701) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
79622026-01-29T00:13:38.016Z PASS [ 26.857s] (1217/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
79632026-01-29T00:13:40.099Z PASS [ 26.483s] (1218/2701) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
79642026-01-29T00:13:41.816Z PASS [ 17.976s] (1219/2701) omicron-nexus app::quiesce::test::test_quiesce_multi
79652026-01-29T00:13:48.420Z PASS [ 25.181s] (1220/2701) omicron-nexus app::quiesce::test::test_quiesce_easy
79662026-01-29T00:13:48.884Z PASS [ 25.508s] (1221/2701) omicron-nexus app::quiesce::test::test_quiesce_full
79672026-01-29T00:14:03.682Z PASS [ 36.817s] (1222/2701) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
79682026-01-29T00:14:12.877Z PASS [ 34.866s] (1223/2701) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
79692026-01-29T00:14:16.949Z PASS [ 28.532s] (1224/2701) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
79702026-01-29T00:14:17.434Z PASS [ 37.341s] (1225/2701) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
79712026-01-29T00:14:18.643Z PASS [ 36.833s] (1226/2701) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
79722026-01-29T00:14:31.764Z PASS [ 28.086s] (1227/2701) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
79732026-01-29T00:14:32.721Z PASS [ 43.843s] (1228/2701) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
79742026-01-29T00:15:04.897Z PASS [ 47.954s] (1229/2701) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
79752026-01-29T00:15:05.340Z PASS [ 52.469s] (1230/2701) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
79762026-01-29T00:15:07.108Z PASS [ 49.680s] (1231/2701) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
79772026-01-29T00:15:08.002Z PASS [ 49.365s] (1232/2701) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
79782026-01-29T00:15:17.146Z PASS [ 44.431s] (1233/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
79792026-01-29T00:15:17.433Z PASS [ 45.676s] (1234/2701) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
79802026-01-29T00:15:52.843Z PASS [ 47.510s] (1235/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
79812026-01-29T00:15:53.227Z PASS [ 48.336s] (1236/2701) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
79822026-01-29T00:15:55.668Z PASS [ 48.567s] (1237/2701) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
79832026-01-29T00:16:00.406Z PASS [ 42.979s] (1238/2701) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
79842026-01-29T00:16:00.828Z PASS [ 43.681s] (1239/2701) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
79852026-01-29T00:16:01.659Z PASS [ 53.665s] (1240/2701) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
79862026-01-29T00:16:37.985Z PASS [ 45.148s] (1241/2701) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
79872026-01-29T00:16:43.623Z PASS [ 47.961s] (1242/2701) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
79882026-01-29T00:16:47.252Z PASS [ 46.852s] (1243/2701) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
79892026-01-29T00:16:53.221Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79902026-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
79912026-01-29T00:17:01.653Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79922026-01-29T00:17:30.298Z PASS [ 52.320s] (1245/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
79932026-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
79942026-01-29T00:17:46.549Z PASS [ 53.084s] (1247/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
79952026-01-29T00:17:47.246Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79962026-01-29T00:17:53.257Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79972026-01-29T00:18:01.645Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79982026-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
79992026-01-29T00:18:36.606Z PASS [ 50.059s] (1249/2701) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
80002026-01-29T00:18:37.316Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80012026-01-29T00:18:47.239Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80022026-01-29T00:18:53.206Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80032026-01-29T00:19:01.638Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80042026-01-29T00:19:13.400Z PASS [ 51.135s] (1250/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
80052026-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
80062026-01-29T00:19:36.597Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80072026-01-29T00:19:37.309Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80082026-01-29T00:19:47.236Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80092026-01-29T00:20:01.818Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80102026-01-29T00:20:05.358Z PASS [ 51.937s] (1252/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
80112026-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
80122026-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
80132026-01-29T00:20:36.588Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80142026-01-29T00:20:36.627Z PASS [ 229.408s] (1255/2701) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80152026-01-29T00:20:37.301Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80162026-01-29T00:21:00.260Z PASS [ 143.678s] (1256/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80172026-01-29T00:21:02.600Z PASS [ 50.393s] (1257/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
80182026-01-29T00:21:05.324Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80192026-01-29T00:21:24.105Z PASS [ 51.110s] (1258/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
80202026-01-29T00:21:36.621Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
80212026-01-29T00:21:37.293Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80222026-01-29T00:21:50.939Z PASS [ 50.678s] (1259/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
80232026-01-29T00:21:55.893Z PASS [ 53.300s] (1260/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
80242026-01-29T00:22:05.316Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80252026-01-29T00:22:24.098Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80262026-01-29T00:22:37.984Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
80272026-01-29T00:22:37.985Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80282026-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
80292026-01-29T00:22:55.887Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80302026-01-29T00:23:02.113Z PASS [ 145.506s] (1262/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
80312026-01-29T00:23:05.308Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80322026-01-29T00:23:20.034Z PASS [ 342.760s] (1263/2701) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80332026-01-29T00:23:24.090Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80342026-01-29T00:23:26.532Z PASS [ 47.672s] (1264/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
80352026-01-29T00:23:50.702Z PASS [ 48.595s] (1265/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
80362026-01-29T00:23:55.883Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80372026-01-29T00:24:05.301Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80382026-01-29T00:24:06.052Z PASS [ 39.526s] (1266/2701) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
80392026-01-29T00:24:12.642Z PASS [ 21.943s] (1267/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
80402026-01-29T00:24:20.028Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
80412026-01-29T00:24:20.768Z PASS [ 255.474s] (1268/2701) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80422026-01-29T00:24:22.521Z PASS [ 62.496s] (1269/2701) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
80432026-01-29T00:24:24.083Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80442026-01-29T00:24:28.379Z PASS [ 22.330s] (1270/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
80452026-01-29T00:24:36.335Z PASS [ 23.694s] (1271/2701) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
80462026-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
80472026-01-29T00:24:50.172Z PASS [ 27.655s] (1273/2701) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
80482026-01-29T00:24:52.988Z PASS [ 24.603s] (1274/2701) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
80492026-01-29T00:24:55.597Z PASS [ 211.523s] (1275/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80502026-01-29T00:24:55.873Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80512026-01-29T00:25:15.793Z PASS [ 25.720s] (1276/2701) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
80522026-01-29T00:25:16.074Z PASS [ 39.747s] (1277/2701) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
80532026-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
80542026-01-29T00:25:31.879Z PASS [ 216.016s] (1279/2701) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80552026-01-29T00:25:33.124Z PASS [ 42.957s] (1280/2701) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
80562026-01-29T00:25:43.468Z PASS [ 47.874s] (1281/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
80572026-01-29T00:25:43.566Z PASS [ 0.100s] (1282/2701) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
80582026-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
80592026-01-29T00:26:04.367Z PASS [ 48.581s] (1284/2701) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
80602026-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
80612026-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
80622026-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
80632026-01-29T00:26:27.829Z PASS [ 44.270s] (1288/2701) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
80642026-01-29T00:26:31.117Z PASS [ 25.108s] (1289/2701) omicron-nexus app::sagas::test_saga::test_saga_stuck
80652026-01-29T00:26:43.652Z PASS [ 36.435s] (1290/2701) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
80662026-01-29T00:26:52.610Z PASS [ 31.980s] (1291/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
80672026-01-29T00:26:59.030Z PASS [ 31.204s] (1292/2701) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
80682026-01-29T00:27:01.401Z PASS [ 57.042s] (1293/2701) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
80692026-01-29T00:27:01.790Z PASS [ 59.886s] (1294/2701) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
80702026-01-29T00:27:01.858Z PASS [ 0.067s] (1295/2701) omicron-nexus external_api::console_api::test::test_accept_gz
80712026-01-29T00:27:01.929Z PASS [ 0.070s] (1296/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
80722026-01-29T00:27:01.997Z PASS [ 0.068s] (1297/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
80732026-01-29T00:27:02.078Z PASS [ 0.080s] (1298/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
80742026-01-29T00:27:02.193Z PASS [ 0.116s] (1299/2701) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
80752026-01-29T00:27:02.278Z PASS [ 0.084s] (1300/2701) omicron-nexus external_api::console_api::test::test_find_file_finds_file
80762026-01-29T00:27:02.372Z PASS [ 0.094s] (1301/2701) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
80772026-01-29T00:27:02.453Z PASS [ 0.081s] (1302/2701) omicron-nexus external_api::console_api::test::test_relative_uri
80782026-01-29T00:27:02.556Z PASS [ 0.102s] (1303/2701) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
80792026-01-29T00:27:03.276Z PASS [ 32.163s] (1304/2701) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
80802026-01-29T00:27:06.078Z PASS [ 4.677s] (1305/2701) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
80812026-01-29T00:27:13.768Z PASS [ 30.111s] (1306/2701) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
80822026-01-29T00:27:24.854Z PASS [ 32.248s] (1307/2701) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
80832026-01-29T00:27:31.649Z PASS [ 32.624s] (1308/2701) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
80842026-01-29T00:27:32.524Z PASS [ 29.252s] (1309/2701) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
80852026-01-29T00:27:34.544Z PASS [ 28.470s] (1310/2701) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
80862026-01-29T00:27:54.661Z PASS [ 52.113s] (1311/2701) omicron-nexus populate::test::test_populators
80872026-01-29T00:28:02.148Z PASS [ 48.396s] (1312/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
80882026-01-29T00:28:11.698Z PASS [ 46.852s] (1313/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
80892026-01-29T00:28:13.760Z PASS [ 41.242s] (1314/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
80902026-01-29T00:28:20.768Z PASS [ 46.230s] (1315/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
80912026-01-29T00:28:31.642Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
80922026-01-29T00:28:42.400Z PASS [ 47.745s] (1316/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
80932026-01-29T00:28:47.430Z PASS [ 33.675s] (1317/2701) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
80942026-01-29T00:28:49.959Z PASS [ 29.195s] (1318/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
80952026-01-29T00:28:52.468Z PASS [ 40.775s] (1319/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
80962026-01-29T00:28:59.439Z PASS [ 87.802s] (1320/2701) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
80972026-01-29T00:29:02.143Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
80982026-01-29T00:29:29.334Z PASS [ 39.380s] (1321/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
80992026-01-29T00:29:30.909Z PASS [ 31.473s] (1322/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
81002026-01-29T00:29:31.113Z PASS [ 88.977s] (1323/2701) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
81012026-01-29T00:29:31.857Z PASS [ 0.744s] (1324/2701) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
81022026-01-29T00:29:31.917Z PASS [ 2.584s] (1325/2701) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
81032026-01-29T00:29:32.565Z PASS [ 40.103s] (1326/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
81042026-01-29T00:29:33.358Z PASS [ 2.451s] (1327/2701) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
81052026-01-29T00:29:40.387Z PASS [ 52.964s] (1328/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
81062026-01-29T00:29:42.395Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81072026-01-29T00:30:02.351Z PASS [ 30.437s] (1329/2701) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
81082026-01-29T00:30:02.577Z PASS [ 30.721s] (1330/2701) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
81092026-01-29T00:30:04.005Z PASS [ 30.651s] (1331/2701) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
81102026-01-29T00:30:04.089Z PASS [ 31.527s] (1332/2701) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
81112026-01-29T00:30:12.380Z PASS [ 31.996s] (1333/2701) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
81122026-01-29T00:30:27.663Z PASS [ 25.092s] (1334/2701) omicron-nexus::test_all integration_tests::basic::test_ping
81132026-01-29T00:30:27.862Z PASS [ 25.515s] (1335/2701) omicron-nexus::test_all integration_tests::basic::test_basic_failures
81142026-01-29T00:30:40.467Z PASS [ 28.090s] (1336/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
81152026-01-29T00:30:42.386Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81162026-01-29T00:30:43.472Z PASS [ 39.471s] (1337/2701) omicron-nexus::test_all integration_tests::basic::test_projects_basic
81172026-01-29T00:30:52.153Z PASS [ 48.069s] (1338/2701) omicron-nexus::test_all integration_tests::basic::test_projects_list
81182026-01-29T00:30:53.080Z PASS [ 25.221s] (1339/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
81192026-01-29T00:30:53.992Z PASS [ 26.333s] (1340/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
81202026-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
81212026-01-29T00:31:09.817Z PASS [ 26.349s] (1342/2701) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
81222026-01-29T00:31:21.074Z PASS [ 28.927s] (1343/2701) omicron-nexus::test_all integration_tests::certificates::test_crud
81232026-01-29T00:31:21.100Z PASS [ 28.018s] (1344/2701) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
81242026-01-29T00:31:23.641Z PASS [ 2.547s] (1345/2701) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
81252026-01-29T00:31:25.264Z PASS [ 1.623s] (1346/2701) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
81262026-01-29T00:31:25.567Z PASS [ 0.303s] (1347/2701) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
81272026-01-29T00:31:31.339Z PASS [ 37.352s] (1348/2701) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
81282026-01-29T00:31:32.112Z PASS [ 26.043s] (1349/2701) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
81292026-01-29T00:31:36.281Z PASS [ 26.467s] (1350/2701) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
81302026-01-29T00:31:42.379Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81312026-01-29T00:31:48.343Z PASS [ 27.273s] (1351/2701) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
81322026-01-29T00:31:54.032Z PASS [ 28.468s] (1352/2701) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
81332026-01-29T00:31:59.335Z PASS [ 27.993s] (1353/2701) omicron-nexus::test_all integration_tests::console_api::test_assets
81342026-01-29T00:32:00.074Z PASS [ 27.966s] (1354/2701) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
81352026-01-29T00:32:09.888Z PASS [ 33.612s] (1355/2701) omicron-nexus::test_all integration_tests::console_api::test_console_pages
81362026-01-29T00:32:18.360Z PASS [ 24.333s] (1356/2701) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
81372026-01-29T00:32:21.681Z PASS [ 33.342s] (1357/2701) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
81382026-01-29T00:32:27.895Z PASS [ 27.825s] (1358/2701) omicron-nexus::test_all integration_tests::console_api::test_session_me
81392026-01-29T00:32:29.494Z PASS [ 30.163s] (1359/2701) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
81402026-01-29T00:32:35.411Z PASS [ 25.527s] (1360/2701) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
81412026-01-29T00:32:42.371Z SLOW [>240.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81422026-01-29T00:32:48.121Z PASS [ 26.444s] (1361/2701) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
81432026-01-29T00:32:52.198Z PASS [ 33.843s] (1362/2701) omicron-nexus::test_all integration_tests::console_api::test_sessions
81442026-01-29T00:33:13.130Z PASS [ 270.768s] (1363/2701) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81452026-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
81462026-01-29T00:33:27.889Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
81472026-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
81482026-01-29T00:33:35.404Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
81492026-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
81502026-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
81512026-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
81522026-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
81532026-01-29T00:34:13.685Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
81542026-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
81552026-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
81562026-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
81572026-01-29T00:34:36.794Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
81582026-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
81592026-01-29T00:34:51.354Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
81602026-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
81612026-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
81622026-01-29T00:35:15.345Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
81632026-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
81642026-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
81652026-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
81662026-01-29T00:35:46.345Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
81672026-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
81682026-01-29T00:36:05.166Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
81692026-01-29T00:36:15.481Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
81702026-01-29T00:36:26.530Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
81712026-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
81722026-01-29T00:36:46.337Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
81732026-01-29T00:36:50.030Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
81742026-01-29T00:36:50.861Z PASS [ 124.528s] (1376/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
81752026-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
81762026-01-29T00:37:05.158Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
81772026-01-29T00:37:15.473Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
81782026-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
81792026-01-29T00:37:24.013Z PASS [ 93.990s] (1379/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
81802026-01-29T00:37:35.867Z PASS [ 150.716s] (1380/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
81812026-01-29T00:37:44.199Z PASS [ 148.682s] (1381/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
81822026-01-29T00:37:45.994Z PASS [ 24.874s] (1382/2701) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
81832026-01-29T00:37:50.855Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81842026-01-29T00:37:59.051Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81852026-01-29T00:38:05.919Z PASS [ 30.056s] (1383/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
81862026-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
81872026-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
81882026-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
81892026-01-29T00:38:39.317Z PASS [ 24.291s] (1387/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
81902026-01-29T00:38:40.126Z PASS [ 34.212s] (1388/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
81912026-01-29T00:38:45.796Z PASS [ 31.253s] (1389/2701) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
81922026-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
81932026-01-29T00:38:50.848Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81942026-01-29T00:38:59.043Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81952026-01-29T00:39:00.865Z PASS [ 130.022s] (1391/2701) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81962026-01-29T00:39:23.978Z PASS [ 43.858s] (1392/2701) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
81972026-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
81982026-01-29T00:39:39.311Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
81992026-01-29T00:39:40.466Z PASS [ 39.606s] (1394/2701) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
82002026-01-29T00:39:43.352Z PASS [ 57.564s] (1395/2701) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
82012026-01-29T00:39:59.035Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
82022026-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
82032026-01-29T00:40:02.752Z PASS [ 38.780s] (1397/2701) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
82042026-01-29T00:40:03.757Z PASS [ 37.869s] (1398/2701) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
82052026-01-29T00:40:11.760Z PASS [ 92.457s] (1399/2701) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
82062026-01-29T00:40:17.216Z PASS [ 36.755s] (1400/2701) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
82072026-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
82082026-01-29T00:40:38.777Z PASS [ 36.520s] (1402/2701) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
82092026-01-29T00:40:40.956Z PASS [ 38.209s] (1403/2701) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
82102026-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
82112026-01-29T00:40:43.345Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
82122026-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
82132026-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
82142026-01-29T00:41:11.370Z PASS [ 88.030s] (1407/2701) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
82152026-01-29T00:41:21.433Z PASS [ 39.841s] (1408/2701) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
82162026-01-29T00:41:24.604Z PASS [ 45.833s] (1409/2701) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
82172026-01-29T00:41:40.877Z PASS [ 44.729s] (1410/2701) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
82182026-01-29T00:41:40.951Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
82192026-01-29T00:41:47.786Z PASS [ 66.839s] (1411/2701) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
82202026-01-29T00:41:48.503Z PASS [ 43.036s] (1412/2701) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
82212026-01-29T00:42:04.234Z PASS [ 39.635s] (1413/2701) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
82222026-01-29T00:42:05.658Z PASS [ 54.287s] (1414/2701) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
82232026-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
82242026-01-29T00:42:31.961Z PASS [ 51.090s] (1416/2701) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
82252026-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
82262026-01-29T00:42:34.678Z PASS [ 46.185s] (1418/2701) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
82272026-01-29T00:42:47.199Z PASS [ 42.970s] (1419/2701) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
82282026-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
82292026-01-29T00:42:50.084Z PASS [ 44.440s] (1421/2701) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
82302026-01-29T00:43:05.044Z PASS [ 33.087s] (1422/2701) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
82312026-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
82322026-01-29T00:43:18.140Z PASS [ 46.027s] (1424/2701) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
82332026-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
82342026-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
82352026-01-29T00:43:40.205Z PASS [ 53.013s] (1427/2701) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
82362026-01-29T00:43:50.805Z PASS [ 45.768s] (1428/2701) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
82372026-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
82382026-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
82392026-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
82402026-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
82412026-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
82422026-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
82432026-01-29T00:44:42.585Z PASS [ 44.213s] (1435/2701) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
82442026-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
82452026-01-29T00:45:06.403Z PASS [ 31.112s] (1437/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
82462026-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
82472026-01-29T00:45:17.494Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
82482026-01-29T00:45:25.638Z PASS [ 33.227s] (1439/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
82492026-01-29T00:45:26.024Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
82502026-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
82512026-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
82522026-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
82532026-01-29T00:45:47.363Z PASS [ 81.341s] (1443/2701) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
82542026-01-29T00:45:58.910Z PASS [ 52.514s] (1444/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
82552026-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
82562026-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
82572026-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
82582026-01-29T00:46:21.669Z PASS [ 34.313s] (1448/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
82592026-01-29T00:46:22.687Z PASS [ 36.225s] (1449/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
82602026-01-29T00:46:28.298Z PASS [ 28.600s] (1450/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach_unimplemented
82612026-01-29T00:46:30.427Z PASS [ 31.521s] (1451/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
82622026-01-29T00:46:30.903Z PASS [ 31.977s] (1452/2701) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
82632026-01-29T00:46:32.844Z PASS [ 28.392s] (1453/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_create_unimplemented
82642026-01-29T00:46:50.921Z PASS [ 28.238s] (1454/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_detach_unimplemented
82652026-01-29T00:46:51.246Z PASS [ 29.582s] (1455/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_delete_unimplemented
82662026-01-29T00:46:57.278Z PASS [ 28.983s] (1456/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_list_unimplemented
82672026-01-29T00:46:59.700Z PASS [ 29.277s] (1457/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_update_unimplemented
82682026-01-29T00:47:00.366Z PASS [ 29.466s] (1458/2701) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_view_unimplemented
82692026-01-29T00:47:12.576Z PASS [ 39.738s] (1459/2701) omicron-nexus::test_all integration_tests::images::test_image_create
82702026-01-29T00:47:34.066Z PASS [ 43.150s] (1460/2701) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
82712026-01-29T00:47:39.207Z PASS [ 38.847s] (1461/2701) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
82722026-01-29T00:47:39.240Z PASS [ 48.000s] (1462/2701) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
82732026-01-29T00:47:39.286Z PASS [ 42.015s] (1463/2701) omicron-nexus::test_all integration_tests::images::test_image_promotion
82742026-01-29T00:47:39.629Z PASS [ 39.934s] (1464/2701) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
82752026-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
82762026-01-29T00:47:48.499Z PASS [ 9.213s] (1466/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
82772026-01-29T00:47:48.596Z PASS [ 9.355s] (1467/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
82782026-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
82792026-01-29T00:47:56.083Z PASS [ 16.878s] (1469/2701) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
82802026-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
82812026-01-29T00:48:04.945Z PASS [ 30.884s] (1471/2701) omicron-nexus::test_all integration_tests::images::test_silo_image_create
82822026-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
82832026-01-29T00:48:40.481Z PASS [ 44.404s] (1473/2701) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
82842026-01-29T00:48:43.729Z PASS [ 53.915s] (1474/2701) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
82852026-01-29T00:48:48.225Z PASS [ 50.342s] (1475/2701) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
82862026-01-29T00:48:48.587Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
82872026-01-29T00:48:53.348Z PASS [ 48.410s] (1476/2701) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
82882026-01-29T00:48:54.471Z PASS [ 65.885s] (1477/2701) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
82892026-01-29T00:49:13.902Z PASS [ 30.178s] (1478/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
82902026-01-29T00:49:17.871Z PASS [ 29.650s] (1479/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
82912026-01-29T00:49:23.266Z PASS [ 52.456s] (1480/2701) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
82922026-01-29T00:49:40.475Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
82932026-01-29T00:49:42.147Z PASS [ 28.249s] (1481/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
82942026-01-29T00:49:44.107Z PASS [ 50.721s] (1482/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
82952026-01-29T00:49:54.465Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
82962026-01-29T00:49:55.723Z PASS [ 75.253s] (1483/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
82972026-01-29T00:50:00.671Z PASS [ 66.210s] (1484/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
82982026-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
82992026-01-29T00:50:17.864Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
83002026-01-29T00:50:20.734Z PASS [ 38.592s] (1486/2701) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
83012026-01-29T00:50:24.296Z PASS [ 66.434s] (1487/2701) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
83022026-01-29T00:50:37.484Z PASS [ 53.429s] (1488/2701) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
83032026-01-29T00:50:46.528Z PASS [ 44.180s] (1489/2701) omicron-nexus::test_all integration_tests::instances::test_instance_access
83042026-01-29T00:50:55.718Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
83052026-01-29T00:51:00.665Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
83062026-01-29T00:51:10.118Z PASS [ 69.457s] (1490/2701) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
83072026-01-29T00:51:11.935Z PASS [ 51.207s] (1491/2701) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
83082026-01-29T00:51:23.259Z PASS [ 58.971s] (1492/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
83092026-01-29T00:51:37.504Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
83102026-01-29T00:51:39.593Z PASS [ 62.117s] (1493/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
83112026-01-29T00:51:42.521Z PASS [ 56.000s] (1494/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
83122026-01-29T00:51:50.660Z PASS [ 112.816s] (1495/2701) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
83132026-01-29T00:51:59.675Z PASS [ 49.564s] (1496/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
83142026-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
83152026-01-29T00:52:12.435Z PASS [ 49.183s] (1498/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
83162026-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
83172026-01-29T00:52:20.033Z PASS [ 37.518s] (1500/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
83182026-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
83192026-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
83202026-01-29T00:52:50.770Z PASS [ 38.340s] (1503/2701) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
83212026-01-29T00:52:59.670Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
83222026-01-29T00:53:04.164Z PASS [ 64.496s] (1504/2701) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
83232026-01-29T00:53:06.197Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
83242026-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
83252026-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
83262026-01-29T00:53:34.781Z PASS [ 88.591s] (1507/2701) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
83272026-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
83282026-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
83292026-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
83302026-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
83312026-01-29T00:54:28.595Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
83322026-01-29T00:54:32.713Z PASS [ 54.442s] (1512/2701) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
83332026-01-29T00:54:34.775Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
83342026-01-29T00:54:40.016Z PASS [ 57.147s] (1513/2701) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
83352026-01-29T00:54:46.432Z PASS [ 53.944s] (1514/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
83362026-01-29T00:54:56.593Z PASS [ 57.757s] (1515/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
83372026-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
83382026-01-29T00:55:06.907Z PASS [ 92.138s] (1517/2701) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
83392026-01-29T00:55:24.703Z PASS [ 28.114s] (1518/2701) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
83402026-01-29T00:55:27.649Z PASS [ 47.640s] (1519/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
83412026-01-29T00:55:28.840Z PASS [ 56.150s] (1520/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
83422026-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
83432026-01-29T00:55:32.272Z PASS [ 45.801s] (1522/2701) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
83442026-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
83452026-01-29T00:55:53.552Z PASS [ 28.852s] (1524/2701) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
83462026-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
83472026-01-29T00:56:10.452Z PASS [ 40.221s] (1526/2701) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
83482026-01-29T00:56:27.408Z PASS [ 59.765s] (1527/2701) omicron-nexus::test_all integration_tests::instances::test_instance_serial
83492026-01-29T00:56:28.832Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
83502026-01-29T00:56:32.229Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
83512026-01-29T00:56:34.452Z PASS [ 62.233s] (1528/2701) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
83522026-01-29T00:56:45.277Z PASS [ 76.450s] (1529/2701) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
83532026-01-29T00:56:48.308Z PASS [ 42.535s] (1530/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
83542026-01-29T00:56:50.084Z PASS [ 56.540s] (1531/2701) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
83552026-01-29T00:56:57.752Z PASS [ 30.350s] (1532/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
83562026-01-29T00:57:10.444Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83572026-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
83582026-01-29T00:57:20.043Z PASS [ 45.597s] (1534/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
83592026-01-29T00:57:28.635Z PASS [ 43.363s] (1535/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
83602026-01-29T00:57:32.847Z PASS [ 44.545s] (1536/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
83612026-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
83622026-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
83632026-01-29T00:58:08.211Z PASS [ 39.582s] (1539/2701) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
83642026-01-29T00:58:09.056Z PASS [ 22.045s] (1540/2701) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
83652026-01-29T00:58:10.436Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83662026-01-29T00:58:20.036Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
83672026-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
83682026-01-29T00:58:23.022Z PASS [ 62.988s] (1542/2701) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
83692026-01-29T00:58:31.955Z PASS [ 29.394s] (1543/2701) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
83702026-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
83712026-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
83722026-01-29T00:58:57.455Z PASS [ 25.503s] (1546/2701) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
83732026-01-29T00:59:10.428Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83742026-01-29T00:59:10.709Z PASS [ 49.807s] (1547/2701) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
83752026-01-29T00:59:13.139Z PASS [ 50.124s] (1548/2701) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
83762026-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
83772026-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
83782026-01-29T00:59:44.492Z PASS [ 47.044s] (1551/2701) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
83792026-01-29T00:59:48.208Z PASS [ 217.789s] (1552/2701) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83802026-01-29T00:59:52.107Z PASS [ 23.861s] (1553/2701) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
83812026-01-29T01:00:00.815Z PASS [ 25.750s] (1554/2701) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
83822026-01-29T01:00:01.506Z PASS [ 50.804s] (1555/2701) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
83832026-01-29T01:00:03.135Z PASS [ 50.002s] (1556/2701) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
83842026-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
83852026-01-29T01:00:19.604Z PASS [ 27.501s] (1558/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
83862026-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
83872026-01-29T01:00:29.970Z PASS [ 28.467s] (1560/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
83882026-01-29T01:00:32.786Z PASS [ 31.975s] (1561/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
83892026-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
83902026-01-29T01:00:42.938Z PASS [ 26.833s] (1563/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
83912026-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
83922026-01-29T01:00:56.427Z PASS [ 26.891s] (1565/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
83932026-01-29T01:00:56.597Z PASS [ 26.631s] (1566/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
83942026-01-29T01:00:59.741Z PASS [ 26.958s] (1567/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
83952026-01-29T01:01:07.655Z PASS [ 30.803s] (1568/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
83962026-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
83972026-01-29T01:01:20.737Z PASS [ 33.804s] (1570/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
83982026-01-29T01:01:21.981Z PASS [ 25.449s] (1571/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
83992026-01-29T01:01:26.416Z PASS [ 29.821s] (1572/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
84002026-01-29T01:01:32.673Z PASS [ 25.023s] (1573/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
84012026-01-29T01:01:36.257Z PASS [ 23.816s] (1574/2701) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
84022026-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
84032026-01-29T01:01:57.077Z PASS [ 35.208s] (1576/2701) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
84042026-01-29T01:01:58.227Z PASS [ 37.517s] (1577/2701) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
84052026-01-29T01:02:04.951Z PASS [ 28.698s] (1578/2701) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
84062026-01-29T01:02:23.487Z PASS [ 26.414s] (1579/2701) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
84072026-01-29T01:02:23.523Z PASS [ 57.117s] (1580/2701) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
84082026-01-29T01:02:32.658Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
84092026-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
84102026-01-29T01:02:48.446Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
84112026-01-29T01:02:56.774Z PASS [ 51.830s] (1582/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm
84122026-01-29T01:02:58.384Z PASS [ 85.729s] (1583/2701) omicron-nexus::test_all integration_tests::metrics::test_metrics
84132026-01-29T01:03:04.622Z PASS [ 76.181s] (1584/2701) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
84142026-01-29T01:03:23.481Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds
84152026-01-29T01:03:23.515Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_different_sources_succeeds
84162026-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
84172026-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
84182026-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
84192026-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
84202026-01-29T01:03:48.265Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group
84212026-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
84222026-01-29T01:03:56.357Z PASS [ 68.093s] (1590/2701) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group
84232026-01-29T01:04:23.865Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_join_existing_ssm_group_without_sources_fails
84242026-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
84252026-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
84262026-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
84272026-01-29T01:04:37.395Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
84282026-01-29T01:04:39.854Z PASS [ 62.461s] (1594/2701) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
84292026-01-29T01:04:52.470Z PASS [ 56.123s] (1595/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_project_instance_attachment_allowed
84302026-01-29T01:04:54.911Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions
84312026-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
84322026-01-29T01:05:22.824Z PASS [ 42.976s] (1597/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_cannot_use_unlinked_pool
84332026-01-29T01:05:28.114Z PASS [ 56.778s] (1598/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_silo_instance_attachment
84342026-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
84352026-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
84362026-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
84372026-01-29T01:06:03.657Z PASS [ 56.237s] (1602/2701) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_access_denied
84382026-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
84392026-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
84402026-01-29T01:06:19.698Z PASS [ 51.541s] (1605/2701) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_cache_ttl_behavior
84412026-01-29T01:06:27.105Z PASS [ 55.863s] (1606/2701) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement
84422026-01-29T01:06:35.861Z PASS [ 50.753s] (1607/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_concurrent_implicit_creation_race
84432026-01-29T01:06:45.150Z PASS [ 47.061s] (1608/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state
84442026-01-29T01:06:54.716Z PASS [ 45.141s] (1609/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state
84452026-01-29T01:07:03.337Z PASS [ 44.327s] (1610/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state
84462026-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
84472026-01-29T01:07:13.205Z PASS [ 46.108s] (1612/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_creation_with_dpd_failure
84482026-01-29T01:07:32.335Z PASS [ 47.643s] (1613/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_with_dpd_failure
84492026-01-29T01:07:35.697Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join
84502026-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
84512026-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
84522026-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
84532026-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
84542026-01-29T01:08:06.997Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery
84552026-01-29T01:08:24.413Z PASS [ 52.085s] (1618/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_underlay_collision_retry
84562026-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
84572026-01-29T01:08:41.127Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance
84582026-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
84592026-01-29T01:08:52.855Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_reconciler_state_consistency_validation
84602026-01-29T01:08:57.554Z PASS [ 76.430s] (1621/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance
84612026-01-29T01:08:59.641Z PASS [ 58.217s] (1622/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_default_pool_on_implicit_creation
84622026-01-29T01:09:16.208Z PASS [ 83.363s] (1623/2701) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_reconciler_state_consistency_validation
84632026-01-29T01:09:22.613Z PASS [ 58.208s] (1624/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships
84642026-01-29T01:09:29.884Z PASS [ 58.024s] (1625/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints
84652026-01-29T01:09:45.544Z PASS [ 55.669s] (1626/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_lookup_multicast_group_by_ip
84662026-01-29T01:09:46.980Z PASS [ 49.434s] (1627/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_member_response_includes_multicast_ip
84672026-01-29T01:09:54.866Z PASS [ 55.232s] (1628/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_ip_version_conflict
84682026-01-29T01:09:58.479Z PASS [ 28.661s] (1629/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation
84692026-01-29T01:10:06.615Z PASS [ 50.414s] (1630/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors
84702026-01-29T01:10:11.845Z PASS [ 49.238s] (1631/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations
84712026-01-29T01:10:45.539Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool
84722026-01-29T01:10:45.981Z PASS [ 51.122s] (1632/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_address_family_validation
84732026-01-29T01:10:46.973Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
84742026-01-29T01:10:58.465Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_validation_on_join
84752026-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
84762026-01-29T01:11:06.609Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left
84772026-01-29T01:11:30.071Z PASS [ 91.612s] (1634/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_validation_on_join
84782026-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
84792026-01-29T01:11:31.825Z PASS [ 85.222s] (1636/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left
84802026-01-29T01:11:39.084Z PASS [ 113.408s] (1637/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool
84812026-01-29T01:11:40.768Z PASS [ 113.800s] (1638/2701) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
84822026-01-29T01:12:03.022Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
84832026-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
84842026-01-29T01:12:23.679Z PASS [ 80.662s] (1640/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
84852026-01-29T01:12:29.825Z PASS [ 49.069s] (1641/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_limits
84862026-01-29T01:12:31.410Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_member_state_transitions_on_reactivation
84872026-01-29T01:12:31.819Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
84882026-01-29T01:12:33.325Z PASS [ 54.393s] (1642/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts
84892026-01-29T01:12:34.600Z PASS [ 63.195s] (1643/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_member_state_transitions_on_reactivation
84902026-01-29T01:13:07.913Z PASS [ 96.101s] (1644/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
84912026-01-29T01:13:15.682Z PASS [ 52.011s] (1645/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_instance_state_transitions
84922026-01-29T01:13:21.412Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations
84932026-01-29T01:13:28.108Z PASS [ 53.515s] (1646/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_ipv6_lifecycle
84942026-01-29T01:13:29.820Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_membership_during_migration
84952026-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
84962026-01-29T01:13:33.554Z PASS [ 63.738s] (1648/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_membership_during_migration
84972026-01-29T01:13:51.538Z PASS [ 90.133s] (1649/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations
84982026-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
84992026-01-29T01:14:07.908Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
85002026-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
85012026-01-29T01:14:27.421Z PASS [ 79.519s] (1652/2701) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
85022026-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
85032026-01-29T01:14:33.548Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_lifecycle
85042026-01-29T01:14:33.860Z PASS [ 60.315s] (1654/2701) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_lifecycle
85052026-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
85062026-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
85072026-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
85082026-01-29T01:15:08.692Z PASS [ 39.288s] (1658/2701) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ip_version_disambiguation
85092026-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
85102026-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
85112026-01-29T01:15:16.824Z PASS [ 25.323s] (1661/2701) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
85122026-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
85132026-01-29T01:15:32.112Z PASS [ 27.115s] (1663/2701) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
85142026-01-29T01:15:49.311Z PASS [ 35.606s] (1664/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
85152026-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
85162026-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
85172026-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
85182026-01-29T01:16:10.847Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
85192026-01-29T01:16:19.587Z PASS [ 68.743s] (1668/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
85202026-01-29T01:16:26.146Z PASS [ 35.007s] (1669/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
85212026-01-29T01:16:32.108Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
85222026-01-29T01:16:38.751Z PASS [ 66.648s] (1670/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
85232026-01-29T01:16:49.305Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
85242026-01-29T01:16:52.696Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
85252026-01-29T01:16:52.868Z PASS [ 52.357s] (1671/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
85262026-01-29T01:16:54.819Z PASS [ 65.517s] (1672/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
85272026-01-29T01:16:59.722Z PASS [ 67.028s] (1673/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
85282026-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
85292026-01-29T01:17:15.111Z PASS [ 36.366s] (1675/2701) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
85302026-01-29T01:17:20.693Z PASS [ 54.555s] (1676/2701) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
85312026-01-29T01:17:37.738Z PASS [ 29.142s] (1677/2701) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
85322026-01-29T01:17:42.040Z PASS [ 21.349s] (1678/2701) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
85332026-01-29T01:17:42.369Z PASS [ 27.261s] (1679/2701) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
85342026-01-29T01:17:52.861Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
85352026-01-29T01:17:54.812Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
85362026-01-29T01:17:59.715Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
85372026-01-29T01:18:00.891Z PASS [ 68.033s] (1680/2701) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
85382026-01-29T01:18:01.710Z PASS [ 23.975s] (1681/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion
85392026-01-29T01:18:08.696Z PASS [ 26.330s] (1682/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
85402026-01-29T01:18:08.917Z PASS [ 26.881s] (1683/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
85412026-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
85422026-01-29T01:18:31.977Z PASS [ 92.268s] (1685/2701) omicron-nexus::test_all integration_tests::password_login::test_local_users
85432026-01-29T01:18:35.689Z PASS [ 34.803s] (1686/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
85442026-01-29T01:18:36.382Z PASS [ 27.689s] (1687/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
85452026-01-29T01:18:36.779Z PASS [ 35.073s] (1688/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
85462026-01-29T01:18:42.925Z PASS [ 34.012s] (1689/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
85472026-01-29T01:18:50.431Z PASS [ 41.341s] (1690/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
85482026-01-29T01:18:59.840Z PASS [ 23.461s] (1691/2701) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
85492026-01-29T01:19:01.691Z PASS [ 29.719s] (1692/2701) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
85502026-01-29T01:19:03.670Z PASS [ 27.983s] (1693/2701) omicron-nexus::test_all integration_tests::projects::test_projects
85512026-01-29T01:19:05.221Z PASS [ 28.446s] (1694/2701) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
85522026-01-29T01:19:13.570Z PASS [ 30.650s] (1695/2701) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
85532026-01-29T01:19:23.476Z PASS [ 23.639s] (1696/2701) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
85542026-01-29T01:19:23.862Z PASS [ 22.173s] (1697/2701) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
85552026-01-29T01:19:29.295Z PASS [ 25.630s] (1698/2701) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
85562026-01-29T01:19:30.836Z PASS [ 25.619s] (1699/2701) omicron-nexus::test_all integration_tests::rack::test_sled_add
85572026-01-29T01:19:37.370Z PASS [ 23.803s] (1700/2701) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
85582026-01-29T01:19:47.685Z PASS [ 24.212s] (1701/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
85592026-01-29T01:19:50.427Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::quotas::test_quotas
85602026-01-29T01:19:51.282Z PASS [ 27.424s] (1702/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
85612026-01-29T01:19:54.012Z PASS [ 24.719s] (1703/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
85622026-01-29T01:19:54.685Z PASS [ 23.852s] (1704/2701) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
85632026-01-29T01:20:08.112Z PASS [ 30.746s] (1705/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
85642026-01-29T01:20:08.406Z PASS [ 0.294s] (1706/2701) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
85652026-01-29T01:20:08.612Z PASS [ 0.206s] (1707/2701) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
85662026-01-29T01:20:08.837Z PASS [ 0.209s] (1708/2701) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
85672026-01-29T01:20:09.092Z PASS [ 0.270s] (1709/2701) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
85682026-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
85692026-01-29T01:20:11.535Z PASS [ 81.116s] (1711/2701) omicron-nexus::test_all integration_tests::quotas::test_quotas
85702026-01-29T01:20:16.186Z PASS [ 28.505s] (1712/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
85712026-01-29T01:20:22.203Z PASS [ 28.196s] (1713/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
85722026-01-29T01:20:23.065Z PASS [ 28.383s] (1714/2701) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
85732026-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
85742026-01-29T01:20:32.649Z PASS [ 23.355s] (1716/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
85752026-01-29T01:20:32.876Z PASS [ 0.227s] (1717/2701) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
85762026-01-29T01:20:35.700Z PASS [ 24.168s] (1718/2701) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
85772026-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
85782026-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
85792026-01-29T01:20:40.460Z PASS [ 0.235s] (1721/2701) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
85802026-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
85812026-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
85822026-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
85832026-01-29T01:20:58.759Z PASS [ 25.887s] (1725/2701) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
85842026-01-29T01:20:59.915Z PASS [ 24.218s] (1726/2701) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
85852026-01-29T01:21:02.819Z PASS [ 22.362s] (1727/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
85862026-01-29T01:21:06.399Z PASS [ 20.225s] (1728/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
85872026-01-29T01:21:07.095Z PASS [ 19.361s] (1729/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
85882026-01-29T01:21:09.237Z PASS [ 2.839s] (1730/2701) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
85892026-01-29T01:21:10.740Z PASS [ 18.983s] (1731/2701) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
85902026-01-29T01:21:11.838Z PASS [ 2.599s] (1732/2701) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
85912026-01-29T01:21:13.984Z PASS [ 2.148s] (1733/2701) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
85922026-01-29T01:21:16.322Z PASS [ 2.337s] (1734/2701) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
85932026-01-29T01:21:18.489Z PASS [ 2.168s] (1735/2701) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
85942026-01-29T01:21:20.814Z PASS [ 2.325s] (1736/2701) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
85952026-01-29T01:22:20.807Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
85962026-01-29T01:23:20.800Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
85972026-01-29T01:23:26.386Z PASS [ 125.588s] (1737/2701) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
85982026-01-29T01:23:27.952Z PASS [ 1.567s] (1738/2701) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
85992026-01-29T01:24:27.945Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
86002026-01-29T01:25:00.961Z PASS [ 93.023s] (1739/2701) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
86012026-01-29T01:25:04.736Z PASS [ 3.775s] (1740/2701) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
86022026-01-29T01:26:04.729Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration
86032026-01-29T01:26:22.128Z PASS [ 77.403s] (1741/2701) omicron-nexus::test_all integration_tests::schema::validate_data_migration
86042026-01-29T01:26:37.364Z PASS [ 15.238s] (1742/2701) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
86052026-01-29T01:26:39.475Z PASS [ 17.350s] (1743/2701) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
86062026-01-29T01:26:51.542Z PASS [ 14.180s] (1744/2701) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
86072026-01-29T01:26:58.981Z PASS [ 19.508s] (1745/2701) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
86082026-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
86092026-01-29T01:27:13.484Z PASS [ 14.505s] (1747/2701) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
86102026-01-29T01:27:19.853Z PASS [ 15.111s] (1748/2701) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
86112026-01-29T01:27:22.123Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
86122026-01-29T01:27:28.929Z PASS [ 15.447s] (1749/2701) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
86132026-01-29T01:27:34.750Z PASS [ 14.897s] (1750/2701) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
86142026-01-29T01:27:44.033Z PASS [ 15.106s] (1751/2701) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
86152026-01-29T01:27:52.196Z PASS [ 17.452s] (1752/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
86162026-01-29T01:27:58.712Z PASS [ 96.598s] (1753/2701) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
86172026-01-29T01:28:00.043Z PASS [ 16.012s] (1754/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
86182026-01-29T01:28:13.115Z PASS [ 20.923s] (1755/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
86192026-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
86202026-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
86212026-01-29T01:28:20.944Z PASS [ 22.231s] (1758/2701) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
86222026-01-29T01:28:21.581Z PASS [ 22.872s] (1759/2701) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
86232026-01-29T01:28:23.478Z PASS [ 23.438s] (1760/2701) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
86242026-01-29T01:28:35.864Z PASS [ 22.751s] (1761/2701) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
86252026-01-29T01:28:44.098Z PASS [ 24.189s] (1762/2701) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
86262026-01-29T01:28:44.123Z PASS [ 24.252s] (1763/2701) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
86272026-01-29T01:28:44.354Z PASS [ 23.417s] (1764/2701) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
86282026-01-29T01:28:46.862Z PASS [ 23.387s] (1765/2701) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
86292026-01-29T01:28:48.740Z PASS [ 27.162s] (1766/2701) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
86302026-01-29T01:29:00.434Z PASS [ 24.574s] (1767/2701) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
86312026-01-29T01:29:07.786Z PASS [ 23.685s] (1768/2701) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
86322026-01-29T01:29:09.232Z PASS [ 25.134s] (1769/2701) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
86332026-01-29T01:29:10.869Z PASS [ 26.520s] (1770/2701) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
86342026-01-29T01:29:13.400Z PASS [ 24.663s] (1771/2701) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
86352026-01-29T01:29:22.949Z PASS [ 36.092s] (1772/2701) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
86362026-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
86372026-01-29T01:29:29.940Z PASS [ 22.163s] (1774/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
86382026-01-29T01:29:31.703Z PASS [ 22.475s] (1775/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
86392026-01-29T01:29:34.796Z PASS [ 23.929s] (1776/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
86402026-01-29T01:29:37.311Z PASS [ 23.915s] (1777/2701) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
86412026-01-29T01:29:47.965Z PASS [ 25.019s] (1778/2701) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
86422026-01-29T01:29:58.436Z PASS [ 26.736s] (1779/2701) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
86432026-01-29T01:29:59.624Z PASS [ 31.534s] (1780/2701) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
86442026-01-29T01:30:02.752Z PASS [ 25.444s] (1781/2701) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
86452026-01-29T01:30:04.019Z PASS [ 34.084s] (1782/2701) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
86462026-01-29T01:30:05.111Z PASS [ 30.320s] (1783/2701) omicron-nexus::test_all integration_tests::silos::test_silos
86472026-01-29T01:30:22.133Z PASS [ 23.700s] (1784/2701) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
86482026-01-29T01:30:26.491Z PASS [ 38.531s] (1785/2701) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
86492026-01-29T01:30:29.942Z PASS [ 27.194s] (1786/2701) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
86502026-01-29T01:30:33.477Z PASS [ 33.857s] (1787/2701) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
86512026-01-29T01:30:46.759Z PASS [ 42.745s] (1788/2701) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
86522026-01-29T01:30:48.193Z PASS [ 21.706s] (1789/2701) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
86532026-01-29T01:30:50.358Z PASS [ 45.253s] (1790/2701) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
86542026-01-29T01:30:55.880Z PASS [ 25.939s] (1791/2701) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
86552026-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
86562026-01-29T01:31:02.982Z PASS [ 40.855s] (1793/2701) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
86572026-01-29T01:31:12.128Z PASS [ 25.372s] (1794/2701) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
86582026-01-29T01:31:27.043Z PASS [ 36.690s] (1795/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
86592026-01-29T01:31:35.249Z PASS [ 47.062s] (1796/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
86602026-01-29T01:31:36.616Z PASS [ 24.492s] (1797/2701) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
86612026-01-29T01:31:40.683Z PASS [ 37.837s] (1798/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
86622026-01-29T01:31:41.095Z PASS [ 38.118s] (1799/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
86632026-01-29T01:31:41.597Z PASS [ 45.725s] (1800/2701) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
86642026-01-29T01:31:57.894Z PASS [ 22.649s] (1801/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_create_unimplemented
86652026-01-29T01:31:59.302Z PASS [ 22.689s] (1802/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_delete_unimplemented
86662026-01-29T01:32:02.436Z PASS [ 21.756s] (1803/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_list_unimplemented
86672026-01-29T01:32:02.799Z PASS [ 21.705s] (1804/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_add_unimplemented
86682026-01-29T01:32:03.432Z PASS [ 21.838s] (1805/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_list_unimplemented
86692026-01-29T01:32:13.417Z PASS [ 46.380s] (1806/2701) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
86702026-01-29T01:32:19.617Z PASS [ 21.726s] (1807/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_remove_unimplemented
86712026-01-29T01:32:21.318Z PASS [ 22.019s] (1808/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link_unimplemented
86722026-01-29T01:32:25.011Z PASS [ 22.578s] (1809/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list_unimplemented
86732026-01-29T01:32:25.280Z PASS [ 22.486s] (1810/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_unlink_unimplemented
86742026-01-29T01:32:26.262Z PASS [ 22.834s] (1811/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_update_unimplemented
86752026-01-29T01:32:35.194Z PASS [ 21.781s] (1812/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_update_unimplemented
86762026-01-29T01:32:42.041Z PASS [ 22.427s] (1813/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
86772026-01-29T01:32:44.127Z PASS [ 22.812s] (1814/2701) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_view_unimplemented
86782026-01-29T01:32:53.221Z PASS [ 27.945s] (1815/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
86792026-01-29T01:32:56.511Z PASS [ 31.504s] (1816/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
86802026-01-29T01:32:58.776Z PASS [ 32.518s] (1817/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
86812026-01-29T01:33:04.096Z PASS [ 22.058s] (1818/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
86822026-01-29T01:33:05.022Z PASS [ 29.830s] (1819/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
86832026-01-29T01:33:16.236Z PASS [ 32.112s] (1820/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
86842026-01-29T01:33:19.586Z PASS [ 3.351s] (1821/2701) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
86852026-01-29T01:33:20.458Z PASS [ 27.240s] (1822/2701) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
86862026-01-29T01:33:24.231Z PASS [ 27.723s] (1823/2701) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
86872026-01-29T01:33:27.308Z PASS [ 23.215s] (1824/2701) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
86882026-01-29T01:33:34.346Z PASS [ 35.575s] (1825/2701) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
86892026-01-29T01:33:46.270Z PASS [ 25.811s] (1826/2701) omicron-nexus::test_all integration_tests::updates::test_repo_prune
86902026-01-29T01:33:49.112Z PASS [ 29.530s] (1827/2701) omicron-nexus::test_all integration_tests::updates::test_repo_list
86912026-01-29T01:33:50.142Z PASS [ 22.836s] (1828/2701) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
86922026-01-29T01:33:57.560Z Cancelling due to signal: 6 tests still running
86932026-01-29T01:33:57.709Z PASS [ 23.366s] (1829/2701) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
86942026-01-29T01:33:57.995Z SIGTERM [ 7.853s] (1830/2701) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
86952026-01-29T01:33:57.995Z stdout ───
86962026-01-29T01:33:57.995Z
86972026-01-29T01:33:57.995Z running 1 test
86982026-01-29T01:33:57.995Z stderr ───
86992026-01-29T01:33:57.995Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log
87002026-01-29T01:33:57.995Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log"
87012026-01-29T01:33:57.995Z DB URL: postgresql://root@[::1]:40248/omicron?sslmode=disable
87022026-01-29T01:33:57.995Z DB address: [::1]:40248
87032026-01-29T01:33:57.995Z
87042026-01-29T01:33:57.995Z (test aborted with signal 15: SIGTERM)
87052026-01-29T01:33:57.995Z
87062026-01-29T01:33:58.115Z SIGTERM [ 9.004s] (1831/2701) omicron-nexus::test_all integration_tests::updates::test_update_status
87072026-01-29T01:33:58.115Z stdout ───
87082026-01-29T01:33:58.115Z
87092026-01-29T01:33:58.115Z running 1 test
87102026-01-29T01:33:58.115Z stderr ───
87112026-01-29T01:33:58.115Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log
87122026-01-29T01:33:58.115Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log"
87132026-01-29T01:33:58.115Z DB URL: postgresql://root@[::1]:61463/omicron?sslmode=disable
87142026-01-29T01:33:58.115Z DB address: [::1]:61463
87152026-01-29T01:33:58.115Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log
87162026-01-29T01:33:58.115Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log"
87172026-01-29T01:33:58.115Z
87182026-01-29T01:33:58.115Z (test aborted with signal 15: SIGTERM)
87192026-01-29T01:33:58.115Z
87202026-01-29T01:33:58.165Z SIGTERM [ 53.152s] (1832/2701) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
87212026-01-29T01:33:58.165Z stdout ───
87222026-01-29T01:33:58.165Z
87232026-01-29T01:33:58.165Z running 1 test
87242026-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)) }} }
87252026-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: {} }
87262026-01-29T01:33:58.165Z stderr ───
87272026-01-29T01:33:58.165Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log
87282026-01-29T01:33:58.165Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log"
87292026-01-29T01:33:58.165Z DB URL: postgresql://root@[::1]:45662/omicron?sslmode=disable
87302026-01-29T01:33:58.165Z DB address: [::1]:45662
87312026-01-29T01:33:58.165Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log
87322026-01-29T01:33:58.165Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log"
87332026-01-29T01:33:58.165Z
87342026-01-29T01:33:58.165Z (test aborted with signal 15: SIGTERM)
87352026-01-29T01:33:58.165Z
87362026-01-29T01:33:58.233Z SIGTERM [ 11.969s] (1833/2701) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
87372026-01-29T01:33:58.234Z stdout ───
87382026-01-29T01:33:58.234Z
87392026-01-29T01:33:58.234Z running 1 test
87402026-01-29T01:33:58.234Z stderr ───
87412026-01-29T01:33:58.234Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log
87422026-01-29T01:33:58.234Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log"
87432026-01-29T01:33:58.234Z DB URL: postgresql://root@[::1]:46887/omicron?sslmode=disable
87442026-01-29T01:33:58.234Z DB address: [::1]:46887
87452026-01-29T01:33:58.234Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log
87462026-01-29T01:33:58.234Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log"
87472026-01-29T01:33:58.234Z
87482026-01-29T01:33:58.234Z (test aborted with signal 15: SIGTERM)
87492026-01-29T01:33:58.234Z
87502026-01-29T01:33:58.331Z SIGTERM [ 34.022s] (1834/2701) omicron-nexus::test_all integration_tests::updates::test_repo_upload
87512026-01-29T01:33:58.331Z stdout ───
87522026-01-29T01:33:58.331Z
87532026-01-29T01:33:58.331Z running 1 test
87542026-01-29T01:33:58.331Z stderr ───
87552026-01-29T01:33:58.331Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log
87562026-01-29T01:33:58.331Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log"
87572026-01-29T01:33:58.331Z DB URL: postgresql://root@[::1]:49308/omicron?sslmode=disable
87582026-01-29T01:33:58.331Z DB address: [::1]:49308
87592026-01-29T01:33:58.331Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log
87602026-01-29T01:33:58.331Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log"
87612026-01-29T01:33:58.331Z log file: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log
87622026-01-29T01:33:58.332Z note: configured to log to "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log"
87632026-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 }
87642026-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 }
87652026-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 }
87662026-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 }
87672026-01-29T01:33:58.368Z
87682026-01-29T01:33:58.368Z (test aborted with signal 15: SIGTERM)
87692026-01-29T01:33:58.368Z
87702026-01-29T01:33:58.368Z────────────
87712026-01-29T01:33:58.368Z Summary [7165.504s] 1834/2701 tests run: 1829 passed (101 slow), 5 failed, 6 skipped
87722026-01-29T01:33:58.368Z SIGTERM [ 7.853s] (1830/2701) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
87732026-01-29T01:33:58.368Z SIGTERM [ 9.004s] (1831/2701) omicron-nexus::test_all integration_tests::updates::test_update_status
87742026-01-29T01:33:58.368Z SIGTERM [ 53.152s] (1832/2701) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
87752026-01-29T01:33:58.368Z SIGTERM [ 11.969s] (1833/2701) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
87762026-01-29T01:33:58.368Z SIGTERM [ 34.022s] (1834/2701) omicron-nexus::test_all integration_tests::updates::test_repo_upload
87772026-01-29T01:33:58.368Zwarning: 867/2701 tests were not run due to signal
87782026-01-29T01:33:58.395Zerror: test run failed
87792026-01-29T01:33:58.395Z
87802026-01-29T01:33:58.395Zreal 2:00:00.815821303
87812026-01-29T01:33:58.395Zuser 11:55:41.236823522
87822026-01-29T01:33:58.395Zsys 2:01:33.254764382
87832026-01-29T01:33:58.395Ztrap 6:23.506973167
87842026-01-29T01:33:58.395Ztflt 25.352392726
87852026-01-29T01:33:58.395Zdflt 1:49.895652734
87862026-01-29T01:33:58.395Zkflt 0.798302232
87872026-01-29T01:33:58.395Zlock 2984:06:58.758298464
87882026-01-29T01:33:58.395Zslp 239:54:01.874128664
87892026-01-29T01:33:58.395Zlat 12:04:18.483606876
87902026-01-29T01:33:58.395Zstop 1:40:36.579691664
87912026-01-29T01:33:59.107Zprocess exited: duration 11038867 ms, exit code 124
 
87922026-01-29T01:33:59.266Zfound 4007 output files
87932026-01-29T01:33:59.266Zuploading: /work/crate-build-timings.json (706137 bytes)
87942026-01-29T01:34:00.551Zuploaded: /work/crate-build-timings.json
87952026-01-29T01:34:00.551Zuploading: /work/environment.json (130 bytes)
87962026-01-29T01:34:01.645Zuploaded: /work/environment.json
87972026-01-29T01:34:01.645Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (482047 bytes)
87982026-01-29T01:34:02.893Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
87992026-01-29T01:34:02.893Zuploading: /var/tmp/omicron_tmp/.tmp2AH1oc/conf (62 bytes)
88002026-01-29T01:34:03.987Zuploaded: /var/tmp/omicron_tmp/.tmp2AH1oc/conf
88012026-01-29T01:34:03.987Zuploading: /var/tmp/omicron_tmp/.tmp2AH1oc/db (690 bytes)
88022026-01-29T01:34:05.081Zuploaded: /var/tmp/omicron_tmp/.tmp2AH1oc/db
88032026-01-29T01:34:05.081Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
88042026-01-29T01:34:06.176Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
88052026-01-29T01:34:06.176Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
88062026-01-29T01:34:07.271Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
88072026-01-29T01:34:07.271Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
88082026-01-29T01:34:08.365Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
88092026-01-29T01:34:08.365Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
88102026-01-29T01:34:09.457Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
88112026-01-29T01:34:09.457Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
88122026-01-29T01:34:10.550Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
88132026-01-29T01:34:10.550Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
88142026-01-29T01:34:11.643Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
88152026-01-29T01:34:11.643Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
88162026-01-29T01:34:12.736Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
88172026-01-29T01:34:12.736Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
88182026-01-29T01:34:13.832Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
88192026-01-29T01:34:13.859Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
88202026-01-29T01:34:15.110Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
88212026-01-29T01:34:15.110Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
88222026-01-29T01:34:16.248Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
88232026-01-29T01:34:16.249Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
88242026-01-29T01:34:17.496Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
88252026-01-29T01:34:17.496Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
88262026-01-29T01:34:18.632Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
88272026-01-29T01:34:18.633Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
88282026-01-29T01:34:19.909Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
88292026-01-29T01:34:19.909Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
88302026-01-29T01:34:21.002Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
88312026-01-29T01:34:21.002Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/artifact-config.json (1370 bytes)
88322026-01-29T01:34:22.096Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/artifact-config.json
88332026-01-29T01:34:22.096Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
88342026-01-29T01:34:23.345Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
88352026-01-29T01:34:23.345Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
88362026-01-29T01:34:24.592Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
88372026-01-29T01:34:24.592Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
88382026-01-29T01:34:25.686Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
88392026-01-29T01:34:25.686Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
88402026-01-29T01:34:26.781Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
88412026-01-29T01:34:26.781Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
88422026-01-29T01:34:28.056Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
88432026-01-29T01:34:28.056Zuploading: /var/tmp/omicron_tmp/.tmp539oDk/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
88442026-01-29T01:34:29.302Zuploaded: /var/tmp/omicron_tmp/.tmp539oDk/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
88452026-01-29T01:34:29.302Zuploading: /var/tmp/omicron_tmp/.tmp6eMyGl/dendrite_stdout (50194 bytes)
88462026-01-29T01:34:30.481Zuploaded: /var/tmp/omicron_tmp/.tmp6eMyGl/dendrite_stdout
88472026-01-29T01:34:30.481Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stderr (704 bytes)
88482026-01-29T01:34:31.574Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stderr
88492026-01-29T01:34:31.599Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stdout (951 bytes)
88502026-01-29T01:34:32.670Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/cockroach_stdout
88512026-01-29T01:34:32.670Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000017.log (165879 bytes)
88522026-01-29T01:34:33.873Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000017.log
88532026-01-29T01:34:33.873Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000020.sst (941740 bytes)
88542026-01-29T01:34:35.143Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000020.sst
88552026-01-29T01:34:35.143Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000021.log (2522691 bytes)
88562026-01-29T01:34:36.486Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/000021.log
88572026-01-29T01:34:36.486Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/CURRENT (16 bytes)
88582026-01-29T01:34:37.579Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/CURRENT
88592026-01-29T01:34:37.579Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/LOCK (0 bytes)
88602026-01-29T01:34:38.648Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/LOCK
88612026-01-29T01:34:38.648Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000001 (44 bytes)
88622026-01-29T01:34:39.743Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000001
88632026-01-29T01:34:39.743Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000018 (615 bytes)
88642026-01-29T01:34:40.836Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/MANIFEST-000018
88652026-01-29T01:34:40.836Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/OPTIONS-000019 (2366 bytes)
88662026-01-29T01:34:41.929Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/OPTIONS-000019
88672026-01-29T01:34:41.929Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/STORAGE_MIN_VERSION (8 bytes)
88682026-01-29T01:34:43.022Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/STORAGE_MIN_VERSION
88692026-01-29T01:34:43.022Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-addr (11 bytes)
88702026-01-29T01:34:44.115Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-addr
88712026-01-29T01:34:44.139Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-sql-addr (11 bytes)
88722026-01-29T01:34:45.208Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.advertise-sql-addr
88732026-01-29T01:34:45.208Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.http-addr (11 bytes)
88742026-01-29T01:34:46.301Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.http-addr
88752026-01-29T01:34:46.301Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.listen-addr (11 bytes)
88762026-01-29T01:34:47.397Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.listen-addr
88772026-01-29T01:34:47.397Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.sql-addr (11 bytes)
88782026-01-29T01:34:48.490Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/cockroach.sql-addr
88792026-01-29T01:34:48.490Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes)
88802026-01-29T01:34:49.584Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
88812026-01-29T01:34:49.584Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log (2076 bytes)
88822026-01-29T01:34:50.678Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log
88832026-01-29T01:34:50.678Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.log (2076 bytes)
88842026-01-29T01:34:51.773Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-health.log
88852026-01-29T01:34:51.773Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes)
88862026-01-29T01:34:52.867Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
88872026-01-29T01:34:52.867Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log (5449 bytes)
88882026-01-29T01:34:53.981Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log
88892026-01-29T01:34:53.981Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.log (5449 bytes)
88902026-01-29T01:34:55.097Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-pebble.log
88912026-01-29T01:34:55.097Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes)
88922026-01-29T01:34:56.191Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log
88932026-01-29T01:34:56.191Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.log (1780 bytes)
88942026-01-29T01:34:57.285Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-security.log
88952026-01-29T01:34:57.285Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes)
88962026-01-29T01:34:58.512Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
88972026-01-29T01:34:58.512Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.log (321228 bytes)
88982026-01-29T01:34:59.741Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-sql-schema.log
88992026-01-29T01:34:59.741Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes)
89002026-01-29T01:35:00.837Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
89012026-01-29T01:35:00.837Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log (1126 bytes)
89022026-01-29T01:35:01.927Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log
89032026-01-29T01:35:01.952Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.log (1126 bytes)
89042026-01-29T01:35:03.020Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-stderr.log
89052026-01-29T01:35:03.020Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log (10148 bytes)
89062026-01-29T01:35:04.135Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_47Z.006139.log
89072026-01-29T01:35:04.135Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.log (10148 bytes)
89082026-01-29T01:35:05.252Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach-telemetry.log
89092026-01-29T01:35:05.252Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes)
89102026-01-29T01:35:06.630Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
89112026-01-29T01:35:06.630Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log (20390 bytes)
89122026-01-29T01:35:07.768Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_46Z.006139.log
89132026-01-29T01:35:07.768Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.log (20390 bytes)
89142026-01-29T01:35:08.905Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/cockroach.log
89152026-01-29T01:35:08.905Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/heap_profiler/memprof.2026-01-29T01_33_56.954.42747400.pprof (100462 bytes)
89162026-01-29T01:35:10.105Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/logs/heap_profiler/memprof.2026-01-29T01_33_56.954.42747400.pprof
89172026-01-29T01:35:10.105Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.format-version.000005.006 (0 bytes)
89182026-01-29T01:35:11.174Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.format-version.000005.006
89192026-01-29T01:35:11.174Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
89202026-01-29T01:35:12.243Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/marker.manifest.000002.MANIFEST-000018
89212026-01-29T01:35:12.243Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/data/temp-dirs-record.txt (0 bytes)
89222026-01-29T01:35:13.313Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/data/temp-dirs-record.txt
89232026-01-29T01:35:13.313Zuploading: /var/tmp/omicron_tmp/.tmp6jFDFB/listen-url (56 bytes)
89242026-01-29T01:35:14.407Zuploaded: /var/tmp/omicron_tmp/.tmp6jFDFB/listen-url
89252026-01-29T01:35:14.407Zuploading: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stderr (0 bytes)
89262026-01-29T01:35:15.476Zuploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stderr
89272026-01-29T01:35:15.476Zuploading: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stdout (20346 bytes)
89282026-01-29T01:35:16.613Zuploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/mgd_stdout
89292026-01-29T01:35:16.613Zuploading: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/conf (62 bytes)
89302026-01-29T01:35:17.706Zuploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/conf
89312026-01-29T01:35:17.706Zuploading: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/db (842 bytes)
89322026-01-29T01:35:18.798Zuploaded: /var/tmp/omicron_tmp/.tmp8JFBJs/rdb/db
89332026-01-29T01:35:18.799Zuploading: /var/tmp/omicron_tmp/.tmpAjgqAy/conf (62 bytes)
89342026-01-29T01:35:19.892Zuploaded: /var/tmp/omicron_tmp/.tmpAjgqAy/conf
89352026-01-29T01:35:19.892Zuploading: /var/tmp/omicron_tmp/.tmpAjgqAy/db (0 bytes)
89362026-01-29T01:35:20.962Zuploaded: /var/tmp/omicron_tmp/.tmpAjgqAy/db
89372026-01-29T01:35:20.962Zuploading: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stderr (0 bytes)
89382026-01-29T01:35:22.034Zuploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stderr
89392026-01-29T01:35:22.034Zuploading: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stdout (18932 bytes)
89402026-01-29T01:35:23.175Zuploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/mgd_stdout
89412026-01-29T01:35:23.175Zuploading: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/conf (62 bytes)
89422026-01-29T01:35:24.270Zuploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/conf
89432026-01-29T01:35:24.270Zuploading: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/db (842 bytes)
89442026-01-29T01:35:25.366Zuploaded: /var/tmp/omicron_tmp/.tmpBTcwHy/rdb/db
89452026-01-29T01:35:25.367Zuploading: /var/tmp/omicron_tmp/.tmpCrEyB1/conf (62 bytes)
89462026-01-29T01:35:26.462Zuploaded: /var/tmp/omicron_tmp/.tmpCrEyB1/conf
89472026-01-29T01:35:26.462Zuploading: /var/tmp/omicron_tmp/.tmpCrEyB1/db (0 bytes)
89482026-01-29T01:35:27.534Zuploaded: /var/tmp/omicron_tmp/.tmpCrEyB1/db
89492026-01-29T01:35:27.534Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
89502026-01-29T01:35:28.630Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
89512026-01-29T01:35:28.630Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
89522026-01-29T01:35:29.725Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
89532026-01-29T01:35:29.725Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
89542026-01-29T01:35:30.821Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
89552026-01-29T01:35:30.821Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
89562026-01-29T01:35:31.917Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
89572026-01-29T01:35:31.917Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
89582026-01-29T01:35:33.016Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
89592026-01-29T01:35:33.016Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
89602026-01-29T01:35:34.112Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
89612026-01-29T01:35:34.112Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
89622026-01-29T01:35:35.208Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
89632026-01-29T01:35:35.208Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
89642026-01-29T01:35:36.304Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
89652026-01-29T01:35:36.330Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
89662026-01-29T01:35:37.589Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
89672026-01-29T01:35:37.589Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
89682026-01-29T01:35:38.732Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
89692026-01-29T01:35:38.757Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
89702026-01-29T01:35:39.989Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
89712026-01-29T01:35:39.989Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
89722026-01-29T01:35:41.132Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
89732026-01-29T01:35:41.132Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
89742026-01-29T01:35:42.413Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
89752026-01-29T01:35:42.413Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
89762026-01-29T01:35:43.508Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
89772026-01-29T01:35:43.508Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/artifact-config.json (1370 bytes)
89782026-01-29T01:35:44.604Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/artifact-config.json
89792026-01-29T01:35:44.604Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
89802026-01-29T01:35:45.859Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
89812026-01-29T01:35:45.859Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
89822026-01-29T01:35:47.113Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
89832026-01-29T01:35:47.113Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
89842026-01-29T01:35:48.209Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
89852026-01-29T01:35:48.209Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
89862026-01-29T01:35:49.303Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
89872026-01-29T01:35:49.304Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
89882026-01-29T01:35:50.585Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
89892026-01-29T01:35:50.585Zuploading: /var/tmp/omicron_tmp/.tmpFgat18/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
89902026-01-29T01:35:51.838Zuploaded: /var/tmp/omicron_tmp/.tmpFgat18/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
89912026-01-29T01:35:51.839Zuploading: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stderr (0 bytes)
89922026-01-29T01:35:52.910Zuploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stderr
89932026-01-29T01:35:52.910Zuploading: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stdout (32144 bytes)
89942026-01-29T01:35:54.072Zuploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/mgd_stdout
89952026-01-29T01:35:54.072Zuploading: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/conf (62 bytes)
89962026-01-29T01:35:55.168Zuploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/conf
89972026-01-29T01:35:55.168Zuploading: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/db (842 bytes)
89982026-01-29T01:35:56.264Zuploaded: /var/tmp/omicron_tmp/.tmpHp4RVc/rdb/db
89992026-01-29T01:35:56.264Zuploading: /var/tmp/omicron_tmp/.tmpIuU0Hr/conf (62 bytes)
90002026-01-29T01:35:57.360Zuploaded: /var/tmp/omicron_tmp/.tmpIuU0Hr/conf
90012026-01-29T01:35:57.360Zuploading: /var/tmp/omicron_tmp/.tmpIuU0Hr/db (9038 bytes)
90022026-01-29T01:35:58.477Zuploaded: /var/tmp/omicron_tmp/.tmpIuU0Hr/db
90032026-01-29T01:35:58.477Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stderr (704 bytes)
90042026-01-29T01:35:59.572Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stderr
90052026-01-29T01:35:59.596Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stdout (913 bytes)
90062026-01-29T01:35:59.620Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stdout" changed size mid upload: 913 -> 951
90072026-01-29T01:36:00.690Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/cockroach_stdout
90082026-01-29T01:36:00.691Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000017.log (161845 bytes)
90092026-01-29T01:36:01.898Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000017.log
90102026-01-29T01:36:01.922Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000020.sst (941740 bytes)
90112026-01-29T01:36:03.178Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000020.sst
90122026-01-29T01:36:03.212Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000021.log (5801880 bytes)
90132026-01-29T01:36:03.615Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/000021.log" changed size mid upload: 5801880 -> 6255720
90142026-01-29T01:36:04.688Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/000021.log
90152026-01-29T01:36:04.688Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/CURRENT (16 bytes)
90162026-01-29T01:36:05.782Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/CURRENT
90172026-01-29T01:36:05.782Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/LOCK (0 bytes)
90182026-01-29T01:36:06.853Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/LOCK
90192026-01-29T01:36:06.853Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000001 (44 bytes)
90202026-01-29T01:36:07.949Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000001
90212026-01-29T01:36:07.973Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000018 (615 bytes)
90222026-01-29T01:36:09.046Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/MANIFEST-000018
90232026-01-29T01:36:09.046Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/OPTIONS-000019 (2366 bytes)
90242026-01-29T01:36:10.142Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/OPTIONS-000019
90252026-01-29T01:36:10.167Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/STORAGE_MIN_VERSION (8 bytes)
90262026-01-29T01:36:11.239Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/STORAGE_MIN_VERSION
90272026-01-29T01:36:11.239Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/000002.log (0 bytes)
90282026-01-29T01:36:11.262Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/000002.log" disappeared between scan and upload
90292026-01-29T01:36:11.262Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/CURRENT (16 bytes)
90302026-01-29T01:36:11.286Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/CURRENT" disappeared between scan and upload
90312026-01-29T01:36:11.286Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/LOCK (0 bytes)
90322026-01-29T01:36:11.310Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/LOCK" disappeared between scan and upload
90332026-01-29T01:36:11.310Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/MANIFEST-000001 (50 bytes)
90342026-01-29T01:36:11.334Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/MANIFEST-000001" disappeared between scan and upload
90352026-01-29T01:36:11.334Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/OPTIONS-000003 (2303 bytes)
90362026-01-29T01:36:11.358Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/OPTIONS-000003" disappeared between scan and upload
90372026-01-29T01:36:11.358Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/TEMP_DIR.LOCK (0 bytes)
90382026-01-29T01:36:11.382Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach-temp1647586932/TEMP_DIR.LOCK" disappeared between scan and upload
90392026-01-29T01:36:11.382Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-addr (11 bytes)
90402026-01-29T01:36:12.473Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-addr
90412026-01-29T01:36:12.473Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-sql-addr (11 bytes)
90422026-01-29T01:36:13.567Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.advertise-sql-addr
90432026-01-29T01:36:13.567Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.http-addr (11 bytes)
90442026-01-29T01:36:14.663Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.http-addr
90452026-01-29T01:36:14.663Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.listen-addr (11 bytes)
90462026-01-29T01:36:15.759Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.listen-addr
90472026-01-29T01:36:15.759Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.sql-addr (11 bytes)
90482026-01-29T01:36:16.855Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/cockroach.sql-addr
90492026-01-29T01:36:16.855Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes)
90502026-01-29T01:36:17.952Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
90512026-01-29T01:36:17.952Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log (3382 bytes)
90522026-01-29T01:36:18.000Zupload 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
90532026-01-29T01:36:19.070Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log
90542026-01-29T01:36:19.070Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.log (3382 bytes)
90552026-01-29T01:36:19.118Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.log" changed size mid upload: 3382 -> 3733
90562026-01-29T01:36:20.188Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-health.log
90572026-01-29T01:36:20.188Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes)
90582026-01-29T01:36:21.283Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
90592026-01-29T01:36:21.307Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log (5452 bytes)
90602026-01-29T01:36:22.401Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log
90612026-01-29T01:36:22.401Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.log (5452 bytes)
90622026-01-29T01:36:23.519Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-pebble.log
90632026-01-29T01:36:23.519Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes)
90642026-01-29T01:36:24.615Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log
90652026-01-29T01:36:24.615Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.log (1780 bytes)
90662026-01-29T01:36:25.711Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-security.log
90672026-01-29T01:36:25.711Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes)
90682026-01-29T01:36:26.942Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
90692026-01-29T01:36:26.942Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.log (321228 bytes)
90702026-01-29T01:36:28.167Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-sql-schema.log
90712026-01-29T01:36:28.167Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes)
90722026-01-29T01:36:29.260Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
90732026-01-29T01:36:29.260Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log (1126 bytes)
90742026-01-29T01:36:30.353Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log
90752026-01-29T01:36:30.353Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.log (1126 bytes)
90762026-01-29T01:36:31.448Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-stderr.log
90772026-01-29T01:36:31.472Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log (28811 bytes)
90782026-01-29T01:36:31.559Zupload 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
90792026-01-29T01:36:32.628Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_24Z.006071.log
90802026-01-29T01:36:32.628Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.log (28811 bytes)
90812026-01-29T01:36:32.739Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.log" changed size mid upload: 28811 -> 29217
90822026-01-29T01:36:33.809Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach-telemetry.log
90832026-01-29T01:36:33.809Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes)
90842026-01-29T01:36:35.058Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
90852026-01-29T01:36:35.058Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log (25126 bytes)
90862026-01-29T01:36:35.169Zupload 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
90872026-01-29T01:36:36.239Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_23Z.006071.log
90882026-01-29T01:36:36.263Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.log (25126 bytes)
90892026-01-29T01:36:36.349Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.log" changed size mid upload: 25126 -> 27229
90902026-01-29T01:36:37.418Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/cockroach.log
90912026-01-29T01:36:37.418Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_34.545.59595008.pprof (105642 bytes)
90922026-01-29T01:36:38.622Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_34.545.59595008.pprof
90932026-01-29T01:36:38.622Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_44.541.95712320.pprof (130364 bytes)
90942026-01-29T01:36:39.824Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/logs/heap_profiler/memprof.2026-01-29T01_33_44.541.95712320.pprof
90952026-01-29T01:36:39.848Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.format-version.000005.006 (0 bytes)
90962026-01-29T01:36:40.894Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.format-version.000005.006
90972026-01-29T01:36:40.894Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
90982026-01-29T01:36:41.969Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/marker.manifest.000002.MANIFEST-000018
90992026-01-29T01:36:41.969Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/data/temp-dirs-record.txt (62 bytes)
91002026-01-29T01:36:41.993Zupload warning: file "/var/tmp/omicron_tmp/.tmpJ19c2L/data/temp-dirs-record.txt" changed size mid upload: 62 -> 0
91012026-01-29T01:36:43.062Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/data/temp-dirs-record.txt
91022026-01-29T01:36:43.062Zuploading: /var/tmp/omicron_tmp/.tmpJ19c2L/listen-url (56 bytes)
91032026-01-29T01:36:44.155Zuploaded: /var/tmp/omicron_tmp/.tmpJ19c2L/listen-url
91042026-01-29T01:36:44.155Zuploading: /var/tmp/omicron_tmp/.tmpJLC7u4/conf (62 bytes)
91052026-01-29T01:36:45.250Zuploaded: /var/tmp/omicron_tmp/.tmpJLC7u4/conf
91062026-01-29T01:36:45.250Zuploading: /var/tmp/omicron_tmp/.tmpJLC7u4/db (0 bytes)
91072026-01-29T01:36:46.320Zuploaded: /var/tmp/omicron_tmp/.tmpJLC7u4/db
91082026-01-29T01:36:46.320Zuploading: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stderr (0 bytes)
91092026-01-29T01:36:47.406Zuploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stderr
91102026-01-29T01:36:47.441Zuploading: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stdout (46271 bytes)
91112026-01-29T01:36:48.570Zuploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/mgd_stdout
91122026-01-29T01:36:48.570Zuploading: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/conf (62 bytes)
91132026-01-29T01:36:49.664Zuploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/conf
91142026-01-29T01:36:49.664Zuploading: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/db (842 bytes)
91152026-01-29T01:36:50.757Zuploaded: /var/tmp/omicron_tmp/.tmpJf5W8f/rdb/db
91162026-01-29T01:36:50.757Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stderr (704 bytes)
91172026-01-29T01:36:51.851Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stderr
91182026-01-29T01:36:51.851Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stdout (951 bytes)
91192026-01-29T01:36:52.944Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/cockroach_stdout
91202026-01-29T01:36:52.944Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000017.log (165168 bytes)
91212026-01-29T01:36:54.151Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000017.log
91222026-01-29T01:36:54.151Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000020.sst (941740 bytes)
91232026-01-29T01:36:55.423Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000020.sst
91242026-01-29T01:36:55.423Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000021.log (1700934 bytes)
91252026-01-29T01:36:56.743Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/000021.log
91262026-01-29T01:36:56.743Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/CURRENT (16 bytes)
91272026-01-29T01:36:57.837Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/CURRENT
91282026-01-29T01:36:57.837Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/LOCK (0 bytes)
91292026-01-29T01:36:58.908Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/LOCK
91302026-01-29T01:36:58.932Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000001 (44 bytes)
91312026-01-29T01:37:00.002Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000001
91322026-01-29T01:37:00.002Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000018 (615 bytes)
91332026-01-29T01:37:01.098Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/MANIFEST-000018
91342026-01-29T01:37:01.098Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/OPTIONS-000019 (2366 bytes)
91352026-01-29T01:37:02.192Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/OPTIONS-000019
91362026-01-29T01:37:02.216Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/STORAGE_MIN_VERSION (8 bytes)
91372026-01-29T01:37:03.286Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/STORAGE_MIN_VERSION
91382026-01-29T01:37:03.286Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-addr (11 bytes)
91392026-01-29T01:37:04.380Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-addr
91402026-01-29T01:37:04.404Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-sql-addr (11 bytes)
91412026-01-29T01:37:05.473Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.advertise-sql-addr
91422026-01-29T01:37:05.498Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.http-addr (11 bytes)
91432026-01-29T01:37:06.569Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.http-addr
91442026-01-29T01:37:06.594Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.listen-addr (11 bytes)
91452026-01-29T01:37:07.663Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.listen-addr
91462026-01-29T01:37:07.663Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.sql-addr (11 bytes)
91472026-01-29T01:37:08.759Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/cockroach.sql-addr
91482026-01-29T01:37:08.759Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes)
91492026-01-29T01:37:09.852Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
91502026-01-29T01:37:09.876Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log (1321 bytes)
91512026-01-29T01:37:10.945Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log
91522026-01-29T01:37:10.946Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.log (1321 bytes)
91532026-01-29T01:37:12.040Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-health.log
91542026-01-29T01:37:12.040Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes)
91552026-01-29T01:37:13.135Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
91562026-01-29T01:37:13.135Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log (5442 bytes)
91572026-01-29T01:37:14.250Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log
91582026-01-29T01:37:14.250Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.log (5442 bytes)
91592026-01-29T01:37:15.365Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-pebble.log
91602026-01-29T01:37:15.365Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes)
91612026-01-29T01:37:16.459Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log
91622026-01-29T01:37:16.483Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.log (1780 bytes)
91632026-01-29T01:37:17.555Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-security.log
91642026-01-29T01:37:17.555Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes)
91652026-01-29T01:37:18.782Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
91662026-01-29T01:37:18.806Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.log (321228 bytes)
91672026-01-29T01:37:20.011Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-sql-schema.log
91682026-01-29T01:37:20.011Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes)
91692026-01-29T01:37:21.104Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
91702026-01-29T01:37:21.105Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log (1126 bytes)
91712026-01-29T01:37:22.198Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log
91722026-01-29T01:37:22.198Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.log (1126 bytes)
91732026-01-29T01:37:23.292Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-stderr.log
91742026-01-29T01:37:23.293Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log (8063 bytes)
91752026-01-29T01:37:24.410Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006154.log
91762026-01-29T01:37:24.410Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.log (8063 bytes)
91772026-01-29T01:37:25.526Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach-telemetry.log
91782026-01-29T01:37:25.526Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes)
91792026-01-29T01:37:26.774Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
91802026-01-29T01:37:26.797Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log (18452 bytes)
91812026-01-29T01:37:27.910Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_48Z.006154.log
91822026-01-29T01:37:27.910Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.log (18452 bytes)
91832026-01-29T01:37:29.048Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/logs/cockroach.log
91842026-01-29T01:37:29.048Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.format-version.000005.006 (0 bytes)
91852026-01-29T01:37:30.117Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.format-version.000005.006
91862026-01-29T01:37:30.117Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
91872026-01-29T01:37:31.187Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/marker.manifest.000002.MANIFEST-000018
91882026-01-29T01:37:31.187Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/temp-dirs-record.txt (0 bytes)
91892026-01-29T01:37:32.255Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/data/temp-dirs-record.txt
91902026-01-29T01:37:32.255Zuploading: /var/tmp/omicron_tmp/.tmpLOA4Ck/listen-url (56 bytes)
91912026-01-29T01:37:33.349Zuploaded: /var/tmp/omicron_tmp/.tmpLOA4Ck/listen-url
91922026-01-29T01:37:33.349Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
91932026-01-29T01:37:34.442Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
91942026-01-29T01:37:34.442Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
91952026-01-29T01:37:35.536Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
91962026-01-29T01:37:35.536Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
91972026-01-29T01:37:36.629Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
91982026-01-29T01:37:36.629Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
91992026-01-29T01:37:37.721Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
92002026-01-29T01:37:37.721Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
92012026-01-29T01:37:38.814Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
92022026-01-29T01:37:38.814Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
92032026-01-29T01:37:39.908Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
92042026-01-29T01:37:39.908Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
92052026-01-29T01:37:41.001Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
92062026-01-29T01:37:41.001Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
92072026-01-29T01:37:42.093Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
92082026-01-29T01:37:42.093Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
92092026-01-29T01:37:43.367Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
92102026-01-29T01:37:43.367Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
92112026-01-29T01:37:44.503Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
92122026-01-29T01:37:44.503Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
92132026-01-29T01:37:45.753Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
92142026-01-29T01:37:45.777Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
92152026-01-29T01:37:46.892Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
92162026-01-29T01:37:46.892Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
92172026-01-29T01:37:48.166Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
92182026-01-29T01:37:48.166Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
92192026-01-29T01:37:49.260Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
92202026-01-29T01:37:49.260Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/artifact-config.json (1370 bytes)
92212026-01-29T01:37:50.391Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/artifact-config.json
92222026-01-29T01:37:50.391Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
92232026-01-29T01:37:51.644Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
92242026-01-29T01:37:51.645Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
92252026-01-29T01:37:52.893Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
92262026-01-29T01:37:52.893Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
92272026-01-29T01:37:53.986Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
92282026-01-29T01:37:53.986Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
92292026-01-29T01:37:55.080Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
92302026-01-29T01:37:55.080Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
92312026-01-29T01:37:56.352Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
92322026-01-29T01:37:56.352Zuploading: /var/tmp/omicron_tmp/.tmpLWAyt9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
92332026-01-29T01:37:57.601Zuploaded: /var/tmp/omicron_tmp/.tmpLWAyt9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
92342026-01-29T01:37:57.601Zuploading: /var/tmp/omicron_tmp/.tmpNWxuJN/conf (62 bytes)
92352026-01-29T01:37:58.694Zuploaded: /var/tmp/omicron_tmp/.tmpNWxuJN/conf
92362026-01-29T01:37:58.694Zuploading: /var/tmp/omicron_tmp/.tmpNWxuJN/db (1224 bytes)
92372026-01-29T01:37:59.787Zuploaded: /var/tmp/omicron_tmp/.tmpNWxuJN/db
92382026-01-29T01:37:59.787Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stderr (704 bytes)
92392026-01-29T01:38:00.889Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stderr
92402026-01-29T01:38:00.912Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stdout (951 bytes)
92412026-01-29T01:38:01.982Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/cockroach_stdout
92422026-01-29T01:38:01.982Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/000017.log (164057 bytes)
92432026-01-29T01:38:03.183Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/000017.log
92442026-01-29T01:38:03.183Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/000020.sst (941740 bytes)
92452026-01-29T01:38:04.453Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/000020.sst
92462026-01-29T01:38:04.454Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/000021.log (1358493 bytes)
92472026-01-29T01:38:05.733Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/000021.log
92482026-01-29T01:38:05.733Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/CURRENT (16 bytes)
92492026-01-29T01:38:06.827Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/CURRENT
92502026-01-29T01:38:06.827Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/LOCK (0 bytes)
92512026-01-29T01:38:07.897Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/LOCK
92522026-01-29T01:38:07.897Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000001 (44 bytes)
92532026-01-29T01:38:08.990Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000001
92542026-01-29T01:38:08.990Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000018 (615 bytes)
92552026-01-29T01:38:10.085Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/MANIFEST-000018
92562026-01-29T01:38:10.085Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/OPTIONS-000019 (2366 bytes)
92572026-01-29T01:38:11.178Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/OPTIONS-000019
92582026-01-29T01:38:11.178Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/STORAGE_MIN_VERSION (8 bytes)
92592026-01-29T01:38:12.271Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/STORAGE_MIN_VERSION
92602026-01-29T01:38:12.271Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-addr (11 bytes)
92612026-01-29T01:38:13.364Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-addr
92622026-01-29T01:38:13.365Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-sql-addr (11 bytes)
92632026-01-29T01:38:14.458Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.advertise-sql-addr
92642026-01-29T01:38:14.458Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.http-addr (11 bytes)
92652026-01-29T01:38:15.550Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.http-addr
92662026-01-29T01:38:15.550Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.listen-addr (11 bytes)
92672026-01-29T01:38:16.643Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.listen-addr
92682026-01-29T01:38:16.643Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.sql-addr (11 bytes)
92692026-01-29T01:38:17.736Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/cockroach.sql-addr
92702026-01-29T01:38:17.736Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes)
92712026-01-29T01:38:18.835Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
92722026-01-29T01:38:18.835Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log (1532 bytes)
92732026-01-29T01:38:19.928Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log
92742026-01-29T01:38:19.928Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.log (1532 bytes)
92752026-01-29T01:38:21.022Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-health.log
92762026-01-29T01:38:21.022Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes)
92772026-01-29T01:38:22.118Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
92782026-01-29T01:38:22.118Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log (5445 bytes)
92792026-01-29T01:38:23.232Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log
92802026-01-29T01:38:23.232Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.log (5445 bytes)
92812026-01-29T01:38:24.347Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-pebble.log
92822026-01-29T01:38:24.347Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes)
92832026-01-29T01:38:25.440Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log
92842026-01-29T01:38:25.464Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.log (1780 bytes)
92852026-01-29T01:38:26.534Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-security.log
92862026-01-29T01:38:26.534Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes)
92872026-01-29T01:38:27.759Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
92882026-01-29T01:38:27.759Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.log (321228 bytes)
92892026-01-29T01:38:28.986Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-sql-schema.log
92902026-01-29T01:38:28.986Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes)
92912026-01-29T01:38:30.079Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
92922026-01-29T01:38:30.080Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log (1126 bytes)
92932026-01-29T01:38:31.172Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log
92942026-01-29T01:38:31.172Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.log (1126 bytes)
92952026-01-29T01:38:32.267Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-stderr.log
92962026-01-29T01:38:32.268Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log (6754 bytes)
92972026-01-29T01:38:33.382Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_50Z.006164.log
92982026-01-29T01:38:33.382Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.log (6754 bytes)
92992026-01-29T01:38:34.496Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach-telemetry.log
93002026-01-29T01:38:34.496Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes)
93012026-01-29T01:38:35.746Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
93022026-01-29T01:38:35.746Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log (17625 bytes)
93032026-01-29T01:38:36.882Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_49Z.006164.log
93042026-01-29T01:38:36.882Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.log (17625 bytes)
93052026-01-29T01:38:38.019Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/logs/cockroach.log
93062026-01-29T01:38:38.019Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.format-version.000005.006 (0 bytes)
93072026-01-29T01:38:39.090Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.format-version.000005.006
93082026-01-29T01:38:39.090Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
93092026-01-29T01:38:40.160Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/marker.manifest.000002.MANIFEST-000018
93102026-01-29T01:38:40.160Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/data/temp-dirs-record.txt (0 bytes)
93112026-01-29T01:38:41.230Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/data/temp-dirs-record.txt
93122026-01-29T01:38:41.230Zuploading: /var/tmp/omicron_tmp/.tmpOnXdje/listen-url (56 bytes)
93132026-01-29T01:38:42.322Zuploaded: /var/tmp/omicron_tmp/.tmpOnXdje/listen-url
93142026-01-29T01:38:42.322Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
93152026-01-29T01:38:43.416Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
93162026-01-29T01:38:43.416Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
93172026-01-29T01:38:44.509Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
93182026-01-29T01:38:44.509Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
93192026-01-29T01:38:45.602Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
93202026-01-29T01:38:45.602Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
93212026-01-29T01:38:46.695Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
93222026-01-29T01:38:46.695Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
93232026-01-29T01:38:47.790Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
93242026-01-29T01:38:47.790Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
93252026-01-29T01:38:48.887Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
93262026-01-29T01:38:48.887Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
93272026-01-29T01:38:49.980Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
93282026-01-29T01:38:49.980Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
93292026-01-29T01:38:51.072Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
93302026-01-29T01:38:51.072Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
93312026-01-29T01:38:52.347Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
93322026-01-29T01:38:52.347Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
93332026-01-29T01:38:53.485Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
93342026-01-29T01:38:53.485Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
93352026-01-29T01:38:54.733Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
93362026-01-29T01:38:54.733Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
93372026-01-29T01:38:55.868Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
93382026-01-29T01:38:55.868Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
93392026-01-29T01:38:57.140Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
93402026-01-29T01:38:57.140Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
93412026-01-29T01:38:58.233Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
93422026-01-29T01:38:58.233Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/artifact-config.json (1370 bytes)
93432026-01-29T01:38:59.326Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/artifact-config.json
93442026-01-29T01:38:59.326Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
93452026-01-29T01:39:00.574Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
93462026-01-29T01:39:00.598Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
93472026-01-29T01:39:01.822Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
93482026-01-29T01:39:01.846Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
93492026-01-29T01:39:02.915Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
93502026-01-29T01:39:02.915Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
93512026-01-29T01:39:04.007Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
93522026-01-29T01:39:04.007Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
93532026-01-29T01:39:05.281Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
93542026-01-29T01:39:05.281Zuploading: /var/tmp/omicron_tmp/.tmpQUfrRo/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
93552026-01-29T01:39:06.528Zuploaded: /var/tmp/omicron_tmp/.tmpQUfrRo/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
93562026-01-29T01:39:06.528Zuploading: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stderr (0 bytes)
93572026-01-29T01:39:07.598Zuploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stderr
93582026-01-29T01:39:07.598Zuploading: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stdout (32616 bytes)
93592026-01-29T01:39:08.756Zuploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/mgd_stdout
93602026-01-29T01:39:08.756Zuploading: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/conf (62 bytes)
93612026-01-29T01:39:09.850Zuploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/conf
93622026-01-29T01:39:09.850Zuploading: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/db (842 bytes)
93632026-01-29T01:39:10.943Zuploaded: /var/tmp/omicron_tmp/.tmpRE4c5l/rdb/db
93642026-01-29T01:39:10.943Zuploading: /var/tmp/omicron_tmp/.tmpX9tgPQ/conf (62 bytes)
93652026-01-29T01:39:12.035Zuploaded: /var/tmp/omicron_tmp/.tmpX9tgPQ/conf
93662026-01-29T01:39:12.035Zuploading: /var/tmp/omicron_tmp/.tmpX9tgPQ/db (7473 bytes)
93672026-01-29T01:39:13.150Zuploaded: /var/tmp/omicron_tmp/.tmpX9tgPQ/db
93682026-01-29T01:39:13.150Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
93692026-01-29T01:39:14.243Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
93702026-01-29T01:39:14.243Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
93712026-01-29T01:39:15.335Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
93722026-01-29T01:39:15.335Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
93732026-01-29T01:39:16.433Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
93742026-01-29T01:39:16.457Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
93752026-01-29T01:39:17.526Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
93762026-01-29T01:39:17.551Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
93772026-01-29T01:39:18.619Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
93782026-01-29T01:39:18.619Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
93792026-01-29T01:39:19.713Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
93802026-01-29T01:39:19.713Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
93812026-01-29T01:39:20.809Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
93822026-01-29T01:39:20.809Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
93832026-01-29T01:39:21.919Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
93842026-01-29T01:39:21.944Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
93852026-01-29T01:39:23.225Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
93862026-01-29T01:39:23.249Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
93872026-01-29T01:39:24.369Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
93882026-01-29T01:39:24.393Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
93892026-01-29T01:39:25.622Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
93902026-01-29T01:39:25.622Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
93912026-01-29T01:39:26.762Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
93922026-01-29T01:39:26.762Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
93932026-01-29T01:39:28.042Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
93942026-01-29T01:39:28.042Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
93952026-01-29T01:39:29.137Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
93962026-01-29T01:39:29.137Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/artifact-config.json (1370 bytes)
93972026-01-29T01:39:30.232Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/artifact-config.json
93982026-01-29T01:39:30.232Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
93992026-01-29T01:39:31.487Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
94002026-01-29T01:39:31.512Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
94012026-01-29T01:39:32.742Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
94022026-01-29T01:39:32.742Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
94032026-01-29T01:39:33.838Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
94042026-01-29T01:39:33.862Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
94052026-01-29T01:39:34.934Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
94062026-01-29T01:39:34.934Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
94072026-01-29T01:39:36.214Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
94082026-01-29T01:39:36.215Zuploading: /var/tmp/omicron_tmp/.tmpaGqJp9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
94092026-01-29T01:39:37.469Zuploaded: /var/tmp/omicron_tmp/.tmpaGqJp9/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
94102026-01-29T01:39:37.469Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
94112026-01-29T01:39:38.565Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
94122026-01-29T01:39:38.565Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
94132026-01-29T01:39:39.659Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
94142026-01-29T01:39:39.659Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
94152026-01-29T01:39:40.753Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
94162026-01-29T01:39:40.753Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
94172026-01-29T01:39:41.848Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
94182026-01-29T01:39:41.849Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
94192026-01-29T01:39:42.943Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
94202026-01-29T01:39:42.943Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
94212026-01-29T01:39:44.039Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
94222026-01-29T01:39:44.039Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
94232026-01-29T01:39:45.135Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
94242026-01-29T01:39:45.159Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
94252026-01-29T01:39:46.230Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
94262026-01-29T01:39:46.255Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
94272026-01-29T01:39:47.511Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
94282026-01-29T01:39:47.511Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
94292026-01-29T01:39:48.650Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
94302026-01-29T01:39:48.675Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
94312026-01-29T01:39:49.904Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
94322026-01-29T01:39:49.904Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
94332026-01-29T01:39:51.045Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
94342026-01-29T01:39:51.045Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
94352026-01-29T01:39:52.327Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
94362026-01-29T01:39:52.327Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
94372026-01-29T01:39:53.425Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
94382026-01-29T01:39:53.425Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/artifact-config.json (1370 bytes)
94392026-01-29T01:39:54.521Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/artifact-config.json
94402026-01-29T01:39:54.545Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
94412026-01-29T01:39:55.776Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
94422026-01-29T01:39:55.776Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
94432026-01-29T01:39:57.029Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
94442026-01-29T01:39:57.029Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
94452026-01-29T01:39:58.127Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
94462026-01-29T01:39:58.127Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
94472026-01-29T01:39:59.224Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
94482026-01-29T01:39:59.224Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
94492026-01-29T01:40:00.504Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
94502026-01-29T01:40:00.504Zuploading: /var/tmp/omicron_tmp/.tmpcHdrg5/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
94512026-01-29T01:40:01.759Zuploaded: /var/tmp/omicron_tmp/.tmpcHdrg5/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
94522026-01-29T01:40:01.759Zuploading: /var/tmp/omicron_tmp/.tmpeacrKf/conf (62 bytes)
94532026-01-29T01:40:02.856Zuploaded: /var/tmp/omicron_tmp/.tmpeacrKf/conf
94542026-01-29T01:40:02.880Zuploading: /var/tmp/omicron_tmp/.tmpeacrKf/db (7302 bytes)
94552026-01-29T01:40:03.973Zuploaded: /var/tmp/omicron_tmp/.tmpeacrKf/db
94562026-01-29T01:40:03.996Zuploading: /var/tmp/omicron_tmp/.tmpf5xBdm/dendrite_stdout (52987 bytes)
94572026-01-29T01:40:05.156Zuploaded: /var/tmp/omicron_tmp/.tmpf5xBdm/dendrite_stdout
94582026-01-29T01:40:05.157Zuploading: /var/tmp/omicron_tmp/.tmpgW8RNA/conf (62 bytes)
94592026-01-29T01:40:06.254Zuploaded: /var/tmp/omicron_tmp/.tmpgW8RNA/conf
94602026-01-29T01:40:06.254Zuploading: /var/tmp/omicron_tmp/.tmpgW8RNA/db (0 bytes)
94612026-01-29T01:40:07.325Zuploaded: /var/tmp/omicron_tmp/.tmpgW8RNA/db
94622026-01-29T01:40:07.325Zuploading: /var/tmp/omicron_tmp/.tmpiAHx9W/artifact-config.json (31 bytes)
94632026-01-29T01:40:08.421Zuploaded: /var/tmp/omicron_tmp/.tmpiAHx9W/artifact-config.json
94642026-01-29T01:40:08.421Zuploading: /var/tmp/omicron_tmp/.tmpjjKD8E/dendrite_stdout (80309 bytes)
94652026-01-29T01:40:09.606Zuploaded: /var/tmp/omicron_tmp/.tmpjjKD8E/dendrite_stdout
94662026-01-29T01:40:09.606Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stderr (704 bytes)
94672026-01-29T01:40:10.701Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stderr
94682026-01-29T01:40:10.701Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stdout (913 bytes)
94692026-01-29T01:40:10.749Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stdout" changed size mid upload: 913 -> 951
94702026-01-29T01:40:11.821Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/cockroach_stdout
94712026-01-29T01:40:11.821Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/000017.log (165814 bytes)
94722026-01-29T01:40:13.028Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/000017.log
94732026-01-29T01:40:13.029Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/000020.sst (941740 bytes)
94742026-01-29T01:40:14.306Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/000020.sst
94752026-01-29T01:40:14.306Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/000021.log (10421381 bytes)
94762026-01-29T01:40:15.258Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/000021.log" changed size mid upload: 10421381 -> 12802285
94772026-01-29T01:40:16.329Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/000021.log
94782026-01-29T01:40:16.329Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/CURRENT (16 bytes)
94792026-01-29T01:40:17.425Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/CURRENT
94802026-01-29T01:40:17.425Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/LOCK (0 bytes)
94812026-01-29T01:40:18.496Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/LOCK
94822026-01-29T01:40:18.497Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000001 (44 bytes)
94832026-01-29T01:40:19.591Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000001
94842026-01-29T01:40:19.591Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000018 (615 bytes)
94852026-01-29T01:40:20.687Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/MANIFEST-000018
94862026-01-29T01:40:20.687Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/OPTIONS-000019 (2366 bytes)
94872026-01-29T01:40:21.782Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/OPTIONS-000019
94882026-01-29T01:40:21.806Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/STORAGE_MIN_VERSION (8 bytes)
94892026-01-29T01:40:22.877Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/STORAGE_MIN_VERSION
94902026-01-29T01:40:22.878Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/000002.log (0 bytes)
94912026-01-29T01:40:22.902Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/000002.log" disappeared between scan and upload
94922026-01-29T01:40:22.902Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/CURRENT (16 bytes)
94932026-01-29T01:40:22.926Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/CURRENT" disappeared between scan and upload
94942026-01-29T01:40:22.926Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/LOCK (0 bytes)
94952026-01-29T01:40:22.950Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/LOCK" disappeared between scan and upload
94962026-01-29T01:40:22.950Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/MANIFEST-000001 (50 bytes)
94972026-01-29T01:40:22.974Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/MANIFEST-000001" disappeared between scan and upload
94982026-01-29T01:40:22.974Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/OPTIONS-000003 (2303 bytes)
94992026-01-29T01:40:22.998Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/OPTIONS-000003" disappeared between scan and upload
95002026-01-29T01:40:22.998Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/TEMP_DIR.LOCK (0 bytes)
95012026-01-29T01:40:23.022Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach-temp1736372848/TEMP_DIR.LOCK" disappeared between scan and upload
95022026-01-29T01:40:23.022Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-addr (11 bytes)
95032026-01-29T01:40:24.113Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-addr
95042026-01-29T01:40:24.113Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-sql-addr (11 bytes)
95052026-01-29T01:40:25.209Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.advertise-sql-addr
95062026-01-29T01:40:25.209Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.http-addr (11 bytes)
95072026-01-29T01:40:26.304Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.http-addr
95082026-01-29T01:40:26.304Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.listen-addr (11 bytes)
95092026-01-29T01:40:27.401Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.listen-addr
95102026-01-29T01:40:27.425Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.sql-addr (11 bytes)
95112026-01-29T01:40:28.496Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/cockroach.sql-addr
95122026-01-29T01:40:28.496Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (1332 bytes)
95132026-01-29T01:40:29.591Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
95142026-01-29T01:40:29.591Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_05Z.005997.log (4859 bytes)
95152026-01-29T01:40:29.661Zupload 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
95162026-01-29T01:40:30.731Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_05Z.005997.log
95172026-01-29T01:40:30.731Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.log (4859 bytes)
95182026-01-29T01:40:30.803Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.log" changed size mid upload: 4859 -> 5000
95192026-01-29T01:40:31.872Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-health.log
95202026-01-29T01:40:31.872Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (3347 bytes)
95212026-01-29T01:40:32.969Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
95222026-01-29T01:40:32.969Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log (5424 bytes)
95232026-01-29T01:40:34.085Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log
95242026-01-29T01:40:34.085Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.log (5424 bytes)
95252026-01-29T01:40:35.204Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-pebble.log
95262026-01-29T01:40:35.204Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log (1780 bytes)
95272026-01-29T01:40:36.300Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_12Z.012798.log
95282026-01-29T01:40:36.300Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.log (1780 bytes)
95292026-01-29T01:40:37.397Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-security.log
95302026-01-29T01:40:37.397Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log (321228 bytes)
95312026-01-29T01:40:38.627Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_11Z.012798.log
95322026-01-29T01:40:38.627Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.log (321228 bytes)
95332026-01-29T01:40:39.859Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-sql-schema.log
95342026-01-29T01:40:39.859Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (1137 bytes)
95352026-01-29T01:40:40.954Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
95362026-01-29T01:40:40.954Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log (1126 bytes)
95372026-01-29T01:40:42.051Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log
95382026-01-29T01:40:42.051Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.log (1126 bytes)
95392026-01-29T01:40:43.145Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-stderr.log
95402026-01-29T01:40:43.146Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_06Z.005997.log (44047 bytes)
95412026-01-29T01:40:43.261Zupload 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
95422026-01-29T01:40:44.332Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_06Z.005997.log
95432026-01-29T01:40:44.332Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.log (44047 bytes)
95442026-01-29T01:40:44.448Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.log" changed size mid upload: 44047 -> 45280
95452026-01-29T01:40:45.519Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach-telemetry.log
95462026-01-29T01:40:45.519Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log (455692 bytes)
95472026-01-29T01:40:46.773Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-28T23_36_10Z.012798.log
95482026-01-29T01:40:46.797Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log (26514 bytes)
95492026-01-29T01:40:46.887Zupload 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
95502026-01-29T01:40:47.958Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.bmat-EVT22200007-0000dafc.build.2026-01-29T01_33_04Z.005997.log
95512026-01-29T01:40:47.958Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.log (26514 bytes)
95522026-01-29T01:40:48.073Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.log" changed size mid upload: 26514 -> 28583
95532026-01-29T01:40:49.144Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/cockroach.log
95542026-01-29T01:40:49.144Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_15.768.63247600.pprof (104281 bytes)
95552026-01-29T01:40:50.351Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_15.768.63247600.pprof
95562026-01-29T01:40:50.351Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_25.761.88690984.pprof (146224 bytes)
95572026-01-29T01:40:51.559Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_25.761.88690984.pprof
95582026-01-29T01:40:51.559Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_55.761.94436568.pprof (199960 bytes)
95592026-01-29T01:40:52.767Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/logs/heap_profiler/memprof.2026-01-29T01_33_55.761.94436568.pprof
95602026-01-29T01:40:52.767Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.format-version.000005.006 (0 bytes)
95612026-01-29T01:40:53.838Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.format-version.000005.006
95622026-01-29T01:40:53.838Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
95632026-01-29T01:40:54.909Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/marker.manifest.000002.MANIFEST-000018
95642026-01-29T01:40:54.909Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/data/temp-dirs-record.txt (62 bytes)
95652026-01-29T01:40:54.934Zupload warning: file "/var/tmp/omicron_tmp/.tmpm03H3i/data/temp-dirs-record.txt" changed size mid upload: 62 -> 0
95662026-01-29T01:40:56.003Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/data/temp-dirs-record.txt
95672026-01-29T01:40:56.027Zuploading: /var/tmp/omicron_tmp/.tmpm03H3i/listen-url (56 bytes)
95682026-01-29T01:40:57.098Zuploaded: /var/tmp/omicron_tmp/.tmpm03H3i/listen-url
95692026-01-29T01:40:57.098Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
95702026-01-29T01:40:58.193Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
95712026-01-29T01:40:58.194Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
95722026-01-29T01:40:59.290Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
95732026-01-29T01:40:59.290Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
95742026-01-29T01:41:00.388Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
95752026-01-29T01:41:00.388Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
95762026-01-29T01:41:01.484Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
95772026-01-29T01:41:01.484Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
95782026-01-29T01:41:02.580Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
95792026-01-29T01:41:02.580Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
95802026-01-29T01:41:03.675Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
95812026-01-29T01:41:03.699Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
95822026-01-29T01:41:04.771Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
95832026-01-29T01:41:04.771Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
95842026-01-29T01:41:05.896Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
95852026-01-29T01:41:05.897Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
95862026-01-29T01:41:07.144Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
95872026-01-29T01:41:07.169Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
95882026-01-29T01:41:08.280Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
95892026-01-29T01:41:08.281Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
95902026-01-29T01:41:09.530Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
95912026-01-29T01:41:09.530Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
95922026-01-29T01:41:10.665Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
95932026-01-29T01:41:10.689Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
95942026-01-29T01:41:11.938Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
95952026-01-29T01:41:11.965Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
95962026-01-29T01:41:13.032Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
95972026-01-29T01:41:13.032Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/artifact-config.json (1370 bytes)
95982026-01-29T01:41:14.126Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/artifact-config.json
95992026-01-29T01:41:14.126Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
96002026-01-29T01:41:15.376Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
96012026-01-29T01:41:15.376Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
96022026-01-29T01:41:16.626Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
96032026-01-29T01:41:16.626Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
96042026-01-29T01:41:17.719Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
96052026-01-29T01:41:17.719Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
96062026-01-29T01:41:18.813Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
96072026-01-29T01:41:18.813Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
96082026-01-29T01:41:20.087Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
96092026-01-29T01:41:20.087Zuploading: /var/tmp/omicron_tmp/.tmpnxNuN4/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
96102026-01-29T01:41:21.335Zuploaded: /var/tmp/omicron_tmp/.tmpnxNuN4/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
96112026-01-29T01:41:21.335Zuploading: /var/tmp/omicron_tmp/.tmpoyDy11/conf (62 bytes)
96122026-01-29T01:41:22.434Zuploaded: /var/tmp/omicron_tmp/.tmpoyDy11/conf
96132026-01-29T01:41:22.434Zuploading: /var/tmp/omicron_tmp/.tmpoyDy11/db (0 bytes)
96142026-01-29T01:41:23.503Zuploaded: /var/tmp/omicron_tmp/.tmpoyDy11/db
96152026-01-29T01:41:23.503Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003 (805 bytes)
96162026-01-29T01:41:24.595Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/18c9c774bfe4bb086e869509dcccacee8476fd87670692b765aee216f2c7f003
96172026-01-29T01:41:24.619Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77 (526 bytes)
96182026-01-29T01:41:25.689Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/316404f0e7780f9568bbda6bd2d8f4688c968d21cfe54f39c16b275aacf42e77
96192026-01-29T01:41:25.689Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342 (774 bytes)
96202026-01-29T01:41:26.781Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/32307d6d75c9707e8499ba4a4d379f99c0358237b6e190ff6a8024b470f62342
96212026-01-29T01:41:26.781Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9 (797 bytes)
96222026-01-29T01:41:27.874Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/5b0f601b1fbb8674db9c751a02f8b14f8e6d4e8470f4f7b686fecb2c49ec11f9
96232026-01-29T01:41:27.874Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d (775 bytes)
96242026-01-29T01:41:28.971Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/5d8ea834dd6d42d386f1eb8a2c5f6e99b697c9958bb4ab8edf63e56003e25d8d
96252026-01-29T01:41:28.971Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4 (732 bytes)
96262026-01-29T01:41:30.064Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/68465b8e3f808f475510b525cfd62086d37ddd57688bd854184fdafb2b2198a4
96272026-01-29T01:41:30.064Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98 (804 bytes)
96282026-01-29T01:41:31.158Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/70836d170abd5621f95bb4225987b27b3d3dd6168e73cd60e44309bdfeb94e98
96292026-01-29T01:41:31.158Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7 (721 bytes)
96302026-01-29T01:41:32.250Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/89245fe2ac7e6a2ac8dfa4e7d6891a6e6df95e4141395c07c64026778f6d76d7
96312026-01-29T01:41:32.250Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f (1048576 bytes)
96322026-01-29T01:41:33.527Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/8a0e23157bae655fceec7376926c9758efee6511c7b7ff8355bbb49545a2257f
96332026-01-29T01:41:33.527Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e (11910 bytes)
96342026-01-29T01:41:34.663Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/8dbf752fdf3be065949f06d7f0f3cd645b0f430313b1ab81a844d6d96a9fa78e
96352026-01-29T01:41:34.663Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58 (524288 bytes)
96362026-01-29T01:41:35.915Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/9525f567106549a3fc32df870a74803d77e51dcc44190b218e227a2c5d444f58
96372026-01-29T01:41:35.915Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d (11908 bytes)
96382026-01-29T01:41:37.055Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/a2181653069df05463c20cfc1c50f07fd1d429fc5ba94328967e05112dc7cc3d
96392026-01-29T01:41:37.055Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6 (1048576 bytes)
96402026-01-29T01:41:38.333Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/a5dfcc4bc69b791f1c509df499e9e72cce844cb2b53a56d8bb357b264bdf13b6
96412026-01-29T01:41:38.333Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc (526 bytes)
96422026-01-29T01:41:39.429Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/a93c78856f8e2e4b3a51b0f84c237617aee34cd0df51e30428cf54b4aa992ffc
96432026-01-29T01:41:39.453Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/artifact-config.json (1370 bytes)
96442026-01-29T01:41:40.522Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/artifact-config.json
96452026-01-29T01:41:40.547Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b (524288 bytes)
96462026-01-29T01:41:41.770Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/b99d5273ba1418bebb19d74b701d716896409566d41de76ada71bded4c9b166b
96472026-01-29T01:41:41.770Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4 (524288 bytes)
96482026-01-29T01:41:43.021Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/bcb27520ee5a56e19f6df9662c66d69ac681fbd873a97547be5f6a5ae3d250c4
96492026-01-29T01:41:43.021Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c (740 bytes)
96502026-01-29T01:41:44.115Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/bf1bc1da5059f76182c3007c3049941f8898abede2f3765b106c6e7f7c42d44c
96512026-01-29T01:41:44.139Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02 (783 bytes)
96522026-01-29T01:41:45.208Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/d11e65f934bf0de51df2e5b484f61ee72072417b43ac87f33e958008428e7b02
96532026-01-29T01:41:45.208Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47 (1048576 bytes)
96542026-01-29T01:41:46.482Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/d944ae205b61ccf4322448f7d0311a819c53d9844769de066c5307c1682abb47
96552026-01-29T01:41:46.483Zuploading: /var/tmp/omicron_tmp/.tmppXgWcy/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0 (524288 bytes)
96562026-01-29T01:41:47.731Zuploaded: /var/tmp/omicron_tmp/.tmppXgWcy/e235b8afb58ee69d966853bd5efe7c7e904da84b9035a332b3e691dc1d5cdbd0
96572026-01-29T01:41:47.731Zuploading: /var/tmp/omicron_tmp/.tmpt55L5y/artifact-config.json (31 bytes)
96582026-01-29T01:41:48.824Zuploaded: /var/tmp/omicron_tmp/.tmpt55L5y/artifact-config.json
96592026-01-29T01:41:48.824Zuploading: /var/tmp/omicron_tmp/.tmpuKr8Ub/dendrite_stdout (52988 bytes)
96602026-01-29T01:41:50.003Zuploaded: /var/tmp/omicron_tmp/.tmpuKr8Ub/dendrite_stdout
96612026-01-29T01:41:50.003Zuploading: /var/tmp/omicron_tmp/.tmpvt9adR/dendrite_stdout (50896 bytes)
96622026-01-29T01:41:51.183Zuploaded: /var/tmp/omicron_tmp/.tmpvt9adR/dendrite_stdout
96632026-01-29T01:41:51.183Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log (4094800 bytes)
96642026-01-29T01:41:52.570Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.0.log
96652026-01-29T01:41:52.595Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.errlog (20460 bytes)
96662026-01-29T01:41:53.707Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.errlog
96672026-01-29T01:41:53.708Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.log (216685 bytes)
96682026-01-29T01:41:53.885Zupload 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
96692026-01-29T01:41:54.955Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/clickhouse-server.log
96702026-01-29T01:41:54.955Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config-preprocessed.xml (2923 bytes)
96712026-01-29T01:41:56.049Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config-preprocessed.xml
96722026-01-29T01:41:56.049Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config.xml (2625 bytes)
96732026-01-29T01:41:57.142Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/config.xml
96742026-01-29T01:41:57.142Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_bool/format_version.txt (1 bytes)
96752026-01-29T01:41:58.235Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_bool/format_version.txt
96762026-01-29T01:41:58.235Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i16/format_version.txt (1 bytes)
96772026-01-29T01:41:59.327Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i16/format_version.txt
96782026-01-29T01:41:59.327Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i32/format_version.txt (1 bytes)
96792026-01-29T01:42:00.421Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i32/format_version.txt
96802026-01-29T01:42:00.445Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i64/format_version.txt (1 bytes)
96812026-01-29T01:42:01.515Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i64/format_version.txt
96822026-01-29T01:42:01.515Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i8/format_version.txt (1 bytes)
96832026-01-29T01:42:02.608Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_i8/format_version.txt
96842026-01-29T01:42:02.608Zuploading: /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)
96852026-01-29T01:42:03.702Zuploaded: /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
96862026-01-29T01:42:03.702Zuploading: /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)
96872026-01-29T01:42:04.795Zuploaded: /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
96882026-01-29T01:42:04.795Zuploading: /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)
96892026-01-29T01:42:05.889Zuploaded: /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
96902026-01-29T01:42:05.889Zuploading: /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)
96912026-01-29T01:42:06.984Zuploaded: /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
96922026-01-29T01:42:06.985Zuploading: /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)
96932026-01-29T01:42:08.081Zuploaded: /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
96942026-01-29T01:42:08.081Zuploading: /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)
96952026-01-29T01:42:09.176Zuploaded: /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
96962026-01-29T01:42:09.176Zuploading: /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)
96972026-01-29T01:42:10.272Zuploaded: /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
96982026-01-29T01:42:10.272Zuploading: /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)
96992026-01-29T01:42:11.369Zuploaded: /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
97002026-01-29T01:42:11.369Zuploading: /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)
97012026-01-29T01:42:12.465Zuploaded: /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
97022026-01-29T01:42:12.465Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/format_version.txt (1 bytes)
97032026-01-29T01:42:13.562Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_ipaddr/format_version.txt
97042026-01-29T01:42:13.562Zuploading: /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)
97052026-01-29T01:42:14.656Zuploaded: /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
97062026-01-29T01:42:14.656Zuploading: /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)
97072026-01-29T01:42:15.752Zuploaded: /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
97082026-01-29T01:42:15.776Zuploading: /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)
97092026-01-29T01:42:16.848Zuploaded: /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
97102026-01-29T01:42:16.848Zuploading: /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)
97112026-01-29T01:42:17.944Zuploaded: /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
97122026-01-29T01:42:17.944Zuploading: /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)
97132026-01-29T01:42:19.040Zuploaded: /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
97142026-01-29T01:42:19.040Zuploading: /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)
97152026-01-29T01:42:20.135Zuploaded: /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
97162026-01-29T01:42:20.135Zuploading: /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)
97172026-01-29T01:42:21.232Zuploaded: /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
97182026-01-29T01:42:21.232Zuploading: /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)
97192026-01-29T01:42:22.327Zuploaded: /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
97202026-01-29T01:42:22.327Zuploading: /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)
97212026-01-29T01:42:23.423Zuploaded: /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
97222026-01-29T01:42:23.423Zuploading: /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)
97232026-01-29T01:42:24.520Zuploaded: /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
97242026-01-29T01:42:24.520Zuploading: /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)
97252026-01-29T01:42:25.615Zuploaded: /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
97262026-01-29T01:42:25.615Zuploading: /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)
97272026-01-29T01:42:26.711Zuploaded: /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
97282026-01-29T01:42:26.711Zuploading: /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)
97292026-01-29T01:42:27.806Zuploaded: /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
97302026-01-29T01:42:27.806Zuploading: /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)
97312026-01-29T01:42:28.901Zuploaded: /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
97322026-01-29T01:42:28.901Zuploading: /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)
97332026-01-29T01:42:29.997Zuploaded: /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
97342026-01-29T01:42:29.997Zuploading: /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)
97352026-01-29T01:42:31.093Zuploaded: /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
97362026-01-29T01:42:31.116Zuploading: /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)
97372026-01-29T01:42:32.189Zuploaded: /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
97382026-01-29T01:42:32.189Zuploading: /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)
97392026-01-29T01:42:33.285Zuploaded: /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
97402026-01-29T01:42:33.285Zuploading: /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)
97412026-01-29T01:42:34.380Zuploaded: /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
97422026-01-29T01:42:34.380Zuploading: /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)
97432026-01-29T01:42:35.475Zuploaded: /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
97442026-01-29T01:42:35.475Zuploading: /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)
97452026-01-29T01:42:36.570Zuploaded: /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
97462026-01-29T01:42:36.570Zuploading: /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)
97472026-01-29T01:42:37.665Zuploaded: /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
97482026-01-29T01:42:37.665Zuploading: /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)
97492026-01-29T01:42:38.760Zuploaded: /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
97502026-01-29T01:42:38.760Zuploading: /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)
97512026-01-29T01:42:39.855Zuploaded: /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
97522026-01-29T01:42:39.879Zuploading: /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)
97532026-01-29T01:42:40.951Zuploaded: /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
97542026-01-29T01:42:40.951Zuploading: /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)
97552026-01-29T01:42:42.047Zuploaded: /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
97562026-01-29T01:42:42.047Zuploading: /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)
97572026-01-29T01:42:43.143Zuploaded: /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
97582026-01-29T01:42:43.143Zuploading: /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)
97592026-01-29T01:42:44.241Zuploaded: /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
97602026-01-29T01:42:44.241Zuploading: /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)
97612026-01-29T01:42:45.351Zuploaded: /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
97622026-01-29T01:42:45.351Zuploading: /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)
97632026-01-29T01:42:46.448Zuploaded: /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
97642026-01-29T01:42:46.448Zuploading: /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)
97652026-01-29T01:42:47.543Zuploaded: /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
97662026-01-29T01:42:47.567Zuploading: /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)
97672026-01-29T01:42:48.640Zuploaded: /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
97682026-01-29T01:42:48.640Zuploading: /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)
97692026-01-29T01:42:49.761Zuploaded: /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
97702026-01-29T01:42:49.761Zuploading: /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)
97712026-01-29T01:42:50.856Zuploaded: /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
97722026-01-29T01:42:50.856Zuploading: /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)
97732026-01-29T01:42:51.949Zuploaded: /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
97742026-01-29T01:42:51.973Zuploading: /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)
97752026-01-29T01:42:53.044Zuploaded: /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
97762026-01-29T01:42:53.044Zuploading: /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)
97772026-01-29T01:42:54.138Zuploaded: /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
97782026-01-29T01:42:54.138Zuploading: /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)
97792026-01-29T01:42:55.236Zuploaded: /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
97802026-01-29T01:42:55.236Zuploading: /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)
97812026-01-29T01:42:56.330Zuploaded: /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
97822026-01-29T01:42:56.331Zuploading: /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)
97832026-01-29T01:42:57.426Zuploaded: /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
97842026-01-29T01:42:57.426Zuploading: /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)
97852026-01-29T01:42:58.520Zuploaded: /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
97862026-01-29T01:42:58.521Zuploading: /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)
97872026-01-29T01:42:59.616Zuploaded: /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
97882026-01-29T01:42:59.616Zuploading: /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)
97892026-01-29T01:43:00.710Zuploaded: /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
97902026-01-29T01:43:00.710Zuploading: /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)
97912026-01-29T01:43:01.804Zuploaded: /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
97922026-01-29T01:43:01.804Zuploading: /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)
97932026-01-29T01:43:02.898Zuploaded: /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
97942026-01-29T01:43:02.898Zuploading: /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)
97952026-01-29T01:43:03.993Zuploaded: /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
97962026-01-29T01:43:04.017Zuploading: /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)
97972026-01-29T01:43:05.089Zuploaded: /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
97982026-01-29T01:43:05.089Zuploading: /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)
97992026-01-29T01:43:06.184Zuploaded: /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
98002026-01-29T01:43:06.208Zuploading: /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)
98012026-01-29T01:43:07.278Zuploaded: /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
98022026-01-29T01:43:07.278Zuploading: /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)
98032026-01-29T01:43:08.372Zuploaded: /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
98042026-01-29T01:43:08.372Zuploading: /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)
98052026-01-29T01:43:09.468Zuploaded: /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
98062026-01-29T01:43:09.491Zuploading: /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)
98072026-01-29T01:43:10.564Zuploaded: /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
98082026-01-29T01:43:10.564Zuploading: /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)
98092026-01-29T01:43:11.657Zuploaded: /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
98102026-01-29T01:43:11.658Zuploading: /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)
98112026-01-29T01:43:12.752Zuploaded: /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
98122026-01-29T01:43:12.752Zuploading: /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)
98132026-01-29T01:43:13.845Zuploaded: /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
98142026-01-29T01:43:13.845Zuploading: /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)
98152026-01-29T01:43:14.940Zuploaded: /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
98162026-01-29T01:43:14.940Zuploading: /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)
98172026-01-29T01:43:16.034Zuploaded: /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
98182026-01-29T01:43:16.034Zuploading: /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)
98192026-01-29T01:43:17.129Zuploaded: /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
98202026-01-29T01:43:17.129Zuploading: /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)
98212026-01-29T01:43:18.223Zuploaded: /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
98222026-01-29T01:43:18.247Zuploading: /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)
98232026-01-29T01:43:19.317Zuploaded: /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
98242026-01-29T01:43:19.317Zuploading: /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)
98252026-01-29T01:43:20.413Zuploaded: /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
98262026-01-29T01:43:20.413Zuploading: /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)
98272026-01-29T01:43:21.508Zuploaded: /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
98282026-01-29T01:43:21.508Zuploading: /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)
98292026-01-29T01:43:22.603Zuploaded: /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
98302026-01-29T01:43:22.603Zuploading: /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)
98312026-01-29T01:43:23.696Zuploaded: /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
98322026-01-29T01:43:23.696Zuploading: /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)
98332026-01-29T01:43:24.792Zuploaded: /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
98342026-01-29T01:43:24.792Zuploading: /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)
98352026-01-29T01:43:25.888Zuploaded: /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
98362026-01-29T01:43:25.888Zuploading: /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)
98372026-01-29T01:43:26.982Zuploaded: /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
98382026-01-29T01:43:26.982Zuploading: /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)
98392026-01-29T01:43:28.075Zuploaded: /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
98402026-01-29T01:43:28.075Zuploading: /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)
98412026-01-29T01:43:29.168Zuploaded: /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
98422026-01-29T01:43:29.168Zuploading: /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)
98432026-01-29T01:43:30.262Zuploaded: /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
98442026-01-29T01:43:30.262Zuploading: /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)
98452026-01-29T01:43:31.354Zuploaded: /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
98462026-01-29T01:43:31.354Zuploading: /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)
98472026-01-29T01:43:32.449Zuploaded: /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
98482026-01-29T01:43:32.449Zuploading: /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)
98492026-01-29T01:43:33.541Zuploaded: /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
98502026-01-29T01:43:33.541Zuploading: /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)
98512026-01-29T01:43:34.635Zuploaded: /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
98522026-01-29T01:43:34.635Zuploading: /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)
98532026-01-29T01:43:35.729Zuploaded: /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
98542026-01-29T01:43:35.729Zuploading: /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)
98552026-01-29T01:43:36.821Zuploaded: /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
98562026-01-29T01:43:36.821Zuploading: /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)
98572026-01-29T01:43:37.913Zuploaded: /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
98582026-01-29T01:43:37.913Zuploading: /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)
98592026-01-29T01:43:39.007Zuploaded: /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
98602026-01-29T01:43:39.007Zuploading: /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)
98612026-01-29T01:43:40.103Zuploaded: /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
98622026-01-29T01:43:40.103Zuploading: /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)
98632026-01-29T01:43:41.197Zuploaded: /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
98642026-01-29T01:43:41.197Zuploading: /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)
98652026-01-29T01:43:42.293Zuploaded: /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
98662026-01-29T01:43:42.293Zuploading: /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)
98672026-01-29T01:43:43.388Zuploaded: /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
98682026-01-29T01:43:43.388Zuploading: /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)
98692026-01-29T01:43:44.482Zuploaded: /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
98702026-01-29T01:43:44.505Zuploading: /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)
98712026-01-29T01:43:45.577Zuploaded: /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
98722026-01-29T01:43:45.577Zuploading: /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)
98732026-01-29T01:43:46.673Zuploaded: /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
98742026-01-29T01:43:46.673Zuploading: /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)
98752026-01-29T01:43:47.767Zuploaded: /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
98762026-01-29T01:43:47.767Zuploading: /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)
98772026-01-29T01:43:48.861Zuploaded: /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
98782026-01-29T01:43:48.862Zuploading: /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)
98792026-01-29T01:43:49.955Zuploaded: /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
98802026-01-29T01:43:49.955Zuploading: /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)
98812026-01-29T01:43:51.050Zuploaded: /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
98822026-01-29T01:43:51.050Zuploading: /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)
98832026-01-29T01:43:52.144Zuploaded: /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
98842026-01-29T01:43:52.167Zuploading: /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)
98852026-01-29T01:43:53.238Zuploaded: /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
98862026-01-29T01:43:53.238Zuploading: /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)
98872026-01-29T01:43:54.332Zuploaded: /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
98882026-01-29T01:43:54.332Zuploading: /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)
98892026-01-29T01:43:55.427Zuploaded: /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
98902026-01-29T01:43:55.427Zuploading: /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)
98912026-01-29T01:43:56.521Zuploaded: /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
98922026-01-29T01:43:56.521Zuploading: /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)
98932026-01-29T01:43:57.616Zuploaded: /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
98942026-01-29T01:43:57.616Zuploading: /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)
98952026-01-29T01:43:58.713Zuploaded: /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
98962026-01-29T01:43:58.713Zuploading: /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)
98972026-01-29T01:43:59.809Zuploaded: /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
98982026-01-29T01:43:59.809Zuploading: /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)
98992026-01-29T01:44:00.902Zuploaded: /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
99002026-01-29T01:44:00.902Zuploading: /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)
99012026-01-29T01:44:01.996Zuploaded: /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
99022026-01-29T01:44:01.996Zuploading: /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)
99032026-01-29T01:44:03.091Zuploaded: /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
99042026-01-29T01:44:03.091Zuploading: /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)
99052026-01-29T01:44:04.187Zuploaded: /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
99062026-01-29T01:44:04.187Zuploading: /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)
99072026-01-29T01:44:05.282Zuploaded: /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
99082026-01-29T01:44:05.282Zuploading: /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)
99092026-01-29T01:44:06.376Zuploaded: /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
99102026-01-29T01:44:06.376Zuploading: /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)
99112026-01-29T01:44:07.469Zuploaded: /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
99122026-01-29T01:44:07.469Zuploading: /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)
99132026-01-29T01:44:08.563Zuploaded: /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
99142026-01-29T01:44:08.563Zuploading: /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)
99152026-01-29T01:44:09.657Zuploaded: /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
99162026-01-29T01:44:09.657Zuploading: /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)
99172026-01-29T01:44:10.752Zuploaded: /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
99182026-01-29T01:44:10.752Zuploading: /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)
99192026-01-29T01:44:11.846Zuploaded: /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
99202026-01-29T01:44:11.846Zuploading: /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)
99212026-01-29T01:44:12.941Zuploaded: /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
99222026-01-29T01:44:12.941Zuploading: /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)
99232026-01-29T01:44:14.034Zuploaded: /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
99242026-01-29T01:44:14.034Zuploading: /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)
99252026-01-29T01:44:15.127Zuploaded: /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
99262026-01-29T01:44:15.127Zuploading: /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)
99272026-01-29T01:44:16.221Zuploaded: /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
99282026-01-29T01:44:16.221Zuploading: /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)
99292026-01-29T01:44:17.315Zuploaded: /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
99302026-01-29T01:44:17.315Zuploading: /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)
99312026-01-29T01:44:18.410Zuploaded: /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
99322026-01-29T01:44:18.410Zuploading: /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)
99332026-01-29T01:44:19.503Zuploaded: /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
99342026-01-29T01:44:19.503Zuploading: /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)
99352026-01-29T01:44:20.595Zuploaded: /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
99362026-01-29T01:44:20.619Zuploading: /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)
99372026-01-29T01:44:21.689Zuploaded: /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
99382026-01-29T01:44:21.689Zuploading: /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)
99392026-01-29T01:44:22.783Zuploaded: /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
99402026-01-29T01:44:22.783Zuploading: /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)
99412026-01-29T01:44:23.879Zuploaded: /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
99422026-01-29T01:44:23.879Zuploading: /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)
99432026-01-29T01:44:24.972Zuploaded: /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
99442026-01-29T01:44:24.972Zuploading: /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)
99452026-01-29T01:44:26.068Zuploaded: /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
99462026-01-29T01:44:26.091Zuploading: /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)
99472026-01-29T01:44:27.161Zuploaded: /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
99482026-01-29T01:44:27.161Zuploading: /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)
99492026-01-29T01:44:28.256Zuploaded: /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
99502026-01-29T01:44:28.256Zuploading: /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)
99512026-01-29T01:44:29.399Zuploaded: /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
99522026-01-29T01:44:29.399Zuploading: /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)
99532026-01-29T01:44:30.494Zuploaded: /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
99542026-01-29T01:44:30.494Zuploading: /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)
99552026-01-29T01:44:31.610Zuploaded: /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
99562026-01-29T01:44:31.610Zuploading: /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)
99572026-01-29T01:44:32.727Zuploaded: /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
99582026-01-29T01:44:32.727Zuploading: /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)
99592026-01-29T01:44:33.823Zuploaded: /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
99602026-01-29T01:44:33.823Zuploading: /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)
99612026-01-29T01:44:34.922Zuploaded: /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
99622026-01-29T01:44:34.922Zuploading: /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)
99632026-01-29T01:44:36.021Zuploaded: /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
99642026-01-29T01:44:36.021Zuploading: /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)
99652026-01-29T01:44:37.118Zuploaded: /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
99662026-01-29T01:44:37.118Zuploading: /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)
99672026-01-29T01:44:38.216Zuploaded: /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
99682026-01-29T01:44:38.216Zuploading: /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)
99692026-01-29T01:44:39.313Zuploaded: /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
99702026-01-29T01:44:39.337Zuploading: /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)
99712026-01-29T01:44:40.409Zuploaded: /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
99722026-01-29T01:44:40.409Zuploading: /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)
99732026-01-29T01:44:41.506Zuploaded: /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
99742026-01-29T01:44:41.506Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/format_version.txt (1 bytes)
99752026-01-29T01:44:42.603Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_string/format_version.txt
99762026-01-29T01:44:42.603Zuploading: /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)
99772026-01-29T01:44:43.705Zuploaded: /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
99782026-01-29T01:44:43.705Zuploading: /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)
99792026-01-29T01:44:44.800Zuploaded: /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
99802026-01-29T01:44:44.800Zuploading: /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)
99812026-01-29T01:44:45.897Zuploaded: /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
99822026-01-29T01:44:45.897Zuploading: /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)
99832026-01-29T01:44:46.994Zuploaded: /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
99842026-01-29T01:44:46.994Zuploading: /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)
99852026-01-29T01:44:48.091Zuploaded: /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
99862026-01-29T01:44:48.091Zuploading: /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)
99872026-01-29T01:44:49.189Zuploaded: /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
99882026-01-29T01:44:49.189Zuploading: /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)
99892026-01-29T01:44:50.284Zuploaded: /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
99902026-01-29T01:44:50.310Zuploading: /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)
99912026-01-29T01:44:51.379Zuploaded: /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
99922026-01-29T01:44:51.379Zuploading: /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)
99932026-01-29T01:44:52.473Zuploaded: /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
99942026-01-29T01:44:52.473Zuploading: /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)
99952026-01-29T01:44:53.572Zuploaded: /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
99962026-01-29T01:44:53.599Zuploading: /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)
99972026-01-29T01:44:54.673Zuploaded: /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
99982026-01-29T01:44:54.673Zuploading: /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)
99992026-01-29T01:44:55.766Zuploaded: /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
100002026-01-29T01:44:55.766Zuploading: /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)
100012026-01-29T01:44:56.860Zuploaded: /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
100022026-01-29T01:44:56.860Zuploading: /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)
100032026-01-29T01:44:57.955Zuploaded: /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
100042026-01-29T01:44:57.955Zuploading: /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)
100052026-01-29T01:44:59.050Zuploaded: /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
100062026-01-29T01:44:59.050Zuploading: /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)
100072026-01-29T01:45:00.145Zuploaded: /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
100082026-01-29T01:45:00.145Zuploading: /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)
100092026-01-29T01:45:01.313Zuploaded: /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
100102026-01-29T01:45:01.314Zuploading: /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)
100112026-01-29T01:45:03.044Zuploaded: /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
100122026-01-29T01:45:03.073Zuploading: /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)
100132026-01-29T01:45:04.140Zuploaded: /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
100142026-01-29T01:45:04.140Zuploading: /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)
100152026-01-29T01:45:05.235Zuploaded: /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
100162026-01-29T01:45:05.235Zuploading: /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)
100172026-01-29T01:45:06.356Zuploaded: /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
100182026-01-29T01:45:06.357Zuploading: /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)
100192026-01-29T01:45:11.095Zuploaded: /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
100202026-01-29T01:45:11.095Zuploading: /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)
100212026-01-29T01:45:12.191Zuploaded: /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
100222026-01-29T01:45:12.191Zuploading: /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)
100232026-01-29T01:45:13.285Zuploaded: /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
100242026-01-29T01:45:13.285Zuploading: /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)
100252026-01-29T01:45:14.379Zuploaded: /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
100262026-01-29T01:45:14.403Zuploading: /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)
100272026-01-29T01:45:15.476Zuploaded: /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
100282026-01-29T01:45:15.476Zuploading: /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)
100292026-01-29T01:45:16.572Zuploaded: /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
100302026-01-29T01:45:16.572Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/format_version.txt (1 bytes)
100312026-01-29T01:45:17.666Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u16/format_version.txt
100322026-01-29T01:45:17.690Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u32/format_version.txt (1 bytes)
100332026-01-29T01:45:18.762Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u32/format_version.txt
100342026-01-29T01:45:18.786Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u64/format_version.txt (1 bytes)
100352026-01-29T01:45:19.855Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u64/format_version.txt
100362026-01-29T01:45:19.855Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u8/format_version.txt (1 bytes)
100372026-01-29T01:45:20.950Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_u8/format_version.txt
100382026-01-29T01:45:20.974Zuploading: /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)
100392026-01-29T01:45:22.044Zuploaded: /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
100402026-01-29T01:45:22.044Zuploading: /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)
100412026-01-29T01:45:23.139Zuploaded: /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
100422026-01-29T01:45:23.139Zuploading: /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)
100432026-01-29T01:45:24.233Zuploaded: /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
100442026-01-29T01:45:24.233Zuploading: /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)
100452026-01-29T01:45:25.327Zuploaded: /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
100462026-01-29T01:45:25.327Zuploading: /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)
100472026-01-29T01:45:26.420Zuploaded: /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
100482026-01-29T01:45:26.444Zuploading: /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)
100492026-01-29T01:45:27.514Zuploaded: /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
100502026-01-29T01:45:27.514Zuploading: /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)
100512026-01-29T01:45:28.610Zuploaded: /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
100522026-01-29T01:45:28.610Zuploading: /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)
100532026-01-29T01:45:29.721Zuploaded: /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
100542026-01-29T01:45:29.721Zuploading: /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)
100552026-01-29T01:45:30.816Zuploaded: /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
100562026-01-29T01:45:30.816Zuploading: /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)
100572026-01-29T01:45:31.912Zuploaded: /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
100582026-01-29T01:45:31.912Zuploading: /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)
100592026-01-29T01:45:33.007Zuploaded: /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
100602026-01-29T01:45:33.007Zuploading: /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)
100612026-01-29T01:45:34.102Zuploaded: /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
100622026-01-29T01:45:34.102Zuploading: /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)
100632026-01-29T01:45:35.199Zuploaded: /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
100642026-01-29T01:45:35.199Zuploading: /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)
100652026-01-29T01:45:36.296Zuploaded: /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
100662026-01-29T01:45:36.296Zuploading: /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)
100672026-01-29T01:45:37.389Zuploaded: /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
100682026-01-29T01:45:37.413Zuploading: /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)
100692026-01-29T01:45:38.486Zuploaded: /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
100702026-01-29T01:45:38.486Zuploading: /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)
100712026-01-29T01:45:39.581Zuploaded: /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
100722026-01-29T01:45:39.581Zuploading: /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)
100732026-01-29T01:45:40.676Zuploaded: /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
100742026-01-29T01:45:40.676Zuploading: /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)
100752026-01-29T01:45:41.772Zuploaded: /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
100762026-01-29T01:45:41.773Zuploading: /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)
100772026-01-29T01:45:42.868Zuploaded: /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
100782026-01-29T01:45:42.868Zuploading: /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)
100792026-01-29T01:45:43.963Zuploaded: /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
100802026-01-29T01:45:43.963Zuploading: /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)
100812026-01-29T01:45:45.059Zuploaded: /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
100822026-01-29T01:45:45.059Zuploading: /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)
100832026-01-29T01:45:46.154Zuploaded: /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
100842026-01-29T01:45:46.154Zuploading: /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)
100852026-01-29T01:45:47.249Zuploaded: /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
100862026-01-29T01:45:47.249Zuploading: /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)
100872026-01-29T01:45:48.345Zuploaded: /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
100882026-01-29T01:45:48.345Zuploading: /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)
100892026-01-29T01:45:49.440Zuploaded: /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
100902026-01-29T01:45:49.440Zuploading: /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)
100912026-01-29T01:45:50.536Zuploaded: /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
100922026-01-29T01:45:50.536Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/format_version.txt (1 bytes)
100932026-01-29T01:45:51.631Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/fields_uuid/format_version.txt
100942026-01-29T01:45:51.631Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bool/format_version.txt (1 bytes)
100952026-01-29T01:45:52.726Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bool/format_version.txt
100962026-01-29T01:45:52.726Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bytes/format_version.txt (1 bytes)
100972026-01-29T01:45:53.820Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_bytes/format_version.txt
100982026-01-29T01:45:53.821Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef32/format_version.txt (1 bytes)
100992026-01-29T01:45:54.917Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef32/format_version.txt
101002026-01-29T01:45:54.917Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef64/format_version.txt (1 bytes)
101012026-01-29T01:45:56.014Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativef64/format_version.txt
101022026-01-29T01:45:56.014Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativei64/format_version.txt (1 bytes)
101032026-01-29T01:45:57.107Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativei64/format_version.txt
101042026-01-29T01:45:57.107Zuploading: /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)
101052026-01-29T01:45:58.200Zuploaded: /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
101062026-01-29T01:45:58.200Zuploading: /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)
101072026-01-29T01:45:59.295Zuploaded: /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
101082026-01-29T01:45:59.295Zuploading: /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)
101092026-01-29T01:46:00.391Zuploaded: /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
101102026-01-29T01:46:00.391Zuploading: /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)
101112026-01-29T01:46:01.486Zuploaded: /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
101122026-01-29T01:46:01.486Zuploading: /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)
101132026-01-29T01:46:02.590Zuploaded: /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
101142026-01-29T01:46:02.590Zuploading: /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)
101152026-01-29T01:46:03.688Zuploaded: /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
101162026-01-29T01:46:03.689Zuploading: /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)
101172026-01-29T01:46:04.786Zuploaded: /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
101182026-01-29T01:46:04.811Zuploading: /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)
101192026-01-29T01:46:05.884Zuploaded: /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
101202026-01-29T01:46:05.884Zuploading: /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)
101212026-01-29T01:46:06.980Zuploaded: /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
101222026-01-29T01:46:06.980Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt (1 bytes)
101232026-01-29T01:46:08.076Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt
101242026-01-29T01:46:08.076Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f32/format_version.txt (1 bytes)
101252026-01-29T01:46:09.174Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f32/format_version.txt
101262026-01-29T01:46:09.174Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f64/format_version.txt (1 bytes)
101272026-01-29T01:46:10.269Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_f64/format_version.txt
101282026-01-29T01:46:10.269Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf32/format_version.txt (1 bytes)
101292026-01-29T01:46:11.364Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf32/format_version.txt
101302026-01-29T01:46:11.364Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf64/format_version.txt (1 bytes)
101312026-01-29T01:46:12.462Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramf64/format_version.txt
101322026-01-29T01:46:12.462Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami16/format_version.txt (1 bytes)
101332026-01-29T01:46:13.557Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami16/format_version.txt
101342026-01-29T01:46:13.557Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami32/format_version.txt (1 bytes)
101352026-01-29T01:46:14.662Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami32/format_version.txt
101362026-01-29T01:46:14.688Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami64/format_version.txt (1 bytes)
101372026-01-29T01:46:15.761Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami64/format_version.txt
101382026-01-29T01:46:15.761Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami8/format_version.txt (1 bytes)
101392026-01-29T01:46:16.859Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogrami8/format_version.txt
101402026-01-29T01:46:16.860Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu16/format_version.txt (1 bytes)
101412026-01-29T01:46:17.954Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu16/format_version.txt
101422026-01-29T01:46:17.979Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu32/format_version.txt (1 bytes)
101432026-01-29T01:46:19.067Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu32/format_version.txt
101442026-01-29T01:46:19.067Zuploading: /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)
101452026-01-29T01:46:20.164Zuploaded: /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
101462026-01-29T01:46:20.164Zuploading: /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)
101472026-01-29T01:46:21.260Zuploaded: /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
101482026-01-29T01:46:21.260Zuploading: /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)
101492026-01-29T01:46:22.355Zuploaded: /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
101502026-01-29T01:46:22.356Zuploading: /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)
101512026-01-29T01:46:23.454Zuploaded: /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
101522026-01-29T01:46:23.454Zuploading: /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)
101532026-01-29T01:46:24.549Zuploaded: /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
101542026-01-29T01:46:24.549Zuploading: /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)
101552026-01-29T01:46:25.647Zuploaded: /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
101562026-01-29T01:46:25.671Zuploading: /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)
101572026-01-29T01:46:26.741Zuploaded: /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
101582026-01-29T01:46:26.765Zuploading: /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)
101592026-01-29T01:46:28.150Zuploaded: /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
101602026-01-29T01:46:28.150Zuploading: /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)
101612026-01-29T01:46:29.235Zuploaded: /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
101622026-01-29T01:46:29.235Zuploading: /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)
101632026-01-29T01:46:30.375Zuploaded: /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
101642026-01-29T01:46:30.399Zuploading: /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)
101652026-01-29T01:46:31.471Zuploaded: /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
101662026-01-29T01:46:31.471Zuploading: /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)
101672026-01-29T01:46:32.565Zuploaded: /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
101682026-01-29T01:46:32.589Zuploading: /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)
101692026-01-29T01:46:33.658Zuploaded: /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
101702026-01-29T01:46:33.658Zuploading: /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)
101712026-01-29T01:46:34.751Zuploaded: /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
101722026-01-29T01:46:34.775Zuploading: /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)
101732026-01-29T01:46:35.851Zuploaded: /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
101742026-01-29T01:46:35.851Zuploading: /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)
101752026-01-29T01:46:36.938Zuploaded: /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
101762026-01-29T01:46:36.962Zuploading: /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)
101772026-01-29T01:46:38.032Zuploaded: /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
101782026-01-29T01:46:38.032Zuploading: /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)
101792026-01-29T01:46:39.125Zuploaded: /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
101802026-01-29T01:46:39.125Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/format_version.txt (1 bytes)
101812026-01-29T01:46:40.219Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu64/format_version.txt
101822026-01-29T01:46:40.219Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu8/format_version.txt (1 bytes)
101832026-01-29T01:46:41.312Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_histogramu8/format_version.txt
101842026-01-29T01:46:41.312Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i16/format_version.txt (1 bytes)
101852026-01-29T01:46:42.405Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i16/format_version.txt
101862026-01-29T01:46:42.429Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i32/format_version.txt (1 bytes)
101872026-01-29T01:46:43.499Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i32/format_version.txt
101882026-01-29T01:46:43.499Zuploading: /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)
101892026-01-29T01:46:44.596Zuploaded: /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
101902026-01-29T01:46:44.596Zuploading: /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)
101912026-01-29T01:46:45.690Zuploaded: /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
101922026-01-29T01:46:45.690Zuploading: /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)
101932026-01-29T01:46:46.786Zuploaded: /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
101942026-01-29T01:46:46.786Zuploading: /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)
101952026-01-29T01:46:47.879Zuploaded: /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
101962026-01-29T01:46:47.879Zuploading: /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)
101972026-01-29T01:46:48.973Zuploaded: /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
101982026-01-29T01:46:48.997Zuploading: /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)
101992026-01-29T01:46:50.066Zuploaded: /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
102002026-01-29T01:46:50.066Zuploading: /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)
102012026-01-29T01:46:51.161Zuploaded: /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
102022026-01-29T01:46:51.161Zuploading: /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)
102032026-01-29T01:46:52.255Zuploaded: /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
102042026-01-29T01:46:52.256Zuploading: /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)
102052026-01-29T01:46:53.350Zuploaded: /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
102062026-01-29T01:46:53.350Zuploading: /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)
102072026-01-29T01:46:54.449Zuploaded: /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
102082026-01-29T01:46:54.449Zuploading: /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)
102092026-01-29T01:46:55.542Zuploaded: /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
102102026-01-29T01:46:55.542Zuploading: /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)
102112026-01-29T01:46:56.635Zuploaded: /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
102122026-01-29T01:46:56.636Zuploading: /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)
102132026-01-29T01:46:57.731Zuploaded: /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
102142026-01-29T01:46:57.731Zuploading: /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)
102152026-01-29T01:46:58.825Zuploaded: /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
102162026-01-29T01:46:58.825Zuploading: /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)
102172026-01-29T01:46:59.918Zuploaded: /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
102182026-01-29T01:46:59.919Zuploading: /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)
102192026-01-29T01:47:01.012Zuploaded: /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
102202026-01-29T01:47:01.012Zuploading: /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)
102212026-01-29T01:47:02.106Zuploaded: /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
102222026-01-29T01:47:02.106Zuploading: /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)
102232026-01-29T01:47:03.202Zuploaded: /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
102242026-01-29T01:47:03.202Zuploading: /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)
102252026-01-29T01:47:04.295Zuploaded: /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
102262026-01-29T01:47:04.319Zuploading: /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)
102272026-01-29T01:47:05.388Zuploaded: /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
102282026-01-29T01:47:05.389Zuploading: /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)
102292026-01-29T01:47:06.483Zuploaded: /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
102302026-01-29T01:47:06.483Zuploading: /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)
102312026-01-29T01:47:07.577Zuploaded: /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
102322026-01-29T01:47:07.577Zuploading: /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)
102332026-01-29T01:47:08.671Zuploaded: /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
102342026-01-29T01:47:08.671Zuploading: /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)
102352026-01-29T01:47:09.765Zuploaded: /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
102362026-01-29T01:47:09.789Zuploading: /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)
102372026-01-29T01:47:10.859Zuploaded: /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
102382026-01-29T01:47:10.859Zuploading: /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)
102392026-01-29T01:47:11.954Zuploaded: /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
102402026-01-29T01:47:11.954Zuploading: /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)
102412026-01-29T01:47:13.049Zuploaded: /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
102422026-01-29T01:47:13.049Zuploading: /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)
102432026-01-29T01:47:14.145Zuploaded: /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
102442026-01-29T01:47:14.145Zuploading: /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)
102452026-01-29T01:47:15.240Zuploaded: /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
102462026-01-29T01:47:15.240Zuploading: /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)
102472026-01-29T01:47:16.334Zuploaded: /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
102482026-01-29T01:47:16.334Zuploading: /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)
102492026-01-29T01:47:17.429Zuploaded: /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
102502026-01-29T01:47:17.429Zuploading: /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)
102512026-01-29T01:47:18.524Zuploaded: /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
102522026-01-29T01:47:18.524Zuploading: /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)
102532026-01-29T01:47:19.620Zuploaded: /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
102542026-01-29T01:47:19.645Zuploading: /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)
102552026-01-29T01:47:20.717Zuploaded: /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
102562026-01-29T01:47:20.717Zuploading: /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)
102572026-01-29T01:47:21.814Zuploaded: /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
102582026-01-29T01:47:21.814Zuploading: /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)
102592026-01-29T01:47:22.906Zuploaded: /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
102602026-01-29T01:47:22.906Zuploading: /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)
102612026-01-29T01:47:24.003Zuploaded: /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
102622026-01-29T01:47:24.003Zuploading: /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)
102632026-01-29T01:47:25.097Zuploaded: /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
102642026-01-29T01:47:25.097Zuploading: /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)
102652026-01-29T01:47:26.193Zuploaded: /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
102662026-01-29T01:47:26.193Zuploading: /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)
102672026-01-29T01:47:27.289Zuploaded: /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
102682026-01-29T01:47:27.289Zuploading: /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)
102692026-01-29T01:47:28.383Zuploaded: /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
102702026-01-29T01:47:28.383Zuploading: /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)
102712026-01-29T01:47:29.478Zuploaded: /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
102722026-01-29T01:47:29.503Zuploading: /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)
102732026-01-29T01:47:30.575Zuploaded: /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
102742026-01-29T01:47:30.575Zuploading: /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)
102752026-01-29T01:47:31.670Zuploaded: /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
102762026-01-29T01:47:31.670Zuploading: /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)
102772026-01-29T01:47:32.798Zuploaded: /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
102782026-01-29T01:47:32.798Zuploading: /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)
102792026-01-29T01:47:33.892Zuploaded: /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
102802026-01-29T01:47:33.916Zuploading: /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)
102812026-01-29T01:47:34.990Zuploaded: /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
102822026-01-29T01:47:34.990Zuploading: /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)
102832026-01-29T01:47:36.084Zuploaded: /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
102842026-01-29T01:47:36.084Zuploading: /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)
102852026-01-29T01:47:37.179Zuploaded: /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
102862026-01-29T01:47:37.179Zuploading: /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)
102872026-01-29T01:47:38.275Zuploaded: /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
102882026-01-29T01:47:38.275Zuploading: /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)
102892026-01-29T01:47:39.370Zuploaded: /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
102902026-01-29T01:47:39.370Zuploading: /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)
102912026-01-29T01:47:40.466Zuploaded: /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
102922026-01-29T01:47:40.466Zuploading: /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)
102932026-01-29T01:47:41.562Zuploaded: /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
102942026-01-29T01:47:41.562Zuploading: /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)
102952026-01-29T01:47:42.659Zuploaded: /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
102962026-01-29T01:47:42.659Zuploading: /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)
102972026-01-29T01:47:43.755Zuploaded: /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
102982026-01-29T01:47:43.755Zuploading: /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)
102992026-01-29T01:47:44.850Zuploaded: /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
103002026-01-29T01:47:44.850Zuploading: /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)
103012026-01-29T01:47:45.945Zuploaded: /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
103022026-01-29T01:47:45.945Zuploading: /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)
103032026-01-29T01:47:47.040Zuploaded: /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
103042026-01-29T01:47:47.040Zuploading: /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)
103052026-01-29T01:47:48.136Zuploaded: /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
103062026-01-29T01:47:48.136Zuploading: /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)
103072026-01-29T01:47:49.231Zuploaded: /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
103082026-01-29T01:47:49.231Zuploading: /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)
103092026-01-29T01:47:50.326Zuploaded: /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
103102026-01-29T01:47:50.326Zuploading: /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)
103112026-01-29T01:47:51.422Zuploaded: /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
103122026-01-29T01:47:51.422Zuploading: /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)
103132026-01-29T01:47:52.520Zuploaded: /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
103142026-01-29T01:47:52.520Zuploading: /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)
103152026-01-29T01:47:53.615Zuploaded: /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
103162026-01-29T01:47:53.615Zuploading: /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)
103172026-01-29T01:47:54.709Zuploaded: /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
103182026-01-29T01:47:54.709Zuploading: /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)
103192026-01-29T01:47:55.803Zuploaded: /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
103202026-01-29T01:47:55.803Zuploading: /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)
103212026-01-29T01:47:56.900Zuploaded: /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
103222026-01-29T01:47:56.900Zuploading: /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)
103232026-01-29T01:47:57.995Zuploaded: /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
103242026-01-29T01:47:57.995Zuploading: /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)
103252026-01-29T01:47:59.090Zuploaded: /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
103262026-01-29T01:47:59.090Zuploading: /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)
103272026-01-29T01:48:00.185Zuploaded: /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
103282026-01-29T01:48:00.186Zuploading: /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)
103292026-01-29T01:48:01.280Zuploaded: /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
103302026-01-29T01:48:01.280Zuploading: /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)
103312026-01-29T01:48:02.375Zuploaded: /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
103322026-01-29T01:48:02.375Zuploading: /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)
103332026-01-29T01:48:03.470Zuploaded: /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
103342026-01-29T01:48:03.471Zuploading: /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)
103352026-01-29T01:48:04.564Zuploaded: /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
103362026-01-29T01:48:04.565Zuploading: /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)
103372026-01-29T01:48:05.660Zuploaded: /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
103382026-01-29T01:48:05.660Zuploading: /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)
103392026-01-29T01:48:06.755Zuploaded: /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
103402026-01-29T01:48:06.755Zuploading: /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)
103412026-01-29T01:48:07.851Zuploaded: /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
103422026-01-29T01:48:07.851Zuploading: /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)
103432026-01-29T01:48:08.946Zuploaded: /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
103442026-01-29T01:48:08.946Zuploading: /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)
103452026-01-29T01:48:10.041Zuploaded: /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
103462026-01-29T01:48:10.041Zuploading: /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)
103472026-01-29T01:48:11.136Zuploaded: /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
103482026-01-29T01:48:11.136Zuploading: /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)
103492026-01-29T01:48:12.228Zuploaded: /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
103502026-01-29T01:48:12.228Zuploading: /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)
103512026-01-29T01:48:13.324Zuploaded: /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
103522026-01-29T01:48:13.348Zuploading: /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)
103532026-01-29T01:48:14.418Zuploaded: /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
103542026-01-29T01:48:14.418Zuploading: /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)
103552026-01-29T01:48:15.514Zuploaded: /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
103562026-01-29T01:48:15.514Zuploading: /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)
103572026-01-29T01:48:16.609Zuploaded: /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
103582026-01-29T01:48:16.609Zuploading: /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)
103592026-01-29T01:48:17.705Zuploaded: /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
103602026-01-29T01:48:17.705Zuploading: /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)
103612026-01-29T01:48:18.800Zuploaded: /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
103622026-01-29T01:48:18.800Zuploading: /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)
103632026-01-29T01:48:19.895Zuploaded: /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
103642026-01-29T01:48:19.895Zuploading: /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)
103652026-01-29T01:48:20.990Zuploaded: /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
103662026-01-29T01:48:20.990Zuploading: /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)
103672026-01-29T01:48:22.085Zuploaded: /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
103682026-01-29T01:48:22.085Zuploading: /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)
103692026-01-29T01:48:23.180Zuploaded: /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
103702026-01-29T01:48:23.180Zuploading: /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)
103712026-01-29T01:48:24.275Zuploaded: /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
103722026-01-29T01:48:24.275Zuploading: /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)
103732026-01-29T01:48:25.370Zuploaded: /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
103742026-01-29T01:48:25.370Zuploading: /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)
103752026-01-29T01:48:26.464Zuploaded: /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
103762026-01-29T01:48:26.465Zuploading: /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)
103772026-01-29T01:48:27.560Zuploaded: /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
103782026-01-29T01:48:27.560Zuploading: /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)
103792026-01-29T01:48:28.655Zuploaded: /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
103802026-01-29T01:48:28.679Zuploading: /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)
103812026-01-29T01:48:29.750Zuploaded: /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
103822026-01-29T01:48:29.750Zuploading: /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)
103832026-01-29T01:48:30.844Zuploaded: /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
103842026-01-29T01:48:30.844Zuploading: /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)
103852026-01-29T01:48:31.939Zuploaded: /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
103862026-01-29T01:48:31.963Zuploading: /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)
103872026-01-29T01:48:33.033Zuploaded: /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
103882026-01-29T01:48:33.033Zuploading: /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)
103892026-01-29T01:48:34.138Zuploaded: /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
103902026-01-29T01:48:34.138Zuploading: /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)
103912026-01-29T01:48:35.231Zuploaded: /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
103922026-01-29T01:48:35.232Zuploading: /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)
103932026-01-29T01:48:36.325Zuploaded: /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
103942026-01-29T01:48:36.325Zuploading: /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)
103952026-01-29T01:48:37.419Zuploaded: /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
103962026-01-29T01:48:37.419Zuploading: /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)
103972026-01-29T01:48:38.513Zuploaded: /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
103982026-01-29T01:48:38.513Zuploading: /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)
103992026-01-29T01:48:39.605Zuploaded: /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
104002026-01-29T01:48:39.629Zuploading: /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)
104012026-01-29T01:48:40.698Zuploaded: /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
104022026-01-29T01:48:40.698Zuploading: /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)
104032026-01-29T01:48:41.791Zuploaded: /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
104042026-01-29T01:48:41.791Zuploading: /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)
104052026-01-29T01:48:42.884Zuploaded: /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
104062026-01-29T01:48:42.884Zuploading: /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)
104072026-01-29T01:48:43.980Zuploaded: /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
104082026-01-29T01:48:43.980Zuploading: /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)
104092026-01-29T01:48:45.074Zuploaded: /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
104102026-01-29T01:48:45.074Zuploading: /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)
104112026-01-29T01:48:46.174Zuploaded: /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
104122026-01-29T01:48:46.174Zuploading: /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)
104132026-01-29T01:48:47.268Zuploaded: /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
104142026-01-29T01:48:47.268Zuploading: /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)
104152026-01-29T01:48:48.366Zuploaded: /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
104162026-01-29T01:48:48.366Zuploading: /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)
104172026-01-29T01:48:49.462Zuploaded: /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
104182026-01-29T01:48:49.462Zuploading: /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)
104192026-01-29T01:48:50.556Zuploaded: /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
104202026-01-29T01:48:50.556Zuploading: /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)
104212026-01-29T01:48:51.651Zuploaded: /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
104222026-01-29T01:48:51.651Zuploading: /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)
104232026-01-29T01:48:52.746Zuploaded: /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
104242026-01-29T01:48:52.746Zuploading: /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)
104252026-01-29T01:48:53.841Zuploaded: /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
104262026-01-29T01:48:53.841Zuploading: /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)
104272026-01-29T01:48:54.938Zuploaded: /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
104282026-01-29T01:48:54.938Zuploading: /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)
104292026-01-29T01:48:56.033Zuploaded: /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
104302026-01-29T01:48:56.033Zuploading: /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)
104312026-01-29T01:48:57.128Zuploaded: /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
104322026-01-29T01:48:57.128Zuploading: /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)
104332026-01-29T01:48:58.224Zuploaded: /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
104342026-01-29T01:48:58.249Zuploading: /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)
104352026-01-29T01:48:59.319Zuploaded: /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
104362026-01-29T01:48:59.343Zuploading: /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)
104372026-01-29T01:49:00.414Zuploaded: /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
104382026-01-29T01:49:00.438Zuploading: /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)
104392026-01-29T01:49:01.509Zuploaded: /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
104402026-01-29T01:49:01.509Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/format_version.txt (1 bytes)
104412026-01-29T01:49:02.604Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i64/format_version.txt
104422026-01-29T01:49:02.604Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i8/format_version.txt (1 bytes)
104432026-01-29T01:49:03.700Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_i8/format_version.txt
104442026-01-29T01:49:03.700Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_string/format_version.txt (1 bytes)
104452026-01-29T01:49:04.795Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_string/format_version.txt
104462026-01-29T01:49:04.795Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u16/format_version.txt (1 bytes)
104472026-01-29T01:49:05.890Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u16/format_version.txt
104482026-01-29T01:49:05.890Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u32/format_version.txt (1 bytes)
104492026-01-29T01:49:06.985Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u32/format_version.txt
104502026-01-29T01:49:06.985Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u64/format_version.txt (1 bytes)
104512026-01-29T01:49:08.082Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u64/format_version.txt
104522026-01-29T01:49:08.082Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u8/format_version.txt (1 bytes)
104532026-01-29T01:49:09.176Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/measurements_u8/format_version.txt
104542026-01-29T01:49:09.200Zuploading: /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)
104552026-01-29T01:49:10.273Zuploaded: /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
104562026-01-29T01:49:10.273Zuploading: /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)
104572026-01-29T01:49:11.368Zuploaded: /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
104582026-01-29T01:49:11.392Zuploading: /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)
104592026-01-29T01:49:12.462Zuploaded: /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
104602026-01-29T01:49:12.462Zuploading: /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)
104612026-01-29T01:49:13.563Zuploaded: /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
104622026-01-29T01:49:13.563Zuploading: /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)
104632026-01-29T01:49:14.658Zuploaded: /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
104642026-01-29T01:49:14.682Zuploading: /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)
104652026-01-29T01:49:15.755Zuploaded: /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
104662026-01-29T01:49:15.755Zuploading: /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)
104672026-01-29T01:49:16.851Zuploaded: /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
104682026-01-29T01:49:16.851Zuploading: /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)
104692026-01-29T01:49:17.946Zuploaded: /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
104702026-01-29T01:49:17.946Zuploading: /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)
104712026-01-29T01:49:19.042Zuploaded: /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
104722026-01-29T01:49:19.042Zuploading: /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)
104732026-01-29T01:49:20.137Zuploaded: /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
104742026-01-29T01:49:20.161Zuploading: /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)
104752026-01-29T01:49:21.232Zuploaded: /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
104762026-01-29T01:49:21.232Zuploading: /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)
104772026-01-29T01:49:22.327Zuploaded: /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
104782026-01-29T01:49:22.327Zuploading: /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)
104792026-01-29T01:49:23.421Zuploaded: /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
104802026-01-29T01:49:23.421Zuploading: /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)
104812026-01-29T01:49:24.517Zuploaded: /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
104822026-01-29T01:49:24.541Zuploading: /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)
104832026-01-29T01:49:25.611Zuploaded: /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
104842026-01-29T01:49:25.634Zuploading: /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)
104852026-01-29T01:49:26.706Zuploaded: /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
104862026-01-29T01:49:26.706Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/format_version.txt (1 bytes)
104872026-01-29T01:49:27.801Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/timeseries_schema/format_version.txt
104882026-01-29T01:49:27.801Zuploading: /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)
104892026-01-29T01:49:28.895Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/checksums.txt
104902026-01-29T01:49:28.895Zuploading: /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)
104912026-01-29T01:49:29.991Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/columns.txt
104922026-01-29T01:49:29.991Zuploading: /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)
104932026-01-29T01:49:31.088Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/count.txt
104942026-01-29T01:49:31.088Zuploading: /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)
104952026-01-29T01:49:32.184Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/data.bin
104962026-01-29T01:49:32.208Zuploading: /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)
104972026-01-29T01:49:33.280Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/data.cmrk3
104982026-01-29T01:49:33.280Zuploading: /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)
104992026-01-29T01:49:34.375Zuploaded: /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
105002026-01-29T01:49:34.376Zuploading: /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)
105012026-01-29T01:49:35.471Zuploaded: /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
105022026-01-29T01:49:35.471Zuploading: /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)
105032026-01-29T01:49:36.566Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/all_1_1_0/primary.cidx
105042026-01-29T01:49:36.566Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/format_version.txt (1 bytes)
105052026-01-29T01:49:37.662Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/oximeter/version/format_version.txt
105062026-01-29T01:49:37.662Zuploading: /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)
105072026-01-29T01:49:38.756Zuploaded: /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
105082026-01-29T01:49:38.756Zuploading: /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)
105092026-01-29T01:49:39.851Zuploaded: /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
105102026-01-29T01:49:39.852Zuploading: /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)
105112026-01-29T01:49:40.946Zuploaded: /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
105122026-01-29T01:49:40.946Zuploading: /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)
105132026-01-29T01:49:42.041Zuploaded: /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
105142026-01-29T01:49:42.041Zuploading: /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)
105152026-01-29T01:49:43.136Zuploaded: /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
105162026-01-29T01:49:43.160Zuploading: /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)
105172026-01-29T01:49:44.231Zuploaded: /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
105182026-01-29T01:49:44.255Zuploading: /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)
105192026-01-29T01:49:45.326Zuploaded: /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
105202026-01-29T01:49:45.326Zuploading: /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)
105212026-01-29T01:49:46.421Zuploaded: /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
105222026-01-29T01:49:46.422Zuploading: /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)
105232026-01-29T01:49:47.517Zuploaded: /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
105242026-01-29T01:49:47.517Zuploading: /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)
105252026-01-29T01:49:48.612Zuploaded: /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
105262026-01-29T01:49:48.636Zuploading: /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)
105272026-01-29T01:49:49.705Zuploaded: /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
105282026-01-29T01:49:49.706Zuploading: /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)
105292026-01-29T01:49:50.821Zuploaded: /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
105302026-01-29T01:49:50.821Zuploading: /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)
105312026-01-29T01:49:51.895Zuploaded: /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
105322026-01-29T01:49:51.919Zuploading: /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)
105332026-01-29T01:49:52.990Zuploaded: /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
105342026-01-29T01:49:52.990Zuploading: /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)
105352026-01-29T01:49:54.084Zuploaded: /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
105362026-01-29T01:49:54.084Zuploading: /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)
105372026-01-29T01:49:55.179Zuploaded: /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
105382026-01-29T01:49:55.179Zuploading: /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)
105392026-01-29T01:49:56.273Zuploaded: /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
105402026-01-29T01:49:56.273Zuploading: /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)
105412026-01-29T01:49:57.369Zuploaded: /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
105422026-01-29T01:49:57.393Zuploading: /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)
105432026-01-29T01:49:58.464Zuploaded: /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
105442026-01-29T01:49:58.464Zuploading: /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)
105452026-01-29T01:49:59.560Zuploaded: /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
105462026-01-29T01:49:59.584Zuploading: /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)
105472026-01-29T01:50:00.655Zuploaded: /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
105482026-01-29T01:50:00.656Zuploading: /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)
105492026-01-29T01:50:01.752Zuploaded: /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
105502026-01-29T01:50:01.752Zuploading: /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)
105512026-01-29T01:50:02.847Zuploaded: /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
105522026-01-29T01:50:02.847Zuploading: /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)
105532026-01-29T01:50:03.941Zuploaded: /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
105542026-01-29T01:50:03.941Zuploading: /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)
105552026-01-29T01:50:05.037Zuploaded: /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
105562026-01-29T01:50:05.037Zuploading: /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)
105572026-01-29T01:50:06.133Zuploaded: /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
105582026-01-29T01:50:06.133Zuploading: /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)
105592026-01-29T01:50:07.229Zuploaded: /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
105602026-01-29T01:50:07.229Zuploading: /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)
105612026-01-29T01:50:08.325Zuploaded: /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
105622026-01-29T01:50:08.349Zuploading: /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)
105632026-01-29T01:50:09.420Zuploaded: /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
105642026-01-29T01:50:09.420Zuploading: /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)
105652026-01-29T01:50:10.515Zuploaded: /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
105662026-01-29T01:50:10.516Zuploading: /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)
105672026-01-29T01:50:11.609Zuploaded: /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
105682026-01-29T01:50:11.610Zuploading: /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)
105692026-01-29T01:50:12.705Zuploaded: /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
105702026-01-29T01:50:12.705Zuploading: /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)
105712026-01-29T01:50:13.800Zuploaded: /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
105722026-01-29T01:50:13.800Zuploading: /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)
105732026-01-29T01:50:14.895Zuploaded: /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
105742026-01-29T01:50:14.896Zuploading: /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)
105752026-01-29T01:50:15.990Zuploaded: /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
105762026-01-29T01:50:15.990Zuploading: /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)
105772026-01-29T01:50:17.085Zuploaded: /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
105782026-01-29T01:50:17.085Zuploading: /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)
105792026-01-29T01:50:18.180Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/asynchronous_metric_log/format_version.txt
105802026-01-29T01:50:18.204Zuploading: /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)
105812026-01-29T01:50:19.276Zuploaded: /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
105822026-01-29T01:50:19.276Zuploading: /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)
105832026-01-29T01:50:20.436Zuploaded: /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
105842026-01-29T01:50:20.436Zuploading: /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)
105852026-01-29T01:50:21.532Zuploaded: /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
105862026-01-29T01:50:21.533Zuploading: /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)
105872026-01-29T01:50:22.693Zuploaded: /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
105882026-01-29T01:50:22.693Zuploading: /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)
105892026-01-29T01:50:23.789Zuploaded: /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
105902026-01-29T01:50:23.812Zuploading: /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)
105912026-01-29T01:50:24.885Zuploaded: /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
105922026-01-29T01:50:24.885Zuploading: /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)
105932026-01-29T01:50:25.980Zuploaded: /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
105942026-01-29T01:50:25.981Zuploading: /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)
105952026-01-29T01:50:27.078Zuploaded: /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
105962026-01-29T01:50:27.078Zuploading: /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)
105972026-01-29T01:50:28.174Zuploaded: /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
105982026-01-29T01:50:28.174Zuploading: /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)
105992026-01-29T01:50:29.268Zuploaded: /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
106002026-01-29T01:50:29.268Zuploading: /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)
106012026-01-29T01:50:30.430Zuploaded: /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
106022026-01-29T01:50:30.430Zuploading: /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)
106032026-01-29T01:50:31.525Zuploaded: /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
106042026-01-29T01:50:31.525Zuploading: /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)
106052026-01-29T01:50:32.685Zuploaded: /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
106062026-01-29T01:50:32.686Zuploading: /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)
106072026-01-29T01:50:33.781Zuploaded: /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
106082026-01-29T01:50:33.781Zuploading: /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)
106092026-01-29T01:50:34.875Zuploaded: /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
106102026-01-29T01:50:34.875Zuploading: /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)
106112026-01-29T01:50:35.970Zuploaded: /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
106122026-01-29T01:50:35.970Zuploading: /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)
106132026-01-29T01:50:37.065Zuploaded: /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
106142026-01-29T01:50:37.065Zuploading: /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)
106152026-01-29T01:50:38.160Zuploaded: /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
106162026-01-29T01:50:38.160Zuploading: /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)
106172026-01-29T01:50:39.256Zuploaded: /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
106182026-01-29T01:50:39.256Zuploading: /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)
106192026-01-29T01:50:40.418Zuploaded: /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
106202026-01-29T01:50:40.418Zuploading: /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)
106212026-01-29T01:50:41.512Zuploaded: /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
106222026-01-29T01:50:41.513Zuploading: /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)
106232026-01-29T01:50:42.673Zuploaded: /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
106242026-01-29T01:50:42.673Zuploading: /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)
106252026-01-29T01:50:43.768Zuploaded: /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
106262026-01-29T01:50:43.769Zuploading: /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)
106272026-01-29T01:50:44.863Zuploaded: /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
106282026-01-29T01:50:44.863Zuploading: /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)
106292026-01-29T01:50:45.957Zuploaded: /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
106302026-01-29T01:50:45.957Zuploading: /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)
106312026-01-29T01:50:47.053Zuploaded: /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
106322026-01-29T01:50:47.053Zuploading: /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)
106332026-01-29T01:50:48.149Zuploaded: /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
106342026-01-29T01:50:48.150Zuploading: /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)
106352026-01-29T01:50:49.244Zuploaded: /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
106362026-01-29T01:50:49.244Zuploading: /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)
106372026-01-29T01:50:50.406Zuploaded: /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
106382026-01-29T01:50:50.407Zuploading: /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)
106392026-01-29T01:50:51.501Zuploaded: /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
106402026-01-29T01:50:51.501Zuploading: /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)
106412026-01-29T01:50:52.663Zuploaded: /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
106422026-01-29T01:50:52.663Zuploading: /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)
106432026-01-29T01:50:53.758Zuploaded: /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
106442026-01-29T01:50:53.758Zuploading: /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)
106452026-01-29T01:50:54.852Zuploaded: /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
106462026-01-29T01:50:54.852Zuploading: /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)
106472026-01-29T01:50:55.947Zuploaded: /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
106482026-01-29T01:50:55.947Zuploading: /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)
106492026-01-29T01:50:57.043Zuploaded: /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
106502026-01-29T01:50:57.043Zuploading: /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)
106512026-01-29T01:50:58.138Zuploaded: /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
106522026-01-29T01:50:58.138Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/format_version.txt (1 bytes)
106532026-01-29T01:50:59.233Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/metric_log/format_version.txt
106542026-01-29T01:50:59.233Zuploading: /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)
106552026-01-29T01:51:00.329Zuploaded: /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
106562026-01-29T01:51:00.329Zuploading: /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)
106572026-01-29T01:51:01.424Zuploaded: /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
106582026-01-29T01:51:01.424Zuploading: /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)
106592026-01-29T01:51:02.519Zuploaded: /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
106602026-01-29T01:51:02.519Zuploading: /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)
106612026-01-29T01:51:03.681Zuploaded: /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
106622026-01-29T01:51:03.681Zuploading: /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)
106632026-01-29T01:51:04.776Zuploaded: /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
106642026-01-29T01:51:04.776Zuploading: /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)
106652026-01-29T01:51:05.871Zuploaded: /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
106662026-01-29T01:51:05.871Zuploading: /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)
106672026-01-29T01:51:06.967Zuploaded: /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
106682026-01-29T01:51:06.967Zuploading: /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)
106692026-01-29T01:51:08.062Zuploaded: /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
106702026-01-29T01:51:08.062Zuploading: /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)
106712026-01-29T01:51:09.156Zuploaded: /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
106722026-01-29T01:51:09.156Zuploading: /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)
106732026-01-29T01:51:10.251Zuploaded: /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
106742026-01-29T01:51:10.251Zuploading: /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)
106752026-01-29T01:51:11.346Zuploaded: /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
106762026-01-29T01:51:11.346Zuploading: /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)
106772026-01-29T01:51:12.441Zuploaded: /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
106782026-01-29T01:51:12.441Zuploading: /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)
106792026-01-29T01:51:13.558Zuploaded: /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
106802026-01-29T01:51:13.558Zuploading: /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)
106812026-01-29T01:51:14.652Zuploaded: /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
106822026-01-29T01:51:14.653Zuploading: /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)
106832026-01-29T01:51:15.748Zuploaded: /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
106842026-01-29T01:51:15.748Zuploading: /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)
106852026-01-29T01:51:16.842Zuploaded: /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
106862026-01-29T01:51:16.842Zuploading: /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)
106872026-01-29T01:51:17.937Zuploaded: /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
106882026-01-29T01:51:17.937Zuploading: /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)
106892026-01-29T01:51:19.032Zuploaded: /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
106902026-01-29T01:51:19.032Zuploading: /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)
106912026-01-29T01:51:20.127Zuploaded: /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
106922026-01-29T01:51:20.127Zuploading: /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)
106932026-01-29T01:51:21.223Zuploaded: /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
106942026-01-29T01:51:21.223Zuploading: /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)
106952026-01-29T01:51:22.318Zuploaded: /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
106962026-01-29T01:51:22.318Zuploading: /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)
106972026-01-29T01:51:23.414Zuploaded: /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
106982026-01-29T01:51:23.438Zuploading: /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)
106992026-01-29T01:51:24.509Zuploaded: /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
107002026-01-29T01:51:24.533Zuploading: /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)
107012026-01-29T01:51:25.604Zuploaded: /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
107022026-01-29T01:51:25.604Zuploading: /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)
107032026-01-29T01:51:26.699Zuploaded: /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
107042026-01-29T01:51:26.723Zuploading: /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)
107052026-01-29T01:51:27.794Zuploaded: /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
107062026-01-29T01:51:27.794Zuploading: /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)
107072026-01-29T01:51:28.888Zuploaded: /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
107082026-01-29T01:51:28.888Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/format_version.txt (1 bytes)
107092026-01-29T01:51:29.984Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/data/system/query_log/format_version.txt
107102026-01-29T01:51:29.984Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes)
107112026-01-29T01:51:31.084Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/INFORMATION_SCHEMA.sql
107122026-01-29T01:51:31.084Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/default.sql (78 bytes)
107132026-01-29T01:51:32.181Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/default.sql
107142026-01-29T01:51:32.181Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/information_schema.sql (51 bytes)
107152026-01-29T01:51:33.274Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/information_schema.sql
107162026-01-29T01:51:33.298Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_bool.sql (391 bytes)
107172026-01-29T01:51:34.369Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_bool.sql
107182026-01-29T01:51:34.369Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i16.sql (392 bytes)
107192026-01-29T01:51:35.464Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i16.sql
107202026-01-29T01:51:35.464Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i32.sql (392 bytes)
107212026-01-29T01:51:36.558Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i32.sql
107222026-01-29T01:51:36.582Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i64.sql (392 bytes)
107232026-01-29T01:51:37.653Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i64.sql
107242026-01-29T01:51:37.653Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i8.sql (391 bytes)
107252026-01-29T01:51:38.748Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_i8.sql
107262026-01-29T01:51:38.748Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_ipaddr.sql (391 bytes)
107272026-01-29T01:51:39.844Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_ipaddr.sql
107282026-01-29T01:51:39.844Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_string.sql (393 bytes)
107292026-01-29T01:51:40.938Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_string.sql
107302026-01-29T01:51:40.938Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u16.sql (393 bytes)
107312026-01-29T01:51:42.033Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u16.sql
107322026-01-29T01:51:42.033Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u32.sql (393 bytes)
107332026-01-29T01:51:43.129Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u32.sql
107342026-01-29T01:51:43.129Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u64.sql (393 bytes)
107352026-01-29T01:51:44.224Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u64.sql
107362026-01-29T01:51:44.224Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u8.sql (392 bytes)
107372026-01-29T01:51:45.319Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_u8.sql
107382026-01-29T01:51:45.344Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_uuid.sql (391 bytes)
107392026-01-29T01:51:46.414Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/fields_uuid.sql
107402026-01-29T01:51:46.414Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bool.sql (340 bytes)
107412026-01-29T01:51:47.510Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bool.sql
107422026-01-29T01:51:47.510Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bytes.sql (338 bytes)
107432026-01-29T01:51:48.605Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_bytes.sql
107442026-01-29T01:51:48.605Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef32.sql (394 bytes)
107452026-01-29T01:51:49.701Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef32.sql
107462026-01-29T01:51:49.701Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef64.sql (394 bytes)
107472026-01-29T01:51:50.826Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativef64.sql
107482026-01-29T01:51:50.851Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativei64.sql (392 bytes)
107492026-01-29T01:51:51.920Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativei64.sql
107502026-01-29T01:51:51.921Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativeu64.sql (393 bytes)
107512026-01-29T01:51:53.014Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_cumulativeu64.sql
107522026-01-29T01:51:53.014Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f32.sql (343 bytes)
107532026-01-29T01:51:54.108Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f32.sql
107542026-01-29T01:51:54.108Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f64.sql (343 bytes)
107552026-01-29T01:51:55.202Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_f64.sql
107562026-01-29T01:51:55.202Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf32.sql (916 bytes)
107572026-01-29T01:51:56.295Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf32.sql
107582026-01-29T01:51:56.295Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf64.sql (916 bytes)
107592026-01-29T01:51:57.387Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramf64.sql
107602026-01-29T01:51:57.387Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami16.sql (908 bytes)
107612026-01-29T01:51:58.482Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami16.sql
107622026-01-29T01:51:58.507Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami32.sql (908 bytes)
107632026-01-29T01:51:59.574Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami32.sql
107642026-01-29T01:51:59.574Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami64.sql (908 bytes)
107652026-01-29T01:52:00.668Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami64.sql
107662026-01-29T01:52:00.668Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami8.sql (905 bytes)
107672026-01-29T01:52:01.760Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogrami8.sql
107682026-01-29T01:52:01.760Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu16.sql (911 bytes)
107692026-01-29T01:52:02.853Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu16.sql
107702026-01-29T01:52:02.853Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu32.sql (911 bytes)
107712026-01-29T01:52:03.946Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu32.sql
107722026-01-29T01:52:03.947Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu64.sql (911 bytes)
107732026-01-29T01:52:05.040Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu64.sql
107742026-01-29T01:52:05.040Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu8.sql (908 bytes)
107752026-01-29T01:52:06.133Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_histogramu8.sql
107762026-01-29T01:52:06.134Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i16.sql (341 bytes)
107772026-01-29T01:52:07.225Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i16.sql
107782026-01-29T01:52:07.251Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i32.sql (341 bytes)
107792026-01-29T01:52:08.320Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i32.sql
107802026-01-29T01:52:08.320Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i64.sql (341 bytes)
107812026-01-29T01:52:09.412Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i64.sql
107822026-01-29T01:52:09.436Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i8.sql (340 bytes)
107832026-01-29T01:52:10.507Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_i8.sql
107842026-01-29T01:52:10.507Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_string.sql (342 bytes)
107852026-01-29T01:52:11.600Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_string.sql
107862026-01-29T01:52:11.600Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u16.sql (342 bytes)
107872026-01-29T01:52:12.695Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u16.sql
107882026-01-29T01:52:12.696Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u32.sql (342 bytes)
107892026-01-29T01:52:13.788Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u32.sql
107902026-01-29T01:52:13.788Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u64.sql (342 bytes)
107912026-01-29T01:52:14.882Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u64.sql
107922026-01-29T01:52:14.882Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u8.sql (341 bytes)
107932026-01-29T01:52:15.974Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/measurements_u8.sql
107942026-01-29T01:52:15.974Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/timeseries_schema.sql (961 bytes)
107952026-01-29T01:52:17.068Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/timeseries_schema.sql
107962026-01-29T01:52:17.068Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/version.sql (201 bytes)
107972026-01-29T01:52:18.162Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter/version.sql
107982026-01-29T01:52:18.162Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter.sql (78 bytes)
107992026-01-29T01:52:19.256Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/oximeter.sql
108002026-01-29T01:52:19.256Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes)
108012026-01-29T01:52:20.349Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/asynchronous_metric_log.sql
108022026-01-29T01:52:20.349Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/metric_log.sql (34913 bytes)
108032026-01-29T01:52:21.508Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/metric_log.sql
108042026-01-29T01:52:21.508Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/query_log.sql (3351 bytes)
108052026-01-29T01:52:22.601Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system/query_log.sql
108062026-01-29T01:52:22.601Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system.sql (78 bytes)
108072026-01-29T01:52:23.693Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/metadata/system.sql
108082026-01-29T01:52:23.694Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/preprocessed_configs/config.xml (2923 bytes)
108092026-01-29T01:52:24.787Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/preprocessed_configs/config.xml
108102026-01-29T01:52:24.787Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/status (58 bytes)
108112026-01-29T01:52:24.811Zupload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/status" disappeared between scan and upload
108122026-01-29T01:52:24.811Zuploading: /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)
108132026-01-29T01:52:25.902Zuploaded: /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
108142026-01-29T01:52:25.902Zuploading: /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)
108152026-01-29T01:52:26.997Zuploaded: /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
108162026-01-29T01:52:26.997Zuploading: /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)
108172026-01-29T01:52:28.091Zuploaded: /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
108182026-01-29T01:52:28.091Zuploading: /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)
108192026-01-29T01:52:29.184Zuploaded: /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
108202026-01-29T01:52:29.184Zuploading: /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)
108212026-01-29T01:52:30.279Zuploaded: /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
108222026-01-29T01:52:30.279Zuploading: /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)
108232026-01-29T01:52:31.373Zuploaded: /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
108242026-01-29T01:52:31.373Zuploading: /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)
108252026-01-29T01:52:32.471Zuploaded: /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
108262026-01-29T01:52:32.471Zuploading: /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)
108272026-01-29T01:52:33.563Zuploaded: /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
108282026-01-29T01:52:33.563Zuploading: /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)
108292026-01-29T01:52:34.655Zuploaded: /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
108302026-01-29T01:52:34.679Zuploading: /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)
108312026-01-29T01:52:35.747Zuploaded: /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
108322026-01-29T01:52:35.747Zuploading: /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)
108332026-01-29T01:52:36.841Zuploaded: /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
108342026-01-29T01:52:36.841Zuploading: /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)
108352026-01-29T01:52:37.934Zuploaded: /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
108362026-01-29T01:52:37.934Zuploading: /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)
108372026-01-29T01:52:39.027Zuploaded: /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
108382026-01-29T01:52:39.052Zuploading: /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)
108392026-01-29T01:52:40.126Zuploaded: /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
108402026-01-29T01:52:40.127Zuploading: /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)
108412026-01-29T01:52:41.220Zuploaded: /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
108422026-01-29T01:52:41.220Zuploading: /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)
108432026-01-29T01:52:42.312Zuploaded: /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
108442026-01-29T01:52:42.312Zuploading: /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)
108452026-01-29T01:52:43.407Zuploaded: /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
108462026-01-29T01:52:43.431Zuploading: /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)
108472026-01-29T01:52:44.499Zuploaded: /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
108482026-01-29T01:52:44.499Zuploading: /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)
108492026-01-29T01:52:45.592Zuploaded: /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
108502026-01-29T01:52:45.593Zuploading: /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)
108512026-01-29T01:52:46.685Zuploaded: /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
108522026-01-29T01:52:46.685Zuploading: /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)
108532026-01-29T01:52:47.779Zuploaded: /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
108542026-01-29T01:52:47.779Zuploading: /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)
108552026-01-29T01:52:48.873Zuploaded: /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
108562026-01-29T01:52:48.873Zuploading: /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)
108572026-01-29T01:52:49.966Zuploaded: /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
108582026-01-29T01:52:49.966Zuploading: /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)
108592026-01-29T01:52:51.059Zuploaded: /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
108602026-01-29T01:52:51.060Zuploading: /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)
108612026-01-29T01:52:52.154Zuploaded: /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
108622026-01-29T01:52:52.154Zuploading: /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)
108632026-01-29T01:52:53.248Zuploaded: /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
108642026-01-29T01:52:53.248Zuploading: /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)
108652026-01-29T01:52:54.341Zuploaded: /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
108662026-01-29T01:52:54.365Zuploading: /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)
108672026-01-29T01:52:55.434Zuploaded: /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
108682026-01-29T01:52:55.458Zuploading: /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)
108692026-01-29T01:52:56.527Zuploaded: /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
108702026-01-29T01:52:56.527Zuploading: /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)
108712026-01-29T01:52:57.670Zuploaded: /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
108722026-01-29T01:52:57.696Zuploading: /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)
108732026-01-29T01:52:58.765Zuploaded: /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
108742026-01-29T01:52:58.789Zuploading: /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)
108752026-01-29T01:52:59.859Zuploaded: /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
108762026-01-29T01:52:59.859Zuploading: /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)
108772026-01-29T01:53:00.952Zuploaded: /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
108782026-01-29T01:53:00.952Zuploading: /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)
108792026-01-29T01:53:02.047Zuploaded: /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
108802026-01-29T01:53:02.047Zuploading: /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)
108812026-01-29T01:53:03.140Zuploaded: /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
108822026-01-29T01:53:03.140Zuploading: /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)
108832026-01-29T01:53:04.235Zuploaded: /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
108842026-01-29T01:53:04.236Zuploading: /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)
108852026-01-29T01:53:05.329Zuploaded: /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
108862026-01-29T01:53:05.329Zuploading: /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)
108872026-01-29T01:53:06.428Zuploaded: /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
108882026-01-29T01:53:06.452Zuploading: /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)
108892026-01-29T01:53:07.521Zuploaded: /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
108902026-01-29T01:53:07.521Zuploading: /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)
108912026-01-29T01:53:08.615Zuploaded: /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
108922026-01-29T01:53:08.615Zuploading: /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)
108932026-01-29T01:53:09.709Zuploaded: /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
108942026-01-29T01:53:09.709Zuploading: /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)
108952026-01-29T01:53:10.804Zuploaded: /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
108962026-01-29T01:53:10.804Zuploading: /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)
108972026-01-29T01:53:11.900Zuploaded: /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
108982026-01-29T01:53:11.900Zuploading: /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)
108992026-01-29T01:53:12.995Zuploaded: /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
109002026-01-29T01:53:12.995Zuploading: /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)
109012026-01-29T01:53:14.092Zuploaded: /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
109022026-01-29T01:53:14.116Zuploading: /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)
109032026-01-29T01:53:15.192Zuploaded: /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
109042026-01-29T01:53:15.192Zuploading: /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)
109052026-01-29T01:53:16.287Zuploaded: /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
109062026-01-29T01:53:16.287Zuploading: /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)
109072026-01-29T01:53:17.382Zuploaded: /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
109082026-01-29T01:53:17.382Zuploading: /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)
109092026-01-29T01:53:18.477Zuploaded: /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
109102026-01-29T01:53:18.477Zuploading: /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)
109112026-01-29T01:53:19.573Zuploaded: /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
109122026-01-29T01:53:19.573Zuploading: /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)
109132026-01-29T01:53:20.668Zuploaded: /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
109142026-01-29T01:53:20.668Zuploading: /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)
109152026-01-29T01:53:21.763Zuploaded: /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
109162026-01-29T01:53:21.763Zuploading: /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)
109172026-01-29T01:53:22.857Zuploaded: /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
109182026-01-29T01:53:22.857Zuploading: /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)
109192026-01-29T01:53:23.957Zuploaded: /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
109202026-01-29T01:53:23.957Zuploading: /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)
109212026-01-29T01:53:25.051Zuploaded: /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
109222026-01-29T01:53:25.052Zuploading: /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)
109232026-01-29T01:53:26.168Zuploaded: /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
109242026-01-29T01:53:26.168Zuploading: /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)
109252026-01-29T01:53:27.262Zuploaded: /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
109262026-01-29T01:53:27.262Zuploading: /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)
109272026-01-29T01:53:28.357Zuploaded: /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
109282026-01-29T01:53:28.381Zuploading: /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)
109292026-01-29T01:53:29.453Zuploaded: /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
109302026-01-29T01:53:29.453Zuploading: /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)
109312026-01-29T01:53:30.548Zuploaded: /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
109322026-01-29T01:53:30.548Zuploading: /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)
109332026-01-29T01:53:31.643Zuploaded: /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
109342026-01-29T01:53:31.643Zuploading: /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)
109352026-01-29T01:53:32.737Zuploaded: /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
109362026-01-29T01:53:32.737Zuploading: /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)
109372026-01-29T01:53:33.832Zuploaded: /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
109382026-01-29T01:53:33.832Zuploading: /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)
109392026-01-29T01:53:34.926Zuploaded: /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
109402026-01-29T01:53:34.926Zuploading: /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)
109412026-01-29T01:53:36.022Zuploaded: /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
109422026-01-29T01:53:36.022Zuploading: /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)
109432026-01-29T01:53:37.118Zuploaded: /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
109442026-01-29T01:53:37.118Zuploading: /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)
109452026-01-29T01:53:38.214Zuploaded: /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
109462026-01-29T01:53:38.214Zuploading: /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)
109472026-01-29T01:53:39.311Zuploaded: /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
109482026-01-29T01:53:39.311Zuploading: /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)
109492026-01-29T01:53:40.405Zuploaded: /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
109502026-01-29T01:53:40.429Zuploading: /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)
109512026-01-29T01:53:41.500Zuploaded: /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
109522026-01-29T01:53:41.500Zuploading: /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)
109532026-01-29T01:53:42.595Zuploaded: /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
109542026-01-29T01:53:42.595Zuploading: /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)
109552026-01-29T01:53:43.691Zuploaded: /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
109562026-01-29T01:53:43.691Zuploading: /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)
109572026-01-29T01:53:44.786Zuploaded: /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
109582026-01-29T01:53:44.786Zuploading: /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)
109592026-01-29T01:53:45.880Zuploaded: /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
109602026-01-29T01:53:45.905Zuploading: /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)
109612026-01-29T01:53:46.976Zuploaded: /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
109622026-01-29T01:53:46.976Zuploading: /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)
109632026-01-29T01:53:48.071Zuploaded: /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
109642026-01-29T01:53:48.071Zuploading: /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)
109652026-01-29T01:53:49.165Zuploaded: /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
109662026-01-29T01:53:49.165Zuploading: /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)
109672026-01-29T01:53:50.260Zuploaded: /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
109682026-01-29T01:53:50.285Zuploading: /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)
109692026-01-29T01:53:51.356Zuploaded: /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
109702026-01-29T01:53:51.356Zuploading: /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)
109712026-01-29T01:53:52.450Zuploaded: /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
109722026-01-29T01:53:52.450Zuploading: /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)
109732026-01-29T01:53:53.545Zuploaded: /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
109742026-01-29T01:53:53.570Zuploading: /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)
109752026-01-29T01:53:54.640Zuploaded: /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
109762026-01-29T01:53:54.665Zuploading: /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)
109772026-01-29T01:53:55.736Zuploaded: /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
109782026-01-29T01:53:55.736Zuploading: /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)
109792026-01-29T01:53:56.830Zuploaded: /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
109802026-01-29T01:53:56.830Zuploading: /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)
109812026-01-29T01:53:57.925Zuploaded: /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
109822026-01-29T01:53:57.925Zuploading: /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)
109832026-01-29T01:53:59.021Zuploaded: /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
109842026-01-29T01:53:59.045Zuploading: /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)
109852026-01-29T01:54:00.119Zuploaded: /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
109862026-01-29T01:54:00.119Zuploading: /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)
109872026-01-29T01:54:01.232Zuploaded: /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
109882026-01-29T01:54:01.232Zuploading: /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)
109892026-01-29T01:54:02.327Zuploaded: /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
109902026-01-29T01:54:02.327Zuploading: /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)
109912026-01-29T01:54:03.422Zuploaded: /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
109922026-01-29T01:54:03.422Zuploading: /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)
109932026-01-29T01:54:04.516Zuploaded: /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
109942026-01-29T01:54:04.516Zuploading: /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)
109952026-01-29T01:54:05.617Zuploaded: /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
109962026-01-29T01:54:05.647Zuploading: /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)
109972026-01-29T01:54:06.714Zuploaded: /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
109982026-01-29T01:54:06.714Zuploading: /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)
109992026-01-29T01:54:07.811Zuploaded: /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
110002026-01-29T01:54:07.811Zuploading: /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)
110012026-01-29T01:54:08.906Zuploaded: /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
110022026-01-29T01:54:08.906Zuploading: /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)
110032026-01-29T01:54:10.000Zuploaded: /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
110042026-01-29T01:54:10.024Zuploading: /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)
110052026-01-29T01:54:11.094Zuploaded: /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
110062026-01-29T01:54:11.094Zuploading: /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)
110072026-01-29T01:54:12.189Zuploaded: /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
110082026-01-29T01:54:12.189Zuploading: /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)
110092026-01-29T01:54:13.284Zuploaded: /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
110102026-01-29T01:54:13.308Zuploading: /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)
110112026-01-29T01:54:14.378Zuploaded: /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
110122026-01-29T01:54:14.378Zuploading: /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)
110132026-01-29T01:54:15.474Zuploaded: /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
110142026-01-29T01:54:15.474Zuploading: /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)
110152026-01-29T01:54:16.568Zuploaded: /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
110162026-01-29T01:54:16.592Zuploading: /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)
110172026-01-29T01:54:17.663Zuploaded: /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
110182026-01-29T01:54:17.663Zuploading: /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)
110192026-01-29T01:54:18.757Zuploaded: /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
110202026-01-29T01:54:18.781Zuploading: /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)
110212026-01-29T01:54:19.853Zuploaded: /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
110222026-01-29T01:54:19.877Zuploading: /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)
110232026-01-29T01:54:20.949Zuploaded: /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
110242026-01-29T01:54:20.949Zuploading: /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)
110252026-01-29T01:54:22.045Zuploaded: /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
110262026-01-29T01:54:22.045Zuploading: /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)
110272026-01-29T01:54:23.146Zuploaded: /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
110282026-01-29T01:54:23.147Zuploading: /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)
110292026-01-29T01:54:24.240Zuploaded: /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
110302026-01-29T01:54:24.240Zuploading: /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)
110312026-01-29T01:54:25.337Zuploaded: /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
110322026-01-29T01:54:25.361Zuploading: /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)
110332026-01-29T01:54:26.433Zuploaded: /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
110342026-01-29T01:54:26.433Zuploading: /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)
110352026-01-29T01:54:27.528Zuploaded: /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
110362026-01-29T01:54:27.528Zuploading: /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)
110372026-01-29T01:54:28.623Zuploaded: /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
110382026-01-29T01:54:28.623Zuploading: /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)
110392026-01-29T01:54:29.719Zuploaded: /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
110402026-01-29T01:54:29.719Zuploading: /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)
110412026-01-29T01:54:30.814Zuploaded: /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
110422026-01-29T01:54:30.814Zuploading: /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)
110432026-01-29T01:54:31.909Zuploaded: /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
110442026-01-29T01:54:31.909Zuploading: /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)
110452026-01-29T01:54:33.049Zuploaded: /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
110462026-01-29T01:54:33.075Zuploading: /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)
110472026-01-29T01:54:34.148Zuploaded: /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
110482026-01-29T01:54:34.173Zuploading: /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)
110492026-01-29T01:54:35.243Zuploaded: /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
110502026-01-29T01:54:35.243Zuploading: /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)
110512026-01-29T01:54:36.338Zuploaded: /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
110522026-01-29T01:54:36.338Zuploading: /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)
110532026-01-29T01:54:37.434Zuploaded: /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
110542026-01-29T01:54:37.434Zuploading: /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)
110552026-01-29T01:54:38.531Zuploaded: /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
110562026-01-29T01:54:38.531Zuploading: /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)
110572026-01-29T01:54:39.626Zuploaded: /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
110582026-01-29T01:54:39.626Zuploading: /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)
110592026-01-29T01:54:40.721Zuploaded: /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
110602026-01-29T01:54:40.721Zuploading: /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)
110612026-01-29T01:54:41.817Zuploaded: /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
110622026-01-29T01:54:41.817Zuploading: /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)
110632026-01-29T01:54:42.913Zuploaded: /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
110642026-01-29T01:54:42.913Zuploading: /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)
110652026-01-29T01:54:44.008Zuploaded: /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
110662026-01-29T01:54:44.008Zuploading: /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)
110672026-01-29T01:54:45.103Zuploaded: /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
110682026-01-29T01:54:45.103Zuploading: /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)
110692026-01-29T01:54:46.204Zuploaded: /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
110702026-01-29T01:54:46.204Zuploading: /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)
110712026-01-29T01:54:47.299Zuploaded: /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
110722026-01-29T01:54:47.323Zuploading: /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)
110732026-01-29T01:54:48.394Zuploaded: /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
110742026-01-29T01:54:48.394Zuploading: /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)
110752026-01-29T01:54:49.490Zuploaded: /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
110762026-01-29T01:54:49.490Zuploading: /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)
110772026-01-29T01:54:50.586Zuploaded: /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
110782026-01-29T01:54:50.586Zuploading: /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)
110792026-01-29T01:54:51.680Zuploaded: /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
110802026-01-29T01:54:51.704Zuploading: /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)
110812026-01-29T01:54:52.776Zuploaded: /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
110822026-01-29T01:54:52.776Zuploading: /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)
110832026-01-29T01:54:53.870Zuploaded: /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
110842026-01-29T01:54:53.894Zuploading: /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)
110852026-01-29T01:54:54.965Zuploaded: /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
110862026-01-29T01:54:54.965Zuploading: /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)
110872026-01-29T01:54:56.061Zuploaded: /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
110882026-01-29T01:54:56.061Zuploading: /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)
110892026-01-29T01:54:57.158Zuploaded: /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
110902026-01-29T01:54:57.158Zuploading: /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)
110912026-01-29T01:54:58.254Zuploaded: /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
110922026-01-29T01:54:58.254Zuploading: /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)
110932026-01-29T01:54:59.350Zuploaded: /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
110942026-01-29T01:54:59.374Zuploading: /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)
110952026-01-29T01:55:00.448Zuploaded: /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
110962026-01-29T01:55:00.448Zuploading: /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)
110972026-01-29T01:55:01.544Zuploaded: /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
110982026-01-29T01:55:01.544Zuploading: /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)
110992026-01-29T01:55:02.640Zuploaded: /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
111002026-01-29T01:55:02.664Zuploading: /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)
111012026-01-29T01:55:03.735Zuploaded: /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
111022026-01-29T01:55:03.735Zuploading: /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)
111032026-01-29T01:55:04.832Zuploaded: /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
111042026-01-29T01:55:04.832Zuploading: /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)
111052026-01-29T01:55:05.928Zuploaded: /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
111062026-01-29T01:55:05.928Zuploading: /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)
111072026-01-29T01:55:07.024Zuploaded: /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
111082026-01-29T01:55:07.024Zuploading: /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)
111092026-01-29T01:55:08.122Zuploaded: /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
111102026-01-29T01:55:08.122Zuploading: /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)
111112026-01-29T01:55:09.220Zuploaded: /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
111122026-01-29T01:55:09.220Zuploading: /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)
111132026-01-29T01:55:10.317Zuploaded: /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
111142026-01-29T01:55:10.341Zuploading: /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)
111152026-01-29T01:55:11.450Zuploaded: /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
111162026-01-29T01:55:11.474Zuploading: /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)
111172026-01-29T01:55:12.549Zuploaded: /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
111182026-01-29T01:55:12.573Zuploading: /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)
111192026-01-29T01:55:13.646Zuploaded: /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
111202026-01-29T01:55:13.670Zuploading: /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)
111212026-01-29T01:55:14.744Zuploaded: /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
111222026-01-29T01:55:14.744Zuploading: /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)
111232026-01-29T01:55:15.854Zuploaded: /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
111242026-01-29T01:55:15.854Zuploading: /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)
111252026-01-29T01:55:16.952Zuploaded: /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
111262026-01-29T01:55:16.952Zuploading: /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)
111272026-01-29T01:55:18.051Zuploaded: /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
111282026-01-29T01:55:18.051Zuploading: /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)
111292026-01-29T01:55:19.145Zuploaded: /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
111302026-01-29T01:55:19.146Zuploading: /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)
111312026-01-29T01:55:20.241Zuploaded: /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
111322026-01-29T01:55:20.265Zuploading: /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)
111332026-01-29T01:55:21.337Zuploaded: /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
111342026-01-29T01:55:21.337Zuploading: /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)
111352026-01-29T01:55:22.433Zuploaded: /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
111362026-01-29T01:55:22.433Zuploading: /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)
111372026-01-29T01:55:23.529Zuploaded: /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
111382026-01-29T01:55:23.529Zuploading: /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)
111392026-01-29T01:55:24.623Zuploaded: /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
111402026-01-29T01:55:24.623Zuploading: /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)
111412026-01-29T01:55:25.721Zuploaded: /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
111422026-01-29T01:55:25.722Zuploading: /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)
111432026-01-29T01:55:26.815Zuploaded: /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
111442026-01-29T01:55:26.816Zuploading: /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)
111452026-01-29T01:55:27.911Zuploaded: /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
111462026-01-29T01:55:27.911Zuploading: /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)
111472026-01-29T01:55:29.007Zuploaded: /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
111482026-01-29T01:55:29.007Zuploading: /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)
111492026-01-29T01:55:30.103Zuploaded: /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
111502026-01-29T01:55:30.103Zuploading: /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)
111512026-01-29T01:55:31.200Zuploaded: /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
111522026-01-29T01:55:31.200Zuploading: /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)
111532026-01-29T01:55:32.306Zuploaded: /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
111542026-01-29T01:55:32.333Zuploading: /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)
111552026-01-29T01:55:33.411Zuploaded: /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
111562026-01-29T01:55:33.448Zuploading: /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)
111572026-01-29T01:55:34.509Zuploaded: /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
111582026-01-29T01:55:34.538Zuploading: /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)
111592026-01-29T01:55:35.613Zuploaded: /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
111602026-01-29T01:55:35.613Zuploading: /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)
111612026-01-29T01:55:36.709Zuploaded: /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
111622026-01-29T01:55:36.733Zuploading: /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)
111632026-01-29T01:55:37.809Zuploaded: /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
111642026-01-29T01:55:37.809Zuploading: /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)
111652026-01-29T01:55:38.906Zuploaded: /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
111662026-01-29T01:55:38.906Zuploading: /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)
111672026-01-29T01:55:40.002Zuploaded: /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
111682026-01-29T01:55:40.002Zuploading: /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)
111692026-01-29T01:55:41.099Zuploaded: /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
111702026-01-29T01:55:41.099Zuploading: /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)
111712026-01-29T01:55:42.206Zuploaded: /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
111722026-01-29T01:55:42.206Zuploading: /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)
111732026-01-29T01:55:43.311Zuploaded: /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
111742026-01-29T01:55:43.311Zuploading: /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)
111752026-01-29T01:55:44.407Zuploaded: /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
111762026-01-29T01:55:44.407Zuploading: /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)
111772026-01-29T01:55:45.538Zuploaded: /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
111782026-01-29T01:55:45.538Zuploading: /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)
111792026-01-29T01:55:46.635Zuploaded: /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
111802026-01-29T01:55:46.659Zuploading: /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)
111812026-01-29T01:55:47.729Zuploaded: /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
111822026-01-29T01:55:47.729Zuploading: /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)
111832026-01-29T01:55:48.831Zuploaded: /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
111842026-01-29T01:55:48.831Zuploading: /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)
111852026-01-29T01:55:49.925Zuploaded: /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
111862026-01-29T01:55:49.949Zuploading: /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)
111872026-01-29T01:55:51.021Zuploaded: /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
111882026-01-29T01:55:51.021Zuploading: /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)
111892026-01-29T01:55:52.127Zuploaded: /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
111902026-01-29T01:55:52.127Zuploading: /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)
111912026-01-29T01:55:53.234Zuploaded: /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
111922026-01-29T01:55:53.234Zuploading: /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)
111932026-01-29T01:55:54.330Zuploaded: /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
111942026-01-29T01:55:54.330Zuploading: /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)
111952026-01-29T01:55:55.430Zuploaded: /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
111962026-01-29T01:55:55.430Zuploading: /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)
111972026-01-29T01:55:56.529Zuploaded: /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
111982026-01-29T01:55:56.530Zuploading: /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)
111992026-01-29T01:55:57.626Zuploaded: /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
112002026-01-29T01:55:57.626Zuploading: /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)
112012026-01-29T01:55:58.900Zuploaded: /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
112022026-01-29T01:55:58.900Zuploading: /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)
112032026-01-29T01:56:00.570Zuploaded: /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
112042026-01-29T01:56:00.570Zuploading: /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)
112052026-01-29T01:56:01.636Zuploaded: /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
112062026-01-29T01:56:01.660Zuploading: /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)
112072026-01-29T01:56:02.731Zuploaded: /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
112082026-01-29T01:56:02.731Zuploading: /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)
112092026-01-29T01:56:03.825Zuploaded: /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
112102026-01-29T01:56:03.825Zuploading: /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)
112112026-01-29T01:56:04.922Zuploaded: /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
112122026-01-29T01:56:04.922Zuploading: /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)
112132026-01-29T01:56:06.016Zuploaded: /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
112142026-01-29T01:56:06.016Zuploading: /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)
112152026-01-29T01:56:07.113Zuploaded: /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
112162026-01-29T01:56:07.137Zuploading: /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)
112172026-01-29T01:56:08.208Zuploaded: /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
112182026-01-29T01:56:08.208Zuploading: /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)
112192026-01-29T01:56:09.384Zuploaded: /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
112202026-01-29T01:56:09.384Zuploading: /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)
112212026-01-29T01:56:10.480Zuploaded: /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
112222026-01-29T01:56:10.480Zuploading: /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)
112232026-01-29T01:56:11.574Zuploaded: /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
112242026-01-29T01:56:11.574Zuploading: /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)
112252026-01-29T01:56:12.669Zuploaded: /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
112262026-01-29T01:56:12.693Zuploading: /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)
112272026-01-29T01:56:13.766Zuploaded: /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
112282026-01-29T01:56:13.797Zuploading: /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)
112292026-01-29T01:56:14.863Zuploaded: /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
112302026-01-29T01:56:14.863Zuploading: /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)
112312026-01-29T01:56:15.965Zuploaded: /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
112322026-01-29T01:56:15.965Zuploading: /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)
112332026-01-29T01:56:17.060Zuploaded: /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
112342026-01-29T01:56:17.085Zuploading: /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)
112352026-01-29T01:56:18.156Zuploaded: /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
112362026-01-29T01:56:18.156Zuploading: /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)
112372026-01-29T01:56:19.279Zuploaded: /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
112382026-01-29T01:56:19.279Zuploading: /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)
112392026-01-29T01:56:20.374Zuploaded: /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
112402026-01-29T01:56:20.398Zuploading: /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)
112412026-01-29T01:56:21.469Zuploaded: /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
112422026-01-29T01:56:21.494Zuploading: /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)
112432026-01-29T01:56:22.566Zuploaded: /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
112442026-01-29T01:56:22.566Zuploading: /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)
112452026-01-29T01:56:23.661Zuploaded: /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
112462026-01-29T01:56:23.661Zuploading: /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)
112472026-01-29T01:56:24.758Zuploaded: /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
112482026-01-29T01:56:24.782Zuploading: /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)
112492026-01-29T01:56:25.870Zuploaded: /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
112502026-01-29T01:56:25.895Zuploading: /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)
112512026-01-29T01:56:26.968Zuploaded: /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
112522026-01-29T01:56:26.968Zuploading: /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)
112532026-01-29T01:56:28.063Zuploaded: /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
112542026-01-29T01:56:28.063Zuploading: /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)
112552026-01-29T01:56:29.176Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/store/3e6/3e6d4cd2-46ca-4bfa-bc35-8637b7028643/version.sql
112562026-01-29T01:56:29.210Zuploading: /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)
112572026-01-29T01:56:30.321Zuploaded: /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
112582026-01-29T01:56:30.321Zuploading: /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)
112592026-01-29T01:56:31.416Zuploaded: /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
112602026-01-29T01:56:31.416Zuploading: /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)
112612026-01-29T01:56:32.512Zuploaded: /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
112622026-01-29T01:56:32.512Zuploading: /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)
112632026-01-29T01:56:33.606Zuploaded: /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
112642026-01-29T01:56:33.606Zuploading: /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)
112652026-01-29T01:56:34.701Zuploaded: /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
112662026-01-29T01:56:34.725Zuploading: /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)
112672026-01-29T01:56:35.797Zuploaded: /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
112682026-01-29T01:56:35.797Zuploading: /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)
112692026-01-29T01:56:36.893Zuploaded: /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
112702026-01-29T01:56:36.894Zuploading: /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)
112712026-01-29T01:56:37.987Zuploaded: /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
112722026-01-29T01:56:37.988Zuploading: /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)
112732026-01-29T01:56:39.084Zuploaded: /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
112742026-01-29T01:56:39.084Zuploading: /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)
112752026-01-29T01:56:40.178Zuploaded: /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
112762026-01-29T01:56:40.178Zuploading: /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)
112772026-01-29T01:56:41.272Zuploaded: /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
112782026-01-29T01:56:41.272Zuploading: /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)
112792026-01-29T01:56:42.367Zuploaded: /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
112802026-01-29T01:56:42.391Zuploading: /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)
112812026-01-29T01:56:43.462Zuploaded: /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
112822026-01-29T01:56:43.462Zuploading: /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)
112832026-01-29T01:56:44.557Zuploaded: /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
112842026-01-29T01:56:44.581Zuploading: /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)
112852026-01-29T01:56:45.651Zuploaded: /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
112862026-01-29T01:56:45.652Zuploading: /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)
112872026-01-29T01:56:46.748Zuploaded: /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
112882026-01-29T01:56:46.748Zuploading: /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)
112892026-01-29T01:56:47.846Zuploaded: /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
112902026-01-29T01:56:47.846Zuploading: /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)
112912026-01-29T01:56:48.944Zuploaded: /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
112922026-01-29T01:56:48.944Zuploading: /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)
112932026-01-29T01:56:50.040Zuploaded: /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
112942026-01-29T01:56:50.064Zuploading: /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)
112952026-01-29T01:56:51.135Zuploaded: /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
112962026-01-29T01:56:51.135Zuploading: /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)
112972026-01-29T01:56:52.229Zuploaded: /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
112982026-01-29T01:56:52.229Zuploading: /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)
112992026-01-29T01:56:53.325Zuploaded: /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
113002026-01-29T01:56:53.325Zuploading: /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)
113012026-01-29T01:56:54.422Zuploaded: /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
113022026-01-29T01:56:54.422Zuploading: /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)
113032026-01-29T01:56:55.516Zuploaded: /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
113042026-01-29T01:56:55.516Zuploading: /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)
113052026-01-29T01:56:56.612Zuploaded: /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
113062026-01-29T01:56:56.612Zuploading: /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)
113072026-01-29T01:56:57.707Zuploaded: /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
113082026-01-29T01:56:57.707Zuploading: /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)
113092026-01-29T01:56:58.803Zuploaded: /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
113102026-01-29T01:56:58.826Zuploading: /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)
113112026-01-29T01:56:59.898Zuploaded: /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
113122026-01-29T01:56:59.898Zuploading: /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)
113132026-01-29T01:57:01.059Zuploaded: /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
113142026-01-29T01:57:01.082Zuploading: /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)
113152026-01-29T01:57:02.153Zuploaded: /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
113162026-01-29T01:57:02.153Zuploading: /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)
113172026-01-29T01:57:03.248Zuploaded: /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
113182026-01-29T01:57:03.248Zuploading: /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)
113192026-01-29T01:57:04.344Zuploaded: /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
113202026-01-29T01:57:04.344Zuploading: /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)
113212026-01-29T01:57:05.439Zuploaded: /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
113222026-01-29T01:57:05.439Zuploading: /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)
113232026-01-29T01:57:06.535Zuploaded: /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
113242026-01-29T01:57:06.535Zuploading: /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)
113252026-01-29T01:57:07.632Zuploaded: /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
113262026-01-29T01:57:07.632Zuploading: /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)
113272026-01-29T01:57:08.728Zuploaded: /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
113282026-01-29T01:57:08.728Zuploading: /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)
113292026-01-29T01:57:09.829Zuploaded: /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
113302026-01-29T01:57:09.829Zuploading: /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)
113312026-01-29T01:57:10.941Zuploaded: /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
113322026-01-29T01:57:10.965Zuploading: /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)
113332026-01-29T01:57:12.036Zuploaded: /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
113342026-01-29T01:57:12.060Zuploading: /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)
113352026-01-29T01:57:13.132Zuploaded: /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
113362026-01-29T01:57:13.132Zuploading: /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)
113372026-01-29T01:57:14.226Zuploaded: /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
113382026-01-29T01:57:14.226Zuploading: /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)
113392026-01-29T01:57:15.323Zuploaded: /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
113402026-01-29T01:57:15.323Zuploading: /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)
113412026-01-29T01:57:16.418Zuploaded: /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
113422026-01-29T01:57:16.418Zuploading: /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)
113432026-01-29T01:57:17.516Zuploaded: /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
113442026-01-29T01:57:17.516Zuploading: /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)
113452026-01-29T01:57:18.610Zuploaded: /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
113462026-01-29T01:57:18.611Zuploading: /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)
113472026-01-29T01:57:19.706Zuploaded: /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
113482026-01-29T01:57:19.706Zuploading: /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)
113492026-01-29T01:57:20.803Zuploaded: /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
113502026-01-29T01:57:20.803Zuploading: /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)
113512026-01-29T01:57:21.899Zuploaded: /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
113522026-01-29T01:57:21.900Zuploading: /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)
113532026-01-29T01:57:22.995Zuploaded: /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
113542026-01-29T01:57:22.995Zuploading: /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)
113552026-01-29T01:57:24.093Zuploaded: /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
113562026-01-29T01:57:24.118Zuploading: /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)
113572026-01-29T01:57:25.206Zuploaded: /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
113582026-01-29T01:57:25.233Zuploading: /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)
113592026-01-29T01:57:26.329Zuploaded: /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
113602026-01-29T01:57:26.329Zuploading: /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)
113612026-01-29T01:57:27.430Zuploaded: /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
113622026-01-29T01:57:27.455Zuploading: /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)
113632026-01-29T01:57:28.527Zuploaded: /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
113642026-01-29T01:57:28.527Zuploading: /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)
113652026-01-29T01:57:29.638Zuploaded: /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
113662026-01-29T01:57:29.662Zuploading: /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)
113672026-01-29T01:57:30.757Zuploaded: /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
113682026-01-29T01:57:30.758Zuploading: /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)
113692026-01-29T01:57:31.844Zuploaded: /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
113702026-01-29T01:57:31.844Zuploading: /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)
113712026-01-29T01:57:32.942Zuploaded: /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
113722026-01-29T01:57:32.942Zuploading: /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)
113732026-01-29T01:57:34.038Zuploaded: /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
113742026-01-29T01:57:34.062Zuploading: /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)
113752026-01-29T01:57:35.150Zuploaded: /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
113762026-01-29T01:57:35.182Zuploading: /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)
113772026-01-29T01:57:36.268Zuploaded: /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
113782026-01-29T01:57:36.268Zuploading: /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)
113792026-01-29T01:57:37.373Zuploaded: /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
113802026-01-29T01:57:37.396Zuploading: /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)
113812026-01-29T01:57:38.470Zuploaded: /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
113822026-01-29T01:57:38.494Zuploading: /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)
113832026-01-29T01:57:39.576Zuploaded: /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
113842026-01-29T01:57:39.576Zuploading: /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)
113852026-01-29T01:57:40.674Zuploaded: /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
113862026-01-29T01:57:40.702Zuploading: /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)
113872026-01-29T01:57:41.775Zuploaded: /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
113882026-01-29T01:57:41.775Zuploading: /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)
113892026-01-29T01:57:42.881Zuploaded: /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
113902026-01-29T01:57:42.881Zuploading: /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)
113912026-01-29T01:57:43.977Zuploaded: /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
113922026-01-29T01:57:43.977Zuploading: /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)
113932026-01-29T01:57:45.072Zuploaded: /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
113942026-01-29T01:57:45.097Zuploading: /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)
113952026-01-29T01:57:46.167Zuploaded: /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
113962026-01-29T01:57:46.167Zuploading: /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)
113972026-01-29T01:57:47.266Zuploaded: /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
113982026-01-29T01:57:47.266Zuploading: /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)
113992026-01-29T01:57:48.371Zuploaded: /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
114002026-01-29T01:57:48.371Zuploading: /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)
114012026-01-29T01:57:49.464Zuploaded: /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
114022026-01-29T01:57:49.464Zuploading: /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)
114032026-01-29T01:57:50.558Zuploaded: /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
114042026-01-29T01:57:50.558Zuploading: /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)
114052026-01-29T01:57:51.652Zuploaded: /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
114062026-01-29T01:57:51.676Zuploading: /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)
114072026-01-29T01:57:52.745Zuploaded: /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
114082026-01-29T01:57:52.745Zuploading: /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)
114092026-01-29T01:57:53.838Zuploaded: /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
114102026-01-29T01:57:53.838Zuploading: /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)
114112026-01-29T01:57:54.932Zuploaded: /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
114122026-01-29T01:57:54.956Zuploading: /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)
114132026-01-29T01:57:56.025Zuploaded: /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
114142026-01-29T01:57:56.025Zuploading: /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)
114152026-01-29T01:57:57.120Zuploaded: /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
114162026-01-29T01:57:57.144Zuploading: /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)
114172026-01-29T01:57:58.214Zuploaded: /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
114182026-01-29T01:57:58.214Zuploading: /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)
114192026-01-29T01:57:59.307Zuploaded: /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
114202026-01-29T01:57:59.307Zuploading: /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)
114212026-01-29T01:58:00.400Zuploaded: /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
114222026-01-29T01:58:00.400Zuploading: /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)
114232026-01-29T01:58:01.502Zuploaded: /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
114242026-01-29T01:58:01.529Zuploading: /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)
114252026-01-29T01:58:02.604Zuploaded: /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
114262026-01-29T01:58:02.605Zuploading: /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)
114272026-01-29T01:58:03.699Zuploaded: /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
114282026-01-29T01:58:03.699Zuploading: /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)
114292026-01-29T01:58:04.792Zuploaded: /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
114302026-01-29T01:58:04.792Zuploading: /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)
114312026-01-29T01:58:05.886Zuploaded: /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
114322026-01-29T01:58:05.886Zuploading: /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)
114332026-01-29T01:58:06.978Zuploaded: /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
114342026-01-29T01:58:06.978Zuploading: /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)
114352026-01-29T01:58:08.137Zuploaded: /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
114362026-01-29T01:58:08.137Zuploading: /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)
114372026-01-29T01:58:09.252Zuploaded: /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
114382026-01-29T01:58:09.299Zuploading: /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)
114392026-01-29T01:58:10.371Zuploaded: /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
114402026-01-29T01:58:10.371Zuploading: /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)
114412026-01-29T01:58:11.465Zuploaded: /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
114422026-01-29T01:58:11.465Zuploading: /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)
114432026-01-29T01:58:12.560Zuploaded: /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
114442026-01-29T01:58:12.560Zuploading: /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)
114452026-01-29T01:58:13.655Zuploaded: /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
114462026-01-29T01:58:13.679Zuploading: /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)
114472026-01-29T01:58:14.749Zuploaded: /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
114482026-01-29T01:58:14.749Zuploading: /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)
114492026-01-29T01:58:15.843Zuploaded: /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
114502026-01-29T01:58:15.843Zuploading: /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)
114512026-01-29T01:58:16.936Zuploaded: /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
114522026-01-29T01:58:16.936Zuploading: /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)
114532026-01-29T01:58:18.050Zuploaded: /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
114542026-01-29T01:58:18.050Zuploading: /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)
114552026-01-29T01:58:19.145Zuploaded: /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
114562026-01-29T01:58:19.145Zuploading: /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)
114572026-01-29T01:58:20.239Zuploaded: /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
114582026-01-29T01:58:20.239Zuploading: /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)
114592026-01-29T01:58:21.336Zuploaded: /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
114602026-01-29T01:58:21.361Zuploading: /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)
114612026-01-29T01:58:22.431Zuploaded: /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
114622026-01-29T01:58:22.431Zuploading: /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)
114632026-01-29T01:58:23.543Zuploaded: /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
114642026-01-29T01:58:23.543Zuploading: /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)
114652026-01-29T01:58:24.658Zuploaded: /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
114662026-01-29T01:58:24.658Zuploading: /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)
114672026-01-29T01:58:25.762Zuploaded: /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
114682026-01-29T01:58:25.762Zuploading: /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)
114692026-01-29T01:58:26.856Zuploaded: /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
114702026-01-29T01:58:26.880Zuploading: /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)
114712026-01-29T01:58:27.950Zuploaded: /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
114722026-01-29T01:58:27.975Zuploading: /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)
114732026-01-29T01:58:29.046Zuploaded: /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
114742026-01-29T01:58:29.046Zuploading: /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)
114752026-01-29T01:58:30.140Zuploaded: /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
114762026-01-29T01:58:30.140Zuploading: /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)
114772026-01-29T01:58:31.236Zuploaded: /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
114782026-01-29T01:58:31.260Zuploading: /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)
114792026-01-29T01:58:32.332Zuploaded: /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
114802026-01-29T01:58:32.355Zuploading: /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)
114812026-01-29T01:58:33.426Zuploaded: /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
114822026-01-29T01:58:33.449Zuploading: /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)
114832026-01-29T01:58:34.522Zuploaded: /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
114842026-01-29T01:58:34.522Zuploading: /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)
114852026-01-29T01:58:35.620Zuploaded: /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
114862026-01-29T01:58:35.620Zuploading: /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)
114872026-01-29T01:58:36.718Zuploaded: /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
114882026-01-29T01:58:36.718Zuploading: /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)
114892026-01-29T01:58:37.824Zuploaded: /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
114902026-01-29T01:58:37.824Zuploading: /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)
114912026-01-29T01:58:38.986Zuploaded: /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
114922026-01-29T01:58:38.986Zuploading: /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)
114932026-01-29T01:58:40.081Zuploaded: /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
114942026-01-29T01:58:40.081Zuploading: /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)
114952026-01-29T01:58:41.240Zuploaded: /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
114962026-01-29T01:58:41.240Zuploading: /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)
114972026-01-29T01:58:42.334Zuploaded: /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
114982026-01-29T01:58:42.334Zuploading: /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)
114992026-01-29T01:58:43.433Zuploaded: /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
115002026-01-29T01:58:43.433Zuploading: /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)
115012026-01-29T01:58:44.531Zuploaded: /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
115022026-01-29T01:58:44.531Zuploading: /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)
115032026-01-29T01:58:45.628Zuploaded: /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
115042026-01-29T01:58:45.628Zuploading: /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)
115052026-01-29T01:58:46.726Zuploaded: /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
115062026-01-29T01:58:46.727Zuploading: /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)
115072026-01-29T01:58:47.821Zuploaded: /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
115082026-01-29T01:58:47.821Zuploading: /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)
115092026-01-29T01:58:48.986Zuploaded: /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
115102026-01-29T01:58:48.986Zuploading: /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)
115112026-01-29T01:58:50.083Zuploaded: /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
115122026-01-29T01:58:50.083Zuploading: /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)
115132026-01-29T01:58:51.255Zuploaded: /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
115142026-01-29T01:58:51.286Zuploading: /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)
115152026-01-29T01:58:52.379Zuploaded: /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
115162026-01-29T01:58:52.379Zuploading: /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)
115172026-01-29T01:58:53.481Zuploaded: /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
115182026-01-29T01:58:53.481Zuploading: /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)
115192026-01-29T01:58:54.576Zuploaded: /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
115202026-01-29T01:58:54.576Zuploading: /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)
115212026-01-29T01:58:55.674Zuploaded: /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
115222026-01-29T01:58:55.674Zuploading: /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)
115232026-01-29T01:58:56.831Zuploaded: /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
115242026-01-29T01:58:56.832Zuploading: /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)
115252026-01-29T01:58:57.970Zuploaded: /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
115262026-01-29T01:58:57.971Zuploading: /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)
115272026-01-29T01:58:59.150Zuploaded: /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
115282026-01-29T01:58:59.150Zuploading: /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)
115292026-01-29T01:59:00.249Zuploaded: /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
115302026-01-29T01:59:00.250Zuploading: /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)
115312026-01-29T01:59:01.409Zuploaded: /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
115322026-01-29T01:59:01.409Zuploading: /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)
115332026-01-29T01:59:02.508Zuploaded: /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
115342026-01-29T01:59:02.508Zuploading: /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)
115352026-01-29T01:59:03.621Zuploaded: /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
115362026-01-29T01:59:03.621Zuploading: /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)
115372026-01-29T01:59:04.715Zuploaded: /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
115382026-01-29T01:59:04.715Zuploading: /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)
115392026-01-29T01:59:05.810Zuploaded: /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
115402026-01-29T01:59:05.810Zuploading: /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)
115412026-01-29T01:59:06.904Zuploaded: /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
115422026-01-29T01:59:06.928Zuploading: /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)
115432026-01-29T01:59:07.998Zuploaded: /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
115442026-01-29T01:59:07.998Zuploading: /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)
115452026-01-29T01:59:09.159Zuploaded: /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
115462026-01-29T01:59:09.160Zuploading: /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)
115472026-01-29T01:59:10.252Zuploaded: /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
115482026-01-29T01:59:10.253Zuploading: /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)
115492026-01-29T01:59:11.443Zuploaded: /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
115502026-01-29T01:59:11.443Zuploading: /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)
115512026-01-29T01:59:12.547Zuploaded: /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
115522026-01-29T01:59:12.547Zuploading: /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)
115532026-01-29T01:59:13.642Zuploaded: /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
115542026-01-29T01:59:13.642Zuploading: /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)
115552026-01-29T01:59:14.736Zuploaded: /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
115562026-01-29T01:59:14.736Zuploading: /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)
115572026-01-29T01:59:15.831Zuploaded: /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
115582026-01-29T01:59:15.831Zuploading: /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)
115592026-01-29T01:59:16.925Zuploaded: /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
115602026-01-29T01:59:16.925Zuploading: /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)
115612026-01-29T01:59:18.021Zuploaded: /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
115622026-01-29T01:59:18.021Zuploading: /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)
115632026-01-29T01:59:19.114Zuploaded: /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
115642026-01-29T01:59:19.138Zuploading: /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)
115652026-01-29T01:59:20.212Zuploaded: /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
115662026-01-29T01:59:20.212Zuploading: /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)
115672026-01-29T01:59:21.305Zuploaded: /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
115682026-01-29T01:59:21.305Zuploading: /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)
115692026-01-29T01:59:22.421Zuploaded: /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
115702026-01-29T01:59:22.422Zuploading: /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)
115712026-01-29T01:59:23.529Zuploaded: /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
115722026-01-29T01:59:23.529Zuploading: /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)
115732026-01-29T01:59:24.629Zuploaded: /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
115742026-01-29T01:59:24.629Zuploading: /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)
115752026-01-29T01:59:25.741Zuploaded: /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
115762026-01-29T01:59:25.741Zuploading: /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)
115772026-01-29T01:59:26.819Zuploaded: /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
115782026-01-29T01:59:26.819Zuploading: /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)
115792026-01-29T01:59:27.922Zuploaded: /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
115802026-01-29T01:59:27.923Zuploading: /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)
115812026-01-29T01:59:29.016Zuploaded: /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
115822026-01-29T01:59:29.016Zuploading: /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)
115832026-01-29T01:59:30.110Zuploaded: /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
115842026-01-29T01:59:30.110Zuploading: /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)
115852026-01-29T01:59:31.203Zuploaded: /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
115862026-01-29T01:59:31.203Zuploading: /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)
115872026-01-29T01:59:32.296Zuploaded: /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
115882026-01-29T01:59:32.297Zuploading: /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)
115892026-01-29T01:59:33.391Zuploaded: /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
115902026-01-29T01:59:33.391Zuploading: /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)
115912026-01-29T01:59:34.486Zuploaded: /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
115922026-01-29T01:59:34.486Zuploading: /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)
115932026-01-29T01:59:35.580Zuploaded: /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
115942026-01-29T01:59:35.580Zuploading: /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)
115952026-01-29T01:59:36.675Zuploaded: /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
115962026-01-29T01:59:36.698Zuploading: /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)
115972026-01-29T01:59:37.777Zuploaded: /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
115982026-01-29T01:59:37.777Zuploading: /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)
115992026-01-29T01:59:38.880Zuploaded: /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
116002026-01-29T01:59:38.880Zuploading: /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)
116012026-01-29T01:59:39.974Zuploaded: /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
116022026-01-29T01:59:39.974Zuploading: /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)
116032026-01-29T01:59:41.073Zuploaded: /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
116042026-01-29T01:59:41.073Zuploading: /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)
116052026-01-29T01:59:42.171Zuploaded: /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
116062026-01-29T01:59:42.195Zuploading: /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)
116072026-01-29T01:59:43.264Zuploaded: /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
116082026-01-29T01:59:43.288Zuploading: /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)
116092026-01-29T01:59:44.361Zuploaded: /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
116102026-01-29T01:59:44.362Zuploading: /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)
116112026-01-29T01:59:45.457Zuploaded: /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
116122026-01-29T01:59:45.457Zuploading: /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)
116132026-01-29T01:59:46.553Zuploaded: /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
116142026-01-29T01:59:46.553Zuploading: /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)
116152026-01-29T01:59:47.647Zuploaded: /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
116162026-01-29T01:59:47.647Zuploading: /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)
116172026-01-29T01:59:48.741Zuploaded: /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
116182026-01-29T01:59:48.741Zuploading: /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)
116192026-01-29T01:59:49.834Zuploaded: /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
116202026-01-29T01:59:49.857Zuploading: /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)
116212026-01-29T01:59:50.926Zuploaded: /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
116222026-01-29T01:59:50.926Zuploading: /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)
116232026-01-29T01:59:52.022Zuploaded: /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
116242026-01-29T01:59:52.046Zuploading: /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)
116252026-01-29T01:59:53.115Zuploaded: /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
116262026-01-29T01:59:53.115Zuploading: /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)
116272026-01-29T01:59:54.208Zuploaded: /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
116282026-01-29T01:59:54.208Zuploading: /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)
116292026-01-29T01:59:55.301Zuploaded: /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
116302026-01-29T01:59:55.301Zuploading: /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)
116312026-01-29T01:59:56.395Zuploaded: /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
116322026-01-29T01:59:56.419Zuploading: /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)
116332026-01-29T01:59:57.487Zuploaded: /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
116342026-01-29T01:59:57.511Zuploading: /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)
116352026-01-29T01:59:58.583Zuploaded: /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
116362026-01-29T01:59:58.583Zuploading: /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)
116372026-01-29T01:59:59.679Zuploaded: /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
116382026-01-29T01:59:59.680Zuploading: /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)
116392026-01-29T02:00:00.773Zuploaded: /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
116402026-01-29T02:00:00.773Zuploading: /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)
116412026-01-29T02:00:01.870Zuploaded: /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
116422026-01-29T02:00:01.870Zuploading: /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)
116432026-01-29T02:00:02.965Zuploaded: /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
116442026-01-29T02:00:02.965Zuploading: /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)
116452026-01-29T02:00:04.063Zuploaded: /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
116462026-01-29T02:00:04.063Zuploading: /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)
116472026-01-29T02:00:05.157Zuploaded: /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
116482026-01-29T02:00:05.181Zuploading: /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)
116492026-01-29T02:00:06.251Zuploaded: /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
116502026-01-29T02:00:06.251Zuploading: /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)
116512026-01-29T02:00:07.344Zuploaded: /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
116522026-01-29T02:00:07.344Zuploading: /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)
116532026-01-29T02:00:08.439Zuploaded: /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
116542026-01-29T02:00:08.439Zuploading: /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)
116552026-01-29T02:00:09.533Zuploaded: /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
116562026-01-29T02:00:09.533Zuploading: /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)
116572026-01-29T02:00:10.627Zuploaded: /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
116582026-01-29T02:00:10.627Zuploading: /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)
116592026-01-29T02:00:11.721Zuploaded: /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
116602026-01-29T02:00:11.721Zuploading: /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)
116612026-01-29T02:00:12.815Zuploaded: /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
116622026-01-29T02:00:12.815Zuploading: /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)
116632026-01-29T02:00:13.908Zuploaded: /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
116642026-01-29T02:00:13.909Zuploading: /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)
116652026-01-29T02:00:15.003Zuploaded: /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
116662026-01-29T02:00:15.003Zuploading: /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)
116672026-01-29T02:00:16.100Zuploaded: /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
116682026-01-29T02:00:16.100Zuploading: /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)
116692026-01-29T02:00:17.193Zuploaded: /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
116702026-01-29T02:00:17.193Zuploading: /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)
116712026-01-29T02:00:18.290Zuploaded: /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
116722026-01-29T02:00:18.290Zuploading: /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)
116732026-01-29T02:00:19.385Zuploaded: /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
116742026-01-29T02:00:19.385Zuploading: /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)
116752026-01-29T02:00:20.481Zuploaded: /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
116762026-01-29T02:00:20.481Zuploading: /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)
116772026-01-29T02:00:21.574Zuploaded: /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
116782026-01-29T02:00:21.574Zuploading: /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)
116792026-01-29T02:00:22.669Zuploaded: /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
116802026-01-29T02:00:22.669Zuploading: /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)
116812026-01-29T02:00:23.763Zuploaded: /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
116822026-01-29T02:00:23.786Zuploading: /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)
116832026-01-29T02:00:24.857Zuploaded: /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
116842026-01-29T02:00:24.857Zuploading: /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)
116852026-01-29T02:00:25.951Zuploaded: /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
116862026-01-29T02:00:25.975Zuploading: /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)
116872026-01-29T02:00:27.059Zuploaded: /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
116882026-01-29T02:00:27.059Zuploading: /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)
116892026-01-29T02:00:28.159Zuploaded: /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
116902026-01-29T02:00:28.159Zuploading: /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)
116912026-01-29T02:00:29.252Zuploaded: /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
116922026-01-29T02:00:29.276Zuploading: /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)
116932026-01-29T02:00:30.345Zuploaded: /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
116942026-01-29T02:00:30.345Zuploading: /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)
116952026-01-29T02:00:31.439Zuploaded: /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
116962026-01-29T02:00:31.439Zuploading: /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)
116972026-01-29T02:00:32.535Zuploaded: /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
116982026-01-29T02:00:32.535Zuploading: /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)
116992026-01-29T02:00:33.629Zuploaded: /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
117002026-01-29T02:00:33.653Zuploading: /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)
117012026-01-29T02:00:34.726Zuploaded: /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
117022026-01-29T02:00:34.726Zuploading: /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)
117032026-01-29T02:00:35.820Zuploaded: /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
117042026-01-29T02:00:35.820Zuploading: /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)
117052026-01-29T02:00:36.913Zuploaded: /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
117062026-01-29T02:00:36.938Zuploading: /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)
117072026-01-29T02:00:38.010Zuploaded: /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
117082026-01-29T02:00:38.010Zuploading: /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)
117092026-01-29T02:00:39.111Zuploaded: /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
117102026-01-29T02:00:39.111Zuploading: /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)
117112026-01-29T02:00:40.204Zuploaded: /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
117122026-01-29T02:00:40.204Zuploading: /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)
117132026-01-29T02:00:41.297Zuploaded: /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
117142026-01-29T02:00:41.297Zuploading: /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)
117152026-01-29T02:00:42.392Zuploaded: /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
117162026-01-29T02:00:42.392Zuploading: /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)
117172026-01-29T02:00:43.488Zuploaded: /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
117182026-01-29T02:00:43.513Zuploading: /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)
117192026-01-29T02:00:44.584Zuploaded: /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
117202026-01-29T02:00:44.584Zuploading: /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)
117212026-01-29T02:00:45.680Zuploaded: /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
117222026-01-29T02:00:45.680Zuploading: /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)
117232026-01-29T02:00:46.819Zuploaded: /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
117242026-01-29T02:00:46.819Zuploading: /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)
117252026-01-29T02:00:47.914Zuploaded: /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
117262026-01-29T02:00:47.914Zuploading: /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)
117272026-01-29T02:00:49.033Zuploaded: /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
117282026-01-29T02:00:49.033Zuploading: /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)
117292026-01-29T02:00:50.159Zuploaded: /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
117302026-01-29T02:00:50.159Zuploading: /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)
117312026-01-29T02:00:51.261Zuploaded: /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
117322026-01-29T02:00:51.261Zuploading: /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)
117332026-01-29T02:00:52.355Zuploaded: /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
117342026-01-29T02:00:52.355Zuploading: /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)
117352026-01-29T02:00:53.449Zuploaded: /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
117362026-01-29T02:00:53.474Zuploading: /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)
117372026-01-29T02:00:54.546Zuploaded: /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
117382026-01-29T02:00:54.546Zuploading: /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)
117392026-01-29T02:00:55.640Zuploaded: /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
117402026-01-29T02:00:55.640Zuploading: /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)
117412026-01-29T02:00:56.738Zuploaded: /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
117422026-01-29T02:00:56.738Zuploading: /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)
117432026-01-29T02:00:57.832Zuploaded: /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
117442026-01-29T02:00:57.832Zuploading: /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)
117452026-01-29T02:00:58.937Zuploaded: /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
117462026-01-29T02:00:58.937Zuploading: /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)
117472026-01-29T02:01:00.032Zuploaded: /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
117482026-01-29T02:01:00.032Zuploading: /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)
117492026-01-29T02:01:01.129Zuploaded: /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
117502026-01-29T02:01:01.129Zuploading: /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)
117512026-01-29T02:01:02.240Zuploaded: /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
117522026-01-29T02:01:02.240Zuploading: /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)
117532026-01-29T02:01:03.334Zuploaded: /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
117542026-01-29T02:01:03.334Zuploading: /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)
117552026-01-29T02:01:04.431Zuploaded: /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
117562026-01-29T02:01:04.431Zuploading: /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)
117572026-01-29T02:01:05.526Zuploaded: /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
117582026-01-29T02:01:05.526Zuploading: /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)
117592026-01-29T02:01:06.621Zuploaded: /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
117602026-01-29T02:01:06.644Zuploading: /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)
117612026-01-29T02:01:07.716Zuploaded: /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
117622026-01-29T02:01:07.716Zuploading: /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)
117632026-01-29T02:01:08.810Zuploaded: /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
117642026-01-29T02:01:08.810Zuploading: /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)
117652026-01-29T02:01:09.908Zuploaded: /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
117662026-01-29T02:01:09.908Zuploading: /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)
117672026-01-29T02:01:11.005Zuploaded: /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
117682026-01-29T02:01:11.005Zuploading: /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)
117692026-01-29T02:01:12.100Zuploaded: /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
117702026-01-29T02:01:12.100Zuploading: /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)
117712026-01-29T02:01:13.195Zuploaded: /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
117722026-01-29T02:01:13.219Zuploading: /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)
117732026-01-29T02:01:14.290Zuploaded: /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
117742026-01-29T02:01:14.290Zuploading: /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)
117752026-01-29T02:01:15.385Zuploaded: /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
117762026-01-29T02:01:15.385Zuploading: /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)
117772026-01-29T02:01:16.479Zuploaded: /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
117782026-01-29T02:01:16.479Zuploading: /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)
117792026-01-29T02:01:17.575Zuploaded: /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
117802026-01-29T02:01:17.575Zuploading: /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)
117812026-01-29T02:01:18.701Zuploaded: /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
117822026-01-29T02:01:18.701Zuploading: /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)
117832026-01-29T02:01:19.798Zuploaded: /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
117842026-01-29T02:01:19.822Zuploading: /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)
117852026-01-29T02:01:20.892Zuploaded: /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
117862026-01-29T02:01:20.917Zuploading: /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)
117872026-01-29T02:01:21.989Zuploaded: /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
117882026-01-29T02:01:21.989Zuploading: /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)
117892026-01-29T02:01:23.084Zuploaded: /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
117902026-01-29T02:01:23.084Zuploading: /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)
117912026-01-29T02:01:24.180Zuploaded: /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
117922026-01-29T02:01:24.180Zuploading: /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)
117932026-01-29T02:01:25.275Zuploaded: /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
117942026-01-29T02:01:25.275Zuploading: /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)
117952026-01-29T02:01:26.369Zuploaded: /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
117962026-01-29T02:01:26.369Zuploading: /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)
117972026-01-29T02:01:27.464Zuploaded: /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
117982026-01-29T02:01:27.464Zuploading: /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)
117992026-01-29T02:01:28.560Zuploaded: /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
118002026-01-29T02:01:28.560Zuploading: /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)
118012026-01-29T02:01:29.655Zuploaded: /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
118022026-01-29T02:01:29.655Zuploading: /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)
118032026-01-29T02:01:30.750Zuploaded: /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
118042026-01-29T02:01:30.750Zuploading: /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)
118052026-01-29T02:01:31.844Zuploaded: /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
118062026-01-29T02:01:31.868Zuploading: /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)
118072026-01-29T02:01:32.940Zuploaded: /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
118082026-01-29T02:01:32.967Zuploading: /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)
118092026-01-29T02:01:34.035Zuploaded: /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
118102026-01-29T02:01:34.035Zuploading: /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)
118112026-01-29T02:01:35.131Zuploaded: /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
118122026-01-29T02:01:35.131Zuploading: /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)
118132026-01-29T02:01:36.226Zuploaded: /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
118142026-01-29T02:01:36.226Zuploading: /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)
118152026-01-29T02:01:37.320Zuploaded: /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
118162026-01-29T02:01:37.344Zuploading: /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)
118172026-01-29T02:01:38.418Zuploaded: /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
118182026-01-29T02:01:38.418Zuploading: /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)
118192026-01-29T02:01:39.515Zuploaded: /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
118202026-01-29T02:01:39.515Zuploading: /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)
118212026-01-29T02:01:40.619Zuploaded: /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
118222026-01-29T02:01:40.619Zuploading: /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)
118232026-01-29T02:01:41.715Zuploaded: /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
118242026-01-29T02:01:41.739Zuploading: /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)
118252026-01-29T02:01:42.812Zuploaded: /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
118262026-01-29T02:01:42.812Zuploading: /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)
118272026-01-29T02:01:43.909Zuploaded: /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
118282026-01-29T02:01:43.909Zuploading: /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)
118292026-01-29T02:01:45.005Zuploaded: /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
118302026-01-29T02:01:45.005Zuploading: /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)
118312026-01-29T02:01:46.100Zuploaded: /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
118322026-01-29T02:01:46.100Zuploading: /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)
118332026-01-29T02:01:47.199Zuploaded: /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
118342026-01-29T02:01:47.199Zuploading: /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)
118352026-01-29T02:01:48.294Zuploaded: /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
118362026-01-29T02:01:48.294Zuploading: /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)
118372026-01-29T02:01:49.411Zuploaded: /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
118382026-01-29T02:01:49.412Zuploading: /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)
118392026-01-29T02:01:50.536Zuploaded: /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
118402026-01-29T02:01:50.536Zuploading: /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)
118412026-01-29T02:01:51.661Zuploaded: /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
118422026-01-29T02:01:51.661Zuploading: /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)
118432026-01-29T02:01:52.793Zuploaded: /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
118442026-01-29T02:01:52.793Zuploading: /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)
118452026-01-29T02:01:53.910Zuploaded: /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
118462026-01-29T02:01:53.910Zuploading: /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)
118472026-01-29T02:01:55.005Zuploaded: /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
118482026-01-29T02:01:55.005Zuploading: /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)
118492026-01-29T02:01:56.103Zuploaded: /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
118502026-01-29T02:01:56.103Zuploading: /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)
118512026-01-29T02:01:57.200Zuploaded: /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
118522026-01-29T02:01:57.200Zuploading: /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)
118532026-01-29T02:01:58.296Zuploaded: /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
118542026-01-29T02:01:58.296Zuploading: /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)
118552026-01-29T02:01:59.399Zuploaded: /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
118562026-01-29T02:01:59.399Zuploading: /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)
118572026-01-29T02:02:00.493Zuploaded: /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
118582026-01-29T02:02:00.493Zuploading: /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)
118592026-01-29T02:02:01.587Zuploaded: /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
118602026-01-29T02:02:01.587Zuploading: /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)
118612026-01-29T02:02:02.735Zuploaded: /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
118622026-01-29T02:02:02.735Zuploading: /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)
118632026-01-29T02:02:03.875Zuploaded: /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
118642026-01-29T02:02:04.102Zuploading: /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)
118652026-01-29T02:02:05.281Zuploaded: /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
118662026-01-29T02:02:05.306Zuploading: /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)
118672026-01-29T02:02:06.378Zuploaded: /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
118682026-01-29T02:02:06.378Zuploading: /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)
118692026-01-29T02:02:07.474Zuploaded: /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
118702026-01-29T02:02:07.500Zuploading: /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)
118712026-01-29T02:02:08.575Zuploaded: /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
118722026-01-29T02:02:08.575Zuploading: /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)
118732026-01-29T02:02:09.671Zuploaded: /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
118742026-01-29T02:02:09.671Zuploading: /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)
118752026-01-29T02:02:10.768Zuploaded: /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
118762026-01-29T02:02:10.768Zuploading: /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)
118772026-01-29T02:02:11.884Zuploaded: /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
118782026-01-29T02:02:11.928Zuploading: /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)
118792026-01-29T02:02:13.000Zuploaded: /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
118802026-01-29T02:02:13.000Zuploading: /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)
118812026-01-29T02:02:14.100Zuploaded: /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
118822026-01-29T02:02:14.126Zuploading: /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)
118832026-01-29T02:02:15.202Zuploaded: /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
118842026-01-29T02:02:15.202Zuploading: /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)
118852026-01-29T02:02:16.328Zuploaded: /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
118862026-01-29T02:02:16.328Zuploading: /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)
118872026-01-29T02:02:17.422Zuploaded: /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
118882026-01-29T02:02:17.422Zuploading: /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)
118892026-01-29T02:02:18.524Zuploaded: /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
118902026-01-29T02:02:18.524Zuploading: /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)
118912026-01-29T02:02:19.634Zuploaded: /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
118922026-01-29T02:02:19.635Zuploading: /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)
118932026-01-29T02:02:21.228Zuploaded: /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
118942026-01-29T02:02:21.228Zuploading: /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)
118952026-01-29T02:02:22.322Zuploaded: /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
118962026-01-29T02:02:22.322Zuploading: /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)
118972026-01-29T02:02:23.437Zuploaded: /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
118982026-01-29T02:02:23.476Zuploading: /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)
118992026-01-29T02:02:24.991Zuploaded: /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
119002026-01-29T02:02:24.991Zuploading: /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)
119012026-01-29T02:02:26.096Zuploaded: /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
119022026-01-29T02:02:26.096Zuploading: /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)
119032026-01-29T02:02:27.192Zuploaded: /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
119042026-01-29T02:02:27.192Zuploading: /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)
119052026-01-29T02:02:28.287Zuploaded: /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
119062026-01-29T02:02:28.287Zuploading: /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)
119072026-01-29T02:02:29.383Zuploaded: /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
119082026-01-29T02:02:29.407Zuploading: /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)
119092026-01-29T02:02:30.478Zuploaded: /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
119102026-01-29T02:02:30.478Zuploading: /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)
119112026-01-29T02:02:31.572Zuploaded: /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
119122026-01-29T02:02:31.596Zuploading: /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)
119132026-01-29T02:02:32.667Zuploaded: /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
119142026-01-29T02:02:32.667Zuploading: /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)
119152026-01-29T02:02:33.760Zuploaded: /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
119162026-01-29T02:02:33.785Zuploading: /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)
119172026-01-29T02:02:34.855Zuploaded: /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
119182026-01-29T02:02:34.855Zuploading: /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)
119192026-01-29T02:02:35.949Zuploaded: /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
119202026-01-29T02:02:35.949Zuploading: /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)
119212026-01-29T02:02:37.109Zuploaded: /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
119222026-01-29T02:02:37.110Zuploading: /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)
119232026-01-29T02:02:38.205Zuploaded: /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
119242026-01-29T02:02:38.205Zuploading: /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)
119252026-01-29T02:02:39.299Zuploaded: /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
119262026-01-29T02:02:39.323Zuploading: /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)
119272026-01-29T02:02:40.393Zuploaded: /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
119282026-01-29T02:02:40.394Zuploading: /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)
119292026-01-29T02:02:41.488Zuploaded: /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
119302026-01-29T02:02:41.488Zuploading: /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)
119312026-01-29T02:02:42.581Zuploaded: /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
119322026-01-29T02:02:42.581Zuploading: /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)
119332026-01-29T02:02:43.676Zuploaded: /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
119342026-01-29T02:02:43.676Zuploading: /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)
119352026-01-29T02:02:44.771Zuploaded: /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
119362026-01-29T02:02:44.771Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/uuid (36 bytes)
119372026-01-29T02:02:45.864Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.1-clickhouse-KLEZFO/datastore/uuid
119382026-01-29T02:02:45.864Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log (1505519 bytes)
119392026-01-29T02:02:47.146Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.2.log
119402026-01-29T02:02:47.146Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log (1740627 bytes)
119412026-01-29T02:02:48.464Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_repo_upload.6067.3.log
119422026-01-29T02:02:48.464Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log (803365 bytes)
119432026-01-29T02:02:49.720Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.0.log
119442026-01-29T02:02:49.720Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.errlog (0 bytes)
119452026-01-29T02:02:50.790Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.errlog
119462026-01-29T02:02:50.790Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.log (26663 bytes)
119472026-01-29T02:02:50.904Zupload 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
119482026-01-29T02:02:51.974Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/clickhouse-server.log
119492026-01-29T02:02:51.974Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config-preprocessed.xml (2933 bytes)
119502026-01-29T02:02:53.073Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config-preprocessed.xml
119512026-01-29T02:02:53.073Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config.xml (2625 bytes)
119522026-01-29T02:02:54.170Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/config.xml
119532026-01-29T02:02:54.170Zuploading: /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)
119542026-01-29T02:02:55.266Zuploaded: /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
119552026-01-29T02:02:55.266Zuploading: /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)
119562026-01-29T02:02:56.359Zuploaded: /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
119572026-01-29T02:02:56.359Zuploading: /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)
119582026-01-29T02:02:57.461Zuploaded: /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
119592026-01-29T02:02:57.461Zuploading: /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)
119602026-01-29T02:02:58.587Zuploaded: /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
119612026-01-29T02:02:58.587Zuploading: /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)
119622026-01-29T02:02:59.682Zuploaded: /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
119632026-01-29T02:02:59.706Zuploading: /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)
119642026-01-29T02:03:00.776Zuploaded: /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
119652026-01-29T02:03:00.801Zuploading: /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)
119662026-01-29T02:03:01.872Zuploaded: /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
119672026-01-29T02:03:01.872Zuploading: /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)
119682026-01-29T02:03:02.967Zuploaded: /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
119692026-01-29T02:03:02.967Zuploading: /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)
119702026-01-29T02:03:04.067Zuploaded: /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
119712026-01-29T02:03:04.092Zuploading: /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)
119722026-01-29T02:03:05.163Zuploaded: /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
119732026-01-29T02:03:05.187Zuploading: /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)
119742026-01-29T02:03:06.458Zuploaded: /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
119752026-01-29T02:03:06.458Zuploading: /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)
119762026-01-29T02:03:07.551Zuploaded: /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
119772026-01-29T02:03:07.551Zuploading: /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)
119782026-01-29T02:03:08.654Zuploaded: /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
119792026-01-29T02:03:08.688Zuploading: /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)
119802026-01-29T02:03:09.803Zuploaded: /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
119812026-01-29T02:03:09.803Zuploading: /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)
119822026-01-29T02:03:10.996Zuploaded: /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
119832026-01-29T02:03:11.022Zuploading: /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)
119842026-01-29T02:03:12.095Zuploaded: /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
119852026-01-29T02:03:12.119Zuploading: /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)
119862026-01-29T02:03:13.188Zuploaded: /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
119872026-01-29T02:03:13.188Zuploading: /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)
119882026-01-29T02:03:14.283Zuploaded: /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
119892026-01-29T02:03:14.283Zuploading: /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)
119902026-01-29T02:03:15.380Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/asynchronous_metric_log/format_version.txt
119912026-01-29T02:03:15.380Zuploading: /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)
119922026-01-29T02:03:16.521Zuploaded: /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
119932026-01-29T02:03:16.521Zuploading: /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)
119942026-01-29T02:03:17.726Zuploaded: /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
119952026-01-29T02:03:17.726Zuploading: /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)
119962026-01-29T02:03:18.825Zuploaded: /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
119972026-01-29T02:03:18.825Zuploading: /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)
119982026-01-29T02:03:20.007Zuploaded: /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
119992026-01-29T02:03:20.007Zuploading: /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)
120002026-01-29T02:03:21.268Zuploaded: /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
120012026-01-29T02:03:21.269Zuploading: /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)
120022026-01-29T02:03:22.356Zuploaded: /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
120032026-01-29T02:03:22.356Zuploading: /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)
120042026-01-29T02:03:23.460Zuploaded: /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
120052026-01-29T02:03:23.460Zuploading: /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)
120062026-01-29T02:03:24.587Zuploaded: /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
120072026-01-29T02:03:24.611Zuploading: /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)
120082026-01-29T02:03:25.728Zuploaded: /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
120092026-01-29T02:03:25.728Zuploading: /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)
120102026-01-29T02:03:26.777Zuploaded: /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
120112026-01-29T02:03:26.777Zuploading: /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)
120122026-01-29T02:03:27.939Zuploaded: /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
120132026-01-29T02:03:27.939Zuploading: /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)
120142026-01-29T02:03:29.034Zuploaded: /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
120152026-01-29T02:03:29.034Zuploading: /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)
120162026-01-29T02:03:30.194Zuploaded: /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
120172026-01-29T02:03:30.218Zuploading: /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)
120182026-01-29T02:03:31.288Zuploaded: /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
120192026-01-29T02:03:31.312Zuploading: /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)
120202026-01-29T02:03:32.383Zuploaded: /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
120212026-01-29T02:03:32.383Zuploading: /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)
120222026-01-29T02:03:33.477Zuploaded: /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
120232026-01-29T02:03:33.501Zuploading: /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)
120242026-01-29T02:03:34.571Zuploaded: /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
120252026-01-29T02:03:34.642Zuploading: /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)
120262026-01-29T02:03:35.704Zuploaded: /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
120272026-01-29T02:03:35.704Zuploading: /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)
120282026-01-29T02:03:36.783Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/data/system/metric_log/format_version.txt
120292026-01-29T02:03:36.783Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes)
120302026-01-29T02:03:37.877Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/INFORMATION_SCHEMA.sql
120312026-01-29T02:03:37.877Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/default.sql (78 bytes)
120322026-01-29T02:03:38.972Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/default.sql
120332026-01-29T02:03:38.996Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/information_schema.sql (51 bytes)
120342026-01-29T02:03:40.066Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/information_schema.sql
120352026-01-29T02:03:40.090Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes)
120362026-01-29T02:03:41.231Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/asynchronous_metric_log.sql
120372026-01-29T02:03:41.259Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/metric_log.sql (34913 bytes)
120382026-01-29T02:03:42.404Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system/metric_log.sql
120392026-01-29T02:03:42.404Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system.sql (78 bytes)
120402026-01-29T02:03:43.501Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/metadata/system.sql
120412026-01-29T02:03:43.527Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/preprocessed_configs/config.xml (2933 bytes)
120422026-01-29T02:03:44.597Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/preprocessed_configs/config.xml
120432026-01-29T02:03:44.597Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/status (58 bytes)
120442026-01-29T02:03:44.621Zupload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/status" disappeared between scan and upload
120452026-01-29T02:03:44.621Zuploading: /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)
120462026-01-29T02:03:45.717Zuploaded: /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
120472026-01-29T02:03:45.717Zuploading: /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)
120482026-01-29T02:03:46.885Zuploaded: /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
120492026-01-29T02:03:46.910Zuploading: /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)
120502026-01-29T02:03:47.979Zuploaded: /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
120512026-01-29T02:03:47.979Zuploading: /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)
120522026-01-29T02:03:49.141Zuploaded: /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
120532026-01-29T02:03:49.141Zuploading: /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)
120542026-01-29T02:03:50.235Zuploaded: /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
120552026-01-29T02:03:50.235Zuploading: /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)
120562026-01-29T02:03:51.329Zuploaded: /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
120572026-01-29T02:03:51.353Zuploading: /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)
120582026-01-29T02:03:52.427Zuploaded: /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
120592026-01-29T02:03:52.451Zuploading: /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)
120602026-01-29T02:03:53.521Zuploaded: /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
120612026-01-29T02:03:53.545Zuploading: /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)
120622026-01-29T02:03:54.617Zuploaded: /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
120632026-01-29T02:03:54.617Zuploading: /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)
120642026-01-29T02:03:55.710Zuploaded: /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
120652026-01-29T02:03:55.734Zuploading: /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)
120662026-01-29T02:03:56.917Zuploaded: /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
120672026-01-29T02:03:56.917Zuploading: /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)
120682026-01-29T02:03:58.013Zuploaded: /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
120692026-01-29T02:03:58.014Zuploading: /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)
120702026-01-29T02:03:59.187Zuploaded: /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
120712026-01-29T02:03:59.187Zuploading: /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)
120722026-01-29T02:04:00.288Zuploaded: /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
120732026-01-29T02:04:00.317Zuploading: /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)
120742026-01-29T02:04:01.387Zuploaded: /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
120752026-01-29T02:04:01.387Zuploading: /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)
120762026-01-29T02:04:02.484Zuploaded: /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
120772026-01-29T02:04:02.484Zuploading: /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)
120782026-01-29T02:04:03.591Zuploaded: /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
120792026-01-29T02:04:03.591Zuploading: /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)
120802026-01-29T02:04:04.692Zuploaded: /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
120812026-01-29T02:04:04.693Zuploading: /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)
120822026-01-29T02:04:05.788Zuploaded: /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
120832026-01-29T02:04:05.788Zuploading: /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)
120842026-01-29T02:04:06.889Zuploaded: /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
120852026-01-29T02:04:06.889Zuploading: /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)
120862026-01-29T02:04:07.984Zuploaded: /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
120872026-01-29T02:04:07.984Zuploading: /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)
120882026-01-29T02:04:09.095Zuploaded: /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
120892026-01-29T02:04:09.095Zuploading: /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)
120902026-01-29T02:04:10.192Zuploaded: /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
120912026-01-29T02:04:10.192Zuploading: /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)
120922026-01-29T02:04:11.291Zuploaded: /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
120932026-01-29T02:04:11.316Zuploading: /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)
120942026-01-29T02:04:12.391Zuploaded: /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
120952026-01-29T02:04:12.391Zuploading: /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)
120962026-01-29T02:04:13.487Zuploaded: /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
120972026-01-29T02:04:13.487Zuploading: /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)
120982026-01-29T02:04:14.592Zuploaded: /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
120992026-01-29T02:04:14.617Zuploading: /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)
121002026-01-29T02:04:15.713Zuploaded: /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
121012026-01-29T02:04:15.713Zuploading: /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)
121022026-01-29T02:04:16.795Zuploaded: /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
121032026-01-29T02:04:16.795Zuploading: /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)
121042026-01-29T02:04:17.902Zuploaded: /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
121052026-01-29T02:04:17.927Zuploading: /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)
121062026-01-29T02:04:18.997Zuploaded: /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
121072026-01-29T02:04:18.997Zuploading: /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)
121082026-01-29T02:04:20.097Zuploaded: /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
121092026-01-29T02:04:20.121Zuploading: /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)
121102026-01-29T02:04:21.193Zuploaded: /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
121112026-01-29T02:04:21.218Zuploading: /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)
121122026-01-29T02:04:22.303Zuploaded: /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
121132026-01-29T02:04:22.330Zuploading: /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)
121142026-01-29T02:04:23.397Zuploaded: /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
121152026-01-29T02:04:23.397Zuploading: /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)
121162026-01-29T02:04:24.495Zuploaded: /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
121172026-01-29T02:04:24.495Zuploading: /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)
121182026-01-29T02:04:25.599Zuploaded: /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
121192026-01-29T02:04:25.600Zuploading: /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)
121202026-01-29T02:04:26.715Zuploaded: /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
121212026-01-29T02:04:26.716Zuploading: /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)
121222026-01-29T02:04:27.819Zuploaded: /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
121232026-01-29T02:04:27.819Zuploading: /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)
121242026-01-29T02:04:28.990Zuploaded: /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
121252026-01-29T02:04:28.990Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/uuid (36 bytes)
121262026-01-29T02:04:30.097Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.1-clickhouse-ZMmwsT/datastore/uuid
121272026-01-29T02:04:30.097Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log (225265 bytes)
121282026-01-29T02:04:31.354Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_trust_root_operations.6135.2.log
121292026-01-29T02:04:31.354Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log (7986672 bytes)
121302026-01-29T02:04:33.025Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.0.log
121312026-01-29T02:04:33.025Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.errlog (20460 bytes)
121322026-01-29T02:04:34.166Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.errlog
121332026-01-29T02:04:34.166Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.log (325913 bytes)
121342026-01-29T02:04:34.369Zupload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.log" changed size mid upload: 325913 -> 327513
121352026-01-29T02:04:38.454Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/clickhouse-server.log
121362026-01-29T02:04:38.454Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config-preprocessed.xml (2924 bytes)
121372026-01-29T02:04:39.528Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config-preprocessed.xml
121382026-01-29T02:04:39.552Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config.xml (2625 bytes)
121392026-01-29T02:04:40.686Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/config.xml
121402026-01-29T02:04:40.686Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_bool/format_version.txt (1 bytes)
121412026-01-29T02:04:41.786Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_bool/format_version.txt
121422026-01-29T02:04:41.786Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i16/format_version.txt (1 bytes)
121432026-01-29T02:04:42.884Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i16/format_version.txt
121442026-01-29T02:04:42.884Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i32/format_version.txt (1 bytes)
121452026-01-29T02:04:43.978Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i32/format_version.txt
121462026-01-29T02:04:43.978Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i64/format_version.txt (1 bytes)
121472026-01-29T02:04:45.073Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i64/format_version.txt
121482026-01-29T02:04:45.073Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i8/format_version.txt (1 bytes)
121492026-01-29T02:04:46.171Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_i8/format_version.txt
121502026-01-29T02:04:46.171Zuploading: /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)
121512026-01-29T02:04:47.266Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/checksums.txt
121522026-01-29T02:04:47.266Zuploading: /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)
121532026-01-29T02:04:48.362Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/columns.txt
121542026-01-29T02:04:48.362Zuploading: /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)
121552026-01-29T02:04:49.457Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/count.txt
121562026-01-29T02:04:49.458Zuploading: /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)
121572026-01-29T02:04:50.553Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.bin
121582026-01-29T02:04:50.553Zuploading: /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)
121592026-01-29T02:04:51.676Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/data.cmrk3
121602026-01-29T02:04:51.676Zuploading: /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)
121612026-01-29T02:04:52.768Zuploaded: /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
121622026-01-29T02:04:52.768Zuploading: /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)
121632026-01-29T02:04:53.864Zuploaded: /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
121642026-01-29T02:04:53.865Zuploading: /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)
121652026-01-29T02:04:54.961Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/primary.cidx
121662026-01-29T02:04:54.961Zuploading: /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)
121672026-01-29T02:04:56.056Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/all_1_1_0/ttl.txt
121682026-01-29T02:04:56.056Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/format_version.txt (1 bytes)
121692026-01-29T02:04:57.152Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_ipaddr/format_version.txt
121702026-01-29T02:04:57.152Zuploading: /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)
121712026-01-29T02:04:58.247Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/checksums.txt
121722026-01-29T02:04:58.247Zuploading: /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)
121732026-01-29T02:04:59.349Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/columns.txt
121742026-01-29T02:04:59.349Zuploading: /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)
121752026-01-29T02:05:00.447Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/count.txt
121762026-01-29T02:05:00.447Zuploading: /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)
121772026-01-29T02:05:01.544Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/data.bin
121782026-01-29T02:05:01.568Zuploading: /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)
121792026-01-29T02:05:02.639Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/data.cmrk3
121802026-01-29T02:05:02.639Zuploading: /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)
121812026-01-29T02:05:03.735Zuploaded: /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
121822026-01-29T02:05:03.735Zuploading: /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)
121832026-01-29T02:05:04.832Zuploaded: /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
121842026-01-29T02:05:04.832Zuploading: /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)
121852026-01-29T02:05:05.930Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/primary.cidx
121862026-01-29T02:05:05.930Zuploading: /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)
121872026-01-29T02:05:07.027Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_10_10_0/ttl.txt
121882026-01-29T02:05:07.027Zuploading: /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)
121892026-01-29T02:05:08.123Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/checksums.txt
121902026-01-29T02:05:08.123Zuploading: /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)
121912026-01-29T02:05:09.218Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/columns.txt
121922026-01-29T02:05:09.218Zuploading: /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)
121932026-01-29T02:05:10.313Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/count.txt
121942026-01-29T02:05:10.313Zuploading: /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)
121952026-01-29T02:05:11.410Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/data.bin
121962026-01-29T02:05:11.410Zuploading: /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)
121972026-01-29T02:05:12.506Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/data.cmrk3
121982026-01-29T02:05:12.530Zuploading: /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)
121992026-01-29T02:05:13.602Zuploaded: /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
122002026-01-29T02:05:13.626Zuploading: /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)
122012026-01-29T02:05:14.698Zuploaded: /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
122022026-01-29T02:05:14.698Zuploading: /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)
122032026-01-29T02:05:15.793Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/primary.cidx
122042026-01-29T02:05:15.823Zuploading: /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)
122052026-01-29T02:05:16.889Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_11_11_0/ttl.txt
122062026-01-29T02:05:16.889Zuploading: /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)
122072026-01-29T02:05:17.985Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/checksums.txt
122082026-01-29T02:05:17.985Zuploading: /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)
122092026-01-29T02:05:19.079Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/columns.txt
122102026-01-29T02:05:19.079Zuploading: /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)
122112026-01-29T02:05:20.176Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/count.txt
122122026-01-29T02:05:20.176Zuploading: /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)
122132026-01-29T02:05:21.273Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/data.bin
122142026-01-29T02:05:21.273Zuploading: /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)
122152026-01-29T02:05:22.368Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/data.cmrk3
122162026-01-29T02:05:22.368Zuploading: /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)
122172026-01-29T02:05:23.466Zuploaded: /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
122182026-01-29T02:05:23.466Zuploading: /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)
122192026-01-29T02:05:24.562Zuploaded: /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
122202026-01-29T02:05:24.587Zuploading: /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)
122212026-01-29T02:05:25.660Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/primary.cidx
122222026-01-29T02:05:25.660Zuploading: /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)
122232026-01-29T02:05:26.756Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_12_12_0/ttl.txt
122242026-01-29T02:05:26.782Zuploading: /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)
122252026-01-29T02:05:27.855Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/checksums.txt
122262026-01-29T02:05:27.855Zuploading: /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)
122272026-01-29T02:05:28.953Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/columns.txt
122282026-01-29T02:05:28.953Zuploading: /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)
122292026-01-29T02:05:30.053Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/count.txt
122302026-01-29T02:05:30.053Zuploading: /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)
122312026-01-29T02:05:31.151Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/data.bin
122322026-01-29T02:05:31.151Zuploading: /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)
122332026-01-29T02:05:32.248Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/data.cmrk3
122342026-01-29T02:05:32.274Zuploading: /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)
122352026-01-29T02:05:33.348Zuploaded: /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
122362026-01-29T02:05:33.348Zuploading: /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)
122372026-01-29T02:05:34.443Zuploaded: /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
122382026-01-29T02:05:34.444Zuploading: /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)
122392026-01-29T02:05:35.541Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/primary.cidx
122402026-01-29T02:05:35.565Zuploading: /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)
122412026-01-29T02:05:36.641Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_13_13_0/ttl.txt
122422026-01-29T02:05:36.641Zuploading: /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)
122432026-01-29T02:05:37.740Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/checksums.txt
122442026-01-29T02:05:37.765Zuploading: /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)
122452026-01-29T02:05:38.837Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/columns.txt
122462026-01-29T02:05:38.837Zuploading: /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)
122472026-01-29T02:05:39.933Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/count.txt
122482026-01-29T02:05:39.933Zuploading: /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)
122492026-01-29T02:05:41.032Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/data.bin
122502026-01-29T02:05:41.032Zuploading: /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)
122512026-01-29T02:05:42.129Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/data.cmrk3
122522026-01-29T02:05:42.129Zuploading: /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)
122532026-01-29T02:05:43.227Zuploaded: /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
122542026-01-29T02:05:43.227Zuploading: /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)
122552026-01-29T02:05:44.324Zuploaded: /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
122562026-01-29T02:05:44.353Zuploading: /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)
122572026-01-29T02:05:45.421Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/primary.cidx
122582026-01-29T02:05:45.421Zuploading: /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)
122592026-01-29T02:05:46.525Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_14_14_0/ttl.txt
122602026-01-29T02:05:46.525Zuploading: /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)
122612026-01-29T02:05:47.636Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/checksums.txt
122622026-01-29T02:05:47.636Zuploading: /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)
122632026-01-29T02:05:48.760Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/columns.txt
122642026-01-29T02:05:48.761Zuploading: /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)
122652026-01-29T02:05:49.858Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/count.txt
122662026-01-29T02:05:49.882Zuploading: /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)
122672026-01-29T02:05:50.954Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/data.bin
122682026-01-29T02:05:50.954Zuploading: /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)
122692026-01-29T02:05:52.050Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/data.cmrk3
122702026-01-29T02:05:52.050Zuploading: /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)
122712026-01-29T02:05:53.146Zuploaded: /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
122722026-01-29T02:05:53.146Zuploading: /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)
122732026-01-29T02:05:54.241Zuploaded: /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
122742026-01-29T02:05:54.241Zuploading: /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)
122752026-01-29T02:05:55.337Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/primary.cidx
122762026-01-29T02:05:55.337Zuploading: /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)
122772026-01-29T02:05:56.432Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_15_15_0/ttl.txt
122782026-01-29T02:05:56.432Zuploading: /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)
122792026-01-29T02:05:57.534Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/checksums.txt
122802026-01-29T02:05:57.534Zuploading: /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)
122812026-01-29T02:05:58.630Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/columns.txt
122822026-01-29T02:05:58.631Zuploading: /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)
122832026-01-29T02:05:59.728Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/count.txt
122842026-01-29T02:05:59.728Zuploading: /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)
122852026-01-29T02:06:00.824Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/data.bin
122862026-01-29T02:06:00.824Zuploading: /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)
122872026-01-29T02:06:01.920Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/data.cmrk3
122882026-01-29T02:06:01.920Zuploading: /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)
122892026-01-29T02:06:03.014Zuploaded: /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
122902026-01-29T02:06:03.014Zuploading: /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)
122912026-01-29T02:06:04.110Zuploaded: /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
122922026-01-29T02:06:04.110Zuploading: /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)
122932026-01-29T02:06:05.206Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/primary.cidx
122942026-01-29T02:06:05.206Zuploading: /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)
122952026-01-29T02:06:06.302Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_16_16_0/ttl.txt
122962026-01-29T02:06:06.302Zuploading: /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)
122972026-01-29T02:06:07.400Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/checksums.txt
122982026-01-29T02:06:07.424Zuploading: /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)
122992026-01-29T02:06:08.496Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/columns.txt
123002026-01-29T02:06:08.520Zuploading: /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)
123012026-01-29T02:06:09.592Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/count.txt
123022026-01-29T02:06:09.592Zuploading: /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)
123032026-01-29T02:06:10.709Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/data.bin
123042026-01-29T02:06:10.709Zuploading: /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)
123052026-01-29T02:06:11.800Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/data.cmrk3
123062026-01-29T02:06:11.800Zuploading: /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)
123072026-01-29T02:06:12.895Zuploaded: /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
123082026-01-29T02:06:12.895Zuploading: /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)
123092026-01-29T02:06:13.989Zuploaded: /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
123102026-01-29T02:06:13.989Zuploading: /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)
123112026-01-29T02:06:15.085Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/primary.cidx
123122026-01-29T02:06:15.085Zuploading: /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)
123132026-01-29T02:06:17.257Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_17_17_0/ttl.txt
123142026-01-29T02:06:17.257Zuploading: /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)
123152026-01-29T02:06:18.353Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/checksums.txt
123162026-01-29T02:06:18.377Zuploading: /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)
123172026-01-29T02:06:19.446Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/columns.txt
123182026-01-29T02:06:19.470Zuploading: /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)
123192026-01-29T02:06:20.540Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/count.txt
123202026-01-29T02:06:20.541Zuploading: /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)
123212026-01-29T02:06:21.636Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/data.bin
123222026-01-29T02:06:21.636Zuploading: /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)
123232026-01-29T02:06:22.731Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/data.cmrk3
123242026-01-29T02:06:22.731Zuploading: /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)
123252026-01-29T02:06:23.827Zuploaded: /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
123262026-01-29T02:06:23.827Zuploading: /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)
123272026-01-29T02:06:24.922Zuploaded: /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
123282026-01-29T02:06:24.922Zuploading: /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)
123292026-01-29T02:06:26.017Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/primary.cidx
123302026-01-29T02:06:26.017Zuploading: /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)
123312026-01-29T02:06:27.114Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_18_18_0/ttl.txt
123322026-01-29T02:06:27.114Zuploading: /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)
123332026-01-29T02:06:28.207Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/checksums.txt
123342026-01-29T02:06:28.207Zuploading: /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)
123352026-01-29T02:06:29.301Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/columns.txt
123362026-01-29T02:06:29.301Zuploading: /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)
123372026-01-29T02:06:30.396Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/count.txt
123382026-01-29T02:06:30.396Zuploading: /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)
123392026-01-29T02:06:31.490Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/data.bin
123402026-01-29T02:06:31.490Zuploading: /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)
123412026-01-29T02:06:32.586Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/data.cmrk3
123422026-01-29T02:06:32.586Zuploading: /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)
123432026-01-29T02:06:33.737Zuploaded: /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
123442026-01-29T02:06:33.737Zuploading: /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)
123452026-01-29T02:06:34.831Zuploaded: /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
123462026-01-29T02:06:34.831Zuploading: /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)
123472026-01-29T02:06:35.925Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/primary.cidx
123482026-01-29T02:06:35.950Zuploading: /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)
123492026-01-29T02:06:37.021Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_19_19_0/ttl.txt
123502026-01-29T02:06:37.021Zuploading: /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)
123512026-01-29T02:06:38.116Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/checksums.txt
123522026-01-29T02:06:38.141Zuploading: /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)
123532026-01-29T02:06:39.213Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/columns.txt
123542026-01-29T02:06:39.213Zuploading: /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)
123552026-01-29T02:06:40.306Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/count.txt
123562026-01-29T02:06:40.306Zuploading: /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)
123572026-01-29T02:06:41.404Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/data.bin
123582026-01-29T02:06:41.404Zuploading: /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)
123592026-01-29T02:06:42.503Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/data.cmrk3
123602026-01-29T02:06:42.503Zuploading: /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)
123612026-01-29T02:06:43.597Zuploaded: /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
123622026-01-29T02:06:43.597Zuploading: /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)
123632026-01-29T02:06:44.696Zuploaded: /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
123642026-01-29T02:06:44.696Zuploading: /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)
123652026-01-29T02:06:45.791Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/primary.cidx
123662026-01-29T02:06:45.791Zuploading: /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)
123672026-01-29T02:06:46.886Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_11_2/ttl.txt
123682026-01-29T02:06:46.886Zuploading: /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)
123692026-01-29T02:06:47.987Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/checksums.txt
123702026-01-29T02:06:48.012Zuploading: /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)
123712026-01-29T02:06:49.085Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/columns.txt
123722026-01-29T02:06:49.085Zuploading: /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)
123732026-01-29T02:06:50.179Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/count.txt
123742026-01-29T02:06:50.204Zuploading: /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)
123752026-01-29T02:06:51.274Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/data.bin
123762026-01-29T02:06:51.274Zuploading: /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)
123772026-01-29T02:06:52.369Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/data.cmrk3
123782026-01-29T02:06:52.395Zuploading: /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)
123792026-01-29T02:06:53.462Zuploaded: /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
123802026-01-29T02:06:53.529Zuploading: /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)
123812026-01-29T02:06:54.581Zuploaded: /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
123822026-01-29T02:06:54.581Zuploading: /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)
123832026-01-29T02:06:55.676Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/primary.cidx
123842026-01-29T02:06:55.676Zuploading: /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)
123852026-01-29T02:06:56.771Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_16_3/ttl.txt
123862026-01-29T02:06:56.771Zuploading: /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)
123872026-01-29T02:06:57.866Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/checksums.txt
123882026-01-29T02:06:57.866Zuploading: /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)
123892026-01-29T02:06:58.961Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/columns.txt
123902026-01-29T02:06:58.985Zuploading: /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)
123912026-01-29T02:07:00.054Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/count.txt
123922026-01-29T02:07:00.055Zuploading: /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)
123932026-01-29T02:07:01.148Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/data.bin
123942026-01-29T02:07:01.149Zuploading: /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)
123952026-01-29T02:07:02.245Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/data.cmrk3
123962026-01-29T02:07:02.269Zuploading: /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)
123972026-01-29T02:07:03.340Zuploaded: /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
123982026-01-29T02:07:03.340Zuploading: /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)
123992026-01-29T02:07:04.434Zuploaded: /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
124002026-01-29T02:07:04.458Zuploading: /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)
124012026-01-29T02:07:05.529Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/primary.cidx
124022026-01-29T02:07:05.553Zuploading: /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)
124032026-01-29T02:07:06.623Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_1_0/ttl.txt
124042026-01-29T02:07:06.623Zuploading: /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)
124052026-01-29T02:07:07.716Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/checksums.txt
124062026-01-29T02:07:07.742Zuploading: /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)
124072026-01-29T02:07:08.813Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/columns.txt
124082026-01-29T02:07:08.813Zuploading: /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)
124092026-01-29T02:07:09.909Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/count.txt
124102026-01-29T02:07:09.909Zuploading: /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)
124112026-01-29T02:07:11.003Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/data.bin
124122026-01-29T02:07:11.003Zuploading: /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)
124132026-01-29T02:07:12.099Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/data.cmrk3
124142026-01-29T02:07:12.099Zuploading: /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)
124152026-01-29T02:07:13.193Zuploaded: /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
124162026-01-29T02:07:13.193Zuploading: /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)
124172026-01-29T02:07:14.289Zuploaded: /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
124182026-01-29T02:07:14.314Zuploading: /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)
124192026-01-29T02:07:15.384Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/primary.cidx
124202026-01-29T02:07:15.384Zuploading: /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)
124212026-01-29T02:07:16.478Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_21_4/ttl.txt
124222026-01-29T02:07:16.479Zuploading: /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)
124232026-01-29T02:07:17.573Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/checksums.txt
124242026-01-29T02:07:17.598Zuploading: /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)
124252026-01-29T02:07:18.667Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/columns.txt
124262026-01-29T02:07:18.667Zuploading: /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)
124272026-01-29T02:07:19.761Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/count.txt
124282026-01-29T02:07:19.761Zuploading: /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)
124292026-01-29T02:07:20.855Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/data.bin
124302026-01-29T02:07:20.855Zuploading: /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)
124312026-01-29T02:07:21.952Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/data.cmrk3
124322026-01-29T02:07:21.952Zuploading: /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)
124332026-01-29T02:07:23.046Zuploaded: /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
124342026-01-29T02:07:23.047Zuploading: /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)
124352026-01-29T02:07:24.141Zuploaded: /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
124362026-01-29T02:07:24.165Zuploading: /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)
124372026-01-29T02:07:25.236Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/primary.cidx
124382026-01-29T02:07:25.236Zuploading: /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)
124392026-01-29T02:07:26.330Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_26_5/ttl.txt
124402026-01-29T02:07:26.331Zuploading: /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)
124412026-01-29T02:07:27.424Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/checksums.txt
124422026-01-29T02:07:27.424Zuploading: /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)
124432026-01-29T02:07:28.519Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/columns.txt
124442026-01-29T02:07:28.519Zuploading: /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)
124452026-01-29T02:07:29.613Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/count.txt
124462026-01-29T02:07:29.613Zuploading: /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)
124472026-01-29T02:07:30.708Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/data.bin
124482026-01-29T02:07:30.708Zuploading: /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)
124492026-01-29T02:07:31.803Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/data.cmrk3
124502026-01-29T02:07:31.803Zuploading: /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)
124512026-01-29T02:07:32.897Zuploaded: /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
124522026-01-29T02:07:32.897Zuploading: /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)
124532026-01-29T02:07:33.991Zuploaded: /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
124542026-01-29T02:07:34.017Zuploading: /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)
124552026-01-29T02:07:35.087Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/primary.cidx
124562026-01-29T02:07:35.088Zuploading: /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)
124572026-01-29T02:07:36.182Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_31_6/ttl.txt
124582026-01-29T02:07:36.206Zuploading: /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)
124592026-01-29T02:07:37.275Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/checksums.txt
124602026-01-29T02:07:37.276Zuploading: /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)
124612026-01-29T02:07:38.369Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/columns.txt
124622026-01-29T02:07:38.393Zuploading: /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)
124632026-01-29T02:07:39.464Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/count.txt
124642026-01-29T02:07:39.464Zuploading: /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)
124652026-01-29T02:07:40.558Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/data.bin
124662026-01-29T02:07:40.582Zuploading: /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)
124672026-01-29T02:07:41.653Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/data.cmrk3
124682026-01-29T02:07:41.653Zuploading: /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)
124692026-01-29T02:07:42.748Zuploaded: /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
124702026-01-29T02:07:42.748Zuploading: /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)
124712026-01-29T02:07:43.845Zuploaded: /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
124722026-01-29T02:07:43.845Zuploading: /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)
124732026-01-29T02:07:44.940Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/primary.cidx
124742026-01-29T02:07:44.940Zuploading: /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)
124752026-01-29T02:07:46.036Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_1_6_1/ttl.txt
124762026-01-29T02:07:46.036Zuploading: /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)
124772026-01-29T02:07:47.130Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/checksums.txt
124782026-01-29T02:07:47.131Zuploading: /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)
124792026-01-29T02:07:48.226Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/columns.txt
124802026-01-29T02:07:48.226Zuploading: /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)
124812026-01-29T02:07:49.338Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/count.txt
124822026-01-29T02:07:49.338Zuploading: /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)
124832026-01-29T02:07:50.433Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/data.bin
124842026-01-29T02:07:50.433Zuploading: /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)
124852026-01-29T02:07:51.532Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/data.cmrk3
124862026-01-29T02:07:51.556Zuploading: /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)
124872026-01-29T02:07:52.628Zuploaded: /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
124882026-01-29T02:07:52.629Zuploading: /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)
124892026-01-29T02:07:53.723Zuploaded: /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
124902026-01-29T02:07:53.723Zuploading: /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)
124912026-01-29T02:07:54.842Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/primary.cidx
124922026-01-29T02:07:54.842Zuploading: /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)
124932026-01-29T02:07:55.941Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_20_20_0/ttl.txt
124942026-01-29T02:07:55.942Zuploading: /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)
124952026-01-29T02:07:57.037Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/checksums.txt
124962026-01-29T02:07:57.037Zuploading: /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)
124972026-01-29T02:07:58.133Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/columns.txt
124982026-01-29T02:07:58.133Zuploading: /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)
124992026-01-29T02:07:59.229Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/count.txt
125002026-01-29T02:07:59.229Zuploading: /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)
125012026-01-29T02:08:00.324Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/data.bin
125022026-01-29T02:08:00.324Zuploading: /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)
125032026-01-29T02:08:01.419Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/data.cmrk3
125042026-01-29T02:08:01.420Zuploading: /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)
125052026-01-29T02:08:02.514Zuploaded: /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
125062026-01-29T02:08:02.514Zuploading: /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)
125072026-01-29T02:08:03.609Zuploaded: /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
125082026-01-29T02:08:03.609Zuploading: /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)
125092026-01-29T02:08:04.706Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/primary.cidx
125102026-01-29T02:08:04.706Zuploading: /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)
125112026-01-29T02:08:05.803Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_21_21_0/ttl.txt
125122026-01-29T02:08:05.803Zuploading: /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)
125132026-01-29T02:08:06.899Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/checksums.txt
125142026-01-29T02:08:06.899Zuploading: /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)
125152026-01-29T02:08:07.997Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/columns.txt
125162026-01-29T02:08:08.022Zuploading: /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)
125172026-01-29T02:08:09.094Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/count.txt
125182026-01-29T02:08:09.094Zuploading: /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)
125192026-01-29T02:08:10.197Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/data.bin
125202026-01-29T02:08:10.197Zuploading: /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)
125212026-01-29T02:08:11.294Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/data.cmrk3
125222026-01-29T02:08:11.294Zuploading: /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)
125232026-01-29T02:08:12.390Zuploaded: /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
125242026-01-29T02:08:12.390Zuploading: /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)
125252026-01-29T02:08:13.486Zuploaded: /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
125262026-01-29T02:08:13.486Zuploading: /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)
125272026-01-29T02:08:14.582Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/primary.cidx
125282026-01-29T02:08:14.582Zuploading: /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)
125292026-01-29T02:08:15.679Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_22_22_0/ttl.txt
125302026-01-29T02:08:15.679Zuploading: /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)
125312026-01-29T02:08:16.774Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/checksums.txt
125322026-01-29T02:08:16.774Zuploading: /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)
125332026-01-29T02:08:17.870Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/columns.txt
125342026-01-29T02:08:17.894Zuploading: /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)
125352026-01-29T02:08:18.964Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/count.txt
125362026-01-29T02:08:18.965Zuploading: /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)
125372026-01-29T02:08:20.070Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/data.bin
125382026-01-29T02:08:20.096Zuploading: /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)
125392026-01-29T02:08:21.166Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/data.cmrk3
125402026-01-29T02:08:21.166Zuploading: /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)
125412026-01-29T02:08:22.262Zuploaded: /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
125422026-01-29T02:08:22.262Zuploading: /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)
125432026-01-29T02:08:23.357Zuploaded: /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
125442026-01-29T02:08:23.357Zuploading: /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)
125452026-01-29T02:08:24.453Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/primary.cidx
125462026-01-29T02:08:24.453Zuploading: /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)
125472026-01-29T02:08:25.551Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_23_23_0/ttl.txt
125482026-01-29T02:08:25.575Zuploading: /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)
125492026-01-29T02:08:26.680Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/checksums.txt
125502026-01-29T02:08:26.680Zuploading: /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)
125512026-01-29T02:08:27.778Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/columns.txt
125522026-01-29T02:08:27.778Zuploading: /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)
125532026-01-29T02:08:28.874Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/count.txt
125542026-01-29T02:08:28.874Zuploading: /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)
125552026-01-29T02:08:29.969Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/data.bin
125562026-01-29T02:08:29.969Zuploading: /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)
125572026-01-29T02:08:31.065Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/data.cmrk3
125582026-01-29T02:08:31.065Zuploading: /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)
125592026-01-29T02:08:32.160Zuploaded: /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
125602026-01-29T02:08:32.160Zuploading: /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)
125612026-01-29T02:08:33.256Zuploaded: /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
125622026-01-29T02:08:33.256Zuploading: /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)
125632026-01-29T02:08:34.352Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/primary.cidx
125642026-01-29T02:08:34.353Zuploading: /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)
125652026-01-29T02:08:35.449Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_24_24_0/ttl.txt
125662026-01-29T02:08:35.450Zuploading: /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)
125672026-01-29T02:08:36.544Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/checksums.txt
125682026-01-29T02:08:36.569Zuploading: /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)
125692026-01-29T02:08:37.640Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/columns.txt
125702026-01-29T02:08:37.640Zuploading: /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)
125712026-01-29T02:08:38.735Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/count.txt
125722026-01-29T02:08:38.736Zuploading: /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)
125732026-01-29T02:08:39.831Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/data.bin
125742026-01-29T02:08:39.831Zuploading: /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)
125752026-01-29T02:08:40.927Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/data.cmrk3
125762026-01-29T02:08:40.927Zuploading: /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)
125772026-01-29T02:08:42.024Zuploaded: /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
125782026-01-29T02:08:42.024Zuploading: /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)
125792026-01-29T02:08:43.120Zuploaded: /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
125802026-01-29T02:08:43.120Zuploading: /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)
125812026-01-29T02:08:44.215Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/primary.cidx
125822026-01-29T02:08:44.215Zuploading: /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)
125832026-01-29T02:08:45.311Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_25_25_0/ttl.txt
125842026-01-29T02:08:45.311Zuploading: /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)
125852026-01-29T02:08:46.407Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/checksums.txt
125862026-01-29T02:08:46.407Zuploading: /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)
125872026-01-29T02:08:47.503Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/columns.txt
125882026-01-29T02:08:47.503Zuploading: /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)
125892026-01-29T02:08:48.600Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/count.txt
125902026-01-29T02:08:48.600Zuploading: /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)
125912026-01-29T02:08:49.698Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/data.bin
125922026-01-29T02:08:49.723Zuploading: /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)
125932026-01-29T02:08:50.795Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/data.cmrk3
125942026-01-29T02:08:50.795Zuploading: /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)
125952026-01-29T02:08:51.892Zuploaded: /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
125962026-01-29T02:08:51.892Zuploading: /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)
125972026-01-29T02:08:52.987Zuploaded: /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
125982026-01-29T02:08:53.011Zuploading: /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)
125992026-01-29T02:08:54.085Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/primary.cidx
126002026-01-29T02:08:54.109Zuploading: /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)
126012026-01-29T02:08:55.181Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_26_26_0/ttl.txt
126022026-01-29T02:08:55.181Zuploading: /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)
126032026-01-29T02:08:56.277Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/checksums.txt
126042026-01-29T02:08:56.277Zuploading: /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)
126052026-01-29T02:08:57.373Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/columns.txt
126062026-01-29T02:08:57.373Zuploading: /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)
126072026-01-29T02:08:58.468Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/count.txt
126082026-01-29T02:08:58.493Zuploading: /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)
126092026-01-29T02:08:59.564Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/data.bin
126102026-01-29T02:08:59.633Zuploading: /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)
126112026-01-29T02:09:00.682Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/data.cmrk3
126122026-01-29T02:09:00.682Zuploading: /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)
126132026-01-29T02:09:01.780Zuploaded: /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
126142026-01-29T02:09:01.780Zuploading: /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)
126152026-01-29T02:09:02.878Zuploaded: /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
126162026-01-29T02:09:02.878Zuploading: /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)
126172026-01-29T02:09:03.976Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/primary.cidx
126182026-01-29T02:09:03.976Zuploading: /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)
126192026-01-29T02:09:05.073Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_27_27_0/ttl.txt
126202026-01-29T02:09:05.073Zuploading: /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)
126212026-01-29T02:09:06.169Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/checksums.txt
126222026-01-29T02:09:06.169Zuploading: /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)
126232026-01-29T02:09:07.266Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/columns.txt
126242026-01-29T02:09:07.291Zuploading: /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)
126252026-01-29T02:09:08.364Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/count.txt
126262026-01-29T02:09:08.389Zuploading: /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)
126272026-01-29T02:09:09.460Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/data.bin
126282026-01-29T02:09:09.460Zuploading: /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)
126292026-01-29T02:09:10.556Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/data.cmrk3
126302026-01-29T02:09:10.580Zuploading: /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)
126312026-01-29T02:09:11.652Zuploaded: /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
126322026-01-29T02:09:11.652Zuploading: /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)
126332026-01-29T02:09:12.748Zuploaded: /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
126342026-01-29T02:09:12.774Zuploading: /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)
126352026-01-29T02:09:13.847Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/primary.cidx
126362026-01-29T02:09:13.847Zuploading: /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)
126372026-01-29T02:09:14.942Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_28_28_0/ttl.txt
126382026-01-29T02:09:14.942Zuploading: /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)
126392026-01-29T02:09:16.038Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/checksums.txt
126402026-01-29T02:09:16.038Zuploading: /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)
126412026-01-29T02:09:17.134Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/columns.txt
126422026-01-29T02:09:17.134Zuploading: /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)
126432026-01-29T02:09:18.228Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/count.txt
126442026-01-29T02:09:18.228Zuploading: /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)
126452026-01-29T02:09:19.323Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/data.bin
126462026-01-29T02:09:19.323Zuploading: /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)
126472026-01-29T02:09:20.418Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/data.cmrk3
126482026-01-29T02:09:20.418Zuploading: /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)
126492026-01-29T02:09:21.512Zuploaded: /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
126502026-01-29T02:09:21.513Zuploading: /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)
126512026-01-29T02:09:22.608Zuploaded: /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
126522026-01-29T02:09:22.608Zuploading: /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)
126532026-01-29T02:09:23.704Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/primary.cidx
126542026-01-29T02:09:23.704Zuploading: /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)
126552026-01-29T02:09:24.799Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_29_29_0/ttl.txt
126562026-01-29T02:09:24.799Zuploading: /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)
126572026-01-29T02:09:25.895Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/checksums.txt
126582026-01-29T02:09:25.895Zuploading: /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)
126592026-01-29T02:09:26.991Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/columns.txt
126602026-01-29T02:09:26.991Zuploading: /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)
126612026-01-29T02:09:28.087Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/count.txt
126622026-01-29T02:09:28.087Zuploading: /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)
126632026-01-29T02:09:29.183Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/data.bin
126642026-01-29T02:09:29.183Zuploading: /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)
126652026-01-29T02:09:30.278Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/data.cmrk3
126662026-01-29T02:09:30.278Zuploading: /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)
126672026-01-29T02:09:31.373Zuploaded: /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
126682026-01-29T02:09:31.373Zuploading: /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)
126692026-01-29T02:09:32.468Zuploaded: /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
126702026-01-29T02:09:32.468Zuploading: /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)
126712026-01-29T02:09:33.563Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/primary.cidx
126722026-01-29T02:09:33.563Zuploading: /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)
126732026-01-29T02:09:34.661Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_2_2_0/ttl.txt
126742026-01-29T02:09:34.661Zuploading: /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)
126752026-01-29T02:09:35.756Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/checksums.txt
126762026-01-29T02:09:35.756Zuploading: /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)
126772026-01-29T02:09:36.853Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/columns.txt
126782026-01-29T02:09:36.853Zuploading: /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)
126792026-01-29T02:09:37.949Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/count.txt
126802026-01-29T02:09:37.949Zuploading: /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)
126812026-01-29T02:09:39.045Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/data.bin
126822026-01-29T02:09:39.045Zuploading: /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)
126832026-01-29T02:09:40.144Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/data.cmrk3
126842026-01-29T02:09:40.169Zuploading: /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)
126852026-01-29T02:09:41.240Zuploaded: /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
126862026-01-29T02:09:41.240Zuploading: /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)
126872026-01-29T02:09:42.335Zuploaded: /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
126882026-01-29T02:09:42.335Zuploading: /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)
126892026-01-29T02:09:43.431Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/primary.cidx
126902026-01-29T02:09:43.431Zuploading: /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)
126912026-01-29T02:09:44.526Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_30_30_0/ttl.txt
126922026-01-29T02:09:44.550Zuploading: /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)
126932026-01-29T02:09:45.622Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/checksums.txt
126942026-01-29T02:09:45.622Zuploading: /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)
126952026-01-29T02:09:46.722Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/columns.txt
126962026-01-29T02:09:46.722Zuploading: /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)
126972026-01-29T02:09:47.817Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/count.txt
126982026-01-29T02:09:47.818Zuploading: /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)
126992026-01-29T02:09:48.914Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/data.bin
127002026-01-29T02:09:48.914Zuploading: /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)
127012026-01-29T02:09:50.011Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/data.cmrk3
127022026-01-29T02:09:50.011Zuploading: /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)
127032026-01-29T02:09:51.107Zuploaded: /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
127042026-01-29T02:09:51.107Zuploading: /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)
127052026-01-29T02:09:52.202Zuploaded: /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
127062026-01-29T02:09:52.202Zuploading: /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)
127072026-01-29T02:09:53.298Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/primary.cidx
127082026-01-29T02:09:53.298Zuploading: /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)
127092026-01-29T02:09:54.392Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_31_31_0/ttl.txt
127102026-01-29T02:09:54.392Zuploading: /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)
127112026-01-29T02:09:55.487Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/checksums.txt
127122026-01-29T02:09:55.487Zuploading: /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)
127132026-01-29T02:09:56.585Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/columns.txt
127142026-01-29T02:09:56.585Zuploading: /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)
127152026-01-29T02:09:57.681Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/count.txt
127162026-01-29T02:09:57.681Zuploading: /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)
127172026-01-29T02:09:58.777Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/data.bin
127182026-01-29T02:09:58.777Zuploading: /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)
127192026-01-29T02:09:59.872Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/data.cmrk3
127202026-01-29T02:09:59.872Zuploading: /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)
127212026-01-29T02:10:00.967Zuploaded: /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
127222026-01-29T02:10:00.967Zuploading: /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)
127232026-01-29T02:10:02.062Zuploaded: /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
127242026-01-29T02:10:02.062Zuploading: /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)
127252026-01-29T02:10:03.158Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/primary.cidx
127262026-01-29T02:10:03.159Zuploading: /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)
127272026-01-29T02:10:04.255Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_32_32_0/ttl.txt
127282026-01-29T02:10:04.255Zuploading: /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)
127292026-01-29T02:10:05.351Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/checksums.txt
127302026-01-29T02:10:05.351Zuploading: /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)
127312026-01-29T02:10:06.445Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/columns.txt
127322026-01-29T02:10:06.445Zuploading: /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)
127332026-01-29T02:10:07.539Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/count.txt
127342026-01-29T02:10:07.539Zuploading: /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)
127352026-01-29T02:10:08.634Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/data.bin
127362026-01-29T02:10:08.634Zuploading: /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)
127372026-01-29T02:10:09.729Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/data.cmrk3
127382026-01-29T02:10:09.729Zuploading: /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)
127392026-01-29T02:10:10.826Zuploaded: /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
127402026-01-29T02:10:10.827Zuploading: /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)
127412026-01-29T02:10:11.922Zuploaded: /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
127422026-01-29T02:10:11.922Zuploading: /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)
127432026-01-29T02:10:13.018Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/primary.cidx
127442026-01-29T02:10:13.018Zuploading: /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)
127452026-01-29T02:10:14.113Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_33_33_0/ttl.txt
127462026-01-29T02:10:14.113Zuploading: /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)
127472026-01-29T02:10:15.210Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/checksums.txt
127482026-01-29T02:10:15.210Zuploading: /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)
127492026-01-29T02:10:16.306Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/columns.txt
127502026-01-29T02:10:16.306Zuploading: /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)
127512026-01-29T02:10:17.401Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/count.txt
127522026-01-29T02:10:17.401Zuploading: /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)
127532026-01-29T02:10:18.497Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/data.bin
127542026-01-29T02:10:18.497Zuploading: /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)
127552026-01-29T02:10:19.591Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/data.cmrk3
127562026-01-29T02:10:19.615Zuploading: /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)
127572026-01-29T02:10:20.686Zuploaded: /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
127582026-01-29T02:10:20.686Zuploading: /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)
127592026-01-29T02:10:21.781Zuploaded: /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
127602026-01-29T02:10:21.805Zuploading: /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)
127612026-01-29T02:10:22.878Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/primary.cidx
127622026-01-29T02:10:22.878Zuploading: /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)
127632026-01-29T02:10:23.972Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_3_3_0/ttl.txt
127642026-01-29T02:10:23.973Zuploading: /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)
127652026-01-29T02:10:25.067Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/checksums.txt
127662026-01-29T02:10:25.067Zuploading: /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)
127672026-01-29T02:10:26.161Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/columns.txt
127682026-01-29T02:10:26.161Zuploading: /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)
127692026-01-29T02:10:27.256Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/count.txt
127702026-01-29T02:10:27.256Zuploading: /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)
127712026-01-29T02:10:28.352Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/data.bin
127722026-01-29T02:10:28.352Zuploading: /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)
127732026-01-29T02:10:29.448Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/data.cmrk3
127742026-01-29T02:10:29.448Zuploading: /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)
127752026-01-29T02:10:30.543Zuploaded: /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
127762026-01-29T02:10:30.544Zuploading: /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)
127772026-01-29T02:10:31.638Zuploaded: /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
127782026-01-29T02:10:31.638Zuploading: /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)
127792026-01-29T02:10:32.735Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/primary.cidx
127802026-01-29T02:10:32.735Zuploading: /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)
127812026-01-29T02:10:33.830Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_4_4_0/ttl.txt
127822026-01-29T02:10:33.830Zuploading: /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)
127832026-01-29T02:10:34.926Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/checksums.txt
127842026-01-29T02:10:34.926Zuploading: /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)
127852026-01-29T02:10:36.025Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/columns.txt
127862026-01-29T02:10:36.025Zuploading: /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)
127872026-01-29T02:10:37.120Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/count.txt
127882026-01-29T02:10:37.120Zuploading: /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)
127892026-01-29T02:10:38.216Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/data.bin
127902026-01-29T02:10:38.216Zuploading: /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)
127912026-01-29T02:10:39.311Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/data.cmrk3
127922026-01-29T02:10:39.311Zuploading: /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)
127932026-01-29T02:10:40.406Zuploaded: /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
127942026-01-29T02:10:40.430Zuploading: /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)
127952026-01-29T02:10:41.500Zuploaded: /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
127962026-01-29T02:10:41.500Zuploading: /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)
127972026-01-29T02:10:42.597Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/primary.cidx
127982026-01-29T02:10:42.597Zuploading: /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)
127992026-01-29T02:10:43.691Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_5_5_0/ttl.txt
128002026-01-29T02:10:43.691Zuploading: /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)
128012026-01-29T02:10:44.786Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/checksums.txt
128022026-01-29T02:10:44.786Zuploading: /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)
128032026-01-29T02:10:45.881Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/columns.txt
128042026-01-29T02:10:45.882Zuploading: /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)
128052026-01-29T02:10:46.975Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/count.txt
128062026-01-29T02:10:46.975Zuploading: /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)
128072026-01-29T02:10:48.072Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/data.bin
128082026-01-29T02:10:48.072Zuploading: /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)
128092026-01-29T02:10:49.170Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/data.cmrk3
128102026-01-29T02:10:49.170Zuploading: /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)
128112026-01-29T02:10:50.264Zuploaded: /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
128122026-01-29T02:10:50.288Zuploading: /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)
128132026-01-29T02:10:51.359Zuploaded: /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
128142026-01-29T02:10:51.384Zuploading: /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)
128152026-01-29T02:10:52.456Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/primary.cidx
128162026-01-29T02:10:52.456Zuploading: /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)
128172026-01-29T02:10:53.551Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_6_6_0/ttl.txt
128182026-01-29T02:10:53.551Zuploading: /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)
128192026-01-29T02:10:54.648Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/checksums.txt
128202026-01-29T02:10:54.673Zuploading: /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)
128212026-01-29T02:10:55.743Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/columns.txt
128222026-01-29T02:10:55.743Zuploading: /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)
128232026-01-29T02:10:56.838Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/count.txt
128242026-01-29T02:10:56.839Zuploading: /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)
128252026-01-29T02:10:57.936Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/data.bin
128262026-01-29T02:10:57.936Zuploading: /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)
128272026-01-29T02:10:59.030Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/data.cmrk3
128282026-01-29T02:10:59.055Zuploading: /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)
128292026-01-29T02:11:00.126Zuploaded: /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
128302026-01-29T02:11:00.126Zuploading: /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)
128312026-01-29T02:11:01.224Zuploaded: /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
128322026-01-29T02:11:01.224Zuploading: /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)
128332026-01-29T02:11:02.316Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/primary.cidx
128342026-01-29T02:11:02.316Zuploading: /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)
128352026-01-29T02:11:03.413Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_7_7_0/ttl.txt
128362026-01-29T02:11:03.413Zuploading: /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)
128372026-01-29T02:11:04.509Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/checksums.txt
128382026-01-29T02:11:04.533Zuploading: /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)
128392026-01-29T02:11:05.605Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/columns.txt
128402026-01-29T02:11:05.605Zuploading: /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)
128412026-01-29T02:11:06.699Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/count.txt
128422026-01-29T02:11:06.699Zuploading: /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)
128432026-01-29T02:11:07.794Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/data.bin
128442026-01-29T02:11:07.794Zuploading: /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)
128452026-01-29T02:11:08.889Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/data.cmrk3
128462026-01-29T02:11:08.889Zuploading: /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)
128472026-01-29T02:11:09.987Zuploaded: /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
128482026-01-29T02:11:09.987Zuploading: /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)
128492026-01-29T02:11:11.081Zuploaded: /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
128502026-01-29T02:11:11.081Zuploading: /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)
128512026-01-29T02:11:12.176Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/primary.cidx
128522026-01-29T02:11:12.176Zuploading: /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)
128532026-01-29T02:11:13.271Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_8_8_0/ttl.txt
128542026-01-29T02:11:13.271Zuploading: /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)
128552026-01-29T02:11:14.366Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/checksums.txt
128562026-01-29T02:11:14.366Zuploading: /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)
128572026-01-29T02:11:15.460Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/columns.txt
128582026-01-29T02:11:15.460Zuploading: /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)
128592026-01-29T02:11:16.556Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/count.txt
128602026-01-29T02:11:16.556Zuploading: /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)
128612026-01-29T02:11:17.681Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/data.bin
128622026-01-29T02:11:17.681Zuploading: /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)
128632026-01-29T02:11:18.779Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/data.cmrk3
128642026-01-29T02:11:18.779Zuploading: /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)
128652026-01-29T02:11:19.876Zuploaded: /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
128662026-01-29T02:11:19.902Zuploading: /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)
128672026-01-29T02:11:20.973Zuploaded: /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
128682026-01-29T02:11:20.973Zuploading: /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)
128692026-01-29T02:11:22.071Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/primary.cidx
128702026-01-29T02:11:22.071Zuploading: /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)
128712026-01-29T02:11:23.169Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/all_9_9_0/ttl.txt
128722026-01-29T02:11:23.193Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/format_version.txt (1 bytes)
128732026-01-29T02:11:24.263Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_string/format_version.txt
128742026-01-29T02:11:24.288Zuploading: /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)
128752026-01-29T02:11:25.360Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/checksums.txt
128762026-01-29T02:11:25.360Zuploading: /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)
128772026-01-29T02:11:27.480Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/columns.txt
128782026-01-29T02:11:27.480Zuploading: /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)
128792026-01-29T02:11:27.551Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/count.txt
128802026-01-29T02:11:27.551Zuploading: /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)
128812026-01-29T02:11:28.647Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/data.bin
128822026-01-29T02:11:28.647Zuploading: /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)
128832026-01-29T02:11:29.742Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/data.cmrk3
128842026-01-29T02:11:29.766Zuploading: /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)
128852026-01-29T02:11:30.837Zuploaded: /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
128862026-01-29T02:11:30.837Zuploading: /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)
128872026-01-29T02:11:31.932Zuploaded: /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
128882026-01-29T02:11:31.933Zuploading: /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)
128892026-01-29T02:11:33.028Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/primary.cidx
128902026-01-29T02:11:33.028Zuploading: /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)
128912026-01-29T02:11:34.125Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_1_1_0/ttl.txt
128922026-01-29T02:11:34.150Zuploading: /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)
128932026-01-29T02:11:35.220Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/checksums.txt
128942026-01-29T02:11:35.220Zuploading: /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)
128952026-01-29T02:11:36.316Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/columns.txt
128962026-01-29T02:11:36.340Zuploading: /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)
128972026-01-29T02:11:37.412Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/count.txt
128982026-01-29T02:11:37.436Zuploading: /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)
128992026-01-29T02:11:38.508Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/data.bin
129002026-01-29T02:11:38.508Zuploading: /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)
129012026-01-29T02:11:39.607Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/data.cmrk3
129022026-01-29T02:11:39.607Zuploading: /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)
129032026-01-29T02:11:40.702Zuploaded: /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
129042026-01-29T02:11:40.727Zuploading: /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)
129052026-01-29T02:11:41.797Zuploaded: /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
129062026-01-29T02:11:41.797Zuploading: /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)
129072026-01-29T02:11:42.892Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/primary.cidx
129082026-01-29T02:11:42.892Zuploading: /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)
129092026-01-29T02:11:43.988Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_2_2_0/ttl.txt
129102026-01-29T02:11:43.988Zuploading: /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)
129112026-01-29T02:11:45.084Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/checksums.txt
129122026-01-29T02:11:45.084Zuploading: /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)
129132026-01-29T02:11:46.179Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/columns.txt
129142026-01-29T02:11:46.179Zuploading: /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)
129152026-01-29T02:11:47.278Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/count.txt
129162026-01-29T02:11:47.278Zuploading: /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)
129172026-01-29T02:11:48.373Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/data.bin
129182026-01-29T02:11:48.373Zuploading: /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)
129192026-01-29T02:11:49.470Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/data.cmrk3
129202026-01-29T02:11:49.494Zuploading: /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)
129212026-01-29T02:11:50.567Zuploaded: /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
129222026-01-29T02:11:50.592Zuploading: /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)
129232026-01-29T02:11:51.662Zuploaded: /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
129242026-01-29T02:11:51.662Zuploading: /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)
129252026-01-29T02:11:52.757Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/primary.cidx
129262026-01-29T02:11:52.757Zuploading: /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)
129272026-01-29T02:11:53.852Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_3_3_0/ttl.txt
129282026-01-29T02:11:53.852Zuploading: /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)
129292026-01-29T02:11:54.946Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/checksums.txt
129302026-01-29T02:11:54.946Zuploading: /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)
129312026-01-29T02:11:56.041Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/columns.txt
129322026-01-29T02:11:56.065Zuploading: /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)
129332026-01-29T02:11:57.140Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/count.txt
129342026-01-29T02:11:57.140Zuploading: /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)
129352026-01-29T02:11:58.234Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/data.bin
129362026-01-29T02:11:58.234Zuploading: /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)
129372026-01-29T02:11:59.330Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/data.cmrk3
129382026-01-29T02:11:59.330Zuploading: /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)
129392026-01-29T02:12:00.425Zuploaded: /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
129402026-01-29T02:12:00.425Zuploading: /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)
129412026-01-29T02:12:01.522Zuploaded: /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
129422026-01-29T02:12:01.522Zuploading: /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)
129432026-01-29T02:12:02.616Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/primary.cidx
129442026-01-29T02:12:02.616Zuploading: /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)
129452026-01-29T02:12:03.711Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/all_4_4_0/ttl.txt
129462026-01-29T02:12:03.711Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/format_version.txt (1 bytes)
129472026-01-29T02:12:04.806Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u16/format_version.txt
129482026-01-29T02:12:04.806Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u32/format_version.txt (1 bytes)
129492026-01-29T02:12:05.901Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u32/format_version.txt
129502026-01-29T02:12:05.901Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u64/format_version.txt (1 bytes)
129512026-01-29T02:12:06.996Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u64/format_version.txt
129522026-01-29T02:12:06.997Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u8/format_version.txt (1 bytes)
129532026-01-29T02:12:08.091Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_u8/format_version.txt
129542026-01-29T02:12:08.092Zuploading: /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)
129552026-01-29T02:12:09.186Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/checksums.txt
129562026-01-29T02:12:09.186Zuploading: /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)
129572026-01-29T02:12:10.282Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/columns.txt
129582026-01-29T02:12:10.282Zuploading: /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)
129592026-01-29T02:12:11.377Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/count.txt
129602026-01-29T02:12:11.377Zuploading: /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)
129612026-01-29T02:12:12.473Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/data.bin
129622026-01-29T02:12:12.473Zuploading: /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)
129632026-01-29T02:12:13.573Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/data.cmrk3
129642026-01-29T02:12:13.573Zuploading: /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)
129652026-01-29T02:12:14.668Zuploaded: /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
129662026-01-29T02:12:14.668Zuploading: /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)
129672026-01-29T02:12:15.764Zuploaded: /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
129682026-01-29T02:12:15.764Zuploading: /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)
129692026-01-29T02:12:16.859Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/primary.cidx
129702026-01-29T02:12:16.859Zuploading: /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)
129712026-01-29T02:12:17.954Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_1_1_0/ttl.txt
129722026-01-29T02:12:17.954Zuploading: /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)
129732026-01-29T02:12:19.050Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/checksums.txt
129742026-01-29T02:12:19.050Zuploading: /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)
129752026-01-29T02:12:20.145Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/columns.txt
129762026-01-29T02:12:20.145Zuploading: /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)
129772026-01-29T02:12:21.240Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/count.txt
129782026-01-29T02:12:21.240Zuploading: /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)
129792026-01-29T02:12:22.334Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/data.bin
129802026-01-29T02:12:22.334Zuploading: /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)
129812026-01-29T02:12:23.432Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/data.cmrk3
129822026-01-29T02:12:23.432Zuploading: /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)
129832026-01-29T02:12:24.524Zuploaded: /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
129842026-01-29T02:12:24.524Zuploading: /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)
129852026-01-29T02:12:25.632Zuploaded: /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
129862026-01-29T02:12:25.633Zuploading: /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)
129872026-01-29T02:12:26.713Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/primary.cidx
129882026-01-29T02:12:26.713Zuploading: /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)
129892026-01-29T02:12:27.807Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_2_2_0/ttl.txt
129902026-01-29T02:12:27.807Zuploading: /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)
129912026-01-29T02:12:28.904Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/checksums.txt
129922026-01-29T02:12:28.904Zuploading: /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)
129932026-01-29T02:12:29.997Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/columns.txt
129942026-01-29T02:12:30.021Zuploading: /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)
129952026-01-29T02:12:31.090Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/count.txt
129962026-01-29T02:12:31.090Zuploading: /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)
129972026-01-29T02:12:32.187Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/data.bin
129982026-01-29T02:12:32.187Zuploading: /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)
129992026-01-29T02:12:33.280Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/data.cmrk3
130002026-01-29T02:12:33.280Zuploading: /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)
130012026-01-29T02:12:34.374Zuploaded: /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
130022026-01-29T02:12:34.375Zuploading: /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)
130032026-01-29T02:12:35.469Zuploaded: /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
130042026-01-29T02:12:35.494Zuploading: /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)
130052026-01-29T02:12:36.572Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/primary.cidx
130062026-01-29T02:12:36.572Zuploading: /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)
130072026-01-29T02:12:37.665Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_3_3_0/ttl.txt
130082026-01-29T02:12:37.665Zuploading: /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)
130092026-01-29T02:12:38.758Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/checksums.txt
130102026-01-29T02:12:38.758Zuploading: /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)
130112026-01-29T02:12:39.851Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/columns.txt
130122026-01-29T02:12:39.851Zuploading: /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)
130132026-01-29T02:12:40.945Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/count.txt
130142026-01-29T02:12:40.971Zuploading: /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)
130152026-01-29T02:12:42.040Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/data.bin
130162026-01-29T02:12:42.040Zuploading: /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)
130172026-01-29T02:12:43.134Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/data.cmrk3
130182026-01-29T02:12:43.134Zuploading: /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)
130192026-01-29T02:12:44.228Zuploaded: /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
130202026-01-29T02:12:44.228Zuploading: /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)
130212026-01-29T02:12:45.322Zuploaded: /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
130222026-01-29T02:12:45.346Zuploading: /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)
130232026-01-29T02:12:46.416Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/primary.cidx
130242026-01-29T02:12:46.441Zuploading: /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)
130252026-01-29T02:12:47.510Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/all_4_4_0/ttl.txt
130262026-01-29T02:12:47.510Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/format_version.txt (1 bytes)
130272026-01-29T02:12:48.608Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/fields_uuid/format_version.txt
130282026-01-29T02:12:48.633Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bool/format_version.txt (1 bytes)
130292026-01-29T02:12:49.796Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bool/format_version.txt
130302026-01-29T02:12:49.796Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bytes/format_version.txt (1 bytes)
130312026-01-29T02:12:50.889Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_bytes/format_version.txt
130322026-01-29T02:12:50.889Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef32/format_version.txt (1 bytes)
130332026-01-29T02:12:51.983Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef32/format_version.txt
130342026-01-29T02:12:52.008Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef64/format_version.txt (1 bytes)
130352026-01-29T02:12:53.077Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativef64/format_version.txt
130362026-01-29T02:12:53.077Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativei64/format_version.txt (1 bytes)
130372026-01-29T02:12:54.172Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativei64/format_version.txt
130382026-01-29T02:12:54.172Zuploading: /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)
130392026-01-29T02:12:55.265Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/checksums.txt
130402026-01-29T02:12:55.265Zuploading: /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)
130412026-01-29T02:12:56.357Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/columns.txt
130422026-01-29T02:12:56.381Zuploading: /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)
130432026-01-29T02:12:57.451Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/count.txt
130442026-01-29T02:12:57.451Zuploading: /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)
130452026-01-29T02:12:58.549Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.bin
130462026-01-29T02:12:58.549Zuploading: /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)
130472026-01-29T02:12:59.661Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/data.cmrk3
130482026-01-29T02:12:59.661Zuploading: /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)
130492026-01-29T02:13:00.755Zuploaded: /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
130502026-01-29T02:13:00.781Zuploading: /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)
130512026-01-29T02:13:01.850Zuploaded: /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
130522026-01-29T02:13:01.850Zuploading: /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)
130532026-01-29T02:13:02.943Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/primary.cidx
130542026-01-29T02:13:02.943Zuploading: /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)
130552026-01-29T02:13:04.038Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/all_1_1_0/ttl.txt
130562026-01-29T02:13:04.038Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt (1 bytes)
130572026-01-29T02:13:05.132Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_cumulativeu64/format_version.txt
130582026-01-29T02:13:05.132Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f32/format_version.txt (1 bytes)
130592026-01-29T02:13:06.227Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f32/format_version.txt
130602026-01-29T02:13:06.251Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f64/format_version.txt (1 bytes)
130612026-01-29T02:13:07.321Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_f64/format_version.txt
130622026-01-29T02:13:07.346Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf32/format_version.txt (1 bytes)
130632026-01-29T02:13:08.419Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf32/format_version.txt
130642026-01-29T02:13:08.443Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf64/format_version.txt (1 bytes)
130652026-01-29T02:13:09.512Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramf64/format_version.txt
130662026-01-29T02:13:09.536Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami16/format_version.txt (1 bytes)
130672026-01-29T02:13:10.623Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami16/format_version.txt
130682026-01-29T02:13:10.623Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami32/format_version.txt (1 bytes)
130692026-01-29T02:13:11.699Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami32/format_version.txt
130702026-01-29T02:13:11.699Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami64/format_version.txt (1 bytes)
130712026-01-29T02:13:12.796Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami64/format_version.txt
130722026-01-29T02:13:12.796Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami8/format_version.txt (1 bytes)
130732026-01-29T02:13:13.890Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogrami8/format_version.txt
130742026-01-29T02:13:13.915Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu16/format_version.txt (1 bytes)
130752026-01-29T02:13:14.985Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu16/format_version.txt
130762026-01-29T02:13:14.985Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu32/format_version.txt (1 bytes)
130772026-01-29T02:13:16.080Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu32/format_version.txt
130782026-01-29T02:13:16.103Zuploading: /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)
130792026-01-29T02:13:17.176Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/checksums.txt
130802026-01-29T02:13:17.176Zuploading: /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)
130812026-01-29T02:13:18.270Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/columns.txt
130822026-01-29T02:13:18.270Zuploading: /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)
130832026-01-29T02:13:19.517Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/count.txt
130842026-01-29T02:13:19.517Zuploading: /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)
130852026-01-29T02:13:20.622Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.bin
130862026-01-29T02:13:20.622Zuploading: /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)
130872026-01-29T02:13:21.704Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/data.cmrk3
130882026-01-29T02:13:21.704Zuploading: /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)
130892026-01-29T02:13:22.798Zuploaded: /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
130902026-01-29T02:13:22.798Zuploading: /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)
130912026-01-29T02:13:23.891Zuploaded: /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
130922026-01-29T02:13:23.915Zuploading: /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)
130932026-01-29T02:13:24.983Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/primary.cidx
130942026-01-29T02:13:24.983Zuploading: /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)
130952026-01-29T02:13:26.077Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_1_1_0/ttl.txt
130962026-01-29T02:13:26.077Zuploading: /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)
130972026-01-29T02:13:27.318Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/checksums.txt
130982026-01-29T02:13:27.318Zuploading: /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)
130992026-01-29T02:13:28.416Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/columns.txt
131002026-01-29T02:13:28.416Zuploading: /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)
131012026-01-29T02:13:29.510Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/count.txt
131022026-01-29T02:13:29.510Zuploading: /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)
131032026-01-29T02:13:30.619Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.bin
131042026-01-29T02:13:30.619Zuploading: /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)
131052026-01-29T02:13:31.699Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/data.cmrk3
131062026-01-29T02:13:31.699Zuploading: /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)
131072026-01-29T02:13:32.793Zuploaded: /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
131082026-01-29T02:13:32.793Zuploading: /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)
131092026-01-29T02:13:33.888Zuploaded: /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
131102026-01-29T02:13:33.888Zuploading: /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)
131112026-01-29T02:13:34.983Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/primary.cidx
131122026-01-29T02:13:34.983Zuploading: /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)
131132026-01-29T02:13:36.076Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_2_2_0/ttl.txt
131142026-01-29T02:13:36.076Zuploading: /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)
131152026-01-29T02:13:37.169Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/checksums.txt
131162026-01-29T02:13:37.169Zuploading: /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)
131172026-01-29T02:13:38.266Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/columns.txt
131182026-01-29T02:13:38.266Zuploading: /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)
131192026-01-29T02:13:39.361Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/count.txt
131202026-01-29T02:13:39.361Zuploading: /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)
131212026-01-29T02:13:40.454Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/data.bin
131222026-01-29T02:13:40.454Zuploading: /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)
131232026-01-29T02:13:41.600Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/data.cmrk3
131242026-01-29T02:13:41.600Zuploading: /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)
131252026-01-29T02:13:42.697Zuploaded: /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
131262026-01-29T02:13:42.697Zuploading: /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)
131272026-01-29T02:13:43.795Zuploaded: /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
131282026-01-29T02:13:43.795Zuploading: /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)
131292026-01-29T02:13:44.888Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/primary.cidx
131302026-01-29T02:13:44.888Zuploading: /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)
131312026-01-29T02:13:45.981Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_3_3_0/ttl.txt
131322026-01-29T02:13:46.005Zuploading: /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)
131332026-01-29T02:13:47.077Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/checksums.txt
131342026-01-29T02:13:47.077Zuploading: /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)
131352026-01-29T02:13:48.176Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/columns.txt
131362026-01-29T02:13:48.201Zuploading: /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)
131372026-01-29T02:13:49.271Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/count.txt
131382026-01-29T02:13:49.271Zuploading: /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)
131392026-01-29T02:13:50.364Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/data.bin
131402026-01-29T02:13:50.364Zuploading: /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)
131412026-01-29T02:13:51.460Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/data.cmrk3
131422026-01-29T02:13:51.461Zuploading: /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)
131432026-01-29T02:13:52.563Zuploaded: /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
131442026-01-29T02:13:52.564Zuploading: /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)
131452026-01-29T02:13:53.658Zuploaded: /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
131462026-01-29T02:13:53.658Zuploading: /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)
131472026-01-29T02:13:54.751Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/primary.cidx
131482026-01-29T02:13:54.751Zuploading: /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)
131492026-01-29T02:13:55.847Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/all_4_4_0/ttl.txt
131502026-01-29T02:13:55.847Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/format_version.txt (1 bytes)
131512026-01-29T02:13:56.941Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu64/format_version.txt
131522026-01-29T02:13:56.941Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu8/format_version.txt (1 bytes)
131532026-01-29T02:13:58.035Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_histogramu8/format_version.txt
131542026-01-29T02:13:58.059Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i16/format_version.txt (1 bytes)
131552026-01-29T02:13:59.130Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i16/format_version.txt
131562026-01-29T02:13:59.130Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i32/format_version.txt (1 bytes)
131572026-01-29T02:14:00.393Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i32/format_version.txt
131582026-01-29T02:14:00.393Zuploading: /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)
131592026-01-29T02:14:01.489Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/checksums.txt
131602026-01-29T02:14:01.489Zuploading: /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)
131612026-01-29T02:14:02.584Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/columns.txt
131622026-01-29T02:14:02.611Zuploading: /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)
131632026-01-29T02:14:03.684Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/count.txt
131642026-01-29T02:14:03.684Zuploading: /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)
131652026-01-29T02:14:04.777Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/data.bin
131662026-01-29T02:14:04.801Zuploading: /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)
131672026-01-29T02:14:05.870Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/data.cmrk3
131682026-01-29T02:14:05.870Zuploading: /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)
131692026-01-29T02:14:06.964Zuploaded: /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
131702026-01-29T02:14:06.964Zuploading: /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)
131712026-01-29T02:14:08.059Zuploaded: /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
131722026-01-29T02:14:08.059Zuploading: /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)
131732026-01-29T02:14:09.152Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/primary.cidx
131742026-01-29T02:14:09.152Zuploading: /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)
131752026-01-29T02:14:10.246Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_10_10_0/ttl.txt
131762026-01-29T02:14:10.401Zuploading: /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)
131772026-01-29T02:14:11.454Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/checksums.txt
131782026-01-29T02:14:11.454Zuploading: /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)
131792026-01-29T02:14:12.548Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/columns.txt
131802026-01-29T02:14:12.548Zuploading: /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)
131812026-01-29T02:14:13.647Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/count.txt
131822026-01-29T02:14:13.647Zuploading: /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)
131832026-01-29T02:14:14.736Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/data.bin
131842026-01-29T02:14:14.736Zuploading: /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)
131852026-01-29T02:14:15.832Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/data.cmrk3
131862026-01-29T02:14:15.832Zuploading: /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)
131872026-01-29T02:14:16.924Zuploaded: /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
131882026-01-29T02:14:16.924Zuploading: /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)
131892026-01-29T02:14:18.020Zuploaded: /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
131902026-01-29T02:14:18.020Zuploading: /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)
131912026-01-29T02:14:19.115Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/primary.cidx
131922026-01-29T02:14:19.115Zuploading: /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)
131932026-01-29T02:14:20.218Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_11_11_0/ttl.txt
131942026-01-29T02:14:20.282Zuploading: /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)
131952026-01-29T02:14:21.352Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/checksums.txt
131962026-01-29T02:14:21.376Zuploading: /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)
131972026-01-29T02:14:22.448Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/columns.txt
131982026-01-29T02:14:22.472Zuploading: /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)
131992026-01-29T02:14:23.542Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/count.txt
132002026-01-29T02:14:23.542Zuploading: /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)
132012026-01-29T02:14:24.638Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/data.bin
132022026-01-29T02:14:24.638Zuploading: /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)
132032026-01-29T02:14:25.733Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/data.cmrk3
132042026-01-29T02:14:25.733Zuploading: /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)
132052026-01-29T02:14:26.827Zuploaded: /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
132062026-01-29T02:14:26.827Zuploading: /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)
132072026-01-29T02:14:27.921Zuploaded: /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
132082026-01-29T02:14:27.945Zuploading: /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)
132092026-01-29T02:14:29.015Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/primary.cidx
132102026-01-29T02:14:29.015Zuploading: /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)
132112026-01-29T02:14:30.108Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_12_12_0/ttl.txt
132122026-01-29T02:14:30.109Zuploading: /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)
132132026-01-29T02:14:31.202Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/checksums.txt
132142026-01-29T02:14:31.226Zuploading: /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)
132152026-01-29T02:14:32.296Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/columns.txt
132162026-01-29T02:14:32.296Zuploading: /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)
132172026-01-29T02:14:33.395Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/count.txt
132182026-01-29T02:14:33.395Zuploading: /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)
132192026-01-29T02:14:34.490Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/data.bin
132202026-01-29T02:14:34.490Zuploading: /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)
132212026-01-29T02:14:35.610Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/data.cmrk3
132222026-01-29T02:14:35.610Zuploading: /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)
132232026-01-29T02:14:36.722Zuploaded: /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
132242026-01-29T02:14:36.770Zuploading: /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)
132252026-01-29T02:14:37.860Zuploaded: /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
132262026-01-29T02:14:37.861Zuploading: /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)
132272026-01-29T02:14:38.954Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/primary.cidx
132282026-01-29T02:14:38.954Zuploading: /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)
132292026-01-29T02:14:40.048Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_13_13_0/ttl.txt
132302026-01-29T02:14:40.048Zuploading: /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)
132312026-01-29T02:14:41.142Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/checksums.txt
132322026-01-29T02:14:41.142Zuploading: /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)
132332026-01-29T02:14:42.236Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/columns.txt
132342026-01-29T02:14:42.236Zuploading: /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)
132352026-01-29T02:14:43.329Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/count.txt
132362026-01-29T02:14:43.353Zuploading: /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)
132372026-01-29T02:14:44.422Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/data.bin
132382026-01-29T02:14:44.422Zuploading: /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)
132392026-01-29T02:14:45.516Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/data.cmrk3
132402026-01-29T02:14:45.540Zuploading: /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)
132412026-01-29T02:14:46.611Zuploaded: /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
132422026-01-29T02:14:46.611Zuploading: /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)
132432026-01-29T02:14:47.706Zuploaded: /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
132442026-01-29T02:14:47.730Zuploading: /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)
132452026-01-29T02:14:48.802Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/primary.cidx
132462026-01-29T02:14:48.802Zuploading: /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)
132472026-01-29T02:14:49.896Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_14_14_0/ttl.txt
132482026-01-29T02:14:49.920Zuploading: /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)
132492026-01-29T02:14:50.991Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/checksums.txt
132502026-01-29T02:14:50.991Zuploading: /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)
132512026-01-29T02:14:52.086Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/columns.txt
132522026-01-29T02:14:52.110Zuploading: /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)
132532026-01-29T02:14:53.182Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/count.txt
132542026-01-29T02:14:53.182Zuploading: /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)
132552026-01-29T02:14:54.278Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/data.bin
132562026-01-29T02:14:54.279Zuploading: /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)
132572026-01-29T02:14:55.375Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/data.cmrk3
132582026-01-29T02:14:55.399Zuploading: /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)
132592026-01-29T02:14:56.470Zuploaded: /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
132602026-01-29T02:14:56.470Zuploading: /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)
132612026-01-29T02:14:57.566Zuploaded: /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
132622026-01-29T02:14:57.566Zuploading: /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)
132632026-01-29T02:14:58.662Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/primary.cidx
132642026-01-29T02:14:58.662Zuploading: /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)
132652026-01-29T02:14:59.758Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_15_15_0/ttl.txt
132662026-01-29T02:14:59.758Zuploading: /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)
132672026-01-29T02:15:00.853Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/checksums.txt
132682026-01-29T02:15:00.854Zuploading: /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)
132692026-01-29T02:15:01.949Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/columns.txt
132702026-01-29T02:15:01.949Zuploading: /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)
132712026-01-29T02:15:03.046Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/count.txt
132722026-01-29T02:15:03.046Zuploading: /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)
132732026-01-29T02:15:04.142Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/data.bin
132742026-01-29T02:15:04.142Zuploading: /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)
132752026-01-29T02:15:05.236Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/data.cmrk3
132762026-01-29T02:15:05.236Zuploading: /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)
132772026-01-29T02:15:06.331Zuploaded: /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
132782026-01-29T02:15:06.331Zuploading: /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)
132792026-01-29T02:15:07.425Zuploaded: /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
132802026-01-29T02:15:07.425Zuploading: /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)
132812026-01-29T02:15:08.518Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/primary.cidx
132822026-01-29T02:15:08.542Zuploading: /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)
132832026-01-29T02:15:09.612Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_16_16_0/ttl.txt
132842026-01-29T02:15:09.612Zuploading: /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)
132852026-01-29T02:15:10.706Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/checksums.txt
132862026-01-29T02:15:10.706Zuploading: /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)
132872026-01-29T02:15:11.798Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/columns.txt
132882026-01-29T02:15:11.798Zuploading: /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)
132892026-01-29T02:15:12.892Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/count.txt
132902026-01-29T02:15:12.892Zuploading: /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)
132912026-01-29T02:15:13.993Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/data.bin
132922026-01-29T02:15:13.994Zuploading: /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)
132932026-01-29T02:15:15.087Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/data.cmrk3
132942026-01-29T02:15:15.087Zuploading: /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)
132952026-01-29T02:15:16.241Zuploaded: /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
132962026-01-29T02:15:16.242Zuploading: /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)
132972026-01-29T02:15:17.335Zuploaded: /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
132982026-01-29T02:15:17.360Zuploading: /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)
132992026-01-29T02:15:18.429Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/primary.cidx
133002026-01-29T02:15:18.454Zuploading: /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)
133012026-01-29T02:15:19.527Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_17_17_0/ttl.txt
133022026-01-29T02:15:19.527Zuploading: /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)
133032026-01-29T02:15:20.623Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/checksums.txt
133042026-01-29T02:15:20.623Zuploading: /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)
133052026-01-29T02:15:21.717Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/columns.txt
133062026-01-29T02:15:21.717Zuploading: /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)
133072026-01-29T02:15:22.813Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/count.txt
133082026-01-29T02:15:22.837Zuploading: /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)
133092026-01-29T02:15:23.908Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/data.bin
133102026-01-29T02:15:23.909Zuploading: /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)
133112026-01-29T02:15:25.006Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/data.cmrk3
133122026-01-29T02:15:25.006Zuploading: /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)
133132026-01-29T02:15:26.101Zuploaded: /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
133142026-01-29T02:15:26.101Zuploading: /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)
133152026-01-29T02:15:27.197Zuploaded: /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
133162026-01-29T02:15:27.197Zuploading: /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)
133172026-01-29T02:15:28.294Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/primary.cidx
133182026-01-29T02:15:28.294Zuploading: /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)
133192026-01-29T02:15:29.389Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_18_18_0/ttl.txt
133202026-01-29T02:15:29.389Zuploading: /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)
133212026-01-29T02:15:30.485Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/checksums.txt
133222026-01-29T02:15:30.485Zuploading: /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)
133232026-01-29T02:15:31.580Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/columns.txt
133242026-01-29T02:15:31.580Zuploading: /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)
133252026-01-29T02:15:32.681Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/count.txt
133262026-01-29T02:15:32.682Zuploading: /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)
133272026-01-29T02:15:33.777Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/data.bin
133282026-01-29T02:15:33.777Zuploading: /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)
133292026-01-29T02:15:34.872Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/data.cmrk3
133302026-01-29T02:15:34.872Zuploading: /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)
133312026-01-29T02:15:35.967Zuploaded: /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
133322026-01-29T02:15:35.967Zuploading: /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)
133332026-01-29T02:15:37.161Zuploaded: /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
133342026-01-29T02:15:37.161Zuploading: /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)
133352026-01-29T02:15:38.258Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/primary.cidx
133362026-01-29T02:15:38.258Zuploading: /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)
133372026-01-29T02:15:39.354Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_19_19_0/ttl.txt
133382026-01-29T02:15:39.378Zuploading: /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)
133392026-01-29T02:15:40.449Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/checksums.txt
133402026-01-29T02:15:40.449Zuploading: /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)
133412026-01-29T02:15:41.544Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/columns.txt
133422026-01-29T02:15:41.568Zuploading: /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)
133432026-01-29T02:15:42.729Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/count.txt
133442026-01-29T02:15:42.729Zuploading: /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)
133452026-01-29T02:15:43.823Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/data.bin
133462026-01-29T02:15:43.847Zuploading: /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)
133472026-01-29T02:15:44.921Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/data.cmrk3
133482026-01-29T02:15:44.921Zuploading: /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)
133492026-01-29T02:15:46.015Zuploaded: /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
133502026-01-29T02:15:46.015Zuploading: /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)
133512026-01-29T02:15:47.111Zuploaded: /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
133522026-01-29T02:15:47.111Zuploading: /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)
133532026-01-29T02:15:48.206Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/primary.cidx
133542026-01-29T02:15:48.206Zuploading: /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)
133552026-01-29T02:15:49.301Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_11_2/ttl.txt
133562026-01-29T02:15:49.325Zuploading: /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)
133572026-01-29T02:15:50.403Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/checksums.txt
133582026-01-29T02:15:50.403Zuploading: /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)
133592026-01-29T02:15:51.497Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/columns.txt
133602026-01-29T02:15:51.497Zuploading: /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)
133612026-01-29T02:15:52.593Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/count.txt
133622026-01-29T02:15:52.617Zuploading: /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)
133632026-01-29T02:15:53.687Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/data.bin
133642026-01-29T02:15:53.687Zuploading: /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)
133652026-01-29T02:15:54.782Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/data.cmrk3
133662026-01-29T02:15:54.782Zuploading: /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)
133672026-01-29T02:15:55.897Zuploaded: /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
133682026-01-29T02:15:55.897Zuploading: /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)
133692026-01-29T02:15:56.991Zuploaded: /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
133702026-01-29T02:15:56.992Zuploading: /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)
133712026-01-29T02:15:58.088Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/primary.cidx
133722026-01-29T02:15:58.088Zuploading: /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)
133732026-01-29T02:15:59.186Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_16_3/ttl.txt
133742026-01-29T02:15:59.186Zuploading: /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)
133752026-01-29T02:16:00.281Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/checksums.txt
133762026-01-29T02:16:00.281Zuploading: /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)
133772026-01-29T02:16:01.377Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/columns.txt
133782026-01-29T02:16:01.377Zuploading: /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)
133792026-01-29T02:16:02.498Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/count.txt
133802026-01-29T02:16:02.498Zuploading: /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)
133812026-01-29T02:16:03.593Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/data.bin
133822026-01-29T02:16:03.617Zuploading: /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)
133832026-01-29T02:16:04.691Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/data.cmrk3
133842026-01-29T02:16:04.691Zuploading: /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)
133852026-01-29T02:16:05.787Zuploaded: /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
133862026-01-29T02:16:05.787Zuploading: /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)
133872026-01-29T02:16:06.883Zuploaded: /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
133882026-01-29T02:16:06.883Zuploading: /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)
133892026-01-29T02:16:07.979Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/primary.cidx
133902026-01-29T02:16:07.979Zuploading: /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)
133912026-01-29T02:16:09.077Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_1_0/ttl.txt
133922026-01-29T02:16:09.077Zuploading: /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)
133932026-01-29T02:16:10.173Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/checksums.txt
133942026-01-29T02:16:10.173Zuploading: /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)
133952026-01-29T02:16:11.269Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/columns.txt
133962026-01-29T02:16:11.269Zuploading: /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)
133972026-01-29T02:16:12.364Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/count.txt
133982026-01-29T02:16:12.364Zuploading: /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)
133992026-01-29T02:16:13.459Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/data.bin
134002026-01-29T02:16:13.483Zuploading: /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)
134012026-01-29T02:16:14.554Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/data.cmrk3
134022026-01-29T02:16:14.554Zuploading: /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)
134032026-01-29T02:16:15.650Zuploaded: /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
134042026-01-29T02:16:15.650Zuploading: /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)
134052026-01-29T02:16:16.746Zuploaded: /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
134062026-01-29T02:16:16.770Zuploading: /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)
134072026-01-29T02:16:17.845Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/primary.cidx
134082026-01-29T02:16:17.845Zuploading: /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)
134092026-01-29T02:16:18.941Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_21_4/ttl.txt
134102026-01-29T02:16:18.941Zuploading: /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)
134112026-01-29T02:16:20.035Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/checksums.txt
134122026-01-29T02:16:20.036Zuploading: /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)
134132026-01-29T02:16:21.131Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/columns.txt
134142026-01-29T02:16:21.131Zuploading: /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)
134152026-01-29T02:16:22.227Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/count.txt
134162026-01-29T02:16:22.227Zuploading: /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)
134172026-01-29T02:16:23.323Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/data.bin
134182026-01-29T02:16:23.323Zuploading: /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)
134192026-01-29T02:16:24.420Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/data.cmrk3
134202026-01-29T02:16:24.445Zuploading: /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)
134212026-01-29T02:16:25.523Zuploaded: /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
134222026-01-29T02:16:25.547Zuploading: /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)
134232026-01-29T02:16:26.619Zuploaded: /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
134242026-01-29T02:16:26.619Zuploading: /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)
134252026-01-29T02:16:27.715Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/primary.cidx
134262026-01-29T02:16:27.715Zuploading: /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)
134272026-01-29T02:16:28.811Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_26_5/ttl.txt
134282026-01-29T02:16:28.811Zuploading: /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)
134292026-01-29T02:16:29.906Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/checksums.txt
134302026-01-29T02:16:29.906Zuploading: /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)
134312026-01-29T02:16:31.125Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/columns.txt
134322026-01-29T02:16:31.125Zuploading: /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)
134332026-01-29T02:16:32.222Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/count.txt
134342026-01-29T02:16:32.246Zuploading: /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)
134352026-01-29T02:16:33.318Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/data.bin
134362026-01-29T02:16:33.318Zuploading: /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)
134372026-01-29T02:16:34.414Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/data.cmrk3
134382026-01-29T02:16:34.414Zuploading: /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)
134392026-01-29T02:16:35.511Zuploaded: /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
134402026-01-29T02:16:35.511Zuploading: /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)
134412026-01-29T02:16:36.608Zuploaded: /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
134422026-01-29T02:16:36.608Zuploading: /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)
134432026-01-29T02:16:37.700Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/primary.cidx
134442026-01-29T02:16:37.700Zuploading: /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)
134452026-01-29T02:16:38.794Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_31_6/ttl.txt
134462026-01-29T02:16:38.795Zuploading: /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)
134472026-01-29T02:16:39.889Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/checksums.txt
134482026-01-29T02:16:39.913Zuploading: /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)
134492026-01-29T02:16:40.982Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/columns.txt
134502026-01-29T02:16:40.983Zuploading: /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)
134512026-01-29T02:16:42.187Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/count.txt
134522026-01-29T02:16:42.187Zuploading: /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)
134532026-01-29T02:16:43.281Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/data.bin
134542026-01-29T02:16:43.307Zuploading: /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)
134552026-01-29T02:16:44.374Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/data.cmrk3
134562026-01-29T02:16:44.374Zuploading: /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)
134572026-01-29T02:16:45.470Zuploaded: /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
134582026-01-29T02:16:45.494Zuploading: /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)
134592026-01-29T02:16:46.566Zuploaded: /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
134602026-01-29T02:16:46.566Zuploading: /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)
134612026-01-29T02:16:47.661Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/primary.cidx
134622026-01-29T02:16:47.685Zuploading: /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)
134632026-01-29T02:16:48.756Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_1_6_1/ttl.txt
134642026-01-29T02:16:48.756Zuploading: /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)
134652026-01-29T02:16:49.850Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/checksums.txt
134662026-01-29T02:16:49.874Zuploading: /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)
134672026-01-29T02:16:50.948Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/columns.txt
134682026-01-29T02:16:50.948Zuploading: /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)
134692026-01-29T02:16:52.043Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/count.txt
134702026-01-29T02:16:52.043Zuploading: /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)
134712026-01-29T02:16:53.230Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/data.bin
134722026-01-29T02:16:53.230Zuploading: /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)
134732026-01-29T02:16:54.323Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/data.cmrk3
134742026-01-29T02:16:54.348Zuploading: /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)
134752026-01-29T02:16:55.419Zuploaded: /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
134762026-01-29T02:16:55.419Zuploading: /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)
134772026-01-29T02:16:56.514Zuploaded: /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
134782026-01-29T02:16:56.514Zuploading: /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)
134792026-01-29T02:16:57.610Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/primary.cidx
134802026-01-29T02:16:57.610Zuploading: /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)
134812026-01-29T02:16:58.703Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_20_20_0/ttl.txt
134822026-01-29T02:16:58.704Zuploading: /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)
134832026-01-29T02:16:59.798Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/checksums.txt
134842026-01-29T02:16:59.798Zuploading: /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)
134852026-01-29T02:17:00.897Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/columns.txt
134862026-01-29T02:17:00.897Zuploading: /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)
134872026-01-29T02:17:01.989Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/count.txt
134882026-01-29T02:17:01.989Zuploading: /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)
134892026-01-29T02:17:03.082Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/data.bin
134902026-01-29T02:17:03.082Zuploading: /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)
134912026-01-29T02:17:04.178Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/data.cmrk3
134922026-01-29T02:17:04.202Zuploading: /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)
134932026-01-29T02:17:05.273Zuploaded: /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
134942026-01-29T02:17:05.273Zuploading: /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)
134952026-01-29T02:17:06.367Zuploaded: /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
134962026-01-29T02:17:06.367Zuploading: /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)
134972026-01-29T02:17:07.461Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/primary.cidx
134982026-01-29T02:17:07.461Zuploading: /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)
134992026-01-29T02:17:08.555Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_21_21_0/ttl.txt
135002026-01-29T02:17:08.555Zuploading: /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)
135012026-01-29T02:17:09.652Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/checksums.txt
135022026-01-29T02:17:09.652Zuploading: /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)
135032026-01-29T02:17:10.747Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/columns.txt
135042026-01-29T02:17:10.747Zuploading: /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)
135052026-01-29T02:17:11.845Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/count.txt
135062026-01-29T02:17:11.845Zuploading: /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)
135072026-01-29T02:17:12.940Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/data.bin
135082026-01-29T02:17:12.940Zuploading: /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)
135092026-01-29T02:17:14.036Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/data.cmrk3
135102026-01-29T02:17:14.036Zuploading: /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)
135112026-01-29T02:17:15.131Zuploaded: /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
135122026-01-29T02:17:15.131Zuploading: /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)
135132026-01-29T02:17:16.226Zuploaded: /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
135142026-01-29T02:17:16.226Zuploading: /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)
135152026-01-29T02:17:17.319Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/primary.cidx
135162026-01-29T02:17:17.319Zuploading: /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)
135172026-01-29T02:17:18.413Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_22_22_0/ttl.txt
135182026-01-29T02:17:18.437Zuploading: /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)
135192026-01-29T02:17:19.508Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/checksums.txt
135202026-01-29T02:17:19.508Zuploading: /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)
135212026-01-29T02:17:20.609Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/columns.txt
135222026-01-29T02:17:20.609Zuploading: /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)
135232026-01-29T02:17:21.705Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/count.txt
135242026-01-29T02:17:21.705Zuploading: /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)
135252026-01-29T02:17:22.800Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/data.bin
135262026-01-29T02:17:22.800Zuploading: /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)
135272026-01-29T02:17:23.897Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/data.cmrk3
135282026-01-29T02:17:23.897Zuploading: /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)
135292026-01-29T02:17:24.994Zuploaded: /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
135302026-01-29T02:17:25.018Zuploading: /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)
135312026-01-29T02:17:26.091Zuploaded: /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
135322026-01-29T02:17:26.115Zuploading: /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)
135332026-01-29T02:17:27.189Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/primary.cidx
135342026-01-29T02:17:27.189Zuploading: /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)
135352026-01-29T02:17:28.282Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_23_23_0/ttl.txt
135362026-01-29T02:17:28.282Zuploading: /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)
135372026-01-29T02:17:29.381Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/checksums.txt
135382026-01-29T02:17:29.405Zuploading: /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)
135392026-01-29T02:17:30.477Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/columns.txt
135402026-01-29T02:17:30.501Zuploading: /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)
135412026-01-29T02:17:31.572Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/count.txt
135422026-01-29T02:17:31.573Zuploading: /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)
135432026-01-29T02:17:32.667Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/data.bin
135442026-01-29T02:17:32.691Zuploading: /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)
135452026-01-29T02:17:33.763Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/data.cmrk3
135462026-01-29T02:17:33.788Zuploading: /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)
135472026-01-29T02:17:34.862Zuploaded: /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
135482026-01-29T02:17:34.862Zuploading: /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)
135492026-01-29T02:17:35.958Zuploaded: /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
135502026-01-29T02:17:35.958Zuploading: /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)
135512026-01-29T02:17:37.057Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/primary.cidx
135522026-01-29T02:17:37.057Zuploading: /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)
135532026-01-29T02:17:38.152Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_24_24_0/ttl.txt
135542026-01-29T02:17:38.152Zuploading: /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)
135552026-01-29T02:17:39.248Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/checksums.txt
135562026-01-29T02:17:39.248Zuploading: /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)
135572026-01-29T02:17:40.345Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/columns.txt
135582026-01-29T02:17:40.345Zuploading: /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)
135592026-01-29T02:17:41.445Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/count.txt
135602026-01-29T02:17:41.469Zuploading: /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)
135612026-01-29T02:17:42.549Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/data.bin
135622026-01-29T02:17:42.549Zuploading: /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)
135632026-01-29T02:17:43.645Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/data.cmrk3
135642026-01-29T02:17:43.645Zuploading: /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)
135652026-01-29T02:17:44.740Zuploaded: /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
135662026-01-29T02:17:44.741Zuploading: /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)
135672026-01-29T02:17:45.836Zuploaded: /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
135682026-01-29T02:17:45.861Zuploading: /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)
135692026-01-29T02:17:46.933Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/primary.cidx
135702026-01-29T02:17:46.933Zuploading: /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)
135712026-01-29T02:17:48.028Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_25_25_0/ttl.txt
135722026-01-29T02:17:48.053Zuploading: /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)
135732026-01-29T02:17:49.124Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/checksums.txt
135742026-01-29T02:17:49.124Zuploading: /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)
135752026-01-29T02:17:50.220Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/columns.txt
135762026-01-29T02:17:50.244Zuploading: /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)
135772026-01-29T02:17:51.316Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/count.txt
135782026-01-29T02:17:51.316Zuploading: /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)
135792026-01-29T02:17:52.411Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/data.bin
135802026-01-29T02:17:52.411Zuploading: /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)
135812026-01-29T02:17:53.512Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/data.cmrk3
135822026-01-29T02:17:53.512Zuploading: /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)
135832026-01-29T02:17:54.608Zuploaded: /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
135842026-01-29T02:17:54.608Zuploading: /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)
135852026-01-29T02:17:55.704Zuploaded: /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
135862026-01-29T02:17:55.704Zuploading: /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)
135872026-01-29T02:17:56.799Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/primary.cidx
135882026-01-29T02:17:56.799Zuploading: /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)
135892026-01-29T02:17:57.893Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_26_26_0/ttl.txt
135902026-01-29T02:17:57.917Zuploading: /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)
135912026-01-29T02:17:58.986Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/checksums.txt
135922026-01-29T02:17:58.986Zuploading: /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)
135932026-01-29T02:18:00.081Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/columns.txt
135942026-01-29T02:18:00.081Zuploading: /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)
135952026-01-29T02:18:01.175Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/count.txt
135962026-01-29T02:18:01.175Zuploading: /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)
135972026-01-29T02:18:02.271Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/data.bin
135982026-01-29T02:18:02.295Zuploading: /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)
135992026-01-29T02:18:03.364Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/data.cmrk3
136002026-01-29T02:18:03.364Zuploading: /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)
136012026-01-29T02:18:04.457Zuploaded: /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
136022026-01-29T02:18:04.457Zuploading: /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)
136032026-01-29T02:18:05.551Zuploaded: /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
136042026-01-29T02:18:05.551Zuploading: /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)
136052026-01-29T02:18:06.648Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/primary.cidx
136062026-01-29T02:18:06.672Zuploading: /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)
136072026-01-29T02:18:07.743Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_27_27_0/ttl.txt
136082026-01-29T02:18:07.743Zuploading: /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)
136092026-01-29T02:18:08.838Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/checksums.txt
136102026-01-29T02:18:08.838Zuploading: /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)
136112026-01-29T02:18:09.933Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/columns.txt
136122026-01-29T02:18:09.933Zuploading: /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)
136132026-01-29T02:18:11.029Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/count.txt
136142026-01-29T02:18:11.029Zuploading: /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)
136152026-01-29T02:18:12.215Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/data.bin
136162026-01-29T02:18:12.216Zuploading: /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)
136172026-01-29T02:18:13.310Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/data.cmrk3
136182026-01-29T02:18:13.310Zuploading: /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)
136192026-01-29T02:18:14.405Zuploaded: /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
136202026-01-29T02:18:14.429Zuploading: /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)
136212026-01-29T02:18:15.501Zuploaded: /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
136222026-01-29T02:18:15.526Zuploading: /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)
136232026-01-29T02:18:16.597Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/primary.cidx
136242026-01-29T02:18:16.622Zuploading: /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)
136252026-01-29T02:18:17.691Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_28_28_0/ttl.txt
136262026-01-29T02:18:17.715Zuploading: /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)
136272026-01-29T02:18:18.785Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/checksums.txt
136282026-01-29T02:18:18.809Zuploading: /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)
136292026-01-29T02:18:19.878Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/columns.txt
136302026-01-29T02:18:19.878Zuploading: /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)
136312026-01-29T02:18:20.972Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/count.txt
136322026-01-29T02:18:20.972Zuploading: /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)
136332026-01-29T02:18:22.066Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/data.bin
136342026-01-29T02:18:22.090Zuploading: /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)
136352026-01-29T02:18:23.160Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/data.cmrk3
136362026-01-29T02:18:23.160Zuploading: /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)
136372026-01-29T02:18:24.253Zuploaded: /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
136382026-01-29T02:18:24.277Zuploading: /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)
136392026-01-29T02:18:25.348Zuploaded: /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
136402026-01-29T02:18:25.372Zuploading: /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)
136412026-01-29T02:18:26.443Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/primary.cidx
136422026-01-29T02:18:26.443Zuploading: /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)
136432026-01-29T02:18:27.534Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_29_29_0/ttl.txt
136442026-01-29T02:18:27.534Zuploading: /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)
136452026-01-29T02:18:28.629Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/checksums.txt
136462026-01-29T02:18:28.629Zuploading: /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)
136472026-01-29T02:18:29.722Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/columns.txt
136482026-01-29T02:18:29.722Zuploading: /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)
136492026-01-29T02:18:30.816Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/count.txt
136502026-01-29T02:18:30.816Zuploading: /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)
136512026-01-29T02:18:31.914Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/data.bin
136522026-01-29T02:18:31.914Zuploading: /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)
136532026-01-29T02:18:33.007Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/data.cmrk3
136542026-01-29T02:18:33.007Zuploading: /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)
136552026-01-29T02:18:34.101Zuploaded: /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
136562026-01-29T02:18:34.101Zuploading: /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)
136572026-01-29T02:18:35.195Zuploaded: /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
136582026-01-29T02:18:35.195Zuploading: /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)
136592026-01-29T02:18:36.290Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/primary.cidx
136602026-01-29T02:18:36.290Zuploading: /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)
136612026-01-29T02:18:37.384Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_2_2_0/ttl.txt
136622026-01-29T02:18:37.384Zuploading: /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)
136632026-01-29T02:18:38.480Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/checksums.txt
136642026-01-29T02:18:38.480Zuploading: /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)
136652026-01-29T02:18:39.574Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/columns.txt
136662026-01-29T02:18:39.574Zuploading: /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)
136672026-01-29T02:18:40.668Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/count.txt
136682026-01-29T02:18:40.668Zuploading: /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)
136692026-01-29T02:18:41.761Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/data.bin
136702026-01-29T02:18:41.761Zuploading: /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)
136712026-01-29T02:18:42.854Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/data.cmrk3
136722026-01-29T02:18:42.854Zuploading: /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)
136732026-01-29T02:18:43.948Zuploaded: /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
136742026-01-29T02:18:43.972Zuploading: /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)
136752026-01-29T02:18:45.042Zuploaded: /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
136762026-01-29T02:18:45.042Zuploading: /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)
136772026-01-29T02:18:46.135Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/primary.cidx
136782026-01-29T02:18:46.159Zuploading: /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)
136792026-01-29T02:18:47.229Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_30_30_0/ttl.txt
136802026-01-29T02:18:47.229Zuploading: /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)
136812026-01-29T02:18:48.322Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/checksums.txt
136822026-01-29T02:18:48.322Zuploading: /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)
136832026-01-29T02:18:49.416Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/columns.txt
136842026-01-29T02:18:49.416Zuploading: /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)
136852026-01-29T02:18:50.510Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/count.txt
136862026-01-29T02:18:50.538Zuploading: /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)
136872026-01-29T02:18:51.604Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/data.bin
136882026-01-29T02:18:51.604Zuploading: /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)
136892026-01-29T02:18:52.698Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/data.cmrk3
136902026-01-29T02:18:52.698Zuploading: /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)
136912026-01-29T02:18:53.790Zuploaded: /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
136922026-01-29T02:18:53.814Zuploading: /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)
136932026-01-29T02:18:54.884Zuploaded: /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
136942026-01-29T02:18:54.884Zuploading: /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)
136952026-01-29T02:18:55.979Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/primary.cidx
136962026-01-29T02:18:55.979Zuploading: /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)
136972026-01-29T02:18:57.073Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_31_31_0/ttl.txt
136982026-01-29T02:18:57.073Zuploading: /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)
136992026-01-29T02:18:58.166Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/checksums.txt
137002026-01-29T02:18:58.166Zuploading: /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)
137012026-01-29T02:18:59.259Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/columns.txt
137022026-01-29T02:18:59.283Zuploading: /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)
137032026-01-29T02:19:00.354Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/count.txt
137042026-01-29T02:19:00.354Zuploading: /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)
137052026-01-29T02:19:01.450Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/data.bin
137062026-01-29T02:19:01.450Zuploading: /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)
137072026-01-29T02:19:02.545Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/data.cmrk3
137082026-01-29T02:19:02.545Zuploading: /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)
137092026-01-29T02:19:03.639Zuploaded: /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
137102026-01-29T02:19:03.663Zuploading: /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)
137112026-01-29T02:19:04.732Zuploaded: /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
137122026-01-29T02:19:04.732Zuploading: /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)
137132026-01-29T02:19:05.827Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/primary.cidx
137142026-01-29T02:19:05.827Zuploading: /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)
137152026-01-29T02:19:06.921Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_32_32_0/ttl.txt
137162026-01-29T02:19:06.921Zuploading: /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)
137172026-01-29T02:19:08.014Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/checksums.txt
137182026-01-29T02:19:08.038Zuploading: /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)
137192026-01-29T02:19:09.108Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/columns.txt
137202026-01-29T02:19:09.108Zuploading: /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)
137212026-01-29T02:19:10.201Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/count.txt
137222026-01-29T02:19:10.201Zuploading: /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)
137232026-01-29T02:19:11.295Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/data.bin
137242026-01-29T02:19:11.295Zuploading: /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)
137252026-01-29T02:19:12.391Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/data.cmrk3
137262026-01-29T02:19:12.391Zuploading: /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)
137272026-01-29T02:19:13.492Zuploaded: /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
137282026-01-29T02:19:13.492Zuploading: /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)
137292026-01-29T02:19:14.913Zuploaded: /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
137302026-01-29T02:19:14.913Zuploading: /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)
137312026-01-29T02:19:16.019Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/primary.cidx
137322026-01-29T02:19:16.019Zuploading: /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)
137332026-01-29T02:19:17.112Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_33_33_0/ttl.txt
137342026-01-29T02:19:17.112Zuploading: /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)
137352026-01-29T02:19:18.206Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/checksums.txt
137362026-01-29T02:19:18.206Zuploading: /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)
137372026-01-29T02:19:19.302Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/columns.txt
137382026-01-29T02:19:19.302Zuploading: /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)
137392026-01-29T02:19:20.398Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/count.txt
137402026-01-29T02:19:20.398Zuploading: /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)
137412026-01-29T02:19:21.493Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/data.bin
137422026-01-29T02:19:21.493Zuploading: /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)
137432026-01-29T02:19:22.591Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/data.cmrk3
137442026-01-29T02:19:22.591Zuploading: /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)
137452026-01-29T02:19:23.706Zuploaded: /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
137462026-01-29T02:19:23.706Zuploading: /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)
137472026-01-29T02:19:24.887Zuploaded: /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
137482026-01-29T02:19:24.887Zuploading: /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)
137492026-01-29T02:19:25.980Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/primary.cidx
137502026-01-29T02:19:26.005Zuploading: /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)
137512026-01-29T02:19:27.074Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_3_3_0/ttl.txt
137522026-01-29T02:19:27.074Zuploading: /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)
137532026-01-29T02:19:28.168Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/checksums.txt
137542026-01-29T02:19:28.192Zuploading: /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)
137552026-01-29T02:19:29.261Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/columns.txt
137562026-01-29T02:19:29.286Zuploading: /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)
137572026-01-29T02:19:30.355Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/count.txt
137582026-01-29T02:19:30.355Zuploading: /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)
137592026-01-29T02:19:31.449Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/data.bin
137602026-01-29T02:19:31.449Zuploading: /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)
137612026-01-29T02:19:32.543Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/data.cmrk3
137622026-01-29T02:19:32.543Zuploading: /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)
137632026-01-29T02:19:33.636Zuploaded: /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
137642026-01-29T02:19:33.636Zuploading: /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)
137652026-01-29T02:19:34.730Zuploaded: /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
137662026-01-29T02:19:34.730Zuploading: /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)
137672026-01-29T02:19:35.823Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/primary.cidx
137682026-01-29T02:19:35.823Zuploading: /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)
137692026-01-29T02:19:36.916Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_4_4_0/ttl.txt
137702026-01-29T02:19:36.917Zuploading: /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)
137712026-01-29T02:19:38.010Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/checksums.txt
137722026-01-29T02:19:38.010Zuploading: /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)
137732026-01-29T02:19:39.111Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/columns.txt
137742026-01-29T02:19:39.111Zuploading: /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)
137752026-01-29T02:19:40.205Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/count.txt
137762026-01-29T02:19:40.205Zuploading: /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)
137772026-01-29T02:19:41.298Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/data.bin
137782026-01-29T02:19:41.298Zuploading: /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)
137792026-01-29T02:19:42.392Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/data.cmrk3
137802026-01-29T02:19:42.420Zuploading: /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)
137812026-01-29T02:19:43.492Zuploaded: /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
137822026-01-29T02:19:43.492Zuploading: /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)
137832026-01-29T02:19:44.583Zuploaded: /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
137842026-01-29T02:19:44.583Zuploading: /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)
137852026-01-29T02:19:45.676Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/primary.cidx
137862026-01-29T02:19:45.676Zuploading: /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)
137872026-01-29T02:19:46.770Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_5_5_0/ttl.txt
137882026-01-29T02:19:46.770Zuploading: /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)
137892026-01-29T02:19:47.865Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/checksums.txt
137902026-01-29T02:19:47.865Zuploading: /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)
137912026-01-29T02:19:48.958Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/columns.txt
137922026-01-29T02:19:48.958Zuploading: /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)
137932026-01-29T02:19:50.058Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/count.txt
137942026-01-29T02:19:50.058Zuploading: /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)
137952026-01-29T02:19:51.145Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/data.bin
137962026-01-29T02:19:51.145Zuploading: /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)
137972026-01-29T02:19:52.239Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/data.cmrk3
137982026-01-29T02:19:52.239Zuploading: /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)
137992026-01-29T02:19:53.334Zuploaded: /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
138002026-01-29T02:19:53.334Zuploading: /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)
138012026-01-29T02:19:54.430Zuploaded: /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
138022026-01-29T02:19:54.455Zuploading: /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)
138032026-01-29T02:19:55.523Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/primary.cidx
138042026-01-29T02:19:55.523Zuploading: /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)
138052026-01-29T02:19:56.616Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_6_6_0/ttl.txt
138062026-01-29T02:19:56.616Zuploading: /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)
138072026-01-29T02:19:57.711Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/checksums.txt
138082026-01-29T02:19:57.711Zuploading: /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)
138092026-01-29T02:19:58.804Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/columns.txt
138102026-01-29T02:19:58.804Zuploading: /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)
138112026-01-29T02:19:59.896Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/count.txt
138122026-01-29T02:19:59.896Zuploading: /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)
138132026-01-29T02:20:00.990Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/data.bin
138142026-01-29T02:20:00.990Zuploading: /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)
138152026-01-29T02:20:02.084Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/data.cmrk3
138162026-01-29T02:20:02.084Zuploading: /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)
138172026-01-29T02:20:03.177Zuploaded: /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
138182026-01-29T02:20:03.177Zuploading: /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)
138192026-01-29T02:20:04.269Zuploaded: /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
138202026-01-29T02:20:04.293Zuploading: /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)
138212026-01-29T02:20:05.362Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/primary.cidx
138222026-01-29T02:20:05.362Zuploading: /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)
138232026-01-29T02:20:06.456Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_7_7_0/ttl.txt
138242026-01-29T02:20:06.456Zuploading: /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)
138252026-01-29T02:20:07.549Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/checksums.txt
138262026-01-29T02:20:07.550Zuploading: /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)
138272026-01-29T02:20:08.653Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/columns.txt
138282026-01-29T02:20:08.653Zuploading: /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)
138292026-01-29T02:20:09.752Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/count.txt
138302026-01-29T02:20:09.752Zuploading: /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)
138312026-01-29T02:20:10.847Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/data.bin
138322026-01-29T02:20:10.847Zuploading: /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)
138332026-01-29T02:20:11.940Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/data.cmrk3
138342026-01-29T02:20:11.940Zuploading: /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)
138352026-01-29T02:20:13.033Zuploaded: /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
138362026-01-29T02:20:13.033Zuploading: /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)
138372026-01-29T02:20:14.126Zuploaded: /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
138382026-01-29T02:20:14.126Zuploading: /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)
138392026-01-29T02:20:15.220Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/primary.cidx
138402026-01-29T02:20:15.220Zuploading: /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)
138412026-01-29T02:20:16.315Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_8_8_0/ttl.txt
138422026-01-29T02:20:16.315Zuploading: /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)
138432026-01-29T02:20:17.436Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/checksums.txt
138442026-01-29T02:20:17.436Zuploading: /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)
138452026-01-29T02:20:18.529Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/columns.txt
138462026-01-29T02:20:18.529Zuploading: /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)
138472026-01-29T02:20:19.623Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/count.txt
138482026-01-29T02:20:19.623Zuploading: /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)
138492026-01-29T02:20:20.716Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/data.bin
138502026-01-29T02:20:20.716Zuploading: /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)
138512026-01-29T02:20:21.809Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/data.cmrk3
138522026-01-29T02:20:21.809Zuploading: /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)
138532026-01-29T02:20:22.904Zuploaded: /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
138542026-01-29T02:20:22.904Zuploading: /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)
138552026-01-29T02:20:23.998Zuploaded: /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
138562026-01-29T02:20:23.998Zuploading: /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)
138572026-01-29T02:20:25.092Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/primary.cidx
138582026-01-29T02:20:25.092Zuploading: /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)
138592026-01-29T02:20:26.192Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/all_9_9_0/ttl.txt
138602026-01-29T02:20:26.192Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/format_version.txt (1 bytes)
138612026-01-29T02:20:27.286Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i64/format_version.txt
138622026-01-29T02:20:27.286Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i8/format_version.txt (1 bytes)
138632026-01-29T02:20:28.379Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_i8/format_version.txt
138642026-01-29T02:20:28.379Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_string/format_version.txt (1 bytes)
138652026-01-29T02:20:29.473Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_string/format_version.txt
138662026-01-29T02:20:29.474Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u16/format_version.txt (1 bytes)
138672026-01-29T02:20:30.567Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u16/format_version.txt
138682026-01-29T02:20:30.567Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u32/format_version.txt (1 bytes)
138692026-01-29T02:20:31.661Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u32/format_version.txt
138702026-01-29T02:20:31.661Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u64/format_version.txt (1 bytes)
138712026-01-29T02:20:32.756Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u64/format_version.txt
138722026-01-29T02:20:32.780Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u8/format_version.txt (1 bytes)
138732026-01-29T02:20:33.851Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/measurements_u8/format_version.txt
138742026-01-29T02:20:33.851Zuploading: /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)
138752026-01-29T02:20:34.947Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/checksums.txt
138762026-01-29T02:20:34.947Zuploading: /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)
138772026-01-29T02:20:36.041Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/columns.txt
138782026-01-29T02:20:36.041Zuploading: /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)
138792026-01-29T02:20:37.136Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/count.txt
138802026-01-29T02:20:37.161Zuploading: /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)
138812026-01-29T02:20:38.232Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.bin
138822026-01-29T02:20:38.232Zuploading: /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)
138832026-01-29T02:20:39.326Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/data.cmrk3
138842026-01-29T02:20:39.327Zuploading: /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)
138852026-01-29T02:20:40.423Zuploaded: /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
138862026-01-29T02:20:40.423Zuploading: /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)
138872026-01-29T02:20:41.519Zuploaded: /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
138882026-01-29T02:20:41.519Zuploading: /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)
138892026-01-29T02:20:42.615Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/all_1_1_0/primary.cidx
138902026-01-29T02:20:42.615Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/format_version.txt (1 bytes)
138912026-01-29T02:20:43.710Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/timeseries_schema/format_version.txt
138922026-01-29T02:20:43.710Zuploading: /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)
138932026-01-29T02:20:44.805Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/checksums.txt
138942026-01-29T02:20:44.805Zuploading: /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)
138952026-01-29T02:20:45.900Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/columns.txt
138962026-01-29T02:20:45.924Zuploading: /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)
138972026-01-29T02:20:46.994Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/count.txt
138982026-01-29T02:20:46.994Zuploading: /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)
138992026-01-29T02:20:48.090Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/data.bin
139002026-01-29T02:20:48.090Zuploading: /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)
139012026-01-29T02:20:49.187Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/data.cmrk3
139022026-01-29T02:20:49.187Zuploading: /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)
139032026-01-29T02:20:50.281Zuploaded: /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
139042026-01-29T02:20:50.282Zuploading: /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)
139052026-01-29T02:20:51.377Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/metadata_version.txt
139062026-01-29T02:20:51.377Zuploading: /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)
139072026-01-29T02:20:52.472Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/all_1_1_0/primary.cidx
139082026-01-29T02:20:52.472Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/format_version.txt (1 bytes)
139092026-01-29T02:20:53.566Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/oximeter/version/format_version.txt
139102026-01-29T02:20:53.566Zuploading: /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)
139112026-01-29T02:20:54.661Zuploaded: /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
139122026-01-29T02:20:54.661Zuploading: /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)
139132026-01-29T02:20:55.756Zuploaded: /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
139142026-01-29T02:20:55.756Zuploading: /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)
139152026-01-29T02:20:56.850Zuploaded: /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
139162026-01-29T02:20:56.850Zuploading: /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)
139172026-01-29T02:20:57.945Zuploaded: /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
139182026-01-29T02:20:57.945Zuploading: /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)
139192026-01-29T02:20:59.040Zuploaded: /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
139202026-01-29T02:20:59.041Zuploading: /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)
139212026-01-29T02:21:00.135Zuploaded: /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
139222026-01-29T02:21:00.135Zuploading: /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)
139232026-01-29T02:21:01.231Zuploaded: /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
139242026-01-29T02:21:01.231Zuploading: /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)
139252026-01-29T02:21:02.326Zuploaded: /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
139262026-01-29T02:21:02.349Zuploading: /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)
139272026-01-29T02:21:03.419Zuploaded: /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
139282026-01-29T02:21:03.442Zuploading: /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)
139292026-01-29T02:21:04.516Zuploaded: /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
139302026-01-29T02:21:04.516Zuploading: /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)
139312026-01-29T02:21:05.608Zuploaded: /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
139322026-01-29T02:21:05.608Zuploading: /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)
139332026-01-29T02:21:06.704Zuploaded: /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
139342026-01-29T02:21:06.704Zuploading: /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)
139352026-01-29T02:21:07.801Zuploaded: /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
139362026-01-29T02:21:07.801Zuploading: /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)
139372026-01-29T02:21:08.895Zuploaded: /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
139382026-01-29T02:21:08.896Zuploading: /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)
139392026-01-29T02:21:09.990Zuploaded: /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
139402026-01-29T02:21:09.991Zuploading: /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)
139412026-01-29T02:21:11.086Zuploaded: /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
139422026-01-29T02:21:11.086Zuploading: /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)
139432026-01-29T02:21:12.181Zuploaded: /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
139442026-01-29T02:21:12.182Zuploading: /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)
139452026-01-29T02:21:13.277Zuploaded: /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
139462026-01-29T02:21:13.277Zuploading: /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)
139472026-01-29T02:21:14.371Zuploaded: /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
139482026-01-29T02:21:14.371Zuploading: /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)
139492026-01-29T02:21:15.467Zuploaded: /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
139502026-01-29T02:21:15.467Zuploading: /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)
139512026-01-29T02:21:16.561Zuploaded: /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
139522026-01-29T02:21:16.561Zuploading: /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)
139532026-01-29T02:21:17.655Zuploaded: /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
139542026-01-29T02:21:17.655Zuploading: /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)
139552026-01-29T02:21:18.749Zuploaded: /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
139562026-01-29T02:21:18.749Zuploading: /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)
139572026-01-29T02:21:19.844Zuploaded: /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
139582026-01-29T02:21:19.844Zuploading: /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)
139592026-01-29T02:21:20.938Zuploaded: /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
139602026-01-29T02:21:20.938Zuploading: /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)
139612026-01-29T02:21:22.031Zuploaded: /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
139622026-01-29T02:21:22.031Zuploading: /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)
139632026-01-29T02:21:23.126Zuploaded: /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
139642026-01-29T02:21:23.126Zuploading: /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)
139652026-01-29T02:21:24.219Zuploaded: /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
139662026-01-29T02:21:24.219Zuploading: /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)
139672026-01-29T02:21:25.314Zuploaded: /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
139682026-01-29T02:21:25.314Zuploading: /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)
139692026-01-29T02:21:26.407Zuploaded: /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
139702026-01-29T02:21:26.407Zuploading: /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)
139712026-01-29T02:21:27.502Zuploaded: /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
139722026-01-29T02:21:27.502Zuploading: /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)
139732026-01-29T02:21:28.608Zuploaded: /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
139742026-01-29T02:21:28.608Zuploading: /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)
139752026-01-29T02:21:29.702Zuploaded: /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
139762026-01-29T02:21:29.702Zuploading: /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)
139772026-01-29T02:21:30.796Zuploaded: /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
139782026-01-29T02:21:30.796Zuploading: /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)
139792026-01-29T02:21:31.889Zuploaded: /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
139802026-01-29T02:21:31.889Zuploading: /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)
139812026-01-29T02:21:32.982Zuploaded: /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
139822026-01-29T02:21:32.982Zuploading: /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)
139832026-01-29T02:21:34.075Zuploaded: /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
139842026-01-29T02:21:34.075Zuploading: /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)
139852026-01-29T02:21:35.167Zuploaded: /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
139862026-01-29T02:21:35.167Zuploading: /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)
139872026-01-29T02:21:36.261Zuploaded: /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
139882026-01-29T02:21:36.261Zuploading: /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)
139892026-01-29T02:21:37.354Zuploaded: /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
139902026-01-29T02:21:37.378Zuploading: /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)
139912026-01-29T02:21:38.448Zuploaded: /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
139922026-01-29T02:21:38.448Zuploading: /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)
139932026-01-29T02:21:39.543Zuploaded: /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
139942026-01-29T02:21:39.544Zuploading: /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)
139952026-01-29T02:21:40.637Zuploaded: /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
139962026-01-29T02:21:40.661Zuploading: /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)
139972026-01-29T02:21:41.731Zuploaded: /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
139982026-01-29T02:21:41.732Zuploading: /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)
139992026-01-29T02:21:42.827Zuploaded: /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
140002026-01-29T02:21:42.827Zuploading: /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)
140012026-01-29T02:21:43.923Zuploaded: /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
140022026-01-29T02:21:43.924Zuploading: /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)
140032026-01-29T02:21:45.018Zuploaded: /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
140042026-01-29T02:21:45.018Zuploading: /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)
140052026-01-29T02:21:46.111Zuploaded: /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
140062026-01-29T02:21:46.111Zuploading: /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)
140072026-01-29T02:21:47.205Zuploaded: /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
140082026-01-29T02:21:47.205Zuploading: /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)
140092026-01-29T02:21:48.299Zuploaded: /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
140102026-01-29T02:21:48.299Zuploading: /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)
140112026-01-29T02:21:49.392Zuploaded: /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
140122026-01-29T02:21:49.392Zuploading: /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)
140132026-01-29T02:21:50.488Zuploaded: /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
140142026-01-29T02:21:50.512Zuploading: /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)
140152026-01-29T02:21:51.583Zuploaded: /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
140162026-01-29T02:21:51.584Zuploading: /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)
140172026-01-29T02:21:52.678Zuploaded: /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
140182026-01-29T02:21:52.678Zuploading: /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)
140192026-01-29T02:21:53.771Zuploaded: /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
140202026-01-29T02:21:53.795Zuploading: /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)
140212026-01-29T02:21:54.866Zuploaded: /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
140222026-01-29T02:21:54.866Zuploading: /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)
140232026-01-29T02:21:55.966Zuploaded: /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
140242026-01-29T02:21:55.966Zuploading: /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)
140252026-01-29T02:21:57.060Zuploaded: /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
140262026-01-29T02:21:57.060Zuploading: /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)
140272026-01-29T02:21:58.156Zuploaded: /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
140282026-01-29T02:21:58.156Zuploading: /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)
140292026-01-29T02:21:59.250Zuploaded: /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
140302026-01-29T02:21:59.250Zuploading: /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)
140312026-01-29T02:22:00.345Zuploaded: /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
140322026-01-29T02:22:00.345Zuploading: /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)
140332026-01-29T02:22:01.438Zuploaded: /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
140342026-01-29T02:22:01.462Zuploading: /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)
140352026-01-29T02:22:02.532Zuploaded: /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
140362026-01-29T02:22:02.532Zuploading: /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)
140372026-01-29T02:22:03.625Zuploaded: /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
140382026-01-29T02:22:03.625Zuploading: /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)
140392026-01-29T02:22:04.719Zuploaded: /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
140402026-01-29T02:22:04.719Zuploading: /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)
140412026-01-29T02:22:05.813Zuploaded: /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
140422026-01-29T02:22:05.837Zuploading: /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)
140432026-01-29T02:22:06.907Zuploaded: /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
140442026-01-29T02:22:06.907Zuploading: /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)
140452026-01-29T02:22:08.004Zuploaded: /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
140462026-01-29T02:22:08.004Zuploading: /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)
140472026-01-29T02:22:09.099Zuploaded: /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
140482026-01-29T02:22:09.099Zuploading: /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)
140492026-01-29T02:22:10.194Zuploaded: /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
140502026-01-29T02:22:10.194Zuploading: /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)
140512026-01-29T02:22:11.288Zuploaded: /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
140522026-01-29T02:22:11.289Zuploading: /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)
140532026-01-29T02:22:12.382Zuploaded: /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
140542026-01-29T02:22:12.382Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/format_version.txt (1 bytes)
140552026-01-29T02:22:13.476Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/asynchronous_metric_log/format_version.txt
140562026-01-29T02:22:13.500Zuploading: /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)
140572026-01-29T02:22:14.577Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/checksums.txt
140582026-01-29T02:22:14.577Zuploading: /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)
140592026-01-29T02:22:15.737Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/columns.txt
140602026-01-29T02:22:15.737Zuploading: /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)
140612026-01-29T02:22:16.832Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/count.txt
140622026-01-29T02:22:16.832Zuploading: /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)
140632026-01-29T02:22:17.990Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/data.bin
140642026-01-29T02:22:17.990Zuploading: /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)
140652026-01-29T02:22:19.085Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/data.cmrk3
140662026-01-29T02:22:19.085Zuploading: /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)
140672026-01-29T02:22:20.180Zuploaded: /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
140682026-01-29T02:22:20.180Zuploading: /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)
140692026-01-29T02:22:21.275Zuploaded: /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
140702026-01-29T02:22:21.275Zuploading: /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)
140712026-01-29T02:22:22.373Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/primary.cidx
140722026-01-29T02:22:22.373Zuploading: /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)
140732026-01-29T02:22:23.468Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_1_0/ttl.txt
140742026-01-29T02:22:23.468Zuploading: /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)
140752026-01-29T02:22:24.561Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/checksums.txt
140762026-01-29T02:22:24.585Zuploading: /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)
140772026-01-29T02:22:25.721Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/columns.txt
140782026-01-29T02:22:25.721Zuploading: /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)
140792026-01-29T02:22:26.815Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/count.txt
140802026-01-29T02:22:26.815Zuploading: /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)
140812026-01-29T02:22:28.999Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/data.bin
140822026-01-29T02:22:28.999Zuploading: /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)
140832026-01-29T02:22:30.097Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/data.cmrk3
140842026-01-29T02:22:30.097Zuploading: /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)
140852026-01-29T02:22:31.191Zuploaded: /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
140862026-01-29T02:22:31.191Zuploading: /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)
140872026-01-29T02:22:32.285Zuploaded: /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
140882026-01-29T02:22:32.308Zuploading: /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)
140892026-01-29T02:22:33.379Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/primary.cidx
140902026-01-29T02:22:33.379Zuploading: /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)
140912026-01-29T02:22:34.472Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_1_6_1/ttl.txt
140922026-01-29T02:22:34.472Zuploading: /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)
140932026-01-29T02:22:35.566Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/checksums.txt
140942026-01-29T02:22:35.566Zuploading: /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)
140952026-01-29T02:22:36.724Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/columns.txt
140962026-01-29T02:22:36.725Zuploading: /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)
140972026-01-29T02:22:37.818Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/count.txt
140982026-01-29T02:22:37.842Zuploading: /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)
140992026-01-29T02:22:38.977Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/data.bin
141002026-01-29T02:22:38.977Zuploading: /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)
141012026-01-29T02:22:40.074Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/data.cmrk3
141022026-01-29T02:22:40.098Zuploading: /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)
141032026-01-29T02:22:41.168Zuploaded: /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
141042026-01-29T02:22:41.168Zuploading: /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)
141052026-01-29T02:22:42.262Zuploaded: /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
141062026-01-29T02:22:42.262Zuploading: /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)
141072026-01-29T02:22:43.355Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/primary.cidx
141082026-01-29T02:22:43.355Zuploading: /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)
141092026-01-29T02:22:44.449Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_2_2_0/ttl.txt
141102026-01-29T02:22:44.449Zuploading: /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)
141112026-01-29T02:22:45.543Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/checksums.txt
141122026-01-29T02:22:45.543Zuploading: /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)
141132026-01-29T02:22:46.703Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/columns.txt
141142026-01-29T02:22:46.703Zuploading: /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)
141152026-01-29T02:22:47.797Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/count.txt
141162026-01-29T02:22:47.798Zuploading: /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)
141172026-01-29T02:22:48.957Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/data.bin
141182026-01-29T02:22:48.957Zuploading: /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)
141192026-01-29T02:22:50.052Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/data.cmrk3
141202026-01-29T02:22:50.077Zuploading: /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)
141212026-01-29T02:22:51.148Zuploaded: /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
141222026-01-29T02:22:51.148Zuploading: /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)
141232026-01-29T02:22:52.242Zuploaded: /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
141242026-01-29T02:22:52.242Zuploading: /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)
141252026-01-29T02:22:53.335Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/primary.cidx
141262026-01-29T02:22:53.335Zuploading: /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)
141272026-01-29T02:22:54.429Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_3_3_0/ttl.txt
141282026-01-29T02:22:54.429Zuploading: /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)
141292026-01-29T02:22:55.539Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/checksums.txt
141302026-01-29T02:22:55.539Zuploading: /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)
141312026-01-29T02:22:56.683Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/columns.txt
141322026-01-29T02:22:56.683Zuploading: /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)
141332026-01-29T02:22:57.777Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/count.txt
141342026-01-29T02:22:57.777Zuploading: /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)
141352026-01-29T02:22:58.935Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/data.bin
141362026-01-29T02:22:58.959Zuploading: /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)
141372026-01-29T02:23:00.034Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/data.cmrk3
141382026-01-29T02:23:00.034Zuploading: /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)
141392026-01-29T02:23:01.129Zuploaded: /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
141402026-01-29T02:23:01.129Zuploading: /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)
141412026-01-29T02:23:02.223Zuploaded: /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
141422026-01-29T02:23:02.224Zuploading: /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)
141432026-01-29T02:23:03.318Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/primary.cidx
141442026-01-29T02:23:03.318Zuploading: /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)
141452026-01-29T02:23:04.414Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_4_4_0/ttl.txt
141462026-01-29T02:23:04.438Zuploading: /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)
141472026-01-29T02:23:05.685Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/checksums.txt
141482026-01-29T02:23:05.686Zuploading: /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)
141492026-01-29T02:23:06.767Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/columns.txt
141502026-01-29T02:23:06.767Zuploading: /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)
141512026-01-29T02:23:07.861Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/count.txt
141522026-01-29T02:23:07.861Zuploading: /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)
141532026-01-29T02:23:09.019Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/data.bin
141542026-01-29T02:23:09.019Zuploading: /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)
141552026-01-29T02:23:10.113Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/data.cmrk3
141562026-01-29T02:23:10.113Zuploading: /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)
141572026-01-29T02:23:11.207Zuploaded: /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
141582026-01-29T02:23:11.207Zuploading: /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)
141592026-01-29T02:23:12.301Zuploaded: /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
141602026-01-29T02:23:12.302Zuploading: /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)
141612026-01-29T02:23:13.395Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/primary.cidx
141622026-01-29T02:23:13.395Zuploading: /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)
141632026-01-29T02:23:14.489Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_5_5_0/ttl.txt
141642026-01-29T02:23:14.489Zuploading: /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)
141652026-01-29T02:23:15.583Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/checksums.txt
141662026-01-29T02:23:15.583Zuploading: /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)
141672026-01-29T02:23:16.743Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/columns.txt
141682026-01-29T02:23:16.743Zuploading: /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)
141692026-01-29T02:23:17.835Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/count.txt
141702026-01-29T02:23:17.835Zuploading: /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)
141712026-01-29T02:23:18.994Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/data.bin
141722026-01-29T02:23:18.994Zuploading: /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)
141732026-01-29T02:23:20.087Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/data.cmrk3
141742026-01-29T02:23:20.087Zuploading: /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)
141752026-01-29T02:23:21.185Zuploaded: /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
141762026-01-29T02:23:21.185Zuploading: /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)
141772026-01-29T02:23:22.279Zuploaded: /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
141782026-01-29T02:23:22.303Zuploading: /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)
141792026-01-29T02:23:23.379Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/primary.cidx
141802026-01-29T02:23:23.379Zuploading: /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)
141812026-01-29T02:23:24.473Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_6_6_0/ttl.txt
141822026-01-29T02:23:24.497Zuploading: /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)
141832026-01-29T02:23:25.568Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/checksums.txt
141842026-01-29T02:23:25.568Zuploading: /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)
141852026-01-29T02:23:26.727Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/columns.txt
141862026-01-29T02:23:26.727Zuploading: /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)
141872026-01-29T02:23:27.821Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/count.txt
141882026-01-29T02:23:27.821Zuploading: /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)
141892026-01-29T02:23:28.978Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/data.bin
141902026-01-29T02:23:28.979Zuploading: /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)
141912026-01-29T02:23:30.072Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/data.cmrk3
141922026-01-29T02:23:30.072Zuploading: /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)
141932026-01-29T02:23:31.165Zuploaded: /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
141942026-01-29T02:23:31.165Zuploading: /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)
141952026-01-29T02:23:32.354Zuploaded: /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
141962026-01-29T02:23:32.355Zuploading: /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)
141972026-01-29T02:23:33.453Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/primary.cidx
141982026-01-29T02:23:33.453Zuploading: /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)
141992026-01-29T02:23:34.547Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/all_7_7_0/ttl.txt
142002026-01-29T02:23:34.547Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/format_version.txt (1 bytes)
142012026-01-29T02:23:35.640Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/metric_log/format_version.txt
142022026-01-29T02:23:35.640Zuploading: /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)
142032026-01-29T02:23:36.733Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/checksums.txt
142042026-01-29T02:23:36.733Zuploading: /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)
142052026-01-29T02:23:37.829Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/columns.txt
142062026-01-29T02:23:37.829Zuploading: /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)
142072026-01-29T02:23:38.922Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/count.txt
142082026-01-29T02:23:38.946Zuploading: /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)
142092026-01-29T02:23:40.082Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/data.bin
142102026-01-29T02:23:40.082Zuploading: /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)
142112026-01-29T02:23:41.175Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/data.cmrk3
142122026-01-29T02:23:41.175Zuploading: /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)
142132026-01-29T02:23:42.559Zuploaded: /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
142142026-01-29T02:23:42.583Zuploading: /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)
142152026-01-29T02:23:43.689Zuploaded: /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
142162026-01-29T02:23:43.689Zuploading: /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)
142172026-01-29T02:23:44.785Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/primary.cidx
142182026-01-29T02:23:44.785Zuploading: /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)
142192026-01-29T02:23:45.879Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_1_1_0/ttl.txt
142202026-01-29T02:23:45.879Zuploading: /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)
142212026-01-29T02:23:46.974Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/checksums.txt
142222026-01-29T02:23:46.974Zuploading: /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)
142232026-01-29T02:23:48.068Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/columns.txt
142242026-01-29T02:23:48.068Zuploading: /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)
142252026-01-29T02:23:49.163Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/count.txt
142262026-01-29T02:23:49.163Zuploading: /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)
142272026-01-29T02:23:50.304Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/data.bin
142282026-01-29T02:23:50.329Zuploading: /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)
142292026-01-29T02:23:51.398Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/data.cmrk3
142302026-01-29T02:23:51.398Zuploading: /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)
142312026-01-29T02:23:52.494Zuploaded: /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
142322026-01-29T02:23:52.494Zuploading: /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)
142332026-01-29T02:23:53.589Zuploaded: /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
142342026-01-29T02:23:53.589Zuploading: /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)
142352026-01-29T02:23:54.685Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/primary.cidx
142362026-01-29T02:23:54.685Zuploading: /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)
142372026-01-29T02:23:55.880Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_2_2_0/ttl.txt
142382026-01-29T02:23:55.880Zuploading: /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)
142392026-01-29T02:23:56.986Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/checksums.txt
142402026-01-29T02:23:56.986Zuploading: /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)
142412026-01-29T02:23:58.080Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/columns.txt
142422026-01-29T02:23:58.080Zuploading: /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)
142432026-01-29T02:23:59.181Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/count.txt
142442026-01-29T02:23:59.181Zuploading: /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)
142452026-01-29T02:24:00.301Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/data.bin
142462026-01-29T02:24:00.301Zuploading: /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)
142472026-01-29T02:24:01.398Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/data.cmrk3
142482026-01-29T02:24:01.398Zuploading: /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)
142492026-01-29T02:24:02.491Zuploaded: /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
142502026-01-29T02:24:02.491Zuploading: /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)
142512026-01-29T02:24:03.587Zuploaded: /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
142522026-01-29T02:24:03.612Zuploading: /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)
142532026-01-29T02:24:04.679Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/primary.cidx
142542026-01-29T02:24:04.679Zuploading: /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)
142552026-01-29T02:24:05.773Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_3_3_0/ttl.txt
142562026-01-29T02:24:05.797Zuploading: /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)
142572026-01-29T02:24:06.870Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/checksums.txt
142582026-01-29T02:24:06.870Zuploading: /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)
142592026-01-29T02:24:07.967Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/columns.txt
142602026-01-29T02:24:07.994Zuploading: /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)
142612026-01-29T02:24:09.078Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/count.txt
142622026-01-29T02:24:09.078Zuploading: /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)
142632026-01-29T02:24:10.199Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/data.bin
142642026-01-29T02:24:10.199Zuploading: /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)
142652026-01-29T02:24:11.295Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/data.cmrk3
142662026-01-29T02:24:11.295Zuploading: /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)
142672026-01-29T02:24:12.391Zuploaded: /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
142682026-01-29T02:24:12.543Zuploading: /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)
142692026-01-29T02:24:13.613Zuploaded: /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
142702026-01-29T02:24:13.613Zuploading: /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)
142712026-01-29T02:24:14.706Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/primary.cidx
142722026-01-29T02:24:14.706Zuploading: /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)
142732026-01-29T02:24:15.801Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/all_4_4_0/ttl.txt
142742026-01-29T02:24:15.825Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/format_version.txt (1 bytes)
142752026-01-29T02:24:16.896Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/data/system/query_log/format_version.txt
142762026-01-29T02:24:16.920Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes)
142772026-01-29T02:24:17.990Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/INFORMATION_SCHEMA.sql
142782026-01-29T02:24:17.990Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/default.sql (78 bytes)
142792026-01-29T02:24:19.084Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/default.sql
142802026-01-29T02:24:19.084Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/information_schema.sql (51 bytes)
142812026-01-29T02:24:20.181Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/information_schema.sql
142822026-01-29T02:24:20.181Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_bool.sql (391 bytes)
142832026-01-29T02:24:21.276Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_bool.sql
142842026-01-29T02:24:21.276Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i16.sql (392 bytes)
142852026-01-29T02:24:22.369Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i16.sql
142862026-01-29T02:24:22.369Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i32.sql (392 bytes)
142872026-01-29T02:24:23.464Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i32.sql
142882026-01-29T02:24:23.464Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i64.sql (392 bytes)
142892026-01-29T02:24:24.559Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i64.sql
142902026-01-29T02:24:24.559Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i8.sql (391 bytes)
142912026-01-29T02:24:25.653Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_i8.sql
142922026-01-29T02:24:25.654Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_ipaddr.sql (391 bytes)
142932026-01-29T02:24:26.747Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_ipaddr.sql
142942026-01-29T02:24:26.747Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_string.sql (393 bytes)
142952026-01-29T02:24:27.842Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_string.sql
142962026-01-29T02:24:27.842Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u16.sql (393 bytes)
142972026-01-29T02:24:28.935Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u16.sql
142982026-01-29T02:24:28.935Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u32.sql (393 bytes)
142992026-01-29T02:24:30.028Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u32.sql
143002026-01-29T02:24:30.028Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u64.sql (393 bytes)
143012026-01-29T02:24:31.122Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u64.sql
143022026-01-29T02:24:31.122Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u8.sql (392 bytes)
143032026-01-29T02:24:32.216Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_u8.sql
143042026-01-29T02:24:32.216Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_uuid.sql (391 bytes)
143052026-01-29T02:24:33.310Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/fields_uuid.sql
143062026-01-29T02:24:33.339Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bool.sql (340 bytes)
143072026-01-29T02:24:34.408Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bool.sql
143082026-01-29T02:24:34.408Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bytes.sql (338 bytes)
143092026-01-29T02:24:35.526Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_bytes.sql
143102026-01-29T02:24:35.526Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef32.sql (394 bytes)
143112026-01-29T02:24:36.595Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef32.sql
143122026-01-29T02:24:36.619Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef64.sql (394 bytes)
143132026-01-29T02:24:37.689Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativef64.sql
143142026-01-29T02:24:37.689Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativei64.sql (392 bytes)
143152026-01-29T02:24:38.783Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativei64.sql
143162026-01-29T02:24:38.783Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativeu64.sql (393 bytes)
143172026-01-29T02:24:39.877Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_cumulativeu64.sql
143182026-01-29T02:24:39.877Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f32.sql (343 bytes)
143192026-01-29T02:24:40.971Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f32.sql
143202026-01-29T02:24:40.971Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f64.sql (343 bytes)
143212026-01-29T02:24:42.064Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_f64.sql
143222026-01-29T02:24:42.064Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf32.sql (916 bytes)
143232026-01-29T02:24:43.157Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf32.sql
143242026-01-29T02:24:43.157Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf64.sql (916 bytes)
143252026-01-29T02:24:44.252Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramf64.sql
143262026-01-29T02:24:44.252Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami16.sql (908 bytes)
143272026-01-29T02:24:45.345Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami16.sql
143282026-01-29T02:24:45.346Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami32.sql (908 bytes)
143292026-01-29T02:24:46.439Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami32.sql
143302026-01-29T02:24:46.439Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami64.sql (908 bytes)
143312026-01-29T02:24:47.533Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami64.sql
143322026-01-29T02:24:47.533Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami8.sql (905 bytes)
143332026-01-29T02:24:48.632Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogrami8.sql
143342026-01-29T02:24:48.632Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu16.sql (911 bytes)
143352026-01-29T02:24:49.727Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu16.sql
143362026-01-29T02:24:49.727Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu32.sql (911 bytes)
143372026-01-29T02:24:50.818Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu32.sql
143382026-01-29T02:24:50.819Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu64.sql (911 bytes)
143392026-01-29T02:24:51.913Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu64.sql
143402026-01-29T02:24:51.913Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu8.sql (908 bytes)
143412026-01-29T02:24:53.007Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_histogramu8.sql
143422026-01-29T02:24:53.007Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i16.sql (341 bytes)
143432026-01-29T02:24:54.099Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i16.sql
143442026-01-29T02:24:54.099Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i32.sql (341 bytes)
143452026-01-29T02:24:55.217Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i32.sql
143462026-01-29T02:24:55.217Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i64.sql (341 bytes)
143472026-01-29T02:24:56.308Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i64.sql
143482026-01-29T02:24:56.308Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i8.sql (340 bytes)
143492026-01-29T02:24:57.402Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_i8.sql
143502026-01-29T02:24:57.402Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_string.sql (342 bytes)
143512026-01-29T02:24:58.496Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_string.sql
143522026-01-29T02:24:58.496Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u16.sql (342 bytes)
143532026-01-29T02:24:59.591Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u16.sql
143542026-01-29T02:24:59.616Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u32.sql (342 bytes)
143552026-01-29T02:25:00.685Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u32.sql
143562026-01-29T02:25:00.685Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u64.sql (342 bytes)
143572026-01-29T02:25:01.778Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u64.sql
143582026-01-29T02:25:01.778Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u8.sql (341 bytes)
143592026-01-29T02:25:02.870Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/measurements_u8.sql
143602026-01-29T02:25:02.871Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/timeseries_schema.sql (961 bytes)
143612026-01-29T02:25:03.963Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/timeseries_schema.sql
143622026-01-29T02:25:03.963Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/version.sql (201 bytes)
143632026-01-29T02:25:05.058Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter/version.sql
143642026-01-29T02:25:05.058Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter.sql (78 bytes)
143652026-01-29T02:25:06.151Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/oximeter.sql
143662026-01-29T02:25:06.151Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes)
143672026-01-29T02:25:07.245Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/asynchronous_metric_log.sql
143682026-01-29T02:25:07.245Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/metric_log.sql (34913 bytes)
143692026-01-29T02:25:08.408Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/metric_log.sql
143702026-01-29T02:25:08.431Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/query_log.sql (3351 bytes)
143712026-01-29T02:25:09.502Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system/query_log.sql
143722026-01-29T02:25:09.502Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system.sql (78 bytes)
143732026-01-29T02:25:10.594Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/metadata/system.sql
143742026-01-29T02:25:10.594Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/preprocessed_configs/config.xml (2924 bytes)
143752026-01-29T02:25:11.688Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/preprocessed_configs/config.xml
143762026-01-29T02:25:11.689Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/status (58 bytes)
143772026-01-29T02:25:11.713Zupload warning: file "/var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/status" disappeared between scan and upload
143782026-01-29T02:25:11.713Zuploading: /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)
143792026-01-29T02:25:12.806Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/040/04088478-c8ae-4c33-9e84-d8a7a9e5c9ff/format_version.txt
143802026-01-29T02:25:12.806Zuploading: /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)
143812026-01-29T02:25:13.899Zuploaded: /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
143822026-01-29T02:25:13.899Zuploading: /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)
143832026-01-29T02:25:14.993Zuploaded: /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
143842026-01-29T02:25:14.993Zuploading: /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)
143852026-01-29T02:25:16.086Zuploaded: /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
143862026-01-29T02:25:16.086Zuploading: /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)
143872026-01-29T02:25:17.180Zuploaded: /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
143882026-01-29T02:25:17.180Zuploading: /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)
143892026-01-29T02:25:18.272Zuploaded: /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
143902026-01-29T02:25:18.272Zuploading: /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)
143912026-01-29T02:25:19.365Zuploaded: /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
143922026-01-29T02:25:19.365Zuploading: /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)
143932026-01-29T02:25:20.459Zuploaded: /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
143942026-01-29T02:25:20.459Zuploading: /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)
143952026-01-29T02:25:21.551Zuploaded: /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
143962026-01-29T02:25:21.551Zuploading: /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)
143972026-01-29T02:25:22.644Zuploaded: /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
143982026-01-29T02:25:22.644Zuploading: /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)
143992026-01-29T02:25:23.738Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/059/059aec31-41df-43eb-b4eb-6153a213b3b4/format_version.txt
144002026-01-29T02:25:23.738Zuploading: /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)
144012026-01-29T02:25:24.831Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/0da/0daec7cf-fb15-4b65-95cc-f6881d706acd/format_version.txt
144022026-01-29T02:25:24.831Zuploading: /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)
144032026-01-29T02:25:25.924Zuploaded: /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
144042026-01-29T02:25:25.924Zuploading: /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)
144052026-01-29T02:25:27.018Zuploaded: /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
144062026-01-29T02:25:27.018Zuploading: /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)
144072026-01-29T02:25:28.112Zuploaded: /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
144082026-01-29T02:25:28.112Zuploading: /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)
144092026-01-29T02:25:29.206Zuploaded: /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
144102026-01-29T02:25:29.206Zuploading: /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)
144112026-01-29T02:25:30.299Zuploaded: /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
144122026-01-29T02:25:30.300Zuploading: /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)
144132026-01-29T02:25:31.392Zuploaded: /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
144142026-01-29T02:25:31.392Zuploading: /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)
144152026-01-29T02:25:32.485Zuploaded: /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
144162026-01-29T02:25:32.485Zuploading: /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)
144172026-01-29T02:25:33.578Zuploaded: /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
144182026-01-29T02:25:33.578Zuploading: /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)
144192026-01-29T02:25:34.673Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/14c/14c0028b-acc7-4640-92b6-9752fb3308a2/format_version.txt
144202026-01-29T02:25:34.673Zuploading: /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)
144212026-01-29T02:25:35.769Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/17b/17bd98e0-7361-44aa-8861-1b7e8364c0ee/format_version.txt
144222026-01-29T02:25:35.769Zuploading: /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)
144232026-01-29T02:25:36.862Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/2a2/2a2989c5-bd2a-4602-96d1-bbffa58eed9b/format_version.txt
144242026-01-29T02:25:36.863Zuploading: /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)
144252026-01-29T02:25:37.955Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/3aa/3aaeeba0-20d6-429b-ba71-f7ac3f808ae5/format_version.txt
144262026-01-29T02:25:37.955Zuploading: /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)
144272026-01-29T02:25:39.050Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/438/43898a28-3047-4361-890e-308e63527d17/format_version.txt
144282026-01-29T02:25:39.050Zuploading: /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)
144292026-01-29T02:25:40.142Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/49f/49f8c929-5548-41e2-b899-e3afc7fabc52/format_version.txt
144302026-01-29T02:25:40.142Zuploading: /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)
144312026-01-29T02:25:41.236Zuploaded: /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
144322026-01-29T02:25:41.236Zuploading: /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)
144332026-01-29T02:25:42.330Zuploaded: /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
144342026-01-29T02:25:42.330Zuploading: /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)
144352026-01-29T02:25:43.425Zuploaded: /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
144362026-01-29T02:25:43.425Zuploading: /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)
144372026-01-29T02:25:44.520Zuploaded: /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
144382026-01-29T02:25:44.520Zuploading: /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)
144392026-01-29T02:25:45.615Zuploaded: /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
144402026-01-29T02:25:45.615Zuploading: /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)
144412026-01-29T02:25:46.709Zuploaded: /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
144422026-01-29T02:25:46.709Zuploading: /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)
144432026-01-29T02:25:47.802Zuploaded: /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
144442026-01-29T02:25:47.802Zuploading: /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)
144452026-01-29T02:25:48.895Zuploaded: /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
144462026-01-29T02:25:48.895Zuploading: /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)
144472026-01-29T02:25:49.989Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/4b4/4b422265-3f53-4fe4-b971-253ecc642c7a/format_version.txt
144482026-01-29T02:25:49.989Zuploading: /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)
144492026-01-29T02:25:51.083Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/66f/66fed997-91de-45f3-b7bd-0a976446da22/format_version.txt
144502026-01-29T02:25:51.083Zuploading: /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)
144512026-01-29T02:25:52.177Zuploaded: /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
144522026-01-29T02:25:52.178Zuploading: /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)
144532026-01-29T02:25:53.270Zuploaded: /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
144542026-01-29T02:25:53.270Zuploading: /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)
144552026-01-29T02:25:54.364Zuploaded: /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
144562026-01-29T02:25:54.364Zuploading: /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)
144572026-01-29T02:25:55.457Zuploaded: /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
144582026-01-29T02:25:55.457Zuploading: /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)
144592026-01-29T02:25:56.549Zuploaded: /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
144602026-01-29T02:25:56.550Zuploading: /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)
144612026-01-29T02:25:57.643Zuploaded: /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
144622026-01-29T02:25:57.643Zuploading: /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)
144632026-01-29T02:25:58.739Zuploaded: /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
144642026-01-29T02:25:58.739Zuploading: /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)
144652026-01-29T02:25:59.833Zuploaded: /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
144662026-01-29T02:25:59.833Zuploading: /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)
144672026-01-29T02:26:00.926Zuploaded: /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
144682026-01-29T02:26:00.926Zuploading: /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)
144692026-01-29T02:26:02.020Zuploaded: /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
144702026-01-29T02:26:02.020Zuploading: /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)
144712026-01-29T02:26:03.113Zuploaded: /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
144722026-01-29T02:26:03.113Zuploading: /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)
144732026-01-29T02:26:04.207Zuploaded: /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
144742026-01-29T02:26:04.207Zuploading: /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)
144752026-01-29T02:26:05.301Zuploaded: /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
144762026-01-29T02:26:05.301Zuploading: /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)
144772026-01-29T02:26:06.394Zuploaded: /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
144782026-01-29T02:26:06.394Zuploading: /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)
144792026-01-29T02:26:07.491Zuploaded: /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
144802026-01-29T02:26:07.491Zuploading: /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)
144812026-01-29T02:26:08.585Zuploaded: /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
144822026-01-29T02:26:08.585Zuploading: /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)
144832026-01-29T02:26:09.679Zuploaded: /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
144842026-01-29T02:26:09.679Zuploading: /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)
144852026-01-29T02:26:10.771Zuploaded: /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
144862026-01-29T02:26:10.772Zuploading: /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)
144872026-01-29T02:26:11.866Zuploaded: /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
144882026-01-29T02:26:11.866Zuploading: /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)
144892026-01-29T02:26:12.960Zuploaded: /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
144902026-01-29T02:26:12.960Zuploading: /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)
144912026-01-29T02:26:14.054Zuploaded: /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
144922026-01-29T02:26:14.054Zuploading: /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)
144932026-01-29T02:26:15.148Zuploaded: /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
144942026-01-29T02:26:15.148Zuploading: /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)
144952026-01-29T02:26:16.241Zuploaded: /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
144962026-01-29T02:26:16.241Zuploading: /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)
144972026-01-29T02:26:17.335Zuploaded: /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
144982026-01-29T02:26:17.335Zuploading: /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)
144992026-01-29T02:26:18.429Zuploaded: /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
145002026-01-29T02:26:18.429Zuploading: /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)
145012026-01-29T02:26:19.523Zuploaded: /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
145022026-01-29T02:26:19.523Zuploading: /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)
145032026-01-29T02:26:20.617Zuploaded: /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
145042026-01-29T02:26:20.617Zuploading: /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)
145052026-01-29T02:26:21.711Zuploaded: /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
145062026-01-29T02:26:21.711Zuploading: /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)
145072026-01-29T02:26:22.806Zuploaded: /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
145082026-01-29T02:26:22.806Zuploading: /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)
145092026-01-29T02:26:23.900Zuploaded: /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
145102026-01-29T02:26:23.900Zuploading: /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)
145112026-01-29T02:26:24.993Zuploaded: /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
145122026-01-29T02:26:24.993Zuploading: /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)
145132026-01-29T02:26:26.087Zuploaded: /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
145142026-01-29T02:26:26.087Zuploading: /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)
145152026-01-29T02:26:27.181Zuploaded: /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
145162026-01-29T02:26:27.182Zuploading: /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)
145172026-01-29T02:26:28.275Zuploaded: /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
145182026-01-29T02:26:28.275Zuploading: /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)
145192026-01-29T02:26:29.369Zuploaded: /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
145202026-01-29T02:26:29.369Zuploading: /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)
145212026-01-29T02:26:30.462Zuploaded: /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
145222026-01-29T02:26:30.462Zuploading: /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)
145232026-01-29T02:26:31.571Zuploaded: /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
145242026-01-29T02:26:31.572Zuploading: /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)
145252026-01-29T02:26:32.668Zuploaded: /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
145262026-01-29T02:26:32.692Zuploading: /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)
145272026-01-29T02:26:33.765Zuploaded: /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
145282026-01-29T02:26:33.765Zuploading: /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)
145292026-01-29T02:26:34.861Zuploaded: /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
145302026-01-29T02:26:34.861Zuploading: /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)
145312026-01-29T02:26:35.957Zuploaded: /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
145322026-01-29T02:26:35.957Zuploading: /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)
145332026-01-29T02:26:37.054Zuploaded: /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
145342026-01-29T02:26:37.054Zuploading: /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)
145352026-01-29T02:26:38.150Zuploaded: /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
145362026-01-29T02:26:38.150Zuploading: /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)
145372026-01-29T02:26:39.247Zuploaded: /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
145382026-01-29T02:26:39.247Zuploading: /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)
145392026-01-29T02:26:40.344Zuploaded: /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
145402026-01-29T02:26:40.344Zuploading: /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)
145412026-01-29T02:26:41.440Zuploaded: /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
145422026-01-29T02:26:41.440Zuploading: /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)
145432026-01-29T02:26:42.536Zuploaded: /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
145442026-01-29T02:26:42.561Zuploading: /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)
145452026-01-29T02:26:43.633Zuploaded: /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
145462026-01-29T02:26:43.633Zuploading: /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)
145472026-01-29T02:26:44.729Zuploaded: /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
145482026-01-29T02:26:44.729Zuploading: /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)
145492026-01-29T02:26:45.828Zuploaded: /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
145502026-01-29T02:26:45.828Zuploading: /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)
145512026-01-29T02:26:46.926Zuploaded: /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
145522026-01-29T02:26:46.926Zuploading: /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)
145532026-01-29T02:26:48.023Zuploaded: /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
145542026-01-29T02:26:48.023Zuploading: /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)
145552026-01-29T02:26:49.120Zuploaded: /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
145562026-01-29T02:26:49.120Zuploading: /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)
145572026-01-29T02:26:50.216Zuploaded: /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
145582026-01-29T02:26:50.216Zuploading: /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)
145592026-01-29T02:26:51.311Zuploaded: /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
145602026-01-29T02:26:51.311Zuploading: /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)
145612026-01-29T02:26:52.408Zuploaded: /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
145622026-01-29T02:26:52.408Zuploading: /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)
145632026-01-29T02:26:53.504Zuploaded: /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
145642026-01-29T02:26:53.504Zuploading: /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)
145652026-01-29T02:26:54.601Zuploaded: /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
145662026-01-29T02:26:54.601Zuploading: /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)
145672026-01-29T02:26:55.696Zuploaded: /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
145682026-01-29T02:26:55.696Zuploading: /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)
145692026-01-29T02:26:56.793Zuploaded: /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
145702026-01-29T02:26:56.793Zuploading: /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)
145712026-01-29T02:26:57.890Zuploaded: /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
145722026-01-29T02:26:57.890Zuploading: /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)
145732026-01-29T02:26:58.985Zuploaded: /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
145742026-01-29T02:26:58.985Zuploading: /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)
145752026-01-29T02:27:00.082Zuploaded: /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
145762026-01-29T02:27:00.082Zuploading: /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)
145772026-01-29T02:27:01.177Zuploaded: /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
145782026-01-29T02:27:01.177Zuploading: /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)
145792026-01-29T02:27:02.273Zuploaded: /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
145802026-01-29T02:27:02.297Zuploading: /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)
145812026-01-29T02:27:03.369Zuploaded: /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
145822026-01-29T02:27:03.369Zuploading: /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)
145832026-01-29T02:27:04.465Zuploaded: /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
145842026-01-29T02:27:04.465Zuploading: /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)
145852026-01-29T02:27:05.566Zuploaded: /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
145862026-01-29T02:27:05.566Zuploading: /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)
145872026-01-29T02:27:06.662Zuploaded: /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
145882026-01-29T02:27:06.662Zuploading: /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)
145892026-01-29T02:27:07.758Zuploaded: /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
145902026-01-29T02:27:07.759Zuploading: /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)
145912026-01-29T02:27:08.858Zuploaded: /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
145922026-01-29T02:27:08.858Zuploading: /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)
145932026-01-29T02:27:09.954Zuploaded: /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
145942026-01-29T02:27:09.954Zuploading: /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)
145952026-01-29T02:27:11.050Zuploaded: /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
145962026-01-29T02:27:11.050Zuploading: /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)
145972026-01-29T02:27:12.146Zuploaded: /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
145982026-01-29T02:27:12.146Zuploading: /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)
145992026-01-29T02:27:13.243Zuploaded: /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
146002026-01-29T02:27:13.243Zuploading: /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)
146012026-01-29T02:27:14.338Zuploaded: /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
146022026-01-29T02:27:14.338Zuploading: /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)
146032026-01-29T02:27:15.434Zuploaded: /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
146042026-01-29T02:27:15.434Zuploading: /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)
146052026-01-29T02:27:16.530Zuploaded: /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
146062026-01-29T02:27:16.530Zuploading: /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)
146072026-01-29T02:27:17.626Zuploaded: /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
146082026-01-29T02:27:17.627Zuploading: /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)
146092026-01-29T02:27:18.724Zuploaded: /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
146102026-01-29T02:27:18.724Zuploading: /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)
146112026-01-29T02:27:19.820Zuploaded: /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
146122026-01-29T02:27:19.820Zuploading: /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)
146132026-01-29T02:27:20.915Zuploaded: /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
146142026-01-29T02:27:20.915Zuploading: /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)
146152026-01-29T02:27:22.013Zuploaded: /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
146162026-01-29T02:27:22.013Zuploading: /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)
146172026-01-29T02:27:23.111Zuploaded: /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
146182026-01-29T02:27:23.111Zuploading: /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)
146192026-01-29T02:27:24.210Zuploaded: /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
146202026-01-29T02:27:24.210Zuploading: /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)
146212026-01-29T02:27:25.321Zuploaded: /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
146222026-01-29T02:27:25.322Zuploading: /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)
146232026-01-29T02:27:26.419Zuploaded: /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
146242026-01-29T02:27:26.419Zuploading: /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)
146252026-01-29T02:27:27.524Zuploaded: /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
146262026-01-29T02:27:27.524Zuploading: /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)
146272026-01-29T02:27:28.616Zuploaded: /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
146282026-01-29T02:27:28.616Zuploading: /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)
146292026-01-29T02:27:29.716Zuploaded: /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
146302026-01-29T02:27:29.716Zuploading: /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)
146312026-01-29T02:27:30.819Zuploaded: /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
146322026-01-29T02:27:30.819Zuploading: /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)
146332026-01-29T02:27:31.917Zuploaded: /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
146342026-01-29T02:27:31.917Zuploading: /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)
146352026-01-29T02:27:33.013Zuploaded: /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
146362026-01-29T02:27:33.013Zuploading: /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)
146372026-01-29T02:27:34.110Zuploaded: /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
146382026-01-29T02:27:34.110Zuploading: /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)
146392026-01-29T02:27:35.211Zuploaded: /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
146402026-01-29T02:27:35.211Zuploading: /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)
146412026-01-29T02:27:36.309Zuploaded: /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
146422026-01-29T02:27:36.309Zuploading: /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)
146432026-01-29T02:27:37.405Zuploaded: /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
146442026-01-29T02:27:37.430Zuploading: /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)
146452026-01-29T02:27:38.504Zuploaded: /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
146462026-01-29T02:27:38.504Zuploading: /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)
146472026-01-29T02:27:39.600Zuploaded: /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
146482026-01-29T02:27:39.600Zuploading: /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)
146492026-01-29T02:27:40.696Zuploaded: /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
146502026-01-29T02:27:40.696Zuploading: /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)
146512026-01-29T02:27:41.799Zuploaded: /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
146522026-01-29T02:27:41.799Zuploading: /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)
146532026-01-29T02:27:42.903Zuploaded: /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
146542026-01-29T02:27:42.903Zuploading: /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)
146552026-01-29T02:27:43.999Zuploaded: /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
146562026-01-29T02:27:43.999Zuploading: /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)
146572026-01-29T02:27:45.095Zuploaded: /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
146582026-01-29T02:27:45.095Zuploading: /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)
146592026-01-29T02:27:46.193Zuploaded: /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
146602026-01-29T02:27:46.193Zuploading: /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)
146612026-01-29T02:27:47.290Zuploaded: /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
146622026-01-29T02:27:47.290Zuploading: /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)
146632026-01-29T02:27:48.386Zuploaded: /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
146642026-01-29T02:27:48.386Zuploading: /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)
146652026-01-29T02:27:49.481Zuploaded: /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
146662026-01-29T02:27:49.506Zuploading: /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)
146672026-01-29T02:27:50.577Zuploaded: /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
146682026-01-29T02:27:50.577Zuploading: /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)
146692026-01-29T02:27:51.674Zuploaded: /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
146702026-01-29T02:27:51.674Zuploading: /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)
146712026-01-29T02:27:52.773Zuploaded: /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
146722026-01-29T02:27:52.773Zuploading: /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)
146732026-01-29T02:27:53.868Zuploaded: /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
146742026-01-29T02:27:53.868Zuploading: /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)
146752026-01-29T02:27:54.965Zuploaded: /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
146762026-01-29T02:27:54.965Zuploading: /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)
146772026-01-29T02:27:56.062Zuploaded: /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
146782026-01-29T02:27:56.087Zuploading: /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)
146792026-01-29T02:27:57.159Zuploaded: /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
146802026-01-29T02:27:57.159Zuploading: /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)
146812026-01-29T02:27:58.255Zuploaded: /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
146822026-01-29T02:27:58.255Zuploading: /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)
146832026-01-29T02:27:59.351Zuploaded: /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
146842026-01-29T02:27:59.351Zuploading: /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)
146852026-01-29T02:28:00.446Zuploaded: /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
146862026-01-29T02:28:00.446Zuploading: /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)
146872026-01-29T02:28:01.542Zuploaded: /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
146882026-01-29T02:28:01.566Zuploading: /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)
146892026-01-29T02:28:02.638Zuploaded: /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
146902026-01-29T02:28:02.663Zuploading: /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)
146912026-01-29T02:28:03.735Zuploaded: /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
146922026-01-29T02:28:03.735Zuploading: /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)
146932026-01-29T02:28:04.830Zuploaded: /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
146942026-01-29T02:28:04.830Zuploading: /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)
146952026-01-29T02:28:05.926Zuploaded: /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
146962026-01-29T02:28:05.926Zuploading: /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)
146972026-01-29T02:28:07.022Zuploaded: /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
146982026-01-29T02:28:07.022Zuploading: /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)
146992026-01-29T02:28:08.119Zuploaded: /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
147002026-01-29T02:28:08.119Zuploading: /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)
147012026-01-29T02:28:09.216Zuploaded: /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
147022026-01-29T02:28:09.240Zuploading: /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)
147032026-01-29T02:28:10.311Zuploaded: /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
147042026-01-29T02:28:10.311Zuploading: /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)
147052026-01-29T02:28:11.407Zuploaded: /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
147062026-01-29T02:28:11.407Zuploading: /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)
147072026-01-29T02:28:12.504Zuploaded: /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
147082026-01-29T02:28:12.504Zuploading: /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)
147092026-01-29T02:28:13.600Zuploaded: /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
147102026-01-29T02:28:13.625Zuploading: /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)
147112026-01-29T02:28:14.695Zuploaded: /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
147122026-01-29T02:28:14.695Zuploading: /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)
147132026-01-29T02:28:15.793Zuploaded: /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
147142026-01-29T02:28:15.793Zuploading: /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)
147152026-01-29T02:28:16.889Zuploaded: /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
147162026-01-29T02:28:16.889Zuploading: /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)
147172026-01-29T02:28:17.986Zuploaded: /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
147182026-01-29T02:28:17.986Zuploading: /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)
147192026-01-29T02:28:19.081Zuploaded: /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
147202026-01-29T02:28:19.106Zuploading: /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)
147212026-01-29T02:28:20.181Zuploaded: /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
147222026-01-29T02:28:20.181Zuploading: /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)
147232026-01-29T02:28:21.297Zuploaded: /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
147242026-01-29T02:28:21.297Zuploading: /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)
147252026-01-29T02:28:22.393Zuploaded: /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
147262026-01-29T02:28:22.417Zuploading: /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)
147272026-01-29T02:28:23.490Zuploaded: /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
147282026-01-29T02:28:23.490Zuploading: /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)
147292026-01-29T02:28:24.586Zuploaded: /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
147302026-01-29T02:28:24.586Zuploading: /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)
147312026-01-29T02:28:25.682Zuploaded: /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
147322026-01-29T02:28:25.682Zuploading: /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)
147332026-01-29T02:28:26.778Zuploaded: /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
147342026-01-29T02:28:26.778Zuploading: /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)
147352026-01-29T02:28:27.872Zuploaded: /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
147362026-01-29T02:28:27.872Zuploading: /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)
147372026-01-29T02:28:28.968Zuploaded: /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
147382026-01-29T02:28:28.968Zuploading: /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)
147392026-01-29T02:28:30.074Zuploaded: /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
147402026-01-29T02:28:30.074Zuploading: /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)
147412026-01-29T02:28:31.171Zuploaded: /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
147422026-01-29T02:28:31.171Zuploading: /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)
147432026-01-29T02:28:32.268Zuploaded: /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
147442026-01-29T02:28:32.268Zuploading: /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)
147452026-01-29T02:28:33.365Zuploaded: /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
147462026-01-29T02:28:33.365Zuploading: /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)
147472026-01-29T02:28:34.462Zuploaded: /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
147482026-01-29T02:28:34.462Zuploading: /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)
147492026-01-29T02:28:35.556Zuploaded: /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
147502026-01-29T02:28:35.580Zuploading: /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)
147512026-01-29T02:28:36.654Zuploaded: /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
147522026-01-29T02:28:36.678Zuploading: /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)
147532026-01-29T02:28:37.749Zuploaded: /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
147542026-01-29T02:28:37.749Zuploading: /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)
147552026-01-29T02:28:38.846Zuploaded: /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
147562026-01-29T02:28:38.870Zuploading: /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)
147572026-01-29T02:28:39.942Zuploaded: /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
147582026-01-29T02:28:39.942Zuploading: /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)
147592026-01-29T02:28:41.038Zuploaded: /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
147602026-01-29T02:28:41.063Zuploading: /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)
147612026-01-29T02:28:42.133Zuploaded: /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
147622026-01-29T02:28:42.134Zuploading: /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)
147632026-01-29T02:28:43.231Zuploaded: /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
147642026-01-29T02:28:43.231Zuploading: /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)
147652026-01-29T02:28:44.327Zuploaded: /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
147662026-01-29T02:28:44.327Zuploading: /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)
147672026-01-29T02:28:45.424Zuploaded: /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
147682026-01-29T02:28:45.424Zuploading: /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)
147692026-01-29T02:28:46.520Zuploaded: /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
147702026-01-29T02:28:46.520Zuploading: /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)
147712026-01-29T02:28:47.617Zuploaded: /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
147722026-01-29T02:28:47.617Zuploading: /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)
147732026-01-29T02:28:48.713Zuploaded: /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
147742026-01-29T02:28:48.713Zuploading: /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)
147752026-01-29T02:28:49.818Zuploaded: /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
147762026-01-29T02:28:49.818Zuploading: /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)
147772026-01-29T02:28:50.913Zuploaded: /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
147782026-01-29T02:28:50.939Zuploading: /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)
147792026-01-29T02:28:52.011Zuploaded: /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
147802026-01-29T02:28:52.011Zuploading: /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)
147812026-01-29T02:28:53.108Zuploaded: /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
147822026-01-29T02:28:53.108Zuploading: /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)
147832026-01-29T02:28:54.203Zuploaded: /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
147842026-01-29T02:28:54.203Zuploading: /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)
147852026-01-29T02:28:55.299Zuploaded: /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
147862026-01-29T02:28:55.299Zuploading: /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)
147872026-01-29T02:28:56.401Zuploaded: /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
147882026-01-29T02:28:56.401Zuploading: /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)
147892026-01-29T02:28:57.498Zuploaded: /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
147902026-01-29T02:28:57.498Zuploading: /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)
147912026-01-29T02:28:58.595Zuploaded: /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
147922026-01-29T02:28:58.595Zuploading: /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)
147932026-01-29T02:28:59.693Zuploaded: /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
147942026-01-29T02:28:59.693Zuploading: /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)
147952026-01-29T02:29:00.791Zuploaded: /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
147962026-01-29T02:29:00.791Zuploading: /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)
147972026-01-29T02:29:01.886Zuploaded: /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
147982026-01-29T02:29:01.911Zuploading: /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)
147992026-01-29T02:29:02.983Zuploaded: /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
148002026-01-29T02:29:02.984Zuploading: /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)
148012026-01-29T02:29:04.080Zuploaded: /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
148022026-01-29T02:29:04.080Zuploading: /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)
148032026-01-29T02:29:05.176Zuploaded: /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
148042026-01-29T02:29:05.176Zuploading: /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)
148052026-01-29T02:29:06.272Zuploaded: /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
148062026-01-29T02:29:06.272Zuploading: /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)
148072026-01-29T02:29:07.369Zuploaded: /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
148082026-01-29T02:29:07.369Zuploading: /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)
148092026-01-29T02:29:08.464Zuploaded: /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
148102026-01-29T02:29:08.489Zuploading: /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)
148112026-01-29T02:29:09.563Zuploaded: /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
148122026-01-29T02:29:09.587Zuploading: /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)
148132026-01-29T02:29:10.658Zuploaded: /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
148142026-01-29T02:29:10.658Zuploading: /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)
148152026-01-29T02:29:11.754Zuploaded: /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
148162026-01-29T02:29:11.754Zuploading: /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)
148172026-01-29T02:29:12.850Zuploaded: /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
148182026-01-29T02:29:12.850Zuploading: /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)
148192026-01-29T02:29:13.946Zuploaded: /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
148202026-01-29T02:29:13.946Zuploading: /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)
148212026-01-29T02:29:15.042Zuploaded: /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
148222026-01-29T02:29:15.042Zuploading: /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)
148232026-01-29T02:29:16.139Zuploaded: /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
148242026-01-29T02:29:16.163Zuploading: /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)
148252026-01-29T02:29:17.236Zuploaded: /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
148262026-01-29T02:29:17.236Zuploading: /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)
148272026-01-29T02:29:18.333Zuploaded: /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
148282026-01-29T02:29:18.333Zuploading: /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)
148292026-01-29T02:29:19.429Zuploaded: /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
148302026-01-29T02:29:19.429Zuploading: /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)
148312026-01-29T02:29:20.526Zuploaded: /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
148322026-01-29T02:29:20.527Zuploading: /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)
148332026-01-29T02:29:21.624Zuploaded: /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
148342026-01-29T02:29:21.624Zuploading: /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)
148352026-01-29T02:29:22.720Zuploaded: /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
148362026-01-29T02:29:22.744Zuploading: /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)
148372026-01-29T02:29:23.817Zuploaded: /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
148382026-01-29T02:29:23.817Zuploading: /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)
148392026-01-29T02:29:24.913Zuploaded: /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
148402026-01-29T02:29:24.913Zuploading: /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)
148412026-01-29T02:29:26.014Zuploaded: /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
148422026-01-29T02:29:26.014Zuploading: /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)
148432026-01-29T02:29:27.112Zuploaded: /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
148442026-01-29T02:29:27.112Zuploading: /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)
148452026-01-29T02:29:28.210Zuploaded: /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
148462026-01-29T02:29:28.234Zuploading: /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)
148472026-01-29T02:29:29.308Zuploaded: /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
148482026-01-29T02:29:29.308Zuploading: /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)
148492026-01-29T02:29:30.404Zuploaded: /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
148502026-01-29T02:29:30.405Zuploading: /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)
148512026-01-29T02:29:31.501Zuploaded: /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
148522026-01-29T02:29:31.501Zuploading: /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)
148532026-01-29T02:29:32.596Zuploaded: /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
148542026-01-29T02:29:32.596Zuploading: /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)
148552026-01-29T02:29:33.690Zuploaded: /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
148562026-01-29T02:29:33.690Zuploading: /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)
148572026-01-29T02:29:34.783Zuploaded: /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
148582026-01-29T02:29:34.784Zuploading: /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)
148592026-01-29T02:29:35.878Zuploaded: /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
148602026-01-29T02:29:35.903Zuploading: /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)
148612026-01-29T02:29:36.973Zuploaded: /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
148622026-01-29T02:29:36.973Zuploading: /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)
148632026-01-29T02:29:38.068Zuploaded: /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
148642026-01-29T02:29:38.069Zuploading: /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)
148652026-01-29T02:29:39.164Zuploaded: /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
148662026-01-29T02:29:39.164Zuploading: /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)
148672026-01-29T02:29:40.258Zuploaded: /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
148682026-01-29T02:29:40.282Zuploading: /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)
148692026-01-29T02:29:41.357Zuploaded: /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
148702026-01-29T02:29:41.357Zuploading: /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)
148712026-01-29T02:29:42.448Zuploaded: /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
148722026-01-29T02:29:42.448Zuploading: /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)
148732026-01-29T02:29:43.542Zuploaded: /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
148742026-01-29T02:29:43.542Zuploading: /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)
148752026-01-29T02:29:44.640Zuploaded: /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
148762026-01-29T02:29:44.665Zuploading: /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)
148772026-01-29T02:29:45.732Zuploaded: /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
148782026-01-29T02:29:45.732Zuploading: /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)
148792026-01-29T02:29:46.826Zuploaded: /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
148802026-01-29T02:29:46.826Zuploading: /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)
148812026-01-29T02:29:47.921Zuploaded: /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
148822026-01-29T02:29:47.922Zuploading: /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)
148832026-01-29T02:29:49.014Zuploaded: /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
148842026-01-29T02:29:49.039Zuploading: /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)
148852026-01-29T02:29:50.110Zuploaded: /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
148862026-01-29T02:29:50.134Zuploading: /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)
148872026-01-29T02:29:51.206Zuploaded: /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
148882026-01-29T02:29:51.206Zuploading: /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)
148892026-01-29T02:29:52.300Zuploaded: /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
148902026-01-29T02:29:52.300Zuploading: /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)
148912026-01-29T02:29:53.395Zuploaded: /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
148922026-01-29T02:29:53.420Zuploading: /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)
148932026-01-29T02:29:54.490Zuploaded: /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
148942026-01-29T02:29:54.490Zuploading: /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)
148952026-01-29T02:29:55.585Zuploaded: /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
148962026-01-29T02:29:55.585Zuploading: /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)
148972026-01-29T02:29:56.679Zuploaded: /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
148982026-01-29T02:29:56.679Zuploading: /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)
148992026-01-29T02:29:57.773Zuploaded: /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
149002026-01-29T02:29:57.773Zuploading: /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)
149012026-01-29T02:29:58.867Zuploaded: /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
149022026-01-29T02:29:58.891Zuploading: /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)
149032026-01-29T02:29:59.963Zuploaded: /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
149042026-01-29T02:29:59.963Zuploading: /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)
149052026-01-29T02:30:01.057Zuploaded: /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
149062026-01-29T02:30:01.082Zuploading: /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)
149072026-01-29T02:30:02.153Zuploaded: /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
149082026-01-29T02:30:02.153Zuploading: /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)
149092026-01-29T02:30:03.247Zuploaded: /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
149102026-01-29T02:30:03.272Zuploading: /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)
149112026-01-29T02:30:04.342Zuploaded: /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
149122026-01-29T02:30:04.342Zuploading: /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)
149132026-01-29T02:30:05.436Zuploaded: /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
149142026-01-29T02:30:05.484Zuploading: /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)
149152026-01-29T02:30:06.535Zuploaded: /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
149162026-01-29T02:30:06.535Zuploading: /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)
149172026-01-29T02:30:07.631Zuploaded: /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
149182026-01-29T02:30:07.631Zuploading: /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)
149192026-01-29T02:30:08.727Zuploaded: /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
149202026-01-29T02:30:08.727Zuploading: /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)
149212026-01-29T02:30:09.823Zuploaded: /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
149222026-01-29T02:30:09.847Zuploading: /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)
149232026-01-29T02:30:10.918Zuploaded: /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
149242026-01-29T02:30:10.918Zuploading: /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)
149252026-01-29T02:30:12.013Zuploaded: /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
149262026-01-29T02:30:12.014Zuploading: /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)
149272026-01-29T02:30:13.108Zuploaded: /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
149282026-01-29T02:30:13.109Zuploading: /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)
149292026-01-29T02:30:14.205Zuploaded: /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
149302026-01-29T02:30:14.205Zuploading: /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)
149312026-01-29T02:30:15.301Zuploaded: /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
149322026-01-29T02:30:15.301Zuploading: /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)
149332026-01-29T02:30:16.395Zuploaded: /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
149342026-01-29T02:30:16.395Zuploading: /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)
149352026-01-29T02:30:17.492Zuploaded: /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
149362026-01-29T02:30:17.493Zuploading: /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)
149372026-01-29T02:30:18.589Zuploaded: /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
149382026-01-29T02:30:18.589Zuploading: /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)
149392026-01-29T02:30:19.685Zuploaded: /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
149402026-01-29T02:30:19.709Zuploading: /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)
149412026-01-29T02:30:20.782Zuploaded: /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
149422026-01-29T02:30:20.782Zuploading: /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)
149432026-01-29T02:30:21.878Zuploaded: /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
149442026-01-29T02:30:21.878Zuploading: /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)
149452026-01-29T02:30:22.985Zuploaded: /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
149462026-01-29T02:30:22.985Zuploading: /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)
149472026-01-29T02:30:24.088Zuploaded: /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
149482026-01-29T02:30:24.088Zuploading: /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)
149492026-01-29T02:30:25.192Zuploaded: /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
149502026-01-29T02:30:25.192Zuploading: /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)
149512026-01-29T02:30:26.291Zuploaded: /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
149522026-01-29T02:30:26.291Zuploading: /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)
149532026-01-29T02:30:27.392Zuploaded: /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
149542026-01-29T02:30:27.392Zuploading: /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)
149552026-01-29T02:30:28.490Zuploaded: /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
149562026-01-29T02:30:28.490Zuploading: /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)
149572026-01-29T02:30:29.589Zuploaded: /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
149582026-01-29T02:30:29.589Zuploading: /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)
149592026-01-29T02:30:30.687Zuploaded: /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
149602026-01-29T02:30:30.687Zuploading: /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)
149612026-01-29T02:30:31.782Zuploaded: /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
149622026-01-29T02:30:31.782Zuploading: /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)
149632026-01-29T02:30:32.879Zuploaded: /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
149642026-01-29T02:30:32.903Zuploading: /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)
149652026-01-29T02:30:33.975Zuploaded: /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
149662026-01-29T02:30:33.975Zuploading: /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)
149672026-01-29T02:30:35.072Zuploaded: /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
149682026-01-29T02:30:35.072Zuploading: /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)
149692026-01-29T02:30:36.168Zuploaded: /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
149702026-01-29T02:30:36.168Zuploading: /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)
149712026-01-29T02:30:37.264Zuploaded: /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
149722026-01-29T02:30:37.288Zuploading: /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)
149732026-01-29T02:30:38.364Zuploaded: /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
149742026-01-29T02:30:38.364Zuploading: /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)
149752026-01-29T02:30:39.460Zuploaded: /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
149762026-01-29T02:30:39.484Zuploading: /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)
149772026-01-29T02:30:40.556Zuploaded: /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
149782026-01-29T02:30:40.556Zuploading: /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)
149792026-01-29T02:30:41.651Zuploaded: /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
149802026-01-29T02:30:41.651Zuploading: /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)
149812026-01-29T02:30:42.747Zuploaded: /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
149822026-01-29T02:30:42.771Zuploading: /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)
149832026-01-29T02:30:43.842Zuploaded: /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
149842026-01-29T02:30:43.842Zuploading: /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)
149852026-01-29T02:30:44.937Zuploaded: /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
149862026-01-29T02:30:44.937Zuploading: /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)
149872026-01-29T02:30:46.033Zuploaded: /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
149882026-01-29T02:30:46.033Zuploading: /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)
149892026-01-29T02:30:47.130Zuploaded: /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
149902026-01-29T02:30:47.130Zuploading: /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)
149912026-01-29T02:30:48.226Zuploaded: /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
149922026-01-29T02:30:48.226Zuploading: /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)
149932026-01-29T02:30:49.322Zuploaded: /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
149942026-01-29T02:30:49.322Zuploading: /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)
149952026-01-29T02:30:50.417Zuploaded: /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
149962026-01-29T02:30:50.417Zuploading: /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)
149972026-01-29T02:30:51.513Zuploaded: /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
149982026-01-29T02:30:51.514Zuploading: /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)
149992026-01-29T02:30:52.611Zuploaded: /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
150002026-01-29T02:30:52.611Zuploading: /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)
150012026-01-29T02:30:53.707Zuploaded: /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
150022026-01-29T02:30:53.707Zuploading: /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)
150032026-01-29T02:30:54.803Zuploaded: /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
150042026-01-29T02:30:54.803Zuploading: /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)
150052026-01-29T02:30:55.901Zuploaded: /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
150062026-01-29T02:30:55.901Zuploading: /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)
150072026-01-29T02:30:56.995Zuploaded: /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
150082026-01-29T02:30:57.020Zuploading: /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)
150092026-01-29T02:30:58.091Zuploaded: /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
150102026-01-29T02:30:58.117Zuploading: /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)
150112026-01-29T02:30:59.190Zuploaded: /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
150122026-01-29T02:30:59.190Zuploading: /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)
150132026-01-29T02:31:00.288Zuploaded: /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
150142026-01-29T02:31:00.312Zuploading: /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)
150152026-01-29T02:31:01.383Zuploaded: /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
150162026-01-29T02:31:01.383Zuploading: /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)
150172026-01-29T02:31:02.482Zuploaded: /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
150182026-01-29T02:31:02.508Zuploading: /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)
150192026-01-29T02:31:03.583Zuploaded: /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
150202026-01-29T02:31:03.583Zuploading: /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)
150212026-01-29T02:31:04.678Zuploaded: /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
150222026-01-29T02:31:04.678Zuploading: /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)
150232026-01-29T02:31:05.773Zuploaded: /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
150242026-01-29T02:31:05.773Zuploading: /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)
150252026-01-29T02:31:06.870Zuploaded: /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
150262026-01-29T02:31:06.870Zuploading: /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)
150272026-01-29T02:31:07.967Zuploaded: /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
150282026-01-29T02:31:07.967Zuploading: /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)
150292026-01-29T02:31:09.063Zuploaded: /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
150302026-01-29T02:31:09.063Zuploading: /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)
150312026-01-29T02:31:10.160Zuploaded: /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
150322026-01-29T02:31:10.160Zuploading: /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)
150332026-01-29T02:31:11.256Zuploaded: /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
150342026-01-29T02:31:11.256Zuploading: /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)
150352026-01-29T02:31:12.354Zuploaded: /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
150362026-01-29T02:31:12.354Zuploading: /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)
150372026-01-29T02:31:13.450Zuploaded: /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
150382026-01-29T02:31:13.450Zuploading: /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)
150392026-01-29T02:31:14.553Zuploaded: /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
150402026-01-29T02:31:14.577Zuploading: /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)
150412026-01-29T02:31:15.655Zuploaded: /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
150422026-01-29T02:31:15.684Zuploading: /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)
150432026-01-29T02:31:16.758Zuploaded: /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
150442026-01-29T02:31:16.758Zuploading: /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)
150452026-01-29T02:31:17.855Zuploaded: /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
150462026-01-29T02:31:17.856Zuploading: /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)
150472026-01-29T02:31:18.967Zuploaded: /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
150482026-01-29T02:31:18.967Zuploading: /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)
150492026-01-29T02:31:20.064Zuploaded: /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
150502026-01-29T02:31:20.064Zuploading: /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)
150512026-01-29T02:31:21.162Zuploaded: /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
150522026-01-29T02:31:21.187Zuploading: /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)
150532026-01-29T02:31:22.259Zuploaded: /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
150542026-01-29T02:31:22.284Zuploading: /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)
150552026-01-29T02:31:23.363Zuploaded: /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
150562026-01-29T02:31:23.363Zuploading: /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)
150572026-01-29T02:31:24.460Zuploaded: /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
150582026-01-29T02:31:24.484Zuploading: /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)
150592026-01-29T02:31:25.557Zuploaded: /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
150602026-01-29T02:31:25.557Zuploading: /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)
150612026-01-29T02:31:26.664Zuploaded: /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
150622026-01-29T02:31:26.692Zuploading: /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)
150632026-01-29T02:31:27.796Zuploaded: /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
150642026-01-29T02:31:27.796Zuploading: /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)
150652026-01-29T02:31:28.893Zuploaded: /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
150662026-01-29T02:31:28.893Zuploading: /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)
150672026-01-29T02:31:29.988Zuploaded: /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
150682026-01-29T02:31:29.988Zuploading: /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)
150692026-01-29T02:31:31.085Zuploaded: /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
150702026-01-29T02:31:31.085Zuploading: /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)
150712026-01-29T02:31:32.183Zuploaded: /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
150722026-01-29T02:31:32.183Zuploading: /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)
150732026-01-29T02:31:33.279Zuploaded: /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
150742026-01-29T02:31:33.279Zuploading: /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)
150752026-01-29T02:31:34.374Zuploaded: /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
150762026-01-29T02:31:34.374Zuploading: /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)
150772026-01-29T02:31:35.470Zuploaded: /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
150782026-01-29T02:31:35.494Zuploading: /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)
150792026-01-29T02:31:36.567Zuploaded: /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
150802026-01-29T02:31:36.567Zuploading: /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)
150812026-01-29T02:31:37.662Zuploaded: /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
150822026-01-29T02:31:37.686Zuploading: /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)
150832026-01-29T02:31:38.758Zuploaded: /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
150842026-01-29T02:31:38.758Zuploading: /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)
150852026-01-29T02:31:39.853Zuploaded: /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
150862026-01-29T02:31:39.878Zuploading: /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)
150872026-01-29T02:31:40.950Zuploaded: /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
150882026-01-29T02:31:40.974Zuploading: /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)
150892026-01-29T02:31:42.045Zuploaded: /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
150902026-01-29T02:31:42.078Zuploading: /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)
150912026-01-29T02:31:43.150Zuploaded: /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
150922026-01-29T02:31:43.174Zuploading: /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)
150932026-01-29T02:31:44.246Zuploaded: /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
150942026-01-29T02:31:44.246Zuploading: /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)
150952026-01-29T02:31:45.343Zuploaded: /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
150962026-01-29T02:31:45.368Zuploading: /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)
150972026-01-29T02:31:46.439Zuploaded: /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
150982026-01-29T02:31:46.439Zuploading: /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)
150992026-01-29T02:31:47.534Zuploaded: /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
151002026-01-29T02:31:47.535Zuploading: /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)
151012026-01-29T02:31:48.630Zuploaded: /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
151022026-01-29T02:31:48.631Zuploading: /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)
151032026-01-29T02:31:49.726Zuploaded: /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
151042026-01-29T02:31:49.726Zuploading: /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)
151052026-01-29T02:31:50.822Zuploaded: /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
151062026-01-29T02:31:50.822Zuploading: /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)
151072026-01-29T02:31:51.916Zuploaded: /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
151082026-01-29T02:31:51.916Zuploading: /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)
151092026-01-29T02:31:53.011Zuploaded: /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
151102026-01-29T02:31:53.011Zuploading: /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)
151112026-01-29T02:31:54.106Zuploaded: /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
151122026-01-29T02:31:54.106Zuploading: /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)
151132026-01-29T02:31:55.202Zuploaded: /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
151142026-01-29T02:31:55.203Zuploading: /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)
151152026-01-29T02:31:56.301Zuploaded: /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
151162026-01-29T02:31:56.301Zuploading: /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)
151172026-01-29T02:31:57.396Zuploaded: /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
151182026-01-29T02:31:57.396Zuploading: /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)
151192026-01-29T02:31:58.492Zuploaded: /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
151202026-01-29T02:31:58.492Zuploading: /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)
151212026-01-29T02:31:59.590Zuploaded: /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
151222026-01-29T02:31:59.590Zuploading: /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)
151232026-01-29T02:32:00.685Zuploaded: /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
151242026-01-29T02:32:00.686Zuploading: /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)
151252026-01-29T02:32:01.782Zuploaded: /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
151262026-01-29T02:32:01.782Zuploading: /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)
151272026-01-29T02:32:02.882Zuploaded: /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
151282026-01-29T02:32:02.882Zuploading: /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)
151292026-01-29T02:32:03.978Zuploaded: /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
151302026-01-29T02:32:04.002Zuploading: /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)
151312026-01-29T02:32:05.075Zuploaded: /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
151322026-01-29T02:32:05.075Zuploading: /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)
151332026-01-29T02:32:06.171Zuploaded: /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
151342026-01-29T02:32:06.195Zuploading: /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)
151352026-01-29T02:32:07.267Zuploaded: /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
151362026-01-29T02:32:07.291Zuploading: /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)
151372026-01-29T02:32:08.363Zuploaded: /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
151382026-01-29T02:32:08.363Zuploading: /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)
151392026-01-29T02:32:09.458Zuploaded: /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
151402026-01-29T02:32:09.459Zuploading: /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)
151412026-01-29T02:32:10.554Zuploaded: /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
151422026-01-29T02:32:10.554Zuploading: /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)
151432026-01-29T02:32:11.650Zuploaded: /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
151442026-01-29T02:32:11.650Zuploading: /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)
151452026-01-29T02:32:12.746Zuploaded: /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
151462026-01-29T02:32:12.747Zuploading: /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)
151472026-01-29T02:32:13.842Zuploaded: /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
151482026-01-29T02:32:13.842Zuploading: /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)
151492026-01-29T02:32:14.938Zuploaded: /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
151502026-01-29T02:32:14.938Zuploading: /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)
151512026-01-29T02:32:16.034Zuploaded: /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
151522026-01-29T02:32:16.034Zuploading: /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)
151532026-01-29T02:32:17.129Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/69a/69aa9dd0-1fb9-4ade-900d-56000f95547f/format_version.txt
151542026-01-29T02:32:17.154Zuploading: /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)
151552026-01-29T02:32:18.225Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/6ae/6aeccc12-70c1-4513-b00f-705111c3c89d/format_version.txt
151562026-01-29T02:32:18.225Zuploading: /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)
151572026-01-29T02:32:19.322Zuploaded: /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
151582026-01-29T02:32:19.322Zuploading: /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)
151592026-01-29T02:32:20.482Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/metric_log.sql
151602026-01-29T02:32:20.482Zuploading: /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)
151612026-01-29T02:32:21.579Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/73c/73c2ba7e-5004-452c-b081-d0bcd170d17d/query_log.sql
151622026-01-29T02:32:21.579Zuploading: /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)
151632026-01-29T02:32:22.675Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/743/7438192c-5c23-4c2c-96c9-9b99df5cc7a1/format_version.txt
151642026-01-29T02:32:22.675Zuploading: /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)
151652026-01-29T02:32:23.771Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/793/793a821b-1914-44a6-9f1c-dd87f29c66c2/format_version.txt
151662026-01-29T02:32:23.771Zuploading: /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)
151672026-01-29T02:32:24.867Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7b7/7b774e05-2427-4de5-b3c6-7ab811efbfe3/format_version.txt
151682026-01-29T02:32:24.867Zuploading: /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)
151692026-01-29T02:32:25.963Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7de/7debb493-369c-44ee-abe7-ce98042c0278/format_version.txt
151702026-01-29T02:32:25.991Zuploading: /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)
151712026-01-29T02:32:27.060Zuploaded: /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
151722026-01-29T02:32:27.060Zuploading: /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)
151732026-01-29T02:32:28.156Zuploaded: /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
151742026-01-29T02:32:28.156Zuploading: /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)
151752026-01-29T02:32:29.252Zuploaded: /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
151762026-01-29T02:32:29.252Zuploading: /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)
151772026-01-29T02:32:30.346Zuploaded: /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
151782026-01-29T02:32:30.346Zuploading: /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)
151792026-01-29T02:32:31.442Zuploaded: /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
151802026-01-29T02:32:31.442Zuploading: /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)
151812026-01-29T02:32:32.538Zuploaded: /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
151822026-01-29T02:32:32.538Zuploading: /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)
151832026-01-29T02:32:33.633Zuploaded: /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
151842026-01-29T02:32:33.633Zuploading: /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)
151852026-01-29T02:32:34.729Zuploaded: /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
151862026-01-29T02:32:34.729Zuploading: /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)
151872026-01-29T02:32:35.826Zuploaded: /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
151882026-01-29T02:32:35.826Zuploading: /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)
151892026-01-29T02:32:36.921Zuploaded: /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
151902026-01-29T02:32:36.921Zuploading: /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)
151912026-01-29T02:32:38.017Zuploaded: /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
151922026-01-29T02:32:38.017Zuploading: /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)
151932026-01-29T02:32:39.117Zuploaded: /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
151942026-01-29T02:32:39.117Zuploading: /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)
151952026-01-29T02:32:40.213Zuploaded: /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
151962026-01-29T02:32:40.213Zuploading: /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)
151972026-01-29T02:32:41.310Zuploaded: /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
151982026-01-29T02:32:41.310Zuploading: /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)
151992026-01-29T02:32:42.406Zuploaded: /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
152002026-01-29T02:32:42.431Zuploading: /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)
152012026-01-29T02:32:43.503Zuploaded: /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
152022026-01-29T02:32:43.527Zuploading: /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)
152032026-01-29T02:32:44.599Zuploaded: /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
152042026-01-29T02:32:44.623Zuploading: /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)
152052026-01-29T02:32:45.696Zuploaded: /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
152062026-01-29T02:32:45.696Zuploading: /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)
152072026-01-29T02:32:46.791Zuploaded: /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
152082026-01-29T02:32:46.791Zuploading: /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)
152092026-01-29T02:32:47.887Zuploaded: /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
152102026-01-29T02:32:47.887Zuploading: /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)
152112026-01-29T02:32:48.983Zuploaded: /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
152122026-01-29T02:32:49.008Zuploading: /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)
152132026-01-29T02:32:50.079Zuploaded: /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
152142026-01-29T02:32:50.079Zuploading: /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)
152152026-01-29T02:32:51.175Zuploaded: /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
152162026-01-29T02:32:51.175Zuploading: /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)
152172026-01-29T02:32:52.271Zuploaded: /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
152182026-01-29T02:32:52.271Zuploading: /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)
152192026-01-29T02:32:53.367Zuploaded: /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
152202026-01-29T02:32:53.367Zuploading: /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)
152212026-01-29T02:32:54.464Zuploaded: /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
152222026-01-29T02:32:54.464Zuploading: /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)
152232026-01-29T02:32:55.560Zuploaded: /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
152242026-01-29T02:32:55.560Zuploading: /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)
152252026-01-29T02:32:56.658Zuploaded: /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
152262026-01-29T02:32:56.658Zuploading: /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)
152272026-01-29T02:32:57.754Zuploaded: /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
152282026-01-29T02:32:57.754Zuploading: /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)
152292026-01-29T02:32:58.851Zuploaded: /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
152302026-01-29T02:32:58.851Zuploading: /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)
152312026-01-29T02:32:59.946Zuploaded: /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
152322026-01-29T02:32:59.946Zuploading: /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)
152332026-01-29T02:33:01.043Zuploaded: /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
152342026-01-29T02:33:01.043Zuploading: /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)
152352026-01-29T02:33:02.140Zuploaded: /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
152362026-01-29T02:33:02.140Zuploading: /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)
152372026-01-29T02:33:03.236Zuploaded: /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
152382026-01-29T02:33:03.237Zuploading: /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)
152392026-01-29T02:33:04.334Zuploaded: /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
152402026-01-29T02:33:04.334Zuploading: /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)
152412026-01-29T02:33:05.453Zuploaded: /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
152422026-01-29T02:33:05.453Zuploading: /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)
152432026-01-29T02:33:06.528Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7e0/7e0e0fcb-880c-42e0-b925-6863c49a10f3/format_version.txt
152442026-01-29T02:33:06.528Zuploading: /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)
152452026-01-29T02:33:07.624Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/7f9/7f96472b-2702-4f04-8802-ae6ac32b8ca5/format_version.txt
152462026-01-29T02:33:07.624Zuploading: /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)
152472026-01-29T02:33:08.734Zuploaded: /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
152482026-01-29T02:33:08.734Zuploading: /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)
152492026-01-29T02:33:09.835Zuploaded: /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
152502026-01-29T02:33:09.836Zuploading: /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)
152512026-01-29T02:33:10.932Zuploaded: /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
152522026-01-29T02:33:10.932Zuploading: /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)
152532026-01-29T02:33:12.035Zuploaded: /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
152542026-01-29T02:33:12.062Zuploading: /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)
152552026-01-29T02:33:13.137Zuploaded: /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
152562026-01-29T02:33:13.137Zuploading: /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)
152572026-01-29T02:33:14.233Zuploaded: /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
152582026-01-29T02:33:14.233Zuploading: /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)
152592026-01-29T02:33:15.329Zuploaded: /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
152602026-01-29T02:33:15.329Zuploading: /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)
152612026-01-29T02:33:16.426Zuploaded: /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
152622026-01-29T02:33:16.426Zuploading: /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)
152632026-01-29T02:33:17.526Zuploaded: /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
152642026-01-29T02:33:17.526Zuploading: /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)
152652026-01-29T02:33:18.629Zuploaded: /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
152662026-01-29T02:33:18.659Zuploading: /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)
152672026-01-29T02:33:19.759Zuploaded: /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
152682026-01-29T02:33:19.759Zuploading: /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)
152692026-01-29T02:33:20.873Zuploaded: /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
152702026-01-29T02:33:20.873Zuploading: /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)
152712026-01-29T02:33:21.970Zuploaded: /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
152722026-01-29T02:33:21.970Zuploading: /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)
152732026-01-29T02:33:23.082Zuploaded: /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
152742026-01-29T02:33:23.082Zuploading: /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)
152752026-01-29T02:33:24.221Zuploaded: /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
152762026-01-29T02:33:24.221Zuploading: /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)
152772026-01-29T02:33:25.326Zuploaded: /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
152782026-01-29T02:33:25.326Zuploading: /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)
152792026-01-29T02:33:26.424Zuploaded: /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
152802026-01-29T02:33:26.424Zuploading: /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)
152812026-01-29T02:33:27.534Zuploaded: /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
152822026-01-29T02:33:27.534Zuploading: /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)
152832026-01-29T02:33:28.649Zuploaded: /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
152842026-01-29T02:33:28.649Zuploading: /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)
152852026-01-29T02:33:29.755Zuploaded: /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
152862026-01-29T02:33:29.755Zuploading: /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)
152872026-01-29T02:33:30.852Zuploaded: /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
152882026-01-29T02:33:30.852Zuploading: /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)
152892026-01-29T02:33:31.963Zuploaded: /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
152902026-01-29T02:33:31.963Zuploading: /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)
152912026-01-29T02:33:33.082Zuploaded: /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
152922026-01-29T02:33:33.082Zuploading: /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)
152932026-01-29T02:33:34.190Zuploaded: /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
152942026-01-29T02:33:34.190Zuploading: /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)
152952026-01-29T02:33:35.296Zuploaded: /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
152962026-01-29T02:33:35.296Zuploading: /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)
152972026-01-29T02:33:36.397Zuploaded: /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
152982026-01-29T02:33:36.397Zuploading: /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)
152992026-01-29T02:33:37.503Zuploaded: /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
153002026-01-29T02:33:37.527Zuploading: /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)
153012026-01-29T02:33:38.599Zuploaded: /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
153022026-01-29T02:33:38.599Zuploading: /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)
153032026-01-29T02:33:39.705Zuploaded: /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
153042026-01-29T02:33:39.732Zuploading: /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)
153052026-01-29T02:33:40.810Zuploaded: /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
153062026-01-29T02:33:40.810Zuploading: /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)
153072026-01-29T02:33:41.911Zuploaded: /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
153082026-01-29T02:33:41.911Zuploading: /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)
153092026-01-29T02:33:43.030Zuploaded: /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
153102026-01-29T02:33:43.060Zuploading: /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)
153112026-01-29T02:33:44.130Zuploaded: /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
153122026-01-29T02:33:44.130Zuploading: /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)
153132026-01-29T02:33:45.237Zuploaded: /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
153142026-01-29T02:33:45.237Zuploading: /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)
153152026-01-29T02:33:46.334Zuploaded: /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
153162026-01-29T02:33:46.358Zuploading: /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)
153172026-01-29T02:33:47.429Zuploaded: /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
153182026-01-29T02:33:47.453Zuploading: /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)
153192026-01-29T02:33:48.528Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/854/8549b16b-38bd-4037-a789-74c2d62bba89/format_version.txt
153202026-01-29T02:33:48.553Zuploading: /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)
153212026-01-29T02:33:49.638Zuploaded: /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
153222026-01-29T02:33:49.638Zuploading: /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)
153232026-01-29T02:33:50.754Zuploaded: /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
153242026-01-29T02:33:50.779Zuploading: /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)
153252026-01-29T02:33:51.852Zuploaded: /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
153262026-01-29T02:33:51.879Zuploading: /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)
153272026-01-29T02:33:53.052Zuploaded: /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
153282026-01-29T02:33:53.052Zuploading: /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)
153292026-01-29T02:33:54.172Zuploaded: /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
153302026-01-29T02:33:54.198Zuploading: /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)
153312026-01-29T02:33:55.288Zuploaded: /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
153322026-01-29T02:33:55.288Zuploading: /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)
153332026-01-29T02:33:56.401Zuploaded: /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
153342026-01-29T02:33:56.432Zuploading: /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)
153352026-01-29T02:33:57.510Zuploaded: /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
153362026-01-29T02:33:57.541Zuploading: /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)
153372026-01-29T02:33:58.627Zuploaded: /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
153382026-01-29T02:33:58.627Zuploading: /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)
153392026-01-29T02:33:59.728Zuploaded: /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
153402026-01-29T02:33:59.728Zuploading: /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)
153412026-01-29T02:34:00.856Zuploaded: /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
153422026-01-29T02:34:00.856Zuploading: /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)
153432026-01-29T02:34:02.110Zuploaded: /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
153442026-01-29T02:34:02.110Zuploading: /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)
153452026-01-29T02:34:03.258Zuploaded: /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
153462026-01-29T02:34:03.283Zuploading: /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)
153472026-01-29T02:34:04.355Zuploaded: /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
153482026-01-29T02:34:04.355Zuploading: /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)
153492026-01-29T02:34:05.452Zuploaded: /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
153502026-01-29T02:34:05.452Zuploading: /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)
153512026-01-29T02:34:06.547Zuploaded: /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
153522026-01-29T02:34:06.571Zuploading: /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)
153532026-01-29T02:34:07.643Zuploaded: /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
153542026-01-29T02:34:07.643Zuploading: /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)
153552026-01-29T02:34:08.738Zuploaded: /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
153562026-01-29T02:34:08.738Zuploading: /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)
153572026-01-29T02:34:09.834Zuploaded: /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
153582026-01-29T02:34:09.834Zuploading: /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)
153592026-01-29T02:34:10.929Zuploaded: /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
153602026-01-29T02:34:10.929Zuploading: /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)
153612026-01-29T02:34:12.026Zuploaded: /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
153622026-01-29T02:34:12.026Zuploading: /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)
153632026-01-29T02:34:13.145Zuploaded: /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
153642026-01-29T02:34:13.145Zuploading: /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)
153652026-01-29T02:34:14.240Zuploaded: /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
153662026-01-29T02:34:14.240Zuploading: /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)
153672026-01-29T02:34:15.336Zuploaded: /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
153682026-01-29T02:34:15.336Zuploading: /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)
153692026-01-29T02:34:16.432Zuploaded: /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
153702026-01-29T02:34:16.432Zuploading: /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)
153712026-01-29T02:34:17.527Zuploaded: /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
153722026-01-29T02:34:17.528Zuploading: /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)
153732026-01-29T02:34:18.624Zuploaded: /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
153742026-01-29T02:34:18.624Zuploading: /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)
153752026-01-29T02:34:19.720Zuploaded: /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
153762026-01-29T02:34:19.744Zuploading: /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)
153772026-01-29T02:34:20.818Zuploaded: /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
153782026-01-29T02:34:20.818Zuploading: /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)
153792026-01-29T02:34:21.914Zuploaded: /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
153802026-01-29T02:34:21.939Zuploading: /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)
153812026-01-29T02:34:23.033Zuploaded: /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
153822026-01-29T02:34:23.033Zuploading: /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)
153832026-01-29T02:34:24.130Zuploaded: /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
153842026-01-29T02:34:24.130Zuploading: /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)
153852026-01-29T02:34:25.225Zuploaded: /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
153862026-01-29T02:34:25.225Zuploading: /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)
153872026-01-29T02:34:26.322Zuploaded: /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
153882026-01-29T02:34:26.322Zuploading: /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)
153892026-01-29T02:34:27.418Zuploaded: /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
153902026-01-29T02:34:27.418Zuploading: /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)
153912026-01-29T02:34:28.513Zuploaded: /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
153922026-01-29T02:34:28.513Zuploading: /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)
153932026-01-29T02:34:29.610Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/85e/85e3292c-3e62-409d-97bb-8f69e32bf90c/format_version.txt
153942026-01-29T02:34:29.610Zuploading: /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)
153952026-01-29T02:34:30.706Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/875/87589c62-39dc-4c6a-a241-a4896d627815/format_version.txt
153962026-01-29T02:34:30.706Zuploading: /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)
153972026-01-29T02:34:31.801Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/95b/95b6db4d-98bc-42bb-8d4a-d8794b5ba7c6/format_version.txt
153982026-01-29T02:34:31.801Zuploading: /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)
153992026-01-29T02:34:32.898Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_bool.sql
154002026-01-29T02:34:32.898Zuploading: /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)
154012026-01-29T02:34:33.995Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i16.sql
154022026-01-29T02:34:33.995Zuploading: /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)
154032026-01-29T02:34:35.093Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i32.sql
154042026-01-29T02:34:35.117Zuploading: /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)
154052026-01-29T02:34:36.189Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i64.sql
154062026-01-29T02:34:36.189Zuploading: /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)
154072026-01-29T02:34:37.286Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_i8.sql
154082026-01-29T02:34:37.286Zuploading: /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)
154092026-01-29T02:34:38.382Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_ipaddr.sql
154102026-01-29T02:34:38.382Zuploading: /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)
154112026-01-29T02:34:39.478Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_string.sql
154122026-01-29T02:34:39.503Zuploading: /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)
154132026-01-29T02:34:40.575Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u16.sql
154142026-01-29T02:34:40.575Zuploading: /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)
154152026-01-29T02:34:41.674Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u32.sql
154162026-01-29T02:34:41.674Zuploading: /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)
154172026-01-29T02:34:42.771Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u64.sql
154182026-01-29T02:34:42.771Zuploading: /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)
154192026-01-29T02:34:43.868Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_u8.sql
154202026-01-29T02:34:43.868Zuploading: /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)
154212026-01-29T02:34:44.966Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/fields_uuid.sql
154222026-01-29T02:34:44.991Zuploading: /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)
154232026-01-29T02:34:46.064Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_bool.sql
154242026-01-29T02:34:46.064Zuploading: /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)
154252026-01-29T02:34:47.161Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_bytes.sql
154262026-01-29T02:34:47.161Zuploading: /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)
154272026-01-29T02:34:48.258Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativef32.sql
154282026-01-29T02:34:48.258Zuploading: /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)
154292026-01-29T02:34:49.353Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativef64.sql
154302026-01-29T02:34:49.354Zuploading: /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)
154312026-01-29T02:34:50.450Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativei64.sql
154322026-01-29T02:34:50.450Zuploading: /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)
154332026-01-29T02:34:51.546Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_cumulativeu64.sql
154342026-01-29T02:34:51.570Zuploading: /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)
154352026-01-29T02:34:52.641Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_f32.sql
154362026-01-29T02:34:52.641Zuploading: /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)
154372026-01-29T02:34:53.736Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_f64.sql
154382026-01-29T02:34:53.736Zuploading: /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)
154392026-01-29T02:34:54.834Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramf32.sql
154402026-01-29T02:34:54.834Zuploading: /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)
154412026-01-29T02:34:55.929Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramf64.sql
154422026-01-29T02:34:55.954Zuploading: /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)
154432026-01-29T02:34:57.026Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami16.sql
154442026-01-29T02:34:57.052Zuploading: /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)
154452026-01-29T02:34:58.127Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami32.sql
154462026-01-29T02:34:58.127Zuploading: /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)
154472026-01-29T02:34:59.222Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami64.sql
154482026-01-29T02:34:59.246Zuploading: /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)
154492026-01-29T02:35:00.317Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogrami8.sql
154502026-01-29T02:35:00.343Zuploading: /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)
154512026-01-29T02:35:01.415Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu16.sql
154522026-01-29T02:35:01.415Zuploading: /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)
154532026-01-29T02:35:02.511Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu32.sql
154542026-01-29T02:35:02.511Zuploading: /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)
154552026-01-29T02:35:03.610Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu64.sql
154562026-01-29T02:35:03.634Zuploading: /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)
154572026-01-29T02:35:04.706Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_histogramu8.sql
154582026-01-29T02:35:04.706Zuploading: /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)
154592026-01-29T02:35:05.802Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i16.sql
154602026-01-29T02:35:05.802Zuploading: /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)
154612026-01-29T02:35:06.898Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i32.sql
154622026-01-29T02:35:06.922Zuploading: /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)
154632026-01-29T02:35:07.993Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i64.sql
154642026-01-29T02:35:08.017Zuploading: /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)
154652026-01-29T02:35:09.091Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_i8.sql
154662026-01-29T02:35:09.115Zuploading: /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)
154672026-01-29T02:35:10.188Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_string.sql
154682026-01-29T02:35:10.188Zuploading: /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)
154692026-01-29T02:35:11.290Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u16.sql
154702026-01-29T02:35:11.316Zuploading: /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)
154712026-01-29T02:35:12.391Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u32.sql
154722026-01-29T02:35:12.391Zuploading: /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)
154732026-01-29T02:35:13.489Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u64.sql
154742026-01-29T02:35:13.489Zuploading: /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)
154752026-01-29T02:35:14.586Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/measurements_u8.sql
154762026-01-29T02:35:14.586Zuploading: /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)
154772026-01-29T02:35:15.683Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/timeseries_schema.sql
154782026-01-29T02:35:15.683Zuploading: /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)
154792026-01-29T02:35:16.779Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/9d3/9d39f3aa-a074-433c-ad9c-fd26e484f1a1/version.sql
154802026-01-29T02:35:16.779Zuploading: /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)
154812026-01-29T02:35:17.874Zuploaded: /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
154822026-01-29T02:35:17.874Zuploading: /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)
154832026-01-29T02:35:18.970Zuploaded: /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
154842026-01-29T02:35:18.970Zuploading: /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)
154852026-01-29T02:35:20.066Zuploaded: /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
154862026-01-29T02:35:20.066Zuploading: /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)
154872026-01-29T02:35:21.161Zuploaded: /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
154882026-01-29T02:35:21.186Zuploading: /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)
154892026-01-29T02:35:22.258Zuploaded: /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
154902026-01-29T02:35:22.258Zuploading: /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)
154912026-01-29T02:35:23.352Zuploaded: /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
154922026-01-29T02:35:23.377Zuploading: /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)
154932026-01-29T02:35:24.459Zuploaded: /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
154942026-01-29T02:35:24.459Zuploading: /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)
154952026-01-29T02:35:25.554Zuploaded: /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
154962026-01-29T02:35:25.554Zuploading: /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)
154972026-01-29T02:35:26.651Zuploaded: /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
154982026-01-29T02:35:26.651Zuploading: /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)
154992026-01-29T02:35:27.746Zuploaded: /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
155002026-01-29T02:35:27.746Zuploading: /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)
155012026-01-29T02:35:28.841Zuploaded: /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
155022026-01-29T02:35:28.842Zuploading: /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)
155032026-01-29T02:35:29.937Zuploaded: /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
155042026-01-29T02:35:29.937Zuploading: /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)
155052026-01-29T02:35:31.042Zuploaded: /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
155062026-01-29T02:35:31.042Zuploading: /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)
155072026-01-29T02:35:32.139Zuploaded: /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
155082026-01-29T02:35:32.139Zuploading: /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)
155092026-01-29T02:35:33.233Zuploaded: /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
155102026-01-29T02:35:33.233Zuploading: /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)
155112026-01-29T02:35:34.330Zuploaded: /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
155122026-01-29T02:35:34.330Zuploading: /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)
155132026-01-29T02:35:35.432Zuploaded: /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
155142026-01-29T02:35:35.432Zuploading: /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)
155152026-01-29T02:35:36.521Zuploaded: /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
155162026-01-29T02:35:36.521Zuploading: /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)
155172026-01-29T02:35:37.616Zuploaded: /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
155182026-01-29T02:35:37.642Zuploading: /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)
155192026-01-29T02:35:38.712Zuploaded: /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
155202026-01-29T02:35:38.736Zuploading: /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)
155212026-01-29T02:35:39.808Zuploaded: /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
155222026-01-29T02:35:39.808Zuploading: /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)
155232026-01-29T02:35:40.903Zuploaded: /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
155242026-01-29T02:35:40.903Zuploading: /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)
155252026-01-29T02:35:41.998Zuploaded: /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
155262026-01-29T02:35:42.023Zuploading: /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)
155272026-01-29T02:35:43.096Zuploaded: /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
155282026-01-29T02:35:43.097Zuploading: /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)
155292026-01-29T02:35:44.194Zuploaded: /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
155302026-01-29T02:35:44.194Zuploading: /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)
155312026-01-29T02:35:45.289Zuploaded: /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
155322026-01-29T02:35:45.289Zuploading: /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)
155332026-01-29T02:35:46.386Zuploaded: /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
155342026-01-29T02:35:46.386Zuploading: /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)
155352026-01-29T02:35:47.482Zuploaded: /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
155362026-01-29T02:35:47.482Zuploading: /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)
155372026-01-29T02:35:48.578Zuploaded: /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
155382026-01-29T02:35:48.578Zuploading: /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)
155392026-01-29T02:35:49.673Zuploaded: /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
155402026-01-29T02:35:49.673Zuploading: /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)
155412026-01-29T02:35:50.769Zuploaded: /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
155422026-01-29T02:35:50.793Zuploading: /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)
155432026-01-29T02:35:51.864Zuploaded: /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
155442026-01-29T02:35:51.864Zuploading: /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)
155452026-01-29T02:35:52.960Zuploaded: /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
155462026-01-29T02:35:52.960Zuploading: /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)
155472026-01-29T02:35:54.056Zuploaded: /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
155482026-01-29T02:35:54.056Zuploading: /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)
155492026-01-29T02:35:55.154Zuploaded: /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
155502026-01-29T02:35:55.154Zuploading: /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)
155512026-01-29T02:35:56.251Zuploaded: /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
155522026-01-29T02:35:56.251Zuploading: /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)
155532026-01-29T02:35:57.345Zuploaded: /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
155542026-01-29T02:35:57.345Zuploading: /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)
155552026-01-29T02:35:58.440Zuploaded: /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
155562026-01-29T02:35:58.440Zuploading: /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)
155572026-01-29T02:35:59.538Zuploaded: /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
155582026-01-29T02:35:59.538Zuploading: /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)
155592026-01-29T02:36:00.633Zuploaded: /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
155602026-01-29T02:36:00.634Zuploading: /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)
155612026-01-29T02:36:01.729Zuploaded: /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
155622026-01-29T02:36:01.729Zuploading: /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)
155632026-01-29T02:36:02.826Zuploaded: /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
155642026-01-29T02:36:02.826Zuploading: /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)
155652026-01-29T02:36:03.922Zuploaded: /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
155662026-01-29T02:36:03.922Zuploading: /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)
155672026-01-29T02:36:05.019Zuploaded: /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
155682026-01-29T02:36:05.019Zuploading: /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)
155692026-01-29T02:36:06.115Zuploaded: /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
155702026-01-29T02:36:06.139Zuploading: /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)
155712026-01-29T02:36:07.210Zuploaded: /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
155722026-01-29T02:36:07.211Zuploading: /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)
155732026-01-29T02:36:08.307Zuploaded: /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
155742026-01-29T02:36:08.307Zuploading: /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)
155752026-01-29T02:36:09.403Zuploaded: /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
155762026-01-29T02:36:09.427Zuploading: /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)
155772026-01-29T02:36:10.499Zuploaded: /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
155782026-01-29T02:36:10.499Zuploading: /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)
155792026-01-29T02:36:11.594Zuploaded: /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
155802026-01-29T02:36:11.594Zuploading: /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)
155812026-01-29T02:36:12.690Zuploaded: /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
155822026-01-29T02:36:12.690Zuploading: /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)
155832026-01-29T02:36:13.786Zuploaded: /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
155842026-01-29T02:36:13.786Zuploading: /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)
155852026-01-29T02:36:14.881Zuploaded: /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
155862026-01-29T02:36:14.881Zuploading: /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)
155872026-01-29T02:36:15.976Zuploaded: /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
155882026-01-29T02:36:15.976Zuploading: /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)
155892026-01-29T02:36:17.073Zuploaded: /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
155902026-01-29T02:36:17.073Zuploading: /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)
155912026-01-29T02:36:18.169Zuploaded: /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
155922026-01-29T02:36:18.169Zuploading: /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)
155932026-01-29T02:36:19.267Zuploaded: /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
155942026-01-29T02:36:19.291Zuploading: /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)
155952026-01-29T02:36:20.363Zuploaded: /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
155962026-01-29T02:36:20.363Zuploading: /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)
155972026-01-29T02:36:21.460Zuploaded: /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
155982026-01-29T02:36:21.460Zuploading: /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)
155992026-01-29T02:36:22.554Zuploaded: /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
156002026-01-29T02:36:22.555Zuploading: /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)
156012026-01-29T02:36:23.651Zuploaded: /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
156022026-01-29T02:36:23.651Zuploading: /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)
156032026-01-29T02:36:24.746Zuploaded: /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
156042026-01-29T02:36:24.746Zuploading: /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)
156052026-01-29T02:36:25.840Zuploaded: /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
156062026-01-29T02:36:25.841Zuploading: /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)
156072026-01-29T02:36:26.936Zuploaded: /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
156082026-01-29T02:36:26.936Zuploading: /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)
156092026-01-29T02:36:28.031Zuploaded: /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
156102026-01-29T02:36:28.032Zuploading: /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)
156112026-01-29T02:36:29.128Zuploaded: /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
156122026-01-29T02:36:29.128Zuploading: /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)
156132026-01-29T02:36:30.223Zuploaded: /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
156142026-01-29T02:36:30.223Zuploading: /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)
156152026-01-29T02:36:31.318Zuploaded: /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
156162026-01-29T02:36:31.318Zuploading: /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)
156172026-01-29T02:36:32.413Zuploaded: /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
156182026-01-29T02:36:32.413Zuploading: /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)
156192026-01-29T02:36:33.509Zuploaded: /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
156202026-01-29T02:36:33.509Zuploading: /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)
156212026-01-29T02:36:34.605Zuploaded: /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
156222026-01-29T02:36:34.606Zuploading: /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)
156232026-01-29T02:36:35.703Zuploaded: /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
156242026-01-29T02:36:35.727Zuploading: /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)
156252026-01-29T02:36:36.798Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a06/a062934f-7647-42d0-9e01-efaef5b91ac1/format_version.txt
156262026-01-29T02:36:36.822Zuploading: /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)
156272026-01-29T02:36:37.896Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a32/a326204c-5bd6-4913-9ce8-4f29f57a2240/format_version.txt
156282026-01-29T02:36:37.896Zuploading: /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)
156292026-01-29T02:36:38.993Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a72/a725b7d2-cb35-4be1-b8da-0e3f0e63994d/format_version.txt
156302026-01-29T02:36:38.993Zuploading: /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)
156312026-01-29T02:36:40.089Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/a89/a890b6d8-ec34-4ea8-9f77-b53b57d6dfb2/format_version.txt
156322026-01-29T02:36:40.089Zuploading: /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)
156332026-01-29T02:36:41.185Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/ad9/ad95b40a-7ea9-45b3-8560-477fc65fca34/format_version.txt
156342026-01-29T02:36:41.185Zuploading: /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)
156352026-01-29T02:36:42.285Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/cbf/cbf0c919-fa8b-4311-b1f9-9d28e180d9de/format_version.txt
156362026-01-29T02:36:42.311Zuploading: /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)
156372026-01-29T02:36:43.383Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/cfd/cfd20aae-5857-4605-9a00-0a53b1b8b83d/format_version.txt
156382026-01-29T02:36:43.383Zuploading: /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)
156392026-01-29T02:36:44.480Zuploaded: /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
156402026-01-29T02:36:44.480Zuploading: /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)
156412026-01-29T02:36:45.597Zuploaded: /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
156422026-01-29T02:36:45.597Zuploading: /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)
156432026-01-29T02:36:46.693Zuploaded: /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
156442026-01-29T02:36:46.693Zuploading: /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)
156452026-01-29T02:36:47.813Zuploaded: /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
156462026-01-29T02:36:47.813Zuploading: /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)
156472026-01-29T02:36:48.911Zuploaded: /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
156482026-01-29T02:36:48.911Zuploading: /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)
156492026-01-29T02:36:50.009Zuploaded: /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
156502026-01-29T02:36:50.009Zuploading: /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)
156512026-01-29T02:36:51.106Zuploaded: /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
156522026-01-29T02:36:51.131Zuploading: /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)
156532026-01-29T02:36:52.204Zuploaded: /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
156542026-01-29T02:36:52.229Zuploading: /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)
156552026-01-29T02:36:53.304Zuploaded: /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
156562026-01-29T02:36:53.304Zuploading: /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)
156572026-01-29T02:36:54.402Zuploaded: /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
156582026-01-29T02:36:54.402Zuploading: /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)
156592026-01-29T02:36:55.497Zuploaded: /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
156602026-01-29T02:36:55.521Zuploading: /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)
156612026-01-29T02:36:56.592Zuploaded: /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
156622026-01-29T02:36:56.592Zuploading: /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)
156632026-01-29T02:36:57.688Zuploaded: /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
156642026-01-29T02:36:57.712Zuploading: /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)
156652026-01-29T02:36:58.783Zuploaded: /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
156662026-01-29T02:36:58.783Zuploading: /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)
156672026-01-29T02:36:59.879Zuploaded: /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
156682026-01-29T02:36:59.879Zuploading: /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)
156692026-01-29T02:37:00.975Zuploaded: /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
156702026-01-29T02:37:00.975Zuploading: /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)
156712026-01-29T02:37:02.071Zuploaded: /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
156722026-01-29T02:37:02.071Zuploading: /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)
156732026-01-29T02:37:03.168Zuploaded: /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
156742026-01-29T02:37:03.168Zuploading: /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)
156752026-01-29T02:37:04.263Zuploaded: /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
156762026-01-29T02:37:04.263Zuploading: /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)
156772026-01-29T02:37:05.360Zuploaded: /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
156782026-01-29T02:37:05.360Zuploading: /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)
156792026-01-29T02:37:06.456Zuploaded: /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
156802026-01-29T02:37:06.456Zuploading: /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)
156812026-01-29T02:37:07.552Zuploaded: /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
156822026-01-29T02:37:07.553Zuploading: /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)
156832026-01-29T02:37:08.652Zuploaded: /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
156842026-01-29T02:37:08.652Zuploading: /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)
156852026-01-29T02:37:09.747Zuploaded: /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
156862026-01-29T02:37:09.747Zuploading: /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)
156872026-01-29T02:37:10.845Zuploaded: /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
156882026-01-29T02:37:10.869Zuploading: /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)
156892026-01-29T02:37:11.942Zuploaded: /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
156902026-01-29T02:37:11.942Zuploading: /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)
156912026-01-29T02:37:13.038Zuploaded: /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
156922026-01-29T02:37:13.039Zuploading: /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)
156932026-01-29T02:37:14.134Zuploaded: /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
156942026-01-29T02:37:14.158Zuploading: /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)
156952026-01-29T02:37:15.229Zuploaded: /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
156962026-01-29T02:37:15.229Zuploading: /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)
156972026-01-29T02:37:16.325Zuploaded: /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
156982026-01-29T02:37:16.349Zuploading: /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)
156992026-01-29T02:37:17.421Zuploaded: /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
157002026-01-29T02:37:17.445Zuploading: /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)
157012026-01-29T02:37:18.519Zuploaded: /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
157022026-01-29T02:37:18.519Zuploading: /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)
157032026-01-29T02:37:19.613Zuploaded: /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
157042026-01-29T02:37:19.614Zuploading: /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)
157052026-01-29T02:37:20.709Zuploaded: /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
157062026-01-29T02:37:20.709Zuploading: /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)
157072026-01-29T02:37:21.804Zuploaded: /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
157082026-01-29T02:37:21.804Zuploading: /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)
157092026-01-29T02:37:22.900Zuploaded: /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
157102026-01-29T02:37:22.923Zuploading: /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)
157112026-01-29T02:37:23.995Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d60/d60dc33b-71b3-40ab-986f-f3c322bda0c2/format_version.txt
157122026-01-29T02:37:23.995Zuploading: /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)
157132026-01-29T02:37:25.091Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d67/d6791cef-98a9-4ed1-b7a1-036c80015ecc/format_version.txt
157142026-01-29T02:37:25.091Zuploading: /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)
157152026-01-29T02:37:26.187Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d6f/d6f8c7a3-059f-4790-81b0-3113777de5af/format_version.txt
157162026-01-29T02:37:26.187Zuploading: /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)
157172026-01-29T02:37:28.306Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/d80/d8095323-25b4-4e51-90fd-f8bc1cd4eaeb/format_version.txt
157182026-01-29T02:37:28.306Zuploading: /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)
157192026-01-29T02:37:29.400Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e1f/e1f3242d-6357-484b-9b68-4c14e43cabbe/format_version.txt
157202026-01-29T02:37:29.400Zuploading: /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)
157212026-01-29T02:37:30.495Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e20/e209f9ce-3ae6-49ca-8088-b9b65cf5d098/format_version.txt
157222026-01-29T02:37:30.495Zuploading: /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)
157232026-01-29T02:37:31.591Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e5b/e5b77b34-8c6c-4b78-b83f-dec6c3b40fcd/format_version.txt
157242026-01-29T02:37:31.591Zuploading: /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)
157252026-01-29T02:37:32.686Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e85/e85fb669-f9d0-4b30-9842-901aa7b42838/format_version.txt
157262026-01-29T02:37:32.686Zuploading: /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)
157272026-01-29T02:37:33.783Zuploaded: /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
157282026-01-29T02:37:33.783Zuploading: /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)
157292026-01-29T02:37:34.878Zuploaded: /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
157302026-01-29T02:37:34.878Zuploading: /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)
157312026-01-29T02:37:35.973Zuploaded: /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
157322026-01-29T02:37:35.973Zuploading: /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)
157332026-01-29T02:37:37.069Zuploaded: /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
157342026-01-29T02:37:37.069Zuploading: /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)
157352026-01-29T02:37:38.165Zuploaded: /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
157362026-01-29T02:37:38.165Zuploading: /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)
157372026-01-29T02:37:39.260Zuploaded: /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
157382026-01-29T02:37:39.261Zuploading: /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)
157392026-01-29T02:37:40.356Zuploaded: /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
157402026-01-29T02:37:40.356Zuploading: /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)
157412026-01-29T02:37:41.453Zuploaded: /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
157422026-01-29T02:37:41.453Zuploading: /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)
157432026-01-29T02:37:42.549Zuploaded: /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
157442026-01-29T02:37:42.549Zuploading: /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)
157452026-01-29T02:37:43.646Zuploaded: /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
157462026-01-29T02:37:43.646Zuploading: /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)
157472026-01-29T02:37:44.741Zuploaded: /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
157482026-01-29T02:37:44.741Zuploading: /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)
157492026-01-29T02:37:45.841Zuploaded: /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
157502026-01-29T02:37:45.892Zuploading: /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)
157512026-01-29T02:37:47.016Zuploaded: /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
157522026-01-29T02:37:47.040Zuploading: /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)
157532026-01-29T02:37:48.115Zuploaded: /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
157542026-01-29T02:37:48.115Zuploading: /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)
157552026-01-29T02:37:49.212Zuploaded: /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
157562026-01-29T02:37:49.212Zuploading: /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)
157572026-01-29T02:37:50.310Zuploaded: /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
157582026-01-29T02:37:50.336Zuploading: /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)
157592026-01-29T02:37:51.409Zuploaded: /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
157602026-01-29T02:37:51.433Zuploading: /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)
157612026-01-29T02:37:52.505Zuploaded: /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
157622026-01-29T02:37:52.505Zuploading: /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)
157632026-01-29T02:37:53.602Zuploaded: /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
157642026-01-29T02:37:53.602Zuploading: /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)
157652026-01-29T02:37:54.698Zuploaded: /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
157662026-01-29T02:37:54.698Zuploading: /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)
157672026-01-29T02:37:55.793Zuploaded: /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
157682026-01-29T02:37:55.817Zuploading: /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)
157692026-01-29T02:37:56.888Zuploaded: /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
157702026-01-29T02:37:56.912Zuploading: /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)
157712026-01-29T02:37:57.984Zuploaded: /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
157722026-01-29T02:37:57.984Zuploading: /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)
157732026-01-29T02:37:59.079Zuploaded: /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
157742026-01-29T02:37:59.079Zuploading: /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)
157752026-01-29T02:38:00.175Zuploaded: /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
157762026-01-29T02:38:00.200Zuploading: /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)
157772026-01-29T02:38:01.272Zuploaded: /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
157782026-01-29T02:38:01.296Zuploading: /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)
157792026-01-29T02:38:02.368Zuploaded: /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
157802026-01-29T02:38:02.368Zuploading: /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)
157812026-01-29T02:38:03.463Zuploaded: /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
157822026-01-29T02:38:03.487Zuploading: /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)
157832026-01-29T02:38:04.559Zuploaded: /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
157842026-01-29T02:38:04.586Zuploading: /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)
157852026-01-29T02:38:05.661Zuploaded: /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
157862026-01-29T02:38:05.684Zuploading: /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)
157872026-01-29T02:38:06.757Zuploaded: /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
157882026-01-29T02:38:06.757Zuploading: /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)
157892026-01-29T02:38:07.853Zuploaded: /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
157902026-01-29T02:38:07.853Zuploading: /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)
157912026-01-29T02:38:08.949Zuploaded: /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
157922026-01-29T02:38:08.949Zuploading: /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)
157932026-01-29T02:38:10.045Zuploaded: /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
157942026-01-29T02:38:10.045Zuploading: /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)
157952026-01-29T02:38:11.143Zuploaded: /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
157962026-01-29T02:38:11.167Zuploading: /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)
157972026-01-29T02:38:12.240Zuploaded: /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
157982026-01-29T02:38:12.240Zuploading: /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)
157992026-01-29T02:38:13.335Zuploaded: /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
158002026-01-29T02:38:13.359Zuploading: /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)
158012026-01-29T02:38:14.430Zuploaded: /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
158022026-01-29T02:38:14.454Zuploading: /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)
158032026-01-29T02:38:15.532Zuploaded: /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
158042026-01-29T02:38:15.533Zuploading: /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)
158052026-01-29T02:38:16.627Zuploaded: /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
158062026-01-29T02:38:16.627Zuploading: /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)
158072026-01-29T02:38:17.728Zuploaded: /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
158082026-01-29T02:38:17.753Zuploading: /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)
158092026-01-29T02:38:18.825Zuploaded: /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
158102026-01-29T02:38:18.849Zuploading: /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)
158112026-01-29T02:38:19.921Zuploaded: /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
158122026-01-29T02:38:19.922Zuploading: /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)
158132026-01-29T02:38:21.021Zuploaded: /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
158142026-01-29T02:38:21.021Zuploading: /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)
158152026-01-29T02:38:22.122Zuploaded: /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
158162026-01-29T02:38:22.122Zuploading: /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)
158172026-01-29T02:38:23.237Zuploaded: /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
158182026-01-29T02:38:23.237Zuploading: /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)
158192026-01-29T02:38:24.512Zuploaded: /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
158202026-01-29T02:38:24.512Zuploading: /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)
158212026-01-29T02:38:25.718Zuploaded: /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
158222026-01-29T02:38:25.767Zuploading: /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)
158232026-01-29T02:38:26.892Zuploaded: /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
158242026-01-29T02:38:26.946Zuploading: /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)
158252026-01-29T02:38:28.034Zuploaded: /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
158262026-01-29T02:38:28.034Zuploading: /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)
158272026-01-29T02:38:29.130Zuploaded: /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
158282026-01-29T02:38:29.130Zuploading: /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)
158292026-01-29T02:38:30.239Zuploaded: /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
158302026-01-29T02:38:30.239Zuploading: /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)
158312026-01-29T02:38:31.351Zuploaded: /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
158322026-01-29T02:38:31.351Zuploading: /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)
158332026-01-29T02:38:32.450Zuploaded: /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
158342026-01-29T02:38:32.450Zuploading: /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)
158352026-01-29T02:38:33.571Zuploaded: /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
158362026-01-29T02:38:33.571Zuploading: /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)
158372026-01-29T02:38:34.715Zuploaded: /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
158382026-01-29T02:38:34.715Zuploading: /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)
158392026-01-29T02:38:35.820Zuploaded: /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
158402026-01-29T02:38:35.820Zuploading: /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)
158412026-01-29T02:38:36.924Zuploaded: /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
158422026-01-29T02:38:36.924Zuploading: /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)
158432026-01-29T02:38:38.023Zuploaded: /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
158442026-01-29T02:38:38.023Zuploading: /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)
158452026-01-29T02:38:39.126Zuploaded: /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
158462026-01-29T02:38:39.126Zuploading: /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)
158472026-01-29T02:38:40.229Zuploaded: /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
158482026-01-29T02:38:40.229Zuploading: /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)
158492026-01-29T02:38:41.337Zuploaded: /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
158502026-01-29T02:38:41.337Zuploading: /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)
158512026-01-29T02:38:42.435Zuploaded: /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
158522026-01-29T02:38:42.435Zuploading: /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)
158532026-01-29T02:38:43.531Zuploaded: /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
158542026-01-29T02:38:43.531Zuploading: /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)
158552026-01-29T02:38:44.633Zuploaded: /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
158562026-01-29T02:38:44.633Zuploading: /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)
158572026-01-29T02:38:45.729Zuploaded: /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
158582026-01-29T02:38:45.729Zuploading: /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)
158592026-01-29T02:38:46.920Zuploaded: /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
158602026-01-29T02:38:46.920Zuploading: /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)
158612026-01-29T02:38:48.076Zuploaded: /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
158622026-01-29T02:38:48.076Zuploading: /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)
158632026-01-29T02:38:49.180Zuploaded: /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
158642026-01-29T02:38:49.180Zuploading: /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)
158652026-01-29T02:38:50.279Zuploaded: /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
158662026-01-29T02:38:50.279Zuploading: /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)
158672026-01-29T02:38:55.592Zuploaded: /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
158682026-01-29T02:38:55.656Zuploading: /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)
158692026-01-29T02:38:56.760Zuploaded: /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
158702026-01-29T02:38:56.761Zuploading: /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)
158712026-01-29T02:38:57.857Zuploaded: /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
158722026-01-29T02:38:57.857Zuploading: /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)
158732026-01-29T02:38:58.977Zuploaded: /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
158742026-01-29T02:38:58.977Zuploading: /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)
158752026-01-29T02:39:00.073Zuploaded: /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
158762026-01-29T02:39:00.097Zuploading: /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)
158772026-01-29T02:39:01.168Zuploaded: /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
158782026-01-29T02:39:01.168Zuploading: /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)
158792026-01-29T02:39:02.262Zuploaded: /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
158802026-01-29T02:39:02.262Zuploading: /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)
158812026-01-29T02:39:03.358Zuploaded: /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
158822026-01-29T02:39:03.358Zuploading: /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)
158832026-01-29T02:39:04.454Zuploaded: /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
158842026-01-29T02:39:04.454Zuploading: /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)
158852026-01-29T02:39:05.559Zuploaded: /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
158862026-01-29T02:39:05.559Zuploading: /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)
158872026-01-29T02:39:06.655Zuploaded: /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
158882026-01-29T02:39:06.655Zuploading: /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)
158892026-01-29T02:39:07.758Zuploaded: /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
158902026-01-29T02:39:07.758Zuploading: /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)
158912026-01-29T02:39:08.853Zuploaded: /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
158922026-01-29T02:39:08.877Zuploading: /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)
158932026-01-29T02:39:09.950Zuploaded: /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
158942026-01-29T02:39:09.950Zuploading: /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)
158952026-01-29T02:39:11.047Zuploaded: /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
158962026-01-29T02:39:11.047Zuploading: /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)
158972026-01-29T02:39:12.173Zuploaded: /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
158982026-01-29T02:39:12.173Zuploading: /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)
158992026-01-29T02:39:13.268Zuploaded: /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
159002026-01-29T02:39:13.268Zuploading: /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)
159012026-01-29T02:39:14.364Zuploaded: /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
159022026-01-29T02:39:14.388Zuploading: /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)
159032026-01-29T02:39:15.457Zuploaded: /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
159042026-01-29T02:39:15.457Zuploading: /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)
159052026-01-29T02:39:16.554Zuploaded: /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
159062026-01-29T02:39:16.554Zuploading: /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)
159072026-01-29T02:39:17.648Zuploaded: /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
159082026-01-29T02:39:17.648Zuploading: /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)
159092026-01-29T02:39:18.743Zuploaded: /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
159102026-01-29T02:39:18.768Zuploading: /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)
159112026-01-29T02:39:19.839Zuploaded: /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
159122026-01-29T02:39:19.839Zuploading: /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)
159132026-01-29T02:39:20.935Zuploaded: /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
159142026-01-29T02:39:20.935Zuploading: /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)
159152026-01-29T02:39:22.030Zuploaded: /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
159162026-01-29T02:39:22.030Zuploading: /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)
159172026-01-29T02:39:23.123Zuploaded: /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
159182026-01-29T02:39:23.147Zuploading: /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)
159192026-01-29T02:39:24.216Zuploaded: /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
159202026-01-29T02:39:24.216Zuploading: /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)
159212026-01-29T02:39:25.311Zuploaded: /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
159222026-01-29T02:39:25.334Zuploading: /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)
159232026-01-29T02:39:26.404Zuploaded: /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
159242026-01-29T02:39:26.404Zuploading: /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)
159252026-01-29T02:39:27.497Zuploaded: /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
159262026-01-29T02:39:27.497Zuploading: /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)
159272026-01-29T02:39:28.588Zuploaded: /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
159282026-01-29T02:39:28.612Zuploading: /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)
159292026-01-29T02:39:29.682Zuploaded: /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
159302026-01-29T02:39:29.705Zuploading: /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)
159312026-01-29T02:39:30.775Zuploaded: /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
159322026-01-29T02:39:30.800Zuploading: /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)
159332026-01-29T02:39:31.870Zuploaded: /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
159342026-01-29T02:39:31.870Zuploading: /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)
159352026-01-29T02:39:32.964Zuploaded: /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
159362026-01-29T02:39:32.964Zuploading: /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)
159372026-01-29T02:39:34.060Zuploaded: /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
159382026-01-29T02:39:34.084Zuploading: /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)
159392026-01-29T02:39:35.153Zuploaded: /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
159402026-01-29T02:39:35.177Zuploading: /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)
159412026-01-29T02:39:36.246Zuploaded: /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
159422026-01-29T02:39:36.246Zuploading: /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)
159432026-01-29T02:39:37.340Zuploaded: /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
159442026-01-29T02:39:37.363Zuploading: /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)
159452026-01-29T02:39:38.433Zuploaded: /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
159462026-01-29T02:39:38.433Zuploading: /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)
159472026-01-29T02:39:39.528Zuploaded: /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
159482026-01-29T02:39:39.528Zuploading: /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)
159492026-01-29T02:39:40.621Zuploaded: /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
159502026-01-29T02:39:40.621Zuploading: /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)
159512026-01-29T02:39:41.714Zuploaded: /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
159522026-01-29T02:39:41.714Zuploading: /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)
159532026-01-29T02:39:42.809Zuploaded: /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
159542026-01-29T02:39:42.833Zuploading: /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)
159552026-01-29T02:39:43.906Zuploaded: /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
159562026-01-29T02:39:43.906Zuploading: /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)
159572026-01-29T02:39:44.999Zuploaded: /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
159582026-01-29T02:39:45.023Zuploading: /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)
159592026-01-29T02:39:46.093Zuploaded: /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
159602026-01-29T02:39:46.093Zuploading: /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)
159612026-01-29T02:39:47.187Zuploaded: /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
159622026-01-29T02:39:47.211Zuploading: /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)
159632026-01-29T02:39:48.281Zuploaded: /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
159642026-01-29T02:39:48.305Zuploading: /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)
159652026-01-29T02:39:49.375Zuploaded: /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
159662026-01-29T02:39:49.375Zuploading: /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)
159672026-01-29T02:39:50.469Zuploaded: /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
159682026-01-29T02:39:50.470Zuploading: /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)
159692026-01-29T02:39:51.567Zuploaded: /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
159702026-01-29T02:39:51.567Zuploading: /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)
159712026-01-29T02:39:52.662Zuploaded: /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
159722026-01-29T02:39:52.662Zuploading: /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)
159732026-01-29T02:39:53.755Zuploaded: /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
159742026-01-29T02:39:53.755Zuploading: /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)
159752026-01-29T02:39:54.868Zuploaded: /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
159762026-01-29T02:39:54.868Zuploading: /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)
159772026-01-29T02:39:55.963Zuploaded: /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
159782026-01-29T02:39:55.963Zuploading: /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)
159792026-01-29T02:39:57.056Zuploaded: /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
159802026-01-29T02:39:57.056Zuploading: /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)
159812026-01-29T02:39:58.150Zuploaded: /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
159822026-01-29T02:39:58.150Zuploading: /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)
159832026-01-29T02:39:59.291Zuploaded: /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
159842026-01-29T02:39:59.291Zuploading: /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)
159852026-01-29T02:40:00.393Zuploaded: /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
159862026-01-29T02:40:00.393Zuploading: /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)
159872026-01-29T02:40:01.484Zuploaded: /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
159882026-01-29T02:40:01.507Zuploading: /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)
159892026-01-29T02:40:02.577Zuploaded: /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
159902026-01-29T02:40:02.600Zuploading: /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)
159912026-01-29T02:40:03.669Zuploaded: /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
159922026-01-29T02:40:03.669Zuploading: /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)
159932026-01-29T02:40:04.763Zuploaded: /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
159942026-01-29T02:40:04.787Zuploading: /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)
159952026-01-29T02:40:05.858Zuploaded: /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
159962026-01-29T02:40:05.882Zuploading: /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)
159972026-01-29T02:40:06.952Zuploaded: /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
159982026-01-29T02:40:06.952Zuploading: /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)
159992026-01-29T02:40:08.046Zuploaded: /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
160002026-01-29T02:40:08.070Zuploading: /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)
160012026-01-29T02:40:09.139Zuploaded: /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
160022026-01-29T02:40:09.139Zuploading: /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)
160032026-01-29T02:40:10.234Zuploaded: /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
160042026-01-29T02:40:10.258Zuploading: /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)
160052026-01-29T02:40:11.327Zuploaded: /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
160062026-01-29T02:40:11.327Zuploading: /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)
160072026-01-29T02:40:12.421Zuploaded: /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
160082026-01-29T02:40:12.445Zuploading: /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)
160092026-01-29T02:40:13.515Zuploaded: /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
160102026-01-29T02:40:13.515Zuploading: /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)
160112026-01-29T02:40:14.609Zuploaded: /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
160122026-01-29T02:40:14.609Zuploading: /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)
160132026-01-29T02:40:15.703Zuploaded: /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
160142026-01-29T02:40:15.703Zuploading: /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)
160152026-01-29T02:40:16.797Zuploaded: /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
160162026-01-29T02:40:16.797Zuploading: /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)
160172026-01-29T02:40:17.890Zuploaded: /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
160182026-01-29T02:40:17.890Zuploading: /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)
160192026-01-29T02:40:18.985Zuploaded: /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
160202026-01-29T02:40:18.985Zuploading: /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)
160212026-01-29T02:40:20.078Zuploaded: /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
160222026-01-29T02:40:20.078Zuploading: /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)
160232026-01-29T02:40:21.172Zuploaded: /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
160242026-01-29T02:40:21.172Zuploading: /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)
160252026-01-29T02:40:22.265Zuploaded: /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
160262026-01-29T02:40:22.291Zuploading: /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)
160272026-01-29T02:40:23.362Zuploaded: /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
160282026-01-29T02:40:23.386Zuploading: /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)
160292026-01-29T02:40:24.458Zuploaded: /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
160302026-01-29T02:40:24.458Zuploading: /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)
160312026-01-29T02:40:25.553Zuploaded: /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
160322026-01-29T02:40:25.553Zuploading: /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)
160332026-01-29T02:40:26.647Zuploaded: /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
160342026-01-29T02:40:26.647Zuploading: /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)
160352026-01-29T02:40:27.743Zuploaded: /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
160362026-01-29T02:40:27.766Zuploading: /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)
160372026-01-29T02:40:28.838Zuploaded: /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
160382026-01-29T02:40:28.838Zuploading: /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)
160392026-01-29T02:40:29.933Zuploaded: /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
160402026-01-29T02:40:29.958Zuploading: /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)
160412026-01-29T02:40:31.034Zuploaded: /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
160422026-01-29T02:40:31.034Zuploading: /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)
160432026-01-29T02:40:32.132Zuploaded: /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
160442026-01-29T02:40:32.132Zuploading: /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)
160452026-01-29T02:40:33.232Zuploaded: /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
160462026-01-29T02:40:33.233Zuploading: /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)
160472026-01-29T02:40:34.331Zuploaded: /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
160482026-01-29T02:40:34.331Zuploading: /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)
160492026-01-29T02:40:35.441Zuploaded: /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
160502026-01-29T02:40:35.441Zuploading: /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)
160512026-01-29T02:40:36.674Zuploaded: /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
160522026-01-29T02:40:36.674Zuploading: /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)
160532026-01-29T02:40:37.784Zuploaded: /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
160542026-01-29T02:40:37.818Zuploading: /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)
160552026-01-29T02:40:38.914Zuploaded: /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
160562026-01-29T02:40:38.914Zuploading: /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)
160572026-01-29T02:40:40.022Zuploaded: /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
160582026-01-29T02:40:40.022Zuploading: /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)
160592026-01-29T02:40:41.128Zuploaded: /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
160602026-01-29T02:40:41.128Zuploading: /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)
160612026-01-29T02:40:42.229Zuploaded: /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
160622026-01-29T02:40:42.256Zuploading: /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)
160632026-01-29T02:40:43.335Zuploaded: /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
160642026-01-29T02:40:43.358Zuploading: /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)
160652026-01-29T02:40:44.503Zuploaded: /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
160662026-01-29T02:40:44.503Zuploading: /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)
160672026-01-29T02:40:45.598Zuploaded: /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
160682026-01-29T02:40:45.600Zuploading: /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)
160692026-01-29T02:40:46.708Zuploaded: /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
160702026-01-29T02:40:46.708Zuploading: /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)
160712026-01-29T02:40:47.807Zuploaded: /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
160722026-01-29T02:40:47.807Zuploading: /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)
160732026-01-29T02:40:48.907Zuploaded: /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
160742026-01-29T02:40:48.907Zuploading: /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)
160752026-01-29T02:40:50.010Zuploaded: /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
160762026-01-29T02:40:50.010Zuploading: /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)
160772026-01-29T02:40:51.110Zuploaded: /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
160782026-01-29T02:40:51.110Zuploading: /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)
160792026-01-29T02:40:52.217Zuploaded: /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
160802026-01-29T02:40:52.217Zuploading: /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)
160812026-01-29T02:40:53.316Zuploaded: /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
160822026-01-29T02:40:53.316Zuploading: /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)
160832026-01-29T02:40:54.415Zuploaded: /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
160842026-01-29T02:40:54.439Zuploading: /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)
160852026-01-29T02:40:55.514Zuploaded: /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
160862026-01-29T02:40:55.514Zuploading: /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)
160872026-01-29T02:40:56.608Zuploaded: /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
160882026-01-29T02:40:56.609Zuploading: /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)
160892026-01-29T02:40:57.706Zuploaded: /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
160902026-01-29T02:40:57.706Zuploading: /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)
160912026-01-29T02:40:58.806Zuploaded: /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
160922026-01-29T02:40:58.837Zuploading: /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)
160932026-01-29T02:40:59.907Zuploaded: /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
160942026-01-29T02:40:59.937Zuploading: /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)
160952026-01-29T02:41:01.004Zuploaded: /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
160962026-01-29T02:41:01.004Zuploading: /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)
160972026-01-29T02:41:02.098Zuploaded: /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
160982026-01-29T02:41:02.098Zuploading: /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)
160992026-01-29T02:41:07.008Zuploaded: /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
161002026-01-29T02:41:07.008Zuploading: /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)
161012026-01-29T02:41:08.119Zuploaded: /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
161022026-01-29T02:41:08.119Zuploading: /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)
161032026-01-29T02:41:09.213Zuploaded: /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
161042026-01-29T02:41:09.213Zuploading: /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)
161052026-01-29T02:41:10.307Zuploaded: /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
161062026-01-29T02:41:10.331Zuploading: /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)
161072026-01-29T02:41:11.400Zuploaded: /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
161082026-01-29T02:41:11.400Zuploading: /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)
161092026-01-29T02:41:12.589Zuploaded: /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
161102026-01-29T02:41:12.589Zuploading: /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)
161112026-01-29T02:41:13.682Zuploaded: /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
161122026-01-29T02:41:13.682Zuploading: /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)
161132026-01-29T02:41:14.776Zuploaded: /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
161142026-01-29T02:41:14.777Zuploading: /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)
161152026-01-29T02:41:15.870Zuploaded: /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
161162026-01-29T02:41:15.870Zuploading: /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)
161172026-01-29T02:41:17.009Zuploaded: /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
161182026-01-29T02:41:17.009Zuploading: /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)
161192026-01-29T02:41:18.101Zuploaded: /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
161202026-01-29T02:41:18.101Zuploading: /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)
161212026-01-29T02:41:19.197Zuploaded: /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
161222026-01-29T02:41:19.197Zuploading: /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)
161232026-01-29T02:41:20.288Zuploaded: /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
161242026-01-29T02:41:20.289Zuploading: /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)
161252026-01-29T02:41:21.381Zuploaded: /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
161262026-01-29T02:41:21.381Zuploading: /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)
161272026-01-29T02:41:22.474Zuploaded: /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
161282026-01-29T02:41:22.475Zuploading: /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)
161292026-01-29T02:41:23.568Zuploaded: /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
161302026-01-29T02:41:23.568Zuploading: /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)
161312026-01-29T02:41:24.664Zuploaded: /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
161322026-01-29T02:41:24.688Zuploading: /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)
161332026-01-29T02:41:25.757Zuploaded: /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
161342026-01-29T02:41:25.757Zuploading: /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)
161352026-01-29T02:41:26.873Zuploaded: /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
161362026-01-29T02:41:26.873Zuploading: /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)
161372026-01-29T02:41:27.998Zuploaded: /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
161382026-01-29T02:41:27.999Zuploading: /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)
161392026-01-29T02:41:29.132Zuploaded: /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
161402026-01-29T02:41:29.132Zuploading: /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)
161412026-01-29T02:41:30.233Zuploaded: /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
161422026-01-29T02:41:30.257Zuploading: /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)
161432026-01-29T02:41:31.379Zuploaded: /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
161442026-01-29T02:41:31.425Zuploading: /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)
161452026-01-29T02:41:32.514Zuploaded: /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
161462026-01-29T02:41:32.540Zuploading: /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)
161472026-01-29T02:41:33.614Zuploaded: /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
161482026-01-29T02:41:33.614Zuploading: /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)
161492026-01-29T02:41:34.718Zuploaded: /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
161502026-01-29T02:41:34.718Zuploading: /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)
161512026-01-29T02:41:35.822Zuploaded: /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
161522026-01-29T02:41:35.822Zuploading: /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)
161532026-01-29T02:41:36.915Zuploaded: /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
161542026-01-29T02:41:36.939Zuploading: /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)
161552026-01-29T02:41:38.009Zuploaded: /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
161562026-01-29T02:41:38.009Zuploading: /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)
161572026-01-29T02:41:39.121Zuploaded: /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
161582026-01-29T02:41:39.121Zuploading: /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)
161592026-01-29T02:41:40.239Zuploaded: /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
161602026-01-29T02:41:40.239Zuploading: /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)
161612026-01-29T02:41:41.336Zuploaded: /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
161622026-01-29T02:41:41.336Zuploading: /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)
161632026-01-29T02:41:42.434Zuploaded: /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
161642026-01-29T02:41:42.434Zuploading: /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)
161652026-01-29T02:41:43.532Zuploaded: /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
161662026-01-29T02:41:43.532Zuploading: /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)
161672026-01-29T02:41:44.631Zuploaded: /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
161682026-01-29T02:41:44.631Zuploading: /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)
161692026-01-29T02:41:45.721Zuploaded: /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
161702026-01-29T02:41:45.721Zuploading: /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)
161712026-01-29T02:41:46.815Zuploaded: /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
161722026-01-29T02:41:46.816Zuploading: /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)
161732026-01-29T02:41:47.911Zuploaded: /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
161742026-01-29T02:41:47.911Zuploading: /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)
161752026-01-29T02:41:49.004Zuploaded: /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
161762026-01-29T02:41:49.004Zuploading: /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)
161772026-01-29T02:41:50.097Zuploaded: /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
161782026-01-29T02:41:50.097Zuploading: /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)
161792026-01-29T02:41:51.198Zuploaded: /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
161802026-01-29T02:41:51.198Zuploading: /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)
161812026-01-29T02:41:52.294Zuploaded: /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
161822026-01-29T02:41:52.294Zuploading: /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)
161832026-01-29T02:41:53.397Zuploaded: /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
161842026-01-29T02:41:53.397Zuploading: /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)
161852026-01-29T02:41:54.493Zuploaded: /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
161862026-01-29T02:41:54.493Zuploading: /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)
161872026-01-29T02:41:55.620Zuploaded: /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
161882026-01-29T02:41:55.644Zuploading: /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)
161892026-01-29T02:41:56.715Zuploaded: /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
161902026-01-29T02:41:56.715Zuploading: /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)
161912026-01-29T02:41:57.817Zuploaded: /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
161922026-01-29T02:41:57.817Zuploading: /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)
161932026-01-29T02:41:58.912Zuploaded: /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
161942026-01-29T02:41:58.912Zuploading: /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)
161952026-01-29T02:42:00.009Zuploaded: /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
161962026-01-29T02:42:00.033Zuploading: /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)
161972026-01-29T02:42:01.104Zuploaded: /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
161982026-01-29T02:42:01.104Zuploading: /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)
161992026-01-29T02:42:02.199Zuploaded: /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
162002026-01-29T02:42:02.200Zuploading: /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)
162012026-01-29T02:42:03.309Zuploaded: /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
162022026-01-29T02:42:03.309Zuploading: /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)
162032026-01-29T02:42:04.410Zuploaded: /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
162042026-01-29T02:42:04.435Zuploading: /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)
162052026-01-29T02:42:05.507Zuploaded: /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
162062026-01-29T02:42:05.507Zuploading: /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)
162072026-01-29T02:42:06.606Zuploaded: /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
162082026-01-29T02:42:06.606Zuploading: /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)
162092026-01-29T02:42:07.700Zuploaded: /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
162102026-01-29T02:42:07.700Zuploading: /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)
162112026-01-29T02:42:08.792Zuploaded: /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
162122026-01-29T02:42:08.792Zuploading: /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)
162132026-01-29T02:42:09.885Zuploaded: /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
162142026-01-29T02:42:09.885Zuploading: /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)
162152026-01-29T02:42:11.008Zuploaded: /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
162162026-01-29T02:42:11.008Zuploading: /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)
162172026-01-29T02:42:12.107Zuploaded: /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
162182026-01-29T02:42:12.107Zuploading: /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)
162192026-01-29T02:42:13.202Zuploaded: /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
162202026-01-29T02:42:13.226Zuploading: /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)
162212026-01-29T02:42:14.301Zuploaded: /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
162222026-01-29T02:42:14.301Zuploading: /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)
162232026-01-29T02:42:15.577Zuploaded: /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
162242026-01-29T02:42:15.579Zuploading: /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)
162252026-01-29T02:42:16.717Zuploaded: /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
162262026-01-29T02:42:16.717Zuploading: /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)
162272026-01-29T02:42:17.812Zuploaded: /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
162282026-01-29T02:42:17.812Zuploading: /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)
162292026-01-29T02:42:18.907Zuploaded: /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
162302026-01-29T02:42:18.907Zuploading: /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)
162312026-01-29T02:42:20.000Zuploaded: /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
162322026-01-29T02:42:20.000Zuploading: /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)
162332026-01-29T02:42:21.093Zuploaded: /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
162342026-01-29T02:42:21.093Zuploading: /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)
162352026-01-29T02:42:22.187Zuploaded: /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
162362026-01-29T02:42:22.187Zuploading: /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)
162372026-01-29T02:42:23.281Zuploaded: /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
162382026-01-29T02:42:23.305Zuploading: /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)
162392026-01-29T02:42:24.373Zuploaded: /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
162402026-01-29T02:42:24.373Zuploading: /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)
162412026-01-29T02:42:25.467Zuploaded: /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
162422026-01-29T02:42:25.467Zuploading: /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)
162432026-01-29T02:42:26.561Zuploaded: /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
162442026-01-29T02:42:26.585Zuploading: /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)
162452026-01-29T02:42:27.653Zuploaded: /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
162462026-01-29T02:42:27.653Zuploading: /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)
162472026-01-29T02:42:28.747Zuploaded: /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
162482026-01-29T02:42:28.770Zuploading: /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)
162492026-01-29T02:42:29.839Zuploaded: /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
162502026-01-29T02:42:29.863Zuploading: /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)
162512026-01-29T02:42:30.932Zuploaded: /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
162522026-01-29T02:42:30.955Zuploading: /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)
162532026-01-29T02:42:32.025Zuploaded: /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
162542026-01-29T02:42:32.025Zuploading: /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)
162552026-01-29T02:42:33.120Zuploaded: /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
162562026-01-29T02:42:33.144Zuploading: /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)
162572026-01-29T02:42:34.217Zuploaded: /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
162582026-01-29T02:42:34.217Zuploading: /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)
162592026-01-29T02:42:35.310Zuploaded: /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
162602026-01-29T02:42:35.310Zuploading: /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)
162612026-01-29T02:42:36.404Zuploaded: /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
162622026-01-29T02:42:36.427Zuploading: /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)
162632026-01-29T02:42:37.497Zuploaded: /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
162642026-01-29T02:42:37.497Zuploading: /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)
162652026-01-29T02:42:38.590Zuploaded: /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
162662026-01-29T02:42:38.614Zuploading: /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)
162672026-01-29T02:42:39.684Zuploaded: /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
162682026-01-29T02:42:39.708Zuploading: /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)
162692026-01-29T02:42:40.778Zuploaded: /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
162702026-01-29T02:42:40.778Zuploading: /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)
162712026-01-29T02:42:41.871Zuploaded: /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
162722026-01-29T02:42:41.871Zuploading: /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)
162732026-01-29T02:42:42.964Zuploaded: /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
162742026-01-29T02:42:42.987Zuploading: /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)
162752026-01-29T02:42:44.057Zuploaded: /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
162762026-01-29T02:42:44.057Zuploading: /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)
162772026-01-29T02:42:45.153Zuploaded: /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
162782026-01-29T02:42:45.153Zuploading: /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)
162792026-01-29T02:42:46.246Zuploaded: /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
162802026-01-29T02:42:46.247Zuploading: /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)
162812026-01-29T02:42:47.340Zuploaded: /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
162822026-01-29T02:42:47.340Zuploading: /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)
162832026-01-29T02:42:48.433Zuploaded: /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
162842026-01-29T02:42:48.434Zuploading: /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)
162852026-01-29T02:42:49.528Zuploaded: /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
162862026-01-29T02:42:49.528Zuploading: /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)
162872026-01-29T02:42:50.622Zuploaded: /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
162882026-01-29T02:42:50.622Zuploading: /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)
162892026-01-29T02:42:51.715Zuploaded: /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
162902026-01-29T02:42:51.715Zuploading: /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)
162912026-01-29T02:42:52.810Zuploaded: /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
162922026-01-29T02:42:52.834Zuploading: /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)
162932026-01-29T02:42:53.903Zuploaded: /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
162942026-01-29T02:42:53.927Zuploading: /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)
162952026-01-29T02:42:54.997Zuploaded: /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
162962026-01-29T02:42:54.997Zuploading: /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)
162972026-01-29T02:42:56.091Zuploaded: /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
162982026-01-29T02:42:56.115Zuploading: /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)
162992026-01-29T02:42:57.185Zuploaded: /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
163002026-01-29T02:42:57.185Zuploading: /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)
163012026-01-29T02:42:58.279Zuploaded: /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
163022026-01-29T02:42:58.303Zuploading: /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)
163032026-01-29T02:42:59.373Zuploaded: /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
163042026-01-29T02:42:59.373Zuploading: /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)
163052026-01-29T02:43:00.467Zuploaded: /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
163062026-01-29T02:43:00.467Zuploading: /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)
163072026-01-29T02:43:01.568Zuploaded: /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
163082026-01-29T02:43:01.568Zuploading: /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)
163092026-01-29T02:43:02.663Zuploaded: /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
163102026-01-29T02:43:02.663Zuploading: /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)
163112026-01-29T02:43:03.755Zuploaded: /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
163122026-01-29T02:43:03.779Zuploading: /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)
163132026-01-29T02:43:04.848Zuploaded: /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
163142026-01-29T02:43:04.848Zuploading: /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)
163152026-01-29T02:43:05.940Zuploaded: /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
163162026-01-29T02:43:05.963Zuploading: /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)
163172026-01-29T02:43:07.033Zuploaded: /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
163182026-01-29T02:43:07.033Zuploading: /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)
163192026-01-29T02:43:08.129Zuploaded: /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
163202026-01-29T02:43:08.129Zuploading: /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)
163212026-01-29T02:43:09.224Zuploaded: /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
163222026-01-29T02:43:09.248Zuploading: /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)
163232026-01-29T02:43:10.318Zuploaded: /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
163242026-01-29T02:43:10.367Zuploading: /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)
163252026-01-29T02:43:11.415Zuploaded: /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
163262026-01-29T02:43:11.415Zuploading: /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)
163272026-01-29T02:43:12.513Zuploaded: /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
163282026-01-29T02:43:12.513Zuploading: /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)
163292026-01-29T02:43:13.609Zuploaded: /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
163302026-01-29T02:43:13.634Zuploading: /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)
163312026-01-29T02:43:14.705Zuploaded: /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
163322026-01-29T02:43:14.705Zuploading: /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)
163332026-01-29T02:43:15.800Zuploaded: /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
163342026-01-29T02:43:15.801Zuploading: /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)
163352026-01-29T02:43:16.896Zuploaded: /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
163362026-01-29T02:43:16.919Zuploading: /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)
163372026-01-29T02:43:17.992Zuploaded: /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
163382026-01-29T02:43:17.992Zuploading: /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)
163392026-01-29T02:43:19.087Zuploaded: /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
163402026-01-29T02:43:19.087Zuploading: /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)
163412026-01-29T02:43:20.182Zuploaded: /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
163422026-01-29T02:43:20.182Zuploading: /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)
163432026-01-29T02:43:21.289Zuploaded: /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
163442026-01-29T02:43:21.313Zuploading: /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)
163452026-01-29T02:43:22.383Zuploaded: /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
163462026-01-29T02:43:22.383Zuploading: /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)
163472026-01-29T02:43:23.479Zuploaded: /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
163482026-01-29T02:43:23.479Zuploading: /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)
163492026-01-29T02:43:24.577Zuploaded: /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
163502026-01-29T02:43:24.577Zuploading: /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)
163512026-01-29T02:43:25.671Zuploaded: /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
163522026-01-29T02:43:25.671Zuploading: /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)
163532026-01-29T02:43:26.767Zuploaded: /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
163542026-01-29T02:43:26.767Zuploading: /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)
163552026-01-29T02:43:27.863Zuploaded: /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
163562026-01-29T02:43:27.864Zuploading: /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)
163572026-01-29T02:43:28.959Zuploaded: /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
163582026-01-29T02:43:28.983Zuploading: /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)
163592026-01-29T02:43:30.054Zuploaded: /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
163602026-01-29T02:43:30.054Zuploading: /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)
163612026-01-29T02:43:31.149Zuploaded: /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
163622026-01-29T02:43:31.174Zuploading: /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)
163632026-01-29T02:43:32.244Zuploaded: /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
163642026-01-29T02:43:32.244Zuploading: /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)
163652026-01-29T02:43:33.339Zuploaded: /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
163662026-01-29T02:43:33.339Zuploading: /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)
163672026-01-29T02:43:34.438Zuploaded: /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
163682026-01-29T02:43:34.438Zuploading: /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)
163692026-01-29T02:43:35.532Zuploaded: /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
163702026-01-29T02:43:35.532Zuploading: /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)
163712026-01-29T02:43:36.630Zuploaded: /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
163722026-01-29T02:43:36.655Zuploading: /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)
163732026-01-29T02:43:37.726Zuploaded: /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
163742026-01-29T02:43:37.726Zuploading: /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)
163752026-01-29T02:43:38.821Zuploaded: /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
163762026-01-29T02:43:38.821Zuploading: /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)
163772026-01-29T02:43:39.916Zuploaded: /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
163782026-01-29T02:43:39.941Zuploading: /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)
163792026-01-29T02:43:41.012Zuploaded: /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
163802026-01-29T02:43:41.012Zuploading: /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)
163812026-01-29T02:43:42.108Zuploaded: /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
163822026-01-29T02:43:42.133Zuploading: /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)
163832026-01-29T02:43:43.203Zuploaded: /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
163842026-01-29T02:43:43.228Zuploading: /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)
163852026-01-29T02:43:44.302Zuploaded: /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
163862026-01-29T02:43:44.302Zuploading: /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)
163872026-01-29T02:43:45.397Zuploaded: /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
163882026-01-29T02:43:45.398Zuploading: /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)
163892026-01-29T02:43:46.493Zuploaded: /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
163902026-01-29T02:43:46.494Zuploading: /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)
163912026-01-29T02:43:47.589Zuploaded: /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
163922026-01-29T02:43:47.613Zuploading: /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)
163932026-01-29T02:43:48.689Zuploaded: /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
163942026-01-29T02:43:48.713Zuploading: /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)
163952026-01-29T02:43:49.787Zuploaded: /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
163962026-01-29T02:43:49.787Zuploading: /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)
163972026-01-29T02:43:50.884Zuploaded: /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
163982026-01-29T02:43:50.884Zuploading: /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)
163992026-01-29T02:43:51.984Zuploaded: /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
164002026-01-29T02:43:51.984Zuploading: /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)
164012026-01-29T02:43:53.088Zuploaded: /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
164022026-01-29T02:43:53.088Zuploading: /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)
164032026-01-29T02:43:54.184Zuploaded: /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
164042026-01-29T02:43:54.184Zuploading: /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)
164052026-01-29T02:43:55.281Zuploaded: /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
164062026-01-29T02:43:55.305Zuploading: /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)
164072026-01-29T02:43:56.377Zuploaded: /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
164082026-01-29T02:43:56.377Zuploading: /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)
164092026-01-29T02:43:57.473Zuploaded: /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
164102026-01-29T02:43:57.473Zuploading: /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)
164112026-01-29T02:43:58.566Zuploaded: /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
164122026-01-29T02:43:58.566Zuploading: /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)
164132026-01-29T02:43:59.661Zuploaded: /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
164142026-01-29T02:43:59.661Zuploading: /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)
164152026-01-29T02:44:00.756Zuploaded: /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
164162026-01-29T02:44:00.780Zuploading: /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)
164172026-01-29T02:44:01.851Zuploaded: /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
164182026-01-29T02:44:01.851Zuploading: /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)
164192026-01-29T02:44:02.948Zuploaded: /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
164202026-01-29T02:44:02.973Zuploading: /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)
164212026-01-29T02:44:04.044Zuploaded: /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
164222026-01-29T02:44:04.044Zuploading: /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)
164232026-01-29T02:44:05.140Zuploaded: /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
164242026-01-29T02:44:05.140Zuploading: /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)
164252026-01-29T02:44:06.235Zuploaded: /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
164262026-01-29T02:44:06.236Zuploading: /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)
164272026-01-29T02:44:07.331Zuploaded: /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
164282026-01-29T02:44:07.355Zuploading: /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)
164292026-01-29T02:44:08.427Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/e94/e947fe23-1ba3-48e8-9f3c-934e1820f5df/format_version.txt
164302026-01-29T02:44:08.427Zuploading: /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)
164312026-01-29T02:44:09.536Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/ebd/ebd83d4d-43b1-444f-9e97-4ba3114da881/format_version.txt
164322026-01-29T02:44:09.536Zuploading: /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)
164332026-01-29T02:44:10.631Zuploaded: /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
164342026-01-29T02:44:10.632Zuploading: /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)
164352026-01-29T02:44:11.728Zuploaded: /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
164362026-01-29T02:44:11.728Zuploading: /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)
164372026-01-29T02:44:12.824Zuploaded: /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
164382026-01-29T02:44:12.824Zuploading: /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)
164392026-01-29T02:44:13.919Zuploaded: /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
164402026-01-29T02:44:13.944Zuploading: /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)
164412026-01-29T02:44:15.015Zuploaded: /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
164422026-01-29T02:44:15.039Zuploading: /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)
164432026-01-29T02:44:16.111Zuploaded: /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
164442026-01-29T02:44:16.111Zuploading: /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)
164452026-01-29T02:44:17.206Zuploaded: /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
164462026-01-29T02:44:17.206Zuploading: /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)
164472026-01-29T02:44:18.302Zuploaded: /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
164482026-01-29T02:44:18.302Zuploading: /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)
164492026-01-29T02:44:19.397Zuploaded: /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
164502026-01-29T02:44:19.421Zuploading: /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)
164512026-01-29T02:44:20.492Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f40/f40fadab-4628-4a15-9d61-79be486e3899/format_version.txt
164522026-01-29T02:44:20.492Zuploading: /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)
164532026-01-29T02:44:21.587Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/f6d/f6dd34c6-e188-4217-a8e4-cacbd7387981/format_version.txt
164542026-01-29T02:44:21.587Zuploading: /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)
164552026-01-29T02:44:22.680Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fbb/fbbd11be-0b06-4243-a52f-fcef0c98a3f6/format_version.txt
164562026-01-29T02:44:22.680Zuploading: /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)
164572026-01-29T02:44:23.774Zuploaded: /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
164582026-01-29T02:44:23.774Zuploading: /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)
164592026-01-29T02:44:24.939Zuploaded: /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
164602026-01-29T02:44:24.939Zuploading: /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)
164612026-01-29T02:44:26.038Zuploaded: /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
164622026-01-29T02:44:26.038Zuploading: /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)
164632026-01-29T02:44:27.199Zuploaded: /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
164642026-01-29T02:44:27.199Zuploading: /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)
164652026-01-29T02:44:28.294Zuploaded: /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
164662026-01-29T02:44:28.294Zuploading: /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)
164672026-01-29T02:44:29.389Zuploaded: /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
164682026-01-29T02:44:29.389Zuploading: /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)
164692026-01-29T02:44:30.484Zuploaded: /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
164702026-01-29T02:44:30.484Zuploading: /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)
164712026-01-29T02:44:31.579Zuploaded: /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
164722026-01-29T02:44:31.603Zuploading: /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)
164732026-01-29T02:44:32.673Zuploaded: /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
164742026-01-29T02:44:32.698Zuploading: /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)
164752026-01-29T02:44:33.768Zuploaded: /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
164762026-01-29T02:44:33.793Zuploading: /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)
164772026-01-29T02:44:34.930Zuploaded: /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
164782026-01-29T02:44:34.930Zuploading: /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)
164792026-01-29T02:44:36.025Zuploaded: /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
164802026-01-29T02:44:36.025Zuploading: /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)
164812026-01-29T02:44:37.187Zuploaded: /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
164822026-01-29T02:44:37.187Zuploading: /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)
164832026-01-29T02:44:38.283Zuploaded: /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
164842026-01-29T02:44:38.283Zuploading: /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)
164852026-01-29T02:44:39.377Zuploaded: /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
164862026-01-29T02:44:39.377Zuploading: /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)
164872026-01-29T02:44:40.473Zuploaded: /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
164882026-01-29T02:44:40.473Zuploading: /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)
164892026-01-29T02:44:41.568Zuploaded: /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
164902026-01-29T02:44:41.568Zuploading: /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)
164912026-01-29T02:44:42.664Zuploaded: /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
164922026-01-29T02:44:42.664Zuploading: /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)
164932026-01-29T02:44:43.760Zuploaded: /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
164942026-01-29T02:44:43.760Zuploading: /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)
164952026-01-29T02:44:44.922Zuploaded: /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
164962026-01-29T02:44:44.946Zuploading: /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)
164972026-01-29T02:44:46.019Zuploaded: /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
164982026-01-29T02:44:46.019Zuploading: /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)
164992026-01-29T02:44:47.180Zuploaded: /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
165002026-01-29T02:44:47.180Zuploading: /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)
165012026-01-29T02:44:48.277Zuploaded: /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
165022026-01-29T02:44:48.277Zuploading: /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)
165032026-01-29T02:44:49.372Zuploaded: /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
165042026-01-29T02:44:49.372Zuploading: /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)
165052026-01-29T02:44:50.467Zuploaded: /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
165062026-01-29T02:44:50.491Zuploading: /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)
165072026-01-29T02:44:51.562Zuploaded: /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
165082026-01-29T02:44:51.562Zuploading: /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)
165092026-01-29T02:44:52.657Zuploaded: /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
165102026-01-29T02:44:52.657Zuploading: /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)
165112026-01-29T02:44:53.752Zuploaded: /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
165122026-01-29T02:44:53.752Zuploading: /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)
165132026-01-29T02:44:54.913Zuploaded: /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
165142026-01-29T02:44:54.913Zuploading: /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)
165152026-01-29T02:44:56.010Zuploaded: /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
165162026-01-29T02:44:56.010Zuploading: /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)
165172026-01-29T02:44:57.172Zuploaded: /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
165182026-01-29T02:44:57.172Zuploading: /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)
165192026-01-29T02:44:58.267Zuploaded: /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
165202026-01-29T02:44:58.292Zuploading: /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)
165212026-01-29T02:44:59.363Zuploaded: /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
165222026-01-29T02:44:59.363Zuploading: /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)
165232026-01-29T02:45:00.457Zuploaded: /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
165242026-01-29T02:45:00.457Zuploading: /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)
165252026-01-29T02:45:01.552Zuploaded: /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
165262026-01-29T02:45:01.552Zuploading: /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)
165272026-01-29T02:45:02.647Zuploaded: /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
165282026-01-29T02:45:02.647Zuploading: /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)
165292026-01-29T02:45:03.744Zuploaded: /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
165302026-01-29T02:45:03.744Zuploading: /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)
165312026-01-29T02:45:04.910Zuploaded: /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
165322026-01-29T02:45:04.934Zuploading: /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)
165332026-01-29T02:45:06.006Zuploaded: /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
165342026-01-29T02:45:06.006Zuploading: /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)
165352026-01-29T02:45:07.169Zuploaded: /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
165362026-01-29T02:45:07.169Zuploading: /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)
165372026-01-29T02:45:08.265Zuploaded: /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
165382026-01-29T02:45:08.265Zuploading: /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)
165392026-01-29T02:45:09.361Zuploaded: /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
165402026-01-29T02:45:09.361Zuploading: /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)
165412026-01-29T02:45:10.459Zuploaded: /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
165422026-01-29T02:45:10.459Zuploading: /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)
165432026-01-29T02:45:11.560Zuploaded: /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
165442026-01-29T02:45:11.585Zuploading: /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)
165452026-01-29T02:45:12.659Zuploaded: /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
165462026-01-29T02:45:12.659Zuploading: /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)
165472026-01-29T02:45:13.757Zuploaded: /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
165482026-01-29T02:45:13.781Zuploading: /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)
165492026-01-29T02:45:14.922Zuploaded: /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
165502026-01-29T02:45:14.922Zuploading: /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)
165512026-01-29T02:45:16.019Zuploaded: /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
165522026-01-29T02:45:16.043Zuploading: /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)
165532026-01-29T02:45:17.185Zuploaded: /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
165542026-01-29T02:45:17.209Zuploading: /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)
165552026-01-29T02:45:18.282Zuploaded: /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
165562026-01-29T02:45:18.307Zuploading: /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)
165572026-01-29T02:45:19.379Zuploaded: /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
165582026-01-29T02:45:19.379Zuploading: /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)
165592026-01-29T02:45:20.491Zuploaded: /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
165602026-01-29T02:45:20.491Zuploading: /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)
165612026-01-29T02:45:21.585Zuploaded: /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
165622026-01-29T02:45:21.585Zuploading: /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)
165632026-01-29T02:45:22.682Zuploaded: /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
165642026-01-29T02:45:22.682Zuploading: /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)
165652026-01-29T02:45:23.778Zuploaded: /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
165662026-01-29T02:45:23.778Zuploading: /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)
165672026-01-29T02:45:24.940Zuploaded: /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
165682026-01-29T02:45:24.940Zuploading: /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)
165692026-01-29T02:45:26.035Zuploaded: /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
165702026-01-29T02:45:26.035Zuploading: /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)
165712026-01-29T02:45:27.197Zuploaded: /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
165722026-01-29T02:45:27.197Zuploading: /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)
165732026-01-29T02:45:28.293Zuploaded: /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
165742026-01-29T02:45:28.293Zuploading: /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)
165752026-01-29T02:45:29.388Zuploaded: /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
165762026-01-29T02:45:29.388Zuploading: /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)
165772026-01-29T02:45:30.485Zuploaded: /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
165782026-01-29T02:45:30.485Zuploading: /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)
165792026-01-29T02:45:31.580Zuploaded: /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
165802026-01-29T02:45:31.604Zuploading: /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)
165812026-01-29T02:45:32.674Zuploaded: /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
165822026-01-29T02:45:32.675Zuploading: /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)
165832026-01-29T02:45:33.770Zuploaded: /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
165842026-01-29T02:45:33.795Zuploading: /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)
165852026-01-29T02:45:34.934Zuploaded: /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
165862026-01-29T02:45:34.934Zuploading: /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)
165872026-01-29T02:45:36.108Zuploaded: /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
165882026-01-29T02:45:36.108Zuploading: /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)
165892026-01-29T02:45:37.288Zuploaded: /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
165902026-01-29T02:45:37.313Zuploading: /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)
165912026-01-29T02:45:38.384Zuploaded: /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
165922026-01-29T02:45:38.384Zuploading: /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)
165932026-01-29T02:45:39.480Zuploaded: /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
165942026-01-29T02:45:39.504Zuploading: /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)
165952026-01-29T02:45:40.576Zuploaded: /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
165962026-01-29T02:45:40.576Zuploading: /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)
165972026-01-29T02:45:41.672Zuploaded: /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
165982026-01-29T02:45:41.672Zuploading: /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)
165992026-01-29T02:45:42.767Zuploaded: /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
166002026-01-29T02:45:42.791Zuploading: /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)
166012026-01-29T02:45:43.864Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/store/fce/fcec91e8-7f93-4aa1-a9c8-4dcf0a4ad9ef/format_version.txt
166022026-01-29T02:45:43.889Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/uuid (36 bytes)
166032026-01-29T02:45:44.959Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.1-clickhouse-DOV46W/datastore/uuid
166042026-01-29T02:45:44.959Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log (4289604 bytes)
166052026-01-29T02:45:46.331Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_unauthorized.5993.2.log
166062026-01-29T02:45:46.331Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log (585445 bytes)
166072026-01-29T02:45:47.604Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.0.log
166082026-01-29T02:45:47.604Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.errlog (0 bytes)
166092026-01-29T02:45:48.676Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.errlog
166102026-01-29T02:45:48.676Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.log (25990 bytes)
166112026-01-29T02:45:49.836Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/clickhouse-server.log
166122026-01-29T02:45:49.836Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config-preprocessed.xml (2925 bytes)
166132026-01-29T02:45:50.931Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config-preprocessed.xml
166142026-01-29T02:45:50.931Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config.xml (2625 bytes)
166152026-01-29T02:45:52.026Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/config.xml
166162026-01-29T02:45:52.051Zuploading: /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)
166172026-01-29T02:45:53.121Zuploaded: /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
166182026-01-29T02:45:53.146Zuploading: /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)
166192026-01-29T02:45:54.217Zuploaded: /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
166202026-01-29T02:45:54.241Zuploading: /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)
166212026-01-29T02:45:55.311Zuploaded: /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
166222026-01-29T02:45:55.311Zuploading: /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)
166232026-01-29T02:45:56.407Zuploaded: /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
166242026-01-29T02:45:56.407Zuploading: /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)
166252026-01-29T02:45:57.503Zuploaded: /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
166262026-01-29T02:45:57.503Zuploading: /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)
166272026-01-29T02:45:58.595Zuploaded: /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
166282026-01-29T02:45:58.626Zuploading: /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)
166292026-01-29T02:45:59.689Zuploaded: /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
166302026-01-29T02:45:59.689Zuploading: /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)
166312026-01-29T02:46:00.784Zuploaded: /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
166322026-01-29T02:46:00.784Zuploading: /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)
166332026-01-29T02:46:01.877Zuploaded: /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
166342026-01-29T02:46:01.877Zuploading: /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)
166352026-01-29T02:46:02.971Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/asynchronous_metric_log/format_version.txt
166362026-01-29T02:46:02.971Zuploading: /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)
166372026-01-29T02:46:04.065Zuploaded: /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
166382026-01-29T02:46:04.089Zuploading: /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)
166392026-01-29T02:46:05.225Zuploaded: /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
166402026-01-29T02:46:05.225Zuploading: /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)
166412026-01-29T02:46:06.320Zuploaded: /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
166422026-01-29T02:46:06.344Zuploading: /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)
166432026-01-29T02:46:07.479Zuploaded: /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
166442026-01-29T02:46:07.479Zuploading: /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)
166452026-01-29T02:46:09.597Zuploaded: /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
166462026-01-29T02:46:09.597Zuploading: /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)
166472026-01-29T02:46:10.690Zuploaded: /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
166482026-01-29T02:46:10.691Zuploading: /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)
166492026-01-29T02:46:11.785Zuploaded: /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
166502026-01-29T02:46:11.785Zuploading: /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)
166512026-01-29T02:46:12.879Zuploaded: /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
166522026-01-29T02:46:12.879Zuploading: /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)
166532026-01-29T02:46:13.974Zuploaded: /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
166542026-01-29T02:46:13.974Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/format_version.txt (1 bytes)
166552026-01-29T02:46:15.068Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/data/system/metric_log/format_version.txt
166562026-01-29T02:46:15.068Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes)
166572026-01-29T02:46:16.161Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/INFORMATION_SCHEMA.sql
166582026-01-29T02:46:16.161Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/default.sql (78 bytes)
166592026-01-29T02:46:17.255Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/default.sql
166602026-01-29T02:46:17.255Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/information_schema.sql (51 bytes)
166612026-01-29T02:46:18.351Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/information_schema.sql
166622026-01-29T02:46:18.351Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes)
166632026-01-29T02:46:19.447Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/asynchronous_metric_log.sql
166642026-01-29T02:46:19.447Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/metric_log.sql (34913 bytes)
166652026-01-29T02:46:20.606Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system/metric_log.sql
166662026-01-29T02:46:20.606Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system.sql (78 bytes)
166672026-01-29T02:46:21.700Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/metadata/system.sql
166682026-01-29T02:46:21.700Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/preprocessed_configs/config.xml (2925 bytes)
166692026-01-29T02:46:22.793Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/preprocessed_configs/config.xml
166702026-01-29T02:46:22.793Zuploading: /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)
166712026-01-29T02:46:23.887Zuploaded: /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
166722026-01-29T02:46:23.911Zuploading: /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)
166732026-01-29T02:46:25.052Zuploaded: /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
166742026-01-29T02:46:25.052Zuploading: /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)
166752026-01-29T02:46:26.145Zuploaded: /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
166762026-01-29T02:46:26.145Zuploading: /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)
166772026-01-29T02:46:27.302Zuploaded: /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
166782026-01-29T02:46:27.325Zuploading: /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)
166792026-01-29T02:46:28.394Zuploaded: /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
166802026-01-29T02:46:28.394Zuploading: /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)
166812026-01-29T02:46:29.487Zuploaded: /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
166822026-01-29T02:46:29.487Zuploading: /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)
166832026-01-29T02:46:30.582Zuploaded: /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
166842026-01-29T02:46:30.582Zuploading: /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)
166852026-01-29T02:46:31.675Zuploaded: /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
166862026-01-29T02:46:31.675Zuploading: /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)
166872026-01-29T02:46:32.767Zuploaded: /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
166882026-01-29T02:46:32.767Zuploading: /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)
166892026-01-29T02:46:33.861Zuploaded: /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
166902026-01-29T02:46:33.861Zuploading: /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)
166912026-01-29T02:46:34.957Zuploaded: /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
166922026-01-29T02:46:34.957Zuploading: /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)
166932026-01-29T02:46:36.049Zuploaded: /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
166942026-01-29T02:46:36.073Zuploading: /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)
166952026-01-29T02:46:37.144Zuploaded: /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
166962026-01-29T02:46:37.144Zuploading: /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)
166972026-01-29T02:46:38.239Zuploaded: /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
166982026-01-29T02:46:38.239Zuploading: /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)
166992026-01-29T02:46:39.333Zuploaded: /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
167002026-01-29T02:46:39.356Zuploading: /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)
167012026-01-29T02:46:40.425Zuploaded: /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
167022026-01-29T02:46:40.425Zuploading: /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)
167032026-01-29T02:46:41.519Zuploaded: /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
167042026-01-29T02:46:41.519Zuploading: /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)
167052026-01-29T02:46:42.611Zuploaded: /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
167062026-01-29T02:46:42.635Zuploading: /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)
167072026-01-29T02:46:43.705Zuploaded: /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
167082026-01-29T02:46:43.752Zuploading: /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)
167092026-01-29T02:46:44.822Zuploaded: /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
167102026-01-29T02:46:44.822Zuploading: /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)
167112026-01-29T02:46:45.916Zuploaded: /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
167122026-01-29T02:46:45.916Zuploading: /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)
167132026-01-29T02:46:47.076Zuploaded: /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
167142026-01-29T02:46:47.100Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/uuid (36 bytes)
167152026-01-29T02:46:48.170Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.1-clickhouse-pOtq3q/datastore/uuid
167162026-01-29T02:46:48.170Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log (153689 bytes)
167172026-01-29T02:46:49.374Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_update_status.6148.2.log
167182026-01-29T02:46:49.374Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log (325910 bytes)
167192026-01-29T02:46:50.600Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.0.log
167202026-01-29T02:46:50.600Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.errlog (0 bytes)
167212026-01-29T02:46:51.670Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.errlog
167222026-01-29T02:46:51.670Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.log (25990 bytes)
167232026-01-29T02:46:52.828Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/clickhouse-server.log
167242026-01-29T02:46:52.852Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config-preprocessed.xml (2925 bytes)
167252026-01-29T02:46:53.921Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config-preprocessed.xml
167262026-01-29T02:46:53.921Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config.xml (2625 bytes)
167272026-01-29T02:46:55.015Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/config.xml
167282026-01-29T02:46:55.015Zuploading: /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)
167292026-01-29T02:46:56.108Zuploaded: /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
167302026-01-29T02:46:56.108Zuploading: /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)
167312026-01-29T02:46:57.202Zuploaded: /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
167322026-01-29T02:46:57.202Zuploading: /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)
167332026-01-29T02:46:58.297Zuploaded: /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
167342026-01-29T02:46:58.320Zuploading: /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)
167352026-01-29T02:46:59.390Zuploaded: /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
167362026-01-29T02:46:59.390Zuploading: /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)
167372026-01-29T02:47:00.483Zuploaded: /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
167382026-01-29T02:47:00.483Zuploading: /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)
167392026-01-29T02:47:01.577Zuploaded: /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
167402026-01-29T02:47:01.601Zuploading: /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)
167412026-01-29T02:47:02.671Zuploaded: /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
167422026-01-29T02:47:02.671Zuploading: /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)
167432026-01-29T02:47:03.764Zuploaded: /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
167442026-01-29T02:47:03.764Zuploading: /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)
167452026-01-29T02:47:04.857Zuploaded: /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
167462026-01-29T02:47:04.857Zuploading: /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)
167472026-01-29T02:47:05.951Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/asynchronous_metric_log/format_version.txt
167482026-01-29T02:47:05.951Zuploading: /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)
167492026-01-29T02:47:07.046Zuploaded: /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
167502026-01-29T02:47:07.070Zuploading: /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)
167512026-01-29T02:47:08.207Zuploaded: /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
167522026-01-29T02:47:08.231Zuploading: /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)
167532026-01-29T02:47:09.301Zuploaded: /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
167542026-01-29T02:47:09.301Zuploading: /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)
167552026-01-29T02:47:10.461Zuploaded: /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
167562026-01-29T02:47:10.461Zuploading: /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)
167572026-01-29T02:47:11.555Zuploaded: /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
167582026-01-29T02:47:11.555Zuploading: /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)
167592026-01-29T02:47:12.651Zuploaded: /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
167602026-01-29T02:47:12.651Zuploading: /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)
167612026-01-29T02:47:13.745Zuploaded: /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
167622026-01-29T02:47:13.745Zuploading: /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)
167632026-01-29T02:47:14.839Zuploaded: /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
167642026-01-29T02:47:14.863Zuploading: /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)
167652026-01-29T02:47:15.933Zuploaded: /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
167662026-01-29T02:47:15.958Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/format_version.txt (1 bytes)
167672026-01-29T02:47:17.030Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/data/system/metric_log/format_version.txt
167682026-01-29T02:47:17.030Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/INFORMATION_SCHEMA.sql (51 bytes)
167692026-01-29T02:47:18.124Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/INFORMATION_SCHEMA.sql
167702026-01-29T02:47:18.124Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/default.sql (78 bytes)
167712026-01-29T02:47:19.218Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/default.sql
167722026-01-29T02:47:19.219Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/information_schema.sql (51 bytes)
167732026-01-29T02:47:20.330Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/information_schema.sql
167742026-01-29T02:47:20.330Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/asynchronous_metric_log.sql (358 bytes)
167752026-01-29T02:47:21.407Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/asynchronous_metric_log.sql
167762026-01-29T02:47:21.407Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/metric_log.sql (34913 bytes)
167772026-01-29T02:47:22.567Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system/metric_log.sql
167782026-01-29T02:47:22.591Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system.sql (78 bytes)
167792026-01-29T02:47:23.660Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/metadata/system.sql
167802026-01-29T02:47:23.660Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/preprocessed_configs/config.xml (2925 bytes)
167812026-01-29T02:47:24.753Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/preprocessed_configs/config.xml
167822026-01-29T02:47:24.777Zuploading: /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)
167832026-01-29T02:47:25.847Zuploaded: /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
167842026-01-29T02:47:25.847Zuploading: /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)
167852026-01-29T02:47:26.940Zuploaded: /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
167862026-01-29T02:47:26.965Zuploading: /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)
167872026-01-29T02:47:28.035Zuploaded: /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
167882026-01-29T02:47:28.035Zuploading: /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)
167892026-01-29T02:47:29.129Zuploaded: /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
167902026-01-29T02:47:29.129Zuploading: /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)
167912026-01-29T02:47:30.223Zuploaded: /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
167922026-01-29T02:47:30.247Zuploading: /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)
167932026-01-29T02:47:31.318Zuploaded: /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
167942026-01-29T02:47:31.319Zuploading: /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)
167952026-01-29T02:47:32.413Zuploaded: /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
167962026-01-29T02:47:32.437Zuploading: /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)
167972026-01-29T02:47:33.506Zuploaded: /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
167982026-01-29T02:47:33.507Zuploading: /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)
167992026-01-29T02:47:34.603Zuploaded: /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
168002026-01-29T02:47:34.603Zuploading: /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)
168012026-01-29T02:47:35.697Zuploaded: /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
168022026-01-29T02:47:35.721Zuploading: /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)
168032026-01-29T02:47:36.793Zuploaded: /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
168042026-01-29T02:47:36.793Zuploading: /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)
168052026-01-29T02:47:37.951Zuploaded: /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
168062026-01-29T02:47:37.951Zuploading: /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)
168072026-01-29T02:47:39.047Zuploaded: /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
168082026-01-29T02:47:39.047Zuploading: /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)
168092026-01-29T02:47:40.206Zuploaded: /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
168102026-01-29T02:47:40.206Zuploading: /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)
168112026-01-29T02:47:41.301Zuploaded: /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
168122026-01-29T02:47:41.301Zuploading: /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)
168132026-01-29T02:47:42.396Zuploaded: /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
168142026-01-29T02:47:42.397Zuploading: /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)
168152026-01-29T02:47:43.491Zuploaded: /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
168162026-01-29T02:47:43.491Zuploading: /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)
168172026-01-29T02:47:44.585Zuploaded: /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
168182026-01-29T02:47:44.586Zuploading: /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)
168192026-01-29T02:47:45.679Zuploaded: /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
168202026-01-29T02:47:45.679Zuploading: /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)
168212026-01-29T02:47:46.774Zuploaded: /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
168222026-01-29T02:47:46.774Zuploading: /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)
168232026-01-29T02:47:47.869Zuploaded: /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
168242026-01-29T02:47:47.870Zuploading: /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)
168252026-01-29T02:47:49.029Zuploaded: /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
168262026-01-29T02:47:49.053Zuploading: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/uuid (36 bytes)
168272026-01-29T02:47:50.126Zuploaded: /var/tmp/omicron_tmp/test_all-15ef63339c3c575c-test_users_builtin.6160.1-clickhouse-YteqBA/datastore/uuid