01KSKJV6Z6Y2FBCJF4KX5ASCST: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KSKJVRF215SES3800PP1EMD1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T02:06:12.146Zjob assigned to worker 01KSKJW08FBKWHHPSK1P7XMKGT [factory aws, i-054e7fc00a1f75971] (queued for 51 s)
 
22026-05-27T02:06:19.854Zstarting task 0: "setup"
32026-05-27T02:06:19.858Z++ uname -s
42026-05-27T02:06:19.861Z+ kern=SunOS
52026-05-27T02:06:19.861Z+ build_user=build
62026-05-27T02:06:19.861Z+ build_uid=12345
72026-05-27T02:06:19.861Z+ work_dir=/work
82026-05-27T02:06:19.861Z+ input_dir=/input
92026-05-27T02:06:19.861Z+ [[ 0 == 12345 ]]
102026-05-27T02:06:19.861Z+ case "$kern" in
112026-05-27T02:06:19.861Z+ groupadd -g 12345 build
122026-05-27T02:06:19.875Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T02:06:21.883Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T02:06:21.962Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T02:06:21.964Z+ home_fs=zfs
162026-05-27T02:06:21.965Z+ [[ zfs == autofs ]]
172026-05-27T02:06:21.965Z+ mkdir -p /home/build
182026-05-27T02:06:21.967Z+ chown build:build /home/build /work
192026-05-27T02:06:23.967Z+ chmod 0700 /home/build /work
202026-05-27T02:06:23.970Zprocess exited: duration 4118 ms, exit code 0
 
212026-05-27T02:06:23.976Zstarting task 1: "rust-toolchain"
222026-05-27T02:06:23.981Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T02:06:23.981Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-27T02:06:23.981Z * rust toolchain channel = "1.94.0"
252026-05-27T02:06:23.981Z * rust toolchain profile = "default"
262026-05-27T02:06:23.981Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T02:06:23.981Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-27T02:06:23.984Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T02:06:23.984Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T02:06:24.081Zinfo: downloading installer
312026-05-27T02:06:25.757Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T02:06:25.757Zwarn: /home/build/.rustup/settings.toml
332026-05-27T02:06:25.757Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T02:06:25.757Zwarn: instead of the one inferred from the default host triple.
352026-05-27T02:06:25.770Zinfo: profile set to default
362026-05-27T02:06:25.770Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T02:06:25.773Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T02:06:25.920Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T02:06:25.923Zinfo: downloading 6 components
402026-05-27T02:06:40.048Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T02:06:40.048Z
422026-05-27T02:06:40.076Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T02:06:40.076Z
442026-05-27T02:06:40.076Z
452026-05-27T02:06:40.076ZRust is installed now. Great!
462026-05-27T02:06:40.076Z
472026-05-27T02:06:40.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T02:06:40.076Zenvironment variable. This has not been done automatically.
492026-05-27T02:06:40.076Z
502026-05-27T02:06:40.077ZTo configure your current shell, you need to source
512026-05-27T02:06:40.077Zthe corresponding env file under $HOME/.cargo.
522026-05-27T02:06:40.077Z
532026-05-27T02:06:40.077ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T02:06:40.080Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T02:06:40.080Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T02:06:40.080Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T02:06:40.080Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T02:06:40.080Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T02:06:40.080Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T02:06:40.080Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T02:06:40.080Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T02:06:40.172Z+ rustup --version
632026-05-27T02:06:40.177Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T02:06:40.180Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T02:06:40.199Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T02:06:40.201Z+ cargo --version
672026-05-27T02:06:40.210Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T02:06:40.213Z+ rustc --version
692026-05-27T02:06:40.233Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T02:06:40.236Zprocess exited: duration 16257 ms, exit code 0
 
712026-05-27T02:06:40.242Zstarting task 2: "authentication"
722026-05-27T02:06:40.260Zprocess exited: duration 17 ms, exit code 0
 
732026-05-27T02:06:40.266Zstarting task 3: "clone repository"
742026-05-27T02:06:40.271Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T02:06:40.274Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T02:06:40.326ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T02:06:50.509Z+ cd /work/oxidecomputer/omicron
782026-05-27T02:06:50.509Z+ git fetch origin 61f3025dc1c6309f0a8fcb0fadd3a799c572a840
792026-05-27T02:06:50.795ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T02:06:50.795Z * branch 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 -> FETCH_HEAD
812026-05-27T02:06:50.808Z+ [[ -n '' ]]
822026-05-27T02:06:50.808Z+ git reset --hard 61f3025dc1c6309f0a8fcb0fadd3a799c572a840
832026-05-27T02:06:51.043ZHEAD is now at 61f3025dc [spr] initial version
842026-05-27T02:06:51.046Zprocess exited: duration 10778 ms, exit code 0
 
852026-05-27T02:06:51.052Zstarting task 4: "build"
862026-05-27T02:06:51.057Z+ source .github/buildomat/ci-env.sh
872026-05-27T02:06:51.057Z++ export CARGO_TERM_COLOR=always
882026-05-27T02:06:51.057Z++ CARGO_TERM_COLOR=always
892026-05-27T02:06:51.058Z+ cargo --version
902026-05-27T02:06:51.067Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-27T02:06:51.070Z+ rustc --version
922026-05-27T02:06:51.090Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-27T02:06:51.095Z+ WORK=/work
942026-05-27T02:06:51.095Z+ pfexec mkdir -p /work
952026-05-27T02:06:51.098Z+ pfexec chown build /work
962026-05-27T02:06:51.100Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-27T02:06:53.257Z Startup: Refreshing catalog 'helios' ... Done
982026-05-27T02:06:53.335Z Startup: Caching catalogs ... Done
992026-05-27T02:06:53.597ZPlanning: Solver setup ... Done (0.227s)
1002026-05-27T02:06:53.616ZPlanning: Running solver ... Done (0.019s)
1012026-05-27T02:06:53.632ZPlanning: Finding local manifests ... Done (0.012s)
1022026-05-27T02:06:53.643ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-27T02:06:53.658ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-27T02:06:53.672ZPlanning: Package planning ... Done (0.014s)
1052026-05-27T02:06:53.675ZPlanning: Merging actions ... Done (0.002s)
1062026-05-27T02:06:53.870ZPlanning: Checking for conflicting actions ... Done (0.196s)
1072026-05-27T02:06:53.874ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-27T02:06:55.513ZPlanning: Evaluating mediators ... Done (1.642s)
1092026-05-27T02:06:55.516ZPlanning: Planning completed in 2.16 seconds
1102026-05-27T02:06:55.523Z Packages to install: 2
1112026-05-27T02:06:55.523Z Estimated space available: 156.07 GB
1122026-05-27T02:06:55.523ZEstimated space to be consumed: 22.53 MB
1132026-05-27T02:06:55.523Z Create boot environment: No
1142026-05-27T02:06:55.523ZCreate backup boot environment: No
1152026-05-27T02:06:55.526Z Rebuild boot archive: No
1162026-05-27T02:06:55.526Z
1172026-05-27T02:06:55.526ZChanged packages:
1182026-05-27T02:06:55.526Zhelios
1192026-05-27T02:06:55.526Z developer/build-essential
1202026-05-27T02:06:55.526Z None -> 11-3.0
1212026-05-27T02:06:55.526Z library/libxmlsec1
1222026-05-27T02:06:55.526Z None -> 1.2.35-3.0
1232026-05-27T02:06:55.570Z
1242026-05-27T02:06:55.570ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-27T02:06:56.067ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1262026-05-27T02:06:56.116Z Actions: 1/268 actions (Installing new actions)
1272026-05-27T02:06:56.155Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-27T02:06:56.187ZFinalize: Updating package state database ... Done (0.031s)
1292026-05-27T02:06:56.187ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-27T02:06:56.205ZFinalize: Updating image state ... Done (0.018s)
1312026-05-27T02:06:58.955ZFinalize: Creating fast lookup database ... Done (2.726s)
1322026-05-27T02:06:59.022ZFinalize: Reading search index ... Done (0.011s)
1332026-05-27T02:06:59.025ZFinalize: Updating search index ... Done (0.000s)
1342026-05-27T02:06:59.083ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-27T02:06:59.381ZPlanning: Evaluating mediator changes ... Done
1362026-05-27T02:06:59.485ZPlanning: Checking for conflicting actions ... Done
1372026-05-27T02:06:59.488ZPlanning: Consolidating action changes ... Done
1382026-05-27T02:06:59.642ZPlanning: Evaluating mediators ... Done
1392026-05-27T02:06:59.645ZPlanning: Planning completed in 0.26 seconds
1402026-05-27T02:06:59.665Z Mediators to change: 2
1412026-05-27T02:06:59.665Z Create boot environment: No
1422026-05-27T02:06:59.668ZCreate backup boot environment: No
1432026-05-27T02:06:59.742ZFinalize: Updating package state database ... Done
1442026-05-27T02:06:59.742ZFinalize: Updating package cache ... Done
1452026-05-27T02:06:59.755ZFinalize: Updating image state ... Done
1462026-05-27T02:07:01.671ZFinalize: Creating fast lookup database ... Done
1472026-05-27T02:07:01.726ZFinalize: Reading search index ... Done
1482026-05-27T02:07:01.730ZFinalize: Updating search index ... Done
1492026-05-27T02:07:01.783ZFinalize: Updating package cache ... Done
1502026-05-27T02:07:02.067ZPlanning: Evaluating mediator changes ... Done
1512026-05-27T02:07:02.172ZPlanning: Checking for conflicting actions ... Done
1522026-05-27T02:07:02.175ZPlanning: Consolidating action changes ... Done
1532026-05-27T02:07:02.333ZPlanning: Evaluating mediators ... Done
1542026-05-27T02:07:02.336ZPlanning: Planning completed in 0.27 seconds
1552026-05-27T02:07:02.356Z Mediators to change: 1
1562026-05-27T02:07:02.356Z Create boot environment: No
1572026-05-27T02:07:02.356ZCreate backup boot environment: No
1582026-05-27T02:07:02.402ZFinalize: Updating package state database ... Done
1592026-05-27T02:07:02.402ZFinalize: Updating package cache ... Done
1602026-05-27T02:07:02.413ZFinalize: Updating image state ... Done
1612026-05-27T02:07:04.342ZFinalize: Creating fast lookup database ... Done
1622026-05-27T02:07:04.404ZFinalize: Reading search index ... Done
1632026-05-27T02:07:04.408ZFinalize: Updating search index ... Done
1642026-05-27T02:07:04.462ZFinalize: Updating package cache ... Done
1652026-05-27T02:07:04.770ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-27T02:07:04.770Zapache system 2.4 system
1672026-05-27T02:07:04.770Zclang system 15 system
1682026-05-27T02:07:04.770Zcsh system system illumos
1692026-05-27T02:07:04.770Zctags system system illumos
1702026-05-27T02:07:04.770Zfile vendor vendor darwinsys
1712026-05-27T02:07:04.770Zfile system system illumos
1722026-05-27T02:07:04.770Zgcc vendor 14 vendor
1732026-05-27T02:07:04.770Zgcc system 13 system
1742026-05-27T02:07:04.770Zgcc system 10 system
1752026-05-27T02:07:04.770Zgo system 1.25 system
1762026-05-27T02:07:04.771Zllvm system 15 system
1772026-05-27T02:07:04.771Zmariadb system 11.4 system
1782026-05-27T02:07:04.771Zmta vendor vendor dma
1792026-05-27T02:07:04.771Zopenjdk system 17 system
1802026-05-27T02:07:04.771Zopenjdk system 11 system
1812026-05-27T02:07:04.771Zopenssl vendor 3 vendor
1822026-05-27T02:07:04.771Zperl system 5.40 system
1832026-05-27T02:07:04.771Zpostgresql system 18 system
1842026-05-27T02:07:04.771Zpostgresql system 17 system
1852026-05-27T02:07:04.771Zpython vendor 3 vendor
1862026-05-27T02:07:04.771Zpython system 2 system
1872026-05-27T02:07:04.771Zpython3 vendor 3.13 vendor
1882026-05-27T02:07:04.771Zruby system 3.4 system
1892026-05-27T02:07:04.771Zruby system 3.0 system
1902026-05-27T02:07:04.771Zwords vendor vendor american-english
1912026-05-27T02:07:04.771Zwords system system australian-english
1922026-05-27T02:07:04.771Zwords system system british-english
1932026-05-27T02:07:04.771Zwords system system canadian-english
1942026-05-27T02:07:04.771Zwords system system french
1952026-05-27T02:07:04.771Zwords system system italian
1962026-05-27T02:07:04.771Zwords system system ngerman
1972026-05-27T02:07:04.771Zwords system system ogerman
1982026-05-27T02:07:04.771Zwords system system spanish
1992026-05-27T02:07:05.020ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-27T02:07:05.020Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-27T02:07:05.300ZFMRI IFO
2022026-05-27T02:07:05.300Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-27T02:07:05.300Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-27T02:07:05.300Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-27T02:07:05.300Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-27T02:07:05.300Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-27T02:07:05.301Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-27T02:07:05.301Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-27T02:07:05.301Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-27T02:07:05.301Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-27T02:07:05.530Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-27T02:07:05.809Z Updating crates.io index
2132026-05-27T02:07:05.812Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-27T02:07:06.307Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-27T02:07:06.716Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-27T02:07:06.984Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-27T02:07:07.994Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-27T02:07:08.508Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-27T02:07:10.046Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-27T02:07:10.837Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-27T02:07:11.154Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-27T02:07:12.023Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-27T02:07:12.265Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-27T02:07:12.684Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-27T02:07:12.961Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-27T02:07:14.014Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-27T02:07:14.513Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-27T02:07:14.777Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-27T02:07:15.143Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-27T02:07:15.631Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-27T02:07:15.953Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-27T02:07:16.454Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-27T02:07:16.683Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-27T02:07:16.924Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-27T02:07:17.282Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-27T02:07:17.878Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-05-27T02:07:18.255Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-05-27T02:07:18.657Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-05-27T02:07:18.950Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-05-27T02:07:19.252Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-05-27T02:07:20.152Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-05-27T02:07:20.713Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-27T02:07:21.178Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-27T02:07:21.453Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-27T02:07:21.763Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-27T02:07:22.060Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-27T02:07:22.385Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2482026-05-27T02:07:22.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2492026-05-27T02:07:23.178Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2502026-05-27T02:07:23.448Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2512026-05-27T02:07:23.670Z Updating git repository `https://github.com/illumos/smf-rs`
2522026-05-27T02:07:24.067Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-05-27T02:07:35.666Z Downloading crates ...
2542026-05-27T02:07:35.721Z Downloaded block-buffer v0.10.4
2552026-05-27T02:07:35.724Z Downloaded byteorder v1.5.0
2562026-05-27T02:07:35.724Z Downloaded anstyle-parse v0.2.7
2572026-05-27T02:07:35.728Z Downloaded generic-array v0.14.7
2582026-05-27T02:07:35.731Z Downloaded plain v0.2.3
2592026-05-27T02:07:35.731Z Downloaded percent-encoding v2.3.2
2602026-05-27T02:07:35.731Z Downloaded thiserror v2.0.18
2612026-05-27T02:07:35.734Z Downloaded colorchoice v1.0.4
2622026-05-27T02:07:35.737Z Downloaded serde-value v0.7.0
2632026-05-27T02:07:35.737Z Downloaded cargo-platform v0.2.0
2642026-05-27T02:07:35.737Z Downloaded anstream v0.6.21
2652026-05-27T02:07:35.739Z Downloaded textwrap v0.16.2
2662026-05-27T02:07:35.740Z Downloaded itoa v1.0.17
2672026-05-27T02:07:35.740Z Downloaded idna_adapter v1.2.1
2682026-05-27T02:07:35.740Z Downloaded dof v0.3.0
2692026-05-27T02:07:35.743Z Downloaded yoke-derive v0.8.1
2702026-05-27T02:07:35.743Z Downloaded crypto-common v0.1.7
2712026-05-27T02:07:35.743Z Downloaded zerofrom-derive v0.1.6
2722026-05-27T02:07:35.743Z Downloaded typeid v1.0.3
2732026-05-27T02:07:35.745Z Downloaded toml_datetime v0.6.11
2742026-05-27T02:07:35.745Z Downloaded cargo_toml v0.21.0
2752026-05-27T02:07:35.746Z Downloaded zerofrom v0.1.6
2762026-05-27T02:07:35.746Z Downloaded semver v1.0.28
2772026-05-27T02:07:35.749Z Downloaded smallvec v1.15.1
2782026-05-27T02:07:35.751Z Downloaded thread-id v4.2.2
2792026-05-27T02:07:35.751Z Downloaded unicode-xid v0.2.6
2802026-05-27T02:07:35.751Z Downloaded litemap v0.8.1
2812026-05-27T02:07:35.757Z Downloaded utf8_iter v1.0.4
2822026-05-27T02:07:35.760Z Downloaded version_check v0.9.5
2832026-05-27T02:07:35.763Z Downloaded usdt-attr-macro v0.5.0
2842026-05-27T02:07:35.763Z Downloaded usdt-macro v0.5.0
2852026-05-27T02:07:35.763Z Downloaded unicode-linebreak v0.1.5
2862026-05-27T02:07:35.766Z Downloaded serde_core v1.0.228
2872026-05-27T02:07:35.766Z Downloaded pretty-hex v0.4.1
2882026-05-27T02:07:35.769Z Downloaded utf8parse v0.2.2
2892026-05-27T02:07:35.769Z Downloaded usdt v0.5.0
2902026-05-27T02:07:35.769Z Downloaded writeable v0.6.2
2912026-05-27T02:07:35.772Z Downloaded thiserror-impl v2.0.18
2922026-05-27T02:07:35.772Z Downloaded zmij v1.0.21
2932026-05-27T02:07:35.772Z Downloaded toml_write v0.1.2
2942026-05-27T02:07:35.775Z Downloaded thiserror-impl v1.0.69
2952026-05-27T02:07:35.775Z Downloaded tinystr v0.8.2
2962026-05-27T02:07:35.778Z Downloaded thiserror v1.0.69
2972026-05-27T02:07:35.778Z Downloaded usdt-impl v0.5.0
2982026-05-27T02:07:35.784Z Downloaded ucd-trie v0.1.7
2992026-05-27T02:07:35.784Z Downloaded memmap v0.7.0
3002026-05-27T02:07:35.784Z Downloaded bitflags v2.11.0
3012026-05-27T02:07:35.787Z Downloaded equivalent v1.0.2
3022026-05-27T02:07:35.787Z Downloaded fastrand v2.3.0
3032026-05-27T02:07:35.787Z Downloaded icu_normalizer_data v2.1.1
3042026-05-27T02:07:35.790Z Downloaded zerocopy-derive v0.7.35
3052026-05-27T02:07:35.791Z Downloaded toml v0.8.23
3062026-05-27T02:07:35.791Z Downloaded zerovec-derive v0.11.2
3072026-05-27T02:07:35.793Z Downloaded swrite v0.1.0
3082026-05-27T02:07:35.794Z Downloaded errno v0.3.14
3092026-05-27T02:07:35.794Z Downloaded yoke v0.8.1
3102026-05-27T02:07:35.796Z Downloaded dtrace-parser v0.2.0
3112026-05-27T02:07:35.797Z Downloaded cpufeatures v0.2.17
3122026-05-27T02:07:35.800Z Downloaded fnv v1.0.7
3132026-05-27T02:07:35.800Z Downloaded is_terminal_polyfill v1.70.2
3142026-05-27T02:07:35.804Z Downloaded form_urlencoded v1.2.2
3152026-05-27T02:07:35.810Z Downloaded unicode-ident v1.0.24
3162026-05-27T02:07:35.814Z Downloaded zerotrie v0.2.3
3172026-05-27T02:07:35.814Z Downloaded terminal_size v0.4.3
3182026-05-27T02:07:35.817Z Downloaded heck v0.4.1
3192026-05-27T02:07:35.817Z Downloaded strsim v0.11.1
3202026-05-27T02:07:35.817Z Downloaded potential_utf v0.1.4
3212026-05-27T02:07:35.817Z Downloaded url v2.5.8
3222026-05-27T02:07:35.819Z Downloaded toml_edit v0.22.27
3232026-05-27T02:07:35.823Z Downloaded serde-untagged v0.1.9
3242026-05-27T02:07:35.823Z Downloaded macaddr v1.0.1
3252026-05-27T02:07:35.823Z Downloaded icu_properties_data v2.1.2
3262026-05-27T02:07:35.826Z Downloaded pest_meta v2.8.6
3272026-05-27T02:07:35.829Z Downloaded anstyle-query v1.1.5
3282026-05-27T02:07:35.830Z Downloaded memchr v2.8.0
3292026-05-27T02:07:35.832Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-27T02:07:35.832Z Downloaded heck v0.5.0
3312026-05-27T02:07:35.832Z Downloaded ordered-float v2.10.1
3322026-05-27T02:07:35.835Z Downloaded hashbrown v0.17.0
3332026-05-27T02:07:35.839Z Downloaded zerovec v0.11.5
3342026-05-27T02:07:35.841Z Downloaded bytecount v0.6.9
3352026-05-27T02:07:35.841Z Downloaded cfg-if v1.0.4
3362026-05-27T02:07:35.841Z Downloaded zerocopy v0.7.35
3372026-05-27T02:07:35.849Z Downloaded smawk v0.3.2
3382026-05-27T02:07:35.851Z Downloaded typenum v1.19.0
3392026-05-27T02:07:35.851Z Downloaded serde_spanned v0.6.9
3402026-05-27T02:07:35.856Z Downloaded winnow v0.7.14
3412026-05-27T02:07:35.861Z Downloaded tabled_derive v0.7.0
3422026-05-27T02:07:35.861Z Downloaded stable_deref_trait v1.2.1
3432026-05-27T02:07:35.861Z Downloaded scroll_derive v0.12.1
3442026-05-27T02:07:35.861Z Downloaded pest_derive v2.8.6
3452026-05-27T02:07:35.864Z Downloaded unicode-width v0.2.0
3462026-05-27T02:07:35.867Z Downloaded quote v1.0.45
3472026-05-27T02:07:35.867Z Downloaded proc-macro-error v1.0.4
3482026-05-27T02:07:35.869Z Downloaded scroll v0.12.0
3492026-05-27T02:07:35.869Z Downloaded anstyle v1.0.13
3502026-05-27T02:07:35.869Z Downloaded digest v0.10.7
3512026-05-27T02:07:35.872Z Downloaded unicode-width v0.1.14
3522026-05-27T02:07:35.875Z Downloaded fs-err v3.3.0
3532026-05-27T02:07:35.883Z Downloaded camino-tempfile v1.4.1
3542026-05-27T02:07:35.887Z Downloaded displaydoc v0.2.5
3552026-05-27T02:07:35.887Z Downloaded clap_lex v1.0.0
3562026-05-27T02:07:35.890Z Downloaded cargo_metadata v0.21.0
3572026-05-27T02:07:35.893Z Downloaded synstructure v0.13.2
3582026-05-27T02:07:35.896Z Downloaded serde_tokenstream v0.2.3
3592026-05-27T02:07:35.896Z Downloaded icu_provider v2.1.1
3602026-05-27T02:07:35.896Z Downloaded icu_properties v2.1.2
3612026-05-27T02:07:35.899Z Downloaded sha2 v0.10.9
3622026-05-27T02:07:35.902Z Downloaded cargo-util-schemas v0.8.2
3632026-05-27T02:07:35.902Z Downloaded tempfile v3.25.0
3642026-05-27T02:07:35.907Z Downloaded pest_generator v2.8.6
3652026-05-27T02:07:35.910Z Downloaded camino v1.2.2
3662026-05-27T02:07:35.913Z Downloaded papergrid v0.11.0
3672026-05-27T02:07:35.913Z Downloaded anyhow v1.0.102
3682026-05-27T02:07:35.916Z Downloaded clap_derive v4.5.55
3692026-05-27T02:07:35.928Z Downloaded num-traits v0.2.19
3702026-05-27T02:07:35.931Z Downloaded erased-serde v0.4.9
3712026-05-27T02:07:35.935Z Downloaded once_cell v1.21.3
3722026-05-27T02:07:35.937Z Downloaded getrandom v0.4.1
3732026-05-27T02:07:35.940Z Downloaded log v0.4.29
3742026-05-27T02:07:35.940Z Downloaded clap v4.5.60
3752026-05-27T02:07:35.944Z Downloaded autocfg v1.5.0
3762026-05-27T02:07:35.947Z Downloaded serde_derive v1.0.228
3772026-05-27T02:07:35.950Z Downloaded icu_normalizer v2.1.1
3782026-05-27T02:07:35.953Z Downloaded proc-macro2 v1.0.106
3792026-05-27T02:07:35.956Z Downloaded icu_locale_core v2.1.1
3802026-05-27T02:07:35.963Z Downloaded icu_collections v2.1.1
3812026-05-27T02:07:35.966Z Downloaded serde v1.0.228
3822026-05-27T02:07:35.973Z Downloaded indexmap v2.14.0
3832026-05-27T02:07:35.981Z Downloaded pest v2.8.6
3842026-05-27T02:07:35.984Z Downloaded goblin v0.8.2
3852026-05-27T02:07:35.990Z Downloaded serde_json v1.0.149
3862026-05-27T02:07:36.004Z Downloaded idna v1.1.0
3872026-05-27T02:07:36.013Z Downloaded clap_builder v4.5.60
3882026-05-27T02:07:36.023Z Downloaded syn v1.0.109
3892026-05-27T02:07:36.028Z Downloaded tabled v0.15.0
3902026-05-27T02:07:36.036Z Downloaded syn v2.0.117
3912026-05-27T02:07:36.051Z Downloaded rustix v1.1.3
3922026-05-27T02:07:36.073Z Downloaded libc v0.2.185
3932026-05-27T02:07:36.137Z Compiling proc-macro2 v1.0.106
3942026-05-27T02:07:36.140Z Compiling unicode-ident v1.0.24
3952026-05-27T02:07:36.140Z Compiling quote v1.0.45
3962026-05-27T02:07:36.140Z Compiling serde_core v1.0.228
3972026-05-27T02:07:36.140Z Compiling libc v0.2.185
3982026-05-27T02:07:36.140Z Compiling version_check v0.9.5
3992026-05-27T02:07:36.140Z Compiling stable_deref_trait v1.2.1
4002026-05-27T02:07:36.140Z Compiling serde v1.0.228
4012026-05-27T02:07:36.140Z Compiling memchr v2.8.0
4022026-05-27T02:07:36.316Z Compiling zmij v1.0.21
4032026-05-27T02:07:36.319Z Compiling thiserror v1.0.69
4042026-05-27T02:07:36.331Z Compiling autocfg v1.5.0
4052026-05-27T02:07:36.334Z Compiling ucd-trie v0.1.7
4062026-05-27T02:07:36.364Z Compiling itoa v1.0.17
4072026-05-27T02:07:36.379Z Compiling litemap v0.8.1
4082026-05-27T02:07:36.535Z Compiling writeable v0.6.2
4092026-05-27T02:07:36.642Z Compiling icu_properties_data v2.1.2
4102026-05-27T02:07:36.718Z Compiling byteorder v1.5.0
4112026-05-27T02:07:36.767Z Compiling icu_normalizer_data v2.1.1
4122026-05-27T02:07:36.791Z Compiling rustix v1.1.3
4132026-05-27T02:07:36.891Z Compiling pest v2.8.6
4142026-05-27T02:07:36.989Z Compiling bitflags v2.11.0
4152026-05-27T02:07:36.992Z Compiling serde_json v1.0.149
4162026-05-27T02:07:37.005Z Compiling num-traits v0.2.19
4172026-05-27T02:07:37.119Z Compiling typeid v1.0.3
4182026-05-27T02:07:37.216Z Compiling equivalent v1.0.2
4192026-05-27T02:07:37.295Z Compiling hashbrown v0.17.0
4202026-05-27T02:07:37.333Z Compiling smallvec v1.15.1
4212026-05-27T02:07:37.390Z Compiling proc-macro-error-attr v1.0.4
4222026-05-27T02:07:37.393Z Compiling usdt-impl v0.5.0
4232026-05-27T02:07:37.393Z Compiling erased-serde v0.4.9
4242026-05-27T02:07:37.480Z Compiling toml_write v0.1.2
4252026-05-27T02:07:37.483Z Compiling syn v1.0.109
4262026-05-27T02:07:37.515Z Compiling winnow v0.7.14
4272026-05-27T02:07:37.550Z Compiling proc-macro-error v1.0.4
4282026-05-27T02:07:37.566Z Compiling log v0.4.29
4292026-05-27T02:07:37.619Z Compiling errno v0.3.14
4302026-05-27T02:07:37.653Z Compiling thread-id v4.2.2
4312026-05-27T02:07:37.738Z Compiling percent-encoding v2.3.2
4322026-05-27T02:07:37.759Z Compiling thiserror v2.0.18
4332026-05-27T02:07:37.759Z Compiling plain v0.2.3
4342026-05-27T02:07:37.810Z Compiling getrandom v0.4.1
4352026-05-27T02:07:37.810Z Compiling utf8_iter v1.0.4
4362026-05-27T02:07:37.813Z Compiling camino v1.2.2
4372026-05-27T02:07:37.877Z Compiling indexmap v2.14.0
4382026-05-27T02:07:37.917Z Compiling utf8parse v0.2.2
4392026-05-27T02:07:37.949Z Compiling form_urlencoded v1.2.2
4402026-05-27T02:07:37.990Z Compiling pest_meta v2.8.6
4412026-05-27T02:07:38.055Z Compiling anstyle-parse v0.2.7
4422026-05-27T02:07:38.093Z Compiling syn v2.0.117
4432026-05-27T02:07:38.161Z Compiling ordered-float v2.10.1
4442026-05-27T02:07:38.237Z Compiling pretty-hex v0.4.1
4452026-05-27T02:07:38.252Z Compiling cfg-if v1.0.4
4462026-05-27T02:07:38.287Z Compiling is_terminal_polyfill v1.70.2
4472026-05-27T02:07:38.293Z Compiling anstyle-query v1.1.5
4482026-05-27T02:07:38.358Z Compiling anstyle v1.0.13
4492026-05-27T02:07:38.377Z Compiling colorchoice v1.0.4
4502026-05-27T02:07:38.440Z Compiling fs-err v3.3.0
4512026-05-27T02:07:38.458Z Compiling strsim v0.11.1
4522026-05-27T02:07:38.512Z Compiling heck v0.5.0
4532026-05-27T02:07:38.530Z Compiling unicode-width v0.1.14
4542026-05-27T02:07:38.596Z Compiling anstream v0.6.21
4552026-05-27T02:07:38.613Z Compiling terminal_size v0.4.3
4562026-05-27T02:07:38.631Z Compiling once_cell v1.21.3
4572026-05-27T02:07:38.656Z Compiling fastrand v2.3.0
4582026-05-27T02:07:38.672Z Compiling fnv v1.0.7
4592026-05-27T02:07:38.778Z Compiling heck v0.4.1
4602026-05-27T02:07:38.795Z Compiling anyhow v1.0.102
4612026-05-27T02:07:38.795Z Compiling bytecount v0.6.9
4622026-05-27T02:07:38.830Z Compiling unicode-xid v0.2.6
4632026-05-27T02:07:38.927Z Compiling semver v1.0.28
4642026-05-27T02:07:38.965Z Compiling clap_lex v1.0.0
4652026-05-27T02:07:38.984Z Compiling papergrid v0.11.0
4662026-05-27T02:07:39.032Z Compiling tempfile v3.25.0
4672026-05-27T02:07:39.053Z Compiling memmap v0.7.0
4682026-05-27T02:07:39.086Z Compiling unicode-linebreak v0.1.5
4692026-05-27T02:07:39.172Z Compiling clap_builder v4.5.60
4702026-05-27T02:07:39.279Z Compiling serde-untagged v0.1.9
4712026-05-27T02:07:39.297Z Compiling smawk v0.3.2
4722026-05-27T02:07:39.356Z Compiling unicode-width v0.2.0
4732026-05-27T02:07:39.374Z Compiling camino-tempfile v1.4.1
4742026-05-27T02:07:39.475Z Compiling swrite v0.1.0
4752026-05-27T02:07:39.495Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-05-27T02:07:39.655Z Compiling textwrap v0.16.2
4772026-05-27T02:07:39.872Z Compiling tabled_derive v0.7.0
4782026-05-27T02:07:40.524Z Compiling tabled v0.15.0
4792026-05-27T02:07:40.593Z Compiling synstructure v0.13.2
4802026-05-27T02:07:40.593Z Compiling pest_generator v2.8.6
4812026-05-27T02:07:41.144Z Compiling serde_derive v1.0.228
4822026-05-27T02:07:41.144Z Compiling zerofrom-derive v0.1.6
4832026-05-27T02:07:41.144Z Compiling yoke-derive v0.8.1
4842026-05-27T02:07:41.148Z Compiling zerovec-derive v0.11.2
4852026-05-27T02:07:41.148Z Compiling displaydoc v0.2.5
4862026-05-27T02:07:41.148Z Compiling thiserror-impl v1.0.69
4872026-05-27T02:07:41.148Z Compiling zerocopy-derive v0.7.35
4882026-05-27T02:07:41.148Z Compiling scroll_derive v0.12.1
4892026-05-27T02:07:41.148Z Compiling thiserror-impl v2.0.18
4902026-05-27T02:07:41.148Z Compiling clap_derive v4.5.55
4912026-05-27T02:07:41.231Z Compiling pest_derive v2.8.6
4922026-05-27T02:07:41.873Z Compiling scroll v0.12.0
4932026-05-27T02:07:42.041Z Compiling zerocopy v0.7.35
4942026-05-27T02:07:42.120Z Compiling goblin v0.8.2
4952026-05-27T02:07:42.305Z Compiling zerofrom v0.1.6
4962026-05-27T02:07:42.379Z Compiling dtrace-parser v0.2.0
4972026-05-27T02:07:42.461Z Compiling yoke v0.8.1
4982026-05-27T02:07:42.550Z Compiling zerovec v0.11.5
4992026-05-27T02:07:42.551Z Compiling zerotrie v0.2.3
5002026-05-27T02:07:42.609Z Compiling clap v4.5.60
5012026-05-27T02:07:42.953Z Compiling tinystr v0.8.2
5022026-05-27T02:07:42.953Z Compiling potential_utf v0.1.4
5032026-05-27T02:07:43.074Z Compiling icu_collections v2.1.1
5042026-05-27T02:07:43.118Z Compiling icu_locale_core v2.1.1
5052026-05-27T02:07:43.624Z Compiling dof v0.3.0
5062026-05-27T02:07:43.624Z Compiling serde_tokenstream v0.2.3
5072026-05-27T02:07:43.640Z Compiling toml_datetime v0.6.11
5082026-05-27T02:07:43.643Z Compiling serde_spanned v0.6.9
5092026-05-27T02:07:43.643Z Compiling serde-value v0.7.0
5102026-05-27T02:07:43.643Z Compiling cargo-platform v0.2.0
5112026-05-27T02:07:43.643Z Compiling macaddr v1.0.1
5122026-05-27T02:07:43.706Z Compiling icu_provider v2.1.1
5132026-05-27T02:07:43.839Z Compiling toml_edit v0.22.27
5142026-05-27T02:07:43.968Z Compiling icu_properties v2.1.2
5152026-05-27T02:07:43.968Z Compiling icu_normalizer v2.1.1
5162026-05-27T02:07:44.302Z Compiling usdt-macro v0.5.0
5172026-05-27T02:07:44.302Z Compiling usdt-attr-macro v0.5.0
5182026-05-27T02:07:44.785Z Compiling idna_adapter v1.2.1
5192026-05-27T02:07:44.883Z Compiling idna v1.1.0
5202026-05-27T02:07:44.907Z Compiling usdt v0.5.0
5212026-05-27T02:07:45.109Z Compiling toml v0.8.23
5222026-05-27T02:07:45.133Z Compiling url v2.5.8
5232026-05-27T02:07:45.447Z Compiling cargo_toml v0.21.0
5242026-05-27T02:07:45.532Z Compiling cargo-util-schemas v0.8.2
5252026-05-27T02:07:46.318Z Compiling cargo_metadata v0.21.0
5262026-05-27T02:07:47.231Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5272026-05-27T02:07:49.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.94s
5282026-05-27T02:07:49.552Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5292026-05-27T02:07:50.100Z Downloading crates ...
5302026-05-27T02:07:50.207Z Downloaded atomic-waker v1.1.2
5312026-05-27T02:07:50.212Z Downloaded ciborium-ll v0.2.2
5322026-05-27T02:07:50.212Z Downloaded chacha20 v0.10.0
5332026-05-27T02:07:50.212Z Downloaded bitfield-macros v0.19.4
5342026-05-27T02:07:50.212Z Downloaded allocator-api2 v0.2.21
5352026-05-27T02:07:50.212Z Downloaded derive_builder_core v0.20.2
5362026-05-27T02:07:50.215Z Downloaded crc-catalog v2.4.0
5372026-05-27T02:07:50.215Z Downloaded crunchy v0.2.4
5382026-05-27T02:07:50.215Z Downloaded cassowary v0.3.0
5392026-05-27T02:07:50.216Z Downloaded ahash v0.8.12
5402026-05-27T02:07:50.221Z Downloaded arrayref v0.3.9
5412026-05-27T02:07:50.221Z Downloaded async-trait v0.1.89
5422026-05-27T02:07:50.226Z Downloaded atomicwrites v0.4.4
5432026-05-27T02:07:50.226Z Downloaded assert_matches v1.5.0
5442026-05-27T02:07:50.226Z Downloaded colored v3.1.1
5452026-05-27T02:07:50.229Z Downloaded crucible-workspace-hack v0.1.0
5462026-05-27T02:07:50.229Z Downloaded argon2 v0.5.3
5472026-05-27T02:07:50.229Z Downloaded aes v0.8.4
5482026-05-27T02:07:50.233Z Downloaded crypto-bigint v0.5.5
5492026-05-27T02:07:50.237Z Downloaded convert_case v0.10.0
5502026-05-27T02:07:50.237Z Downloaded cpufeatures v0.3.0
5512026-05-27T02:07:50.240Z Downloaded ascii-canvas v3.0.0
5522026-05-27T02:07:50.240Z Downloaded atty v0.2.14
5532026-05-27T02:07:50.240Z Downloaded convert_case v0.4.0
5542026-05-27T02:07:50.244Z Downloaded constant_time_eq v0.4.2
5552026-05-27T02:07:50.244Z Downloaded bb8 v0.8.6
5562026-05-27T02:07:50.244Z Downloaded array-init v0.0.4
5572026-05-27T02:07:50.248Z Downloaded crc-any v2.5.0
5582026-05-27T02:07:50.248Z Downloaded cargo_metadata v0.23.1
5592026-05-27T02:07:50.248Z Downloaded curve25519-dalek v4.1.3
5602026-05-27T02:07:50.255Z Downloaded dyn-clone v1.0.20
5612026-05-27T02:07:50.258Z Downloaded crossterm v0.29.0
5622026-05-27T02:07:50.258Z Downloaded bzip2 v0.6.1
5632026-05-27T02:07:50.261Z Downloaded async-stream v0.3.6
5642026-05-27T02:07:50.261Z Downloaded async-bb8-diesel v0.2.1
5652026-05-27T02:07:50.265Z Downloaded ar_archive_writer v0.5.1
5662026-05-27T02:07:50.269Z Downloaded bit-set v0.5.3
5672026-05-27T02:07:50.269Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-27T02:07:50.272Z Downloaded const_format_proc_macros v0.2.34
5692026-05-27T02:07:50.275Z Downloaded ciborium-io v0.2.2
5702026-05-27T02:07:50.278Z Downloaded cfg_aliases v0.1.1
5712026-05-27T02:07:50.279Z Downloaded adler2 v2.0.1
5722026-05-27T02:07:50.281Z Downloaded castaway v0.2.4
5732026-05-27T02:07:50.286Z Downloaded async-recursion v1.1.1
5742026-05-27T02:07:50.289Z Downloaded display-error-chain v0.2.2
5752026-05-27T02:07:50.292Z Downloaded dof v0.4.0
5762026-05-27T02:07:50.296Z Downloaded compression-core v0.4.31
5772026-05-27T02:07:50.296Z Downloaded document-features v0.2.12
5782026-05-27T02:07:50.296Z Downloaded defmt-macros v1.0.1
5792026-05-27T02:07:50.297Z Downloaded darling v0.13.4
5802026-05-27T02:07:50.303Z Downloaded block-padding v0.3.3
5812026-05-27T02:07:50.303Z Downloaded cstr-argument v0.1.2
5822026-05-27T02:07:50.303Z Downloaded backoff v0.4.0
5832026-05-27T02:07:50.306Z Downloaded difflib v0.4.0
5842026-05-27T02:07:50.306Z Downloaded foreign-types v0.3.2
5852026-05-27T02:07:50.309Z Downloaded float-cmp v0.10.0
5862026-05-27T02:07:50.309Z Downloaded dropshot-api-manager-types v0.7.2
5872026-05-27T02:07:50.312Z Downloaded darling_macro v0.21.3
5882026-05-27T02:07:50.315Z Downloaded foreign-types-macros v0.2.3
5892026-05-27T02:07:50.315Z Downloaded darling_macro v0.13.4
5902026-05-27T02:07:50.318Z Downloaded foreign-types-shared v0.3.1
5912026-05-27T02:07:50.318Z Downloaded cargo-platform v0.3.2
5922026-05-27T02:07:50.318Z Downloaded cfg_aliases v0.2.1
5932026-05-27T02:07:50.318Z Downloaded bitfield-struct v0.6.2
5942026-05-27T02:07:50.322Z Downloaded base16ct v0.2.0
5952026-05-27T02:07:50.322Z Downloaded crc v3.4.0
5962026-05-27T02:07:50.322Z Downloaded ecdsa v0.16.9
5972026-05-27T02:07:50.326Z Downloaded darling v0.21.3
5982026-05-27T02:07:50.326Z Downloaded aead v0.5.2
5992026-05-27T02:07:50.329Z Downloaded curve25519-dalek-derive v0.1.1
6002026-05-27T02:07:50.329Z Downloaded futures-io v0.3.32
6012026-05-27T02:07:50.329Z Downloaded async-stream-impl v0.3.6
6022026-05-27T02:07:50.329Z Downloaded flagset v0.4.7
6032026-05-27T02:07:50.333Z Downloaded gethostname v0.5.0
6042026-05-27T02:07:50.333Z Downloaded dtrace-parser v0.3.0
6052026-05-27T02:07:50.333Z Downloaded dirs-sys-next v0.1.2
6062026-05-27T02:07:50.335Z Downloaded cobs v0.3.0
6072026-05-27T02:07:50.336Z Downloaded dunce v1.0.5
6082026-05-27T02:07:50.339Z Downloaded downcast-rs v2.0.2
6092026-05-27T02:07:50.339Z Downloaded futures-macro v0.3.32
6102026-05-27T02:07:50.339Z Downloaded foreign-types v0.5.0
6112026-05-27T02:07:50.339Z Downloaded ghash v0.5.1
6122026-05-27T02:07:50.342Z Downloaded defmt v0.3.100
6132026-05-27T02:07:50.343Z Downloaded darling_macro v0.23.0
6142026-05-27T02:07:50.343Z Downloaded arrayvec v0.7.6
6152026-05-27T02:07:50.343Z Downloaded endian-type v0.1.2
6162026-05-27T02:07:50.346Z Downloaded embedded-io v0.6.1
6172026-05-27T02:07:50.346Z Downloaded base64ct v1.8.3
6182026-05-27T02:07:50.346Z Downloaded fd-lock v4.0.4
6192026-05-27T02:07:50.351Z Downloaded corncobs v0.1.4
6202026-05-27T02:07:50.351Z Downloaded byte-wrapper v0.1.0
6212026-05-27T02:07:50.351Z Downloaded float-ord v0.3.2
6222026-05-27T02:07:50.351Z Downloaded fixedbitset v0.4.2
6232026-05-27T02:07:50.354Z Downloaded embedded-io v0.4.0
6242026-05-27T02:07:50.354Z Downloaded darling_macro v0.20.11
6252026-05-27T02:07:50.354Z Downloaded chacha20 v0.9.1
6262026-05-27T02:07:50.357Z Downloaded bit-vec v0.6.3
6272026-05-27T02:07:50.357Z Downloaded camino-tempfile-ext v0.3.3
6282026-05-27T02:07:50.357Z Downloaded bitfield v0.19.4
6292026-05-27T02:07:50.361Z Downloaded futures-sink v0.3.32
6302026-05-27T02:07:50.361Z Downloaded env_filter v1.0.0
6312026-05-27T02:07:50.361Z Downloaded dsl_auto_type v0.2.0
6322026-05-27T02:07:50.366Z Downloaded funty v2.0.0
6332026-05-27T02:07:50.366Z Downloaded foreign-types-shared v0.1.1
6342026-05-27T02:07:50.366Z Downloaded futures-core v0.3.32
6352026-05-27T02:07:50.366Z Downloaded fxhash v0.2.1
6362026-05-27T02:07:50.366Z Downloaded crc8 v0.1.1
6372026-05-27T02:07:50.366Z Downloaded cexpr v0.6.0
6382026-05-27T02:07:50.369Z Downloaded globwalk v0.9.1
6392026-05-27T02:07:50.369Z Downloaded derive_builder_macro v0.20.2
6402026-05-27T02:07:50.369Z Downloaded der_derive v0.7.3
6412026-05-27T02:07:50.369Z Downloaded csv-core v0.1.13
6422026-05-27T02:07:50.369Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-05-27T02:07:50.373Z Downloaded defmt-parser v1.0.0
6442026-05-27T02:07:50.373Z Downloaded daft v0.1.7
6452026-05-27T02:07:50.373Z Downloaded git-stub v1.0.0
6462026-05-27T02:07:50.376Z Downloaded derive-ex v0.1.8
6472026-05-27T02:07:50.376Z Downloaded headers-core v0.3.0
6482026-05-27T02:07:50.376Z Downloaded foldhash v0.1.5
6492026-05-27T02:07:50.379Z Downloaded ff v0.13.1
6502026-05-27T02:07:50.379Z Downloaded bit-set v0.8.0
6512026-05-27T02:07:50.383Z Downloaded cmake v0.1.57
6522026-05-27T02:07:50.385Z Downloaded enum-as-inner v0.6.1
6532026-05-27T02:07:50.386Z Downloaded cipher v0.4.4
6542026-05-27T02:07:50.386Z Downloaded crossbeam-deque v0.8.6
6552026-05-27T02:07:50.388Z Downloaded erased-serde v0.3.31
6562026-05-27T02:07:50.388Z Downloaded ed25519 v2.2.3
6572026-05-27T02:07:50.391Z Downloaded ctr v0.9.2
6582026-05-27T02:07:50.391Z Downloaded hash32 v0.2.1
6592026-05-27T02:07:50.391Z Downloaded hash32 v0.3.1
6602026-05-27T02:07:50.394Z Downloaded hex v0.4.3
6612026-05-27T02:07:50.394Z Downloaded futures-task v0.3.32
6622026-05-27T02:07:50.394Z Downloaded bitflags v1.3.2
6632026-05-27T02:07:50.398Z Downloaded fs_extra v1.3.0
6642026-05-27T02:07:50.401Z Downloaded futures-executor v0.3.32
6652026-05-27T02:07:50.401Z Downloaded httpdate v1.0.3
6662026-05-27T02:07:50.401Z Downloaded either v1.15.0
6672026-05-27T02:07:50.405Z Downloaded hostname v0.4.2
6682026-05-27T02:07:50.405Z Downloaded git-stub-vcs v0.1.0
6692026-05-27T02:07:50.405Z Downloaded console v0.16.2
6702026-05-27T02:07:50.408Z Downloaded clang-sys v1.8.1
6712026-05-27T02:07:50.408Z Downloaded fixedbitset v0.5.7
6722026-05-27T02:07:50.408Z Downloaded find-msvc-tools v0.1.9
6732026-05-27T02:07:50.411Z Downloaded data-encoding v2.10.0
6742026-05-27T02:07:50.411Z Downloaded filetime v0.2.27
6752026-05-27T02:07:50.411Z Downloaded diesel-dtrace v0.5.0
6762026-05-27T02:07:50.414Z Downloaded debug-ignore v1.0.5
6772026-05-27T02:07:50.414Z Downloaded env_logger v0.11.9
6782026-05-27T02:07:50.418Z Downloaded cancel-safe-futures v0.1.5
6792026-05-27T02:07:50.418Z Downloaded hubpack v0.1.2
6802026-05-27T02:07:50.418Z Downloaded http-body v1.0.1
6812026-05-27T02:07:50.421Z Downloaded home v0.5.12
6822026-05-27T02:07:50.421Z Downloaded hostname v0.3.1
6832026-05-27T02:07:50.421Z Downloaded fallible-iterator v0.2.0
6842026-05-27T02:07:50.421Z Downloaded ena v0.14.4
6852026-05-27T02:07:50.424Z Downloaded critical-section v1.2.0
6862026-05-27T02:07:50.424Z Downloaded bcs v0.1.6
6872026-05-27T02:07:50.427Z Downloaded group v0.13.0
6882026-05-27T02:07:50.427Z Downloaded glob v0.3.3
6892026-05-27T02:07:50.427Z Downloaded fs-err v2.11.0
6902026-05-27T02:07:50.430Z Downloaded darling v0.23.0
6912026-05-27T02:07:50.435Z Downloaded indoc v1.0.9
6922026-05-27T02:07:50.435Z Downloaded ident_case v1.0.1
6932026-05-27T02:07:50.438Z Downloaded instant v0.1.13
6942026-05-27T02:07:50.438Z Downloaded diff v0.1.13
6952026-05-27T02:07:50.438Z Downloaded hyper-tls v0.6.0
6962026-05-27T02:07:50.438Z Downloaded cookie_store v0.22.1
6972026-05-27T02:07:50.443Z Downloaded bzip2 v0.4.4
6982026-05-27T02:07:50.443Z Downloaded hubpack_derive v0.1.1
6992026-05-27T02:07:50.443Z Downloaded defmt v1.0.1
7002026-05-27T02:07:50.447Z Downloaded cbc v0.1.2
7012026-05-27T02:07:50.447Z Downloaded indent_write v2.2.0
7022026-05-27T02:07:50.447Z Downloaded buf-list v1.1.2
7032026-05-27T02:07:50.450Z Downloaded instability v0.3.11
7042026-05-27T02:07:50.450Z Downloaded inout v0.1.4
7052026-05-27T02:07:50.450Z Downloaded illumos-nvpair-sys v0.2.0
7062026-05-27T02:07:50.450Z Downloaded cookie v0.18.1
7072026-05-27T02:07:50.455Z Downloaded darling v0.20.11
7082026-05-27T02:07:50.459Z Downloaded highway v1.3.0
7092026-05-27T02:07:50.459Z Downloaded hex-literal v0.4.1
7102026-05-27T02:07:50.459Z Downloaded colored v2.2.0
7112026-05-27T02:07:50.462Z Downloaded blowfish v0.9.1
7122026-05-27T02:07:50.462Z Downloaded daft-derive v0.1.7
7132026-05-27T02:07:50.462Z Downloaded const-oid v0.9.6
7142026-05-27T02:07:50.467Z Downloaded blake2 v0.10.6
7152026-05-27T02:07:50.467Z Downloaded futures-channel v0.3.32
7162026-05-27T02:07:50.472Z Downloaded des v0.8.1
7172026-05-27T02:07:50.472Z Downloaded deranged v0.5.8
7182026-05-27T02:07:50.472Z Downloaded async-compression v0.4.41
7192026-05-27T02:07:50.475Z Downloaded crossbeam-epoch v0.9.18
7202026-05-27T02:07:50.475Z Downloaded libscf-sys v1.1.0
7212026-05-27T02:07:50.477Z Downloaded keccak v0.1.6
7222026-05-27T02:07:50.477Z Downloaded lazy_static v1.5.0
7232026-05-27T02:07:50.477Z Downloaded lalrpop-util v0.19.12
7242026-05-27T02:07:50.482Z Downloaded is-terminal v0.4.17
7252026-05-27T02:07:50.482Z Downloaded kstat-rs v0.2.4
7262026-05-27T02:07:50.482Z Downloaded linked-hash-map v0.5.6
7272026-05-27T02:07:50.488Z Downloaded managed v0.8.0
7282026-05-27T02:07:50.488Z Downloaded internet-checksum v0.2.1
7292026-05-27T02:07:50.488Z Downloaded humantime v2.3.0
7302026-05-27T02:07:50.488Z Downloaded http-range v0.1.5
7312026-05-27T02:07:50.488Z Downloaded http-body-util v0.1.3
7322026-05-27T02:07:50.488Z Downloaded is_ci v1.2.0
7332026-05-27T02:07:50.491Z Downloaded backon v1.6.0
7342026-05-27T02:07:50.491Z Downloaded lzss v0.8.2
7352026-05-27T02:07:50.491Z Downloaded getrandom v0.2.17
7362026-05-27T02:07:50.491Z Downloaded dropshot_endpoint v0.17.0
7372026-05-27T02:07:50.494Z Downloaded drift v0.2.0
7382026-05-27T02:07:50.499Z Downloaded memoffset v0.9.1
7392026-05-27T02:07:50.502Z Downloaded md5 v0.7.0
7402026-05-27T02:07:50.502Z Downloaded mime v0.3.17
7412026-05-27T02:07:50.502Z Downloaded lru-slab v0.1.2
7422026-05-27T02:07:50.506Z Downloaded md-5 v0.10.6
7432026-05-27T02:07:50.506Z Downloaded darling_core v0.20.11
7442026-05-27T02:07:50.510Z Downloaded ipnet v2.11.0
7452026-05-27T02:07:50.510Z Downloaded match_cfg v0.1.0
7462026-05-27T02:07:50.510Z Downloaded ingot-types v0.1.2
7472026-05-27T02:07:50.513Z Downloaded hyper-staticfile v0.10.1
7482026-05-27T02:07:50.513Z Downloaded impl-trait-for-tuples v0.2.3
7492026-05-27T02:07:50.516Z Downloaded derive_builder v0.20.2
7502026-05-27T02:07:50.516Z Downloaded nonempty v0.12.0
7512026-05-27T02:07:50.519Z Downloaded nodrop v0.1.14
7522026-05-27T02:07:50.520Z Downloaded normalize-line-endings v0.3.0
7532026-05-27T02:07:50.520Z Downloaded nibble_vec v0.1.0
7542026-05-27T02:07:50.523Z Downloaded ipnetwork v0.21.1
7552026-05-27T02:07:50.523Z Downloaded newtype_derive v0.1.6
7562026-05-27T02:07:50.523Z Downloaded newtype-uuid-macros v0.1.0
7572026-05-27T02:07:50.523Z Downloaded newline-converter v0.3.0
7582026-05-27T02:07:50.526Z Downloaded num_threads v0.1.7
7592026-05-27T02:07:50.526Z Downloaded new_debug_unreachable v1.0.6
7602026-05-27T02:07:50.526Z Downloaded crossbeam-utils v0.8.21
7612026-05-27T02:07:50.531Z Downloaded hmac v0.12.1
7622026-05-27T02:07:50.531Z Downloaded getrandom v0.3.4
7632026-05-27T02:07:50.534Z Downloaded ciborium v0.2.2
7642026-05-27T02:07:50.534Z Downloaded fatfs v0.3.6
7652026-05-27T02:07:50.534Z Downloaded elliptic-curve v0.13.8
7662026-05-27T02:07:50.538Z Downloaded compact_str v0.8.1
7672026-05-27T02:07:50.541Z Downloaded libloading v0.8.9
7682026-05-27T02:07:50.541Z Downloaded libsw v3.5.0
7692026-05-27T02:07:50.541Z Downloaded indoc v2.0.7
7702026-05-27T02:07:50.544Z Downloaded num-derive v0.4.2
7712026-05-27T02:07:50.544Z Downloaded num-derive v0.3.3
7722026-05-27T02:07:50.547Z Downloaded num-iter v0.1.45
7732026-05-27T02:07:50.547Z Downloaded libefi-sys v0.1.0
7742026-05-27T02:07:50.547Z Downloaded openssl-probe v0.2.1
7752026-05-27T02:07:50.550Z Downloaded openssl-macros v0.1.1
7762026-05-27T02:07:50.550Z Downloaded crc32fast v1.5.0
7772026-05-27T02:07:50.550Z Downloaded httparse v1.10.1
7782026-05-27T02:07:50.554Z Downloaded flume v0.11.1
7792026-05-27T02:07:50.554Z Downloaded arc-swap v1.8.2
7802026-05-27T02:07:50.559Z Downloaded num-conv v0.2.0
7812026-05-27T02:07:50.559Z Downloaded multimap v0.10.1
7822026-05-27T02:07:50.559Z Downloaded num_enum_derive v0.5.11
7832026-05-27T02:07:50.563Z Downloaded darling_core v0.13.4
7842026-05-27T02:07:50.563Z Downloaded maybe-uninit v2.0.0
7852026-05-27T02:07:50.563Z Downloaded linear-map v1.2.0
7862026-05-27T02:07:50.566Z Downloaded hyper-rustls v0.27.7
7872026-05-27T02:07:50.566Z Downloaded half v2.7.1
7882026-05-27T02:07:50.566Z Downloaded half v1.8.3
7892026-05-27T02:07:50.569Z Downloaded lock_api v0.4.14
7902026-05-27T02:07:50.569Z Downloaded ingot v0.1.1
7912026-05-27T02:07:50.572Z Downloaded globset v0.4.18
7922026-05-27T02:07:50.572Z Downloaded mime_guess v2.0.5
7932026-05-27T02:07:50.572Z Downloaded darling_core v0.23.0
7942026-05-27T02:07:50.575Z Downloaded openssl-probe v0.1.6
7952026-05-27T02:07:50.578Z Downloaded opaque-debug v0.3.1
7962026-05-27T02:07:50.578Z Downloaded olpc-cjson v0.1.4
7972026-05-27T02:07:50.578Z Downloaded multer v3.1.0
7982026-05-27T02:07:50.582Z Downloaded maplit v1.0.2
7992026-05-27T02:07:50.582Z Downloaded lru-cache v0.1.2
8002026-05-27T02:07:50.582Z Downloaded lru v0.12.5
8012026-05-27T02:07:50.582Z Downloaded foldhash v0.2.0
8022026-05-27T02:07:50.585Z Downloaded derive-where v1.6.0
8032026-05-27T02:07:50.585Z Downloaded console v0.15.11
8042026-05-27T02:07:50.588Z Downloaded ingot-macros v0.1.1
8052026-05-27T02:07:50.588Z Downloaded parse-size v1.1.0
8062026-05-27T02:07:50.591Z Downloaded chacha20poly1305 v0.10.1
8072026-05-27T02:07:50.591Z Downloaded base64 v0.22.1
8082026-05-27T02:07:50.594Z Downloaded pbkdf2 v0.12.2
8092026-05-27T02:07:50.594Z Downloaded parse-display v0.10.0
8102026-05-27T02:07:50.594Z Downloaded packed_struct_codegen v0.10.1
8112026-05-27T02:07:50.599Z Downloaded nanorand v0.7.0
8122026-05-27T02:07:50.599Z Downloaded bit-vec v0.8.0
8132026-05-27T02:07:50.599Z Downloaded compression-codecs v0.4.37
8142026-05-27T02:07:50.602Z Downloaded path-slash v0.1.5
8152026-05-27T02:07:50.602Z Downloaded num-rational v0.4.2
8162026-05-27T02:07:50.603Z Downloaded dirs-next v2.0.0
8172026-05-27T02:07:50.606Z Downloaded nu-ansi-term v0.50.3
8182026-05-27T02:07:50.606Z Downloaded newtype-uuid v1.3.2
8192026-05-27T02:07:50.606Z Downloaded libsw-core v0.3.2
8202026-05-27T02:07:50.606Z Downloaded litrs v1.0.0
8212026-05-27T02:07:50.611Z Downloaded cc v1.2.56
8222026-05-27T02:07:50.611Z Downloaded num-complex v0.4.6
8232026-05-27T02:07:50.614Z Downloaded bytes v1.11.1
8242026-05-27T02:07:50.614Z Downloaded phf_shared v0.13.1
8252026-05-27T02:07:50.614Z Downloaded phf_shared v0.11.3
8262026-05-27T02:07:50.628Z Downloaded precomputed-hash v0.1.1
8272026-05-27T02:07:50.632Z Downloaded der v0.7.10
8282026-05-27T02:07:50.632Z Downloaded powerfmt v0.2.0
8292026-05-27T02:07:50.636Z Downloaded pin-utils v0.1.0
8302026-05-27T02:07:50.636Z Downloaded peg-runtime v0.8.5
8312026-05-27T02:07:50.636Z Downloaded oxnet v0.1.4
8322026-05-27T02:07:50.636Z Downloaded iana-time-zone v0.1.65
8332026-05-27T02:07:50.640Z Downloaded predicates-tree v1.0.13
8342026-05-27T02:07:50.640Z Downloaded oso-derive v0.27.3
8352026-05-27T02:07:50.640Z Downloaded num_enum_derive v0.7.5
8362026-05-27T02:07:50.643Z Downloaded num_enum v0.7.5
8372026-05-27T02:07:50.643Z Downloaded proc-macro-crate v3.4.0
8382026-05-27T02:07:50.647Z Downloaded const_format v0.2.35
8392026-05-27T02:07:50.647Z Downloaded owo-colors v4.3.0
8402026-05-27T02:07:50.650Z Downloaded num_enum v0.5.11
8412026-05-27T02:07:50.654Z Downloaded packed_struct v0.10.1
8422026-05-27T02:07:50.654Z Downloaded oxide-tokio-rt v0.1.4
8432026-05-27T02:07:50.657Z Downloaded memmap2 v0.9.10
8442026-05-27T02:07:50.657Z Downloaded futures v0.3.32
8452026-05-27T02:07:50.659Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-05-27T02:07:50.660Z Downloaded peg v0.8.5
8472026-05-27T02:07:50.663Z Downloaded password-hash v0.4.2
8482026-05-27T02:07:50.663Z Downloaded parse-display-derive v0.10.0
8492026-05-27T02:07:50.663Z Downloaded quick-error v1.2.3
8502026-05-27T02:07:50.665Z Downloaded progenitor-macro v0.11.2
8512026-05-27T02:07:50.666Z Downloaded progenitor-client v0.14.0
8522026-05-27T02:07:50.666Z Downloaded progenitor-client v0.10.0
8532026-05-27T02:07:50.668Z Downloaded proc-macro-crate v1.3.1
8542026-05-27T02:07:50.669Z Downloaded psl-types v2.0.11
8552026-05-27T02:07:50.669Z Downloaded progenitor-macro v0.13.0
8562026-05-27T02:07:50.669Z Downloaded parking_lot_core v0.8.6
8572026-05-27T02:07:50.671Z Downloaded progenitor-client v0.11.2
8582026-05-27T02:07:50.671Z Downloaded flate2 v1.1.9
8592026-05-27T02:07:50.674Z Downloaded pem-rfc7468 v0.7.0
8602026-05-27T02:07:50.677Z Downloaded derive_more v0.99.20
8612026-05-27T02:07:50.680Z Downloaded peg-macros v0.8.5
8622026-05-27T02:07:50.680Z Downloaded libbz2-rs-sys v0.2.2
8632026-05-27T02:07:50.680Z Downloaded jobserver v0.1.34
8642026-05-27T02:07:50.684Z Downloaded darling_core v0.21.3
8652026-05-27T02:07:50.687Z Downloaded progenitor-macro v0.14.0
8662026-05-27T02:07:50.687Z Downloaded pem v3.0.6
8672026-05-27T02:07:50.687Z Downloaded aes-gcm v0.10.3
8682026-05-27T02:07:50.690Z Downloaded paste v1.0.15
8692026-05-27T02:07:50.690Z Downloaded predicates v3.1.4
8702026-05-27T02:07:50.695Z Downloaded crossbeam-channel v0.5.15
8712026-05-27T02:07:50.699Z Downloaded omicron-zone-package v0.12.2
8722026-05-27T02:07:50.699Z Downloaded radium v0.7.0
8732026-05-27T02:07:50.699Z Downloaded primeorder v0.13.6
8742026-05-27T02:07:50.702Z Downloaded ignore v0.4.25
8752026-05-27T02:07:50.702Z Downloaded heapless v0.8.0
8762026-05-27T02:07:50.706Z Downloaded phf_shared v0.12.1
8772026-05-27T02:07:50.706Z Downloaded parking_lot v0.11.2
8782026-05-27T02:07:50.706Z Downloaded num-integer v0.1.46
8792026-05-27T02:07:50.708Z Downloaded heapless v0.7.17
8802026-05-27T02:07:50.709Z Downloaded bumpalo v3.20.2
8812026-05-27T02:07:50.711Z Downloaded progenitor v0.14.0
8822026-05-27T02:07:50.714Z Downloaded predicates-core v1.0.10
8832026-05-27T02:07:50.714Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-05-27T02:07:50.714Z Downloaded recursive v0.1.1
8852026-05-27T02:07:50.714Z Downloaded postgres-protocol v0.6.10
8862026-05-27T02:07:50.718Z Downloaded pkg-config v0.3.32
8872026-05-27T02:07:50.718Z Downloaded pin-project-lite v0.2.17
8882026-05-27T02:07:50.720Z Downloaded progenitor-client v0.13.0
8892026-05-27T02:07:50.720Z Downloaded proc-macro-error2 v2.0.1
8902026-05-27T02:07:50.724Z Downloaded native-tls v0.2.18
8912026-05-27T02:07:50.724Z Downloaded indexmap v1.9.3
8922026-05-27T02:07:50.727Z Downloaded rfc6979 v0.4.0
8932026-05-27T02:07:50.727Z Downloaded pin-project-internal v1.1.11
8942026-05-27T02:07:50.727Z Downloaded password-hash v0.5.0
8952026-05-27T02:07:50.730Z Downloaded parking_lot_core v0.9.12
8962026-05-27T02:07:50.730Z Downloaded poly1305 v0.8.0
8972026-05-27T02:07:50.733Z Downloaded pkcs1 v0.7.5
8982026-05-27T02:07:50.736Z Downloaded russh-cryptovec v0.7.3
8992026-05-27T02:07:50.736Z Downloaded rtoolbox v0.0.3
9002026-05-27T02:07:50.736Z Downloaded phf v0.12.1
9012026-05-27T02:07:50.736Z Downloaded expectorate v1.2.0
9022026-05-27T02:07:50.739Z Downloaded ref-cast v1.0.25
9032026-05-27T02:07:50.742Z Downloaded progenitor-extras v0.2.0
9042026-05-27T02:07:50.742Z Downloaded progenitor v0.11.2
9052026-05-27T02:07:50.742Z Downloaded phf v0.13.1
9062026-05-27T02:07:50.747Z Downloaded hickory-resolver v0.25.2
9072026-05-27T02:07:50.747Z Downloaded headers v0.4.1
9082026-05-27T02:07:50.751Z Downloaded psm v0.1.30
9092026-05-27T02:07:50.751Z Downloaded hashbrown v0.13.2
9102026-05-27T02:07:50.755Z Downloaded rand_xorshift v0.4.0
9112026-05-27T02:07:50.755Z Downloaded rustc-hash v2.1.1
9122026-05-27T02:07:50.758Z Downloaded ed25519-dalek v2.2.0
9132026-05-27T02:07:50.758Z Downloaded oso v0.27.3
9142026-05-27T02:07:50.761Z Downloaded r2d2 v0.8.10
9152026-05-27T02:07:50.761Z Downloaded hashbrown v0.12.3
9162026-05-27T02:07:50.764Z Downloaded rand_core v0.9.5
9172026-05-27T02:07:50.764Z Downloaded indicatif v0.18.4
9182026-05-27T02:07:50.767Z Downloaded hickory-resolver v0.24.4
9192026-05-27T02:07:50.770Z Downloaded rustc_version v0.4.1
9202026-05-27T02:07:50.770Z Downloaded rand_chacha v0.9.0
9212026-05-27T02:07:50.770Z Downloaded derive_more v2.1.1
9222026-05-27T02:07:50.776Z Downloaded rand_core v0.10.0
9232026-05-27T02:07:50.779Z Downloaded scheduled-thread-pool v0.2.7
9242026-05-27T02:07:50.779Z Downloaded salsa20 v0.10.2
9252026-05-27T02:07:50.782Z Downloaded postcard v1.1.3
9262026-05-27T02:07:50.782Z Downloaded postgres-types v0.2.12
9272026-05-27T02:07:50.785Z Downloaded same-file v1.0.6
9282026-05-27T02:07:50.785Z Downloaded pkcs8 v0.10.2
9292026-05-27T02:07:50.785Z Downloaded papergrid v0.17.0
9302026-05-27T02:07:50.790Z Downloaded pbkdf2 v0.11.0
9312026-05-27T02:07:50.793Z Downloaded num v0.4.3
9322026-05-27T02:07:50.793Z Downloaded sapling-renderdag v0.1.0
9332026-05-27T02:07:50.793Z Downloaded resolv-conf v0.7.6
9342026-05-27T02:07:50.793Z Downloaded illumos-nvpair v0.3.0
9352026-05-27T02:07:50.796Z Downloaded base64 v0.21.7
9362026-05-27T02:07:50.796Z Downloaded scroll_derive v0.13.1
9372026-05-27T02:07:50.799Z Downloaded ref-cast-impl v1.0.25
9382026-05-27T02:07:50.799Z Downloaded semver v0.1.20
9392026-05-27T02:07:50.799Z Downloaded polyval v0.6.2
9402026-05-27T02:07:50.802Z Downloaded secrecy v0.8.0
9412026-05-27T02:07:50.802Z Downloaded scopeguard v1.2.0
9422026-05-27T02:07:50.806Z Downloaded seq-macro v0.3.6
9432026-05-27T02:07:50.806Z Downloaded ppv-lite86 v0.2.21
9442026-05-27T02:07:50.809Z Downloaded rand_seeder v0.4.0
9452026-05-27T02:07:50.809Z Downloaded progenitor v0.13.0
9462026-05-27T02:07:50.812Z Downloaded jiff-static v0.2.21
9472026-05-27T02:07:50.812Z Downloaded serde_bytes v0.11.19
9482026-05-27T02:07:50.815Z Downloaded serde-big-array v0.5.1
9492026-05-27T02:07:50.815Z Downloaded hyper-util v0.1.20
9502026-05-27T02:07:50.818Z Downloaded serde_urlencoded v0.7.1
9512026-05-27T02:07:50.821Z Downloaded prefix-trie v0.7.0
9522026-05-27T02:07:50.821Z Downloaded serde_spanned v1.0.4
9532026-05-27T02:07:50.824Z Downloaded diesel_derives v2.3.7
9542026-05-27T02:07:50.827Z Downloaded shell-words v1.1.1
9552026-05-27T02:07:50.827Z Downloaded quinn-udp v0.5.14
9562026-05-27T02:07:50.830Z Downloaded aho-corasick v1.1.4
9572026-05-27T02:07:50.833Z Downloaded serde_repr v0.1.20
9582026-05-27T02:07:50.833Z Downloaded serde_plain v1.0.2
9592026-05-27T02:07:50.836Z Downloaded rustls-pemfile v1.0.4
9602026-05-27T02:07:50.836Z Downloaded rand_chacha v0.3.1
9612026-05-27T02:07:50.836Z Downloaded minimal-lexical v0.2.1
9622026-05-27T02:07:50.839Z Downloaded rustversion v1.0.22
9632026-05-27T02:07:50.842Z Downloaded p256 v0.13.2
9642026-05-27T02:07:50.842Z Downloaded openssl-sys v0.9.115
9652026-05-27T02:07:50.845Z Downloaded signal-hook-mio v0.2.5
9662026-05-27T02:07:50.848Z Downloaded pkcs5 v0.7.1
9672026-05-27T02:07:50.848Z Downloaded sha1 v0.10.6
9682026-05-27T02:07:50.851Z Downloaded parking_lot v0.12.5
9692026-05-27T02:07:50.851Z Downloaded signature v2.2.0
9702026-05-27T02:07:50.854Z Downloaded signal-hook-tokio v0.3.1
9712026-05-27T02:07:50.854Z Downloaded pin-project v1.1.11
9722026-05-27T02:07:50.859Z Downloaded progenitor-impl v0.13.0
9732026-05-27T02:07:50.862Z Downloaded siphasher v1.0.2
9742026-05-27T02:07:50.862Z Downloaded sigpipe v0.1.3
9752026-05-27T02:07:50.865Z Downloaded miniz_oxide v0.8.9
9762026-05-27T02:07:50.865Z Downloaded slog-bunyan v2.5.0
9772026-05-27T02:07:50.868Z Downloaded scrypt v0.11.0
9782026-05-27T02:07:50.868Z Downloaded rand_core v0.6.4
9792026-05-27T02:07:50.868Z Downloaded slog-envlogger v2.2.0
9802026-05-27T02:07:50.872Z Downloaded secrecy v0.10.3
9812026-05-27T02:07:50.872Z Downloaded derive_more-impl v2.1.1
9822026-05-27T02:07:50.875Z Downloaded http v1.4.0
9832026-05-27T02:07:50.878Z Downloaded hickory-server v0.25.2
9842026-05-27T02:07:50.881Z Downloaded sec1 v0.7.3
9852026-05-27T02:07:50.884Z Downloaded rustls-pemfile v2.2.0
9862026-05-27T02:07:50.884Z Downloaded rustc_version v0.1.7
9872026-05-27T02:07:50.888Z Downloaded russh-keys v0.45.0
9882026-05-27T02:07:50.896Z Downloaded sct v0.7.1
9892026-05-27T02:07:50.900Z Downloaded serde_derive_internals v0.29.1
9902026-05-27T02:07:50.900Z Downloaded ssh-encoding v0.2.0
9912026-05-27T02:07:50.904Z Downloaded ssh-cipher v0.2.0
9922026-05-27T02:07:50.904Z Downloaded serde-hex v0.1.0
9932026-05-27T02:07:50.904Z Downloaded strip-ansi-escapes v0.2.1
9942026-05-27T02:07:50.904Z Downloaded schemars_derive v0.8.22
9952026-05-27T02:07:50.907Z Downloaded structmeta v0.3.0
9962026-05-27T02:07:50.914Z Downloaded rustls-native-certs v0.8.3
9972026-05-27T02:07:50.922Z Downloaded rustls-pki-types v1.14.0
9982026-05-27T02:07:50.927Z Downloaded strum v0.27.2
9992026-05-27T02:07:50.930Z Downloaded strum v0.26.3
10002026-05-27T02:07:50.930Z Downloaded strsim v0.10.0
10012026-05-27T02:07:50.930Z Downloaded subtle v2.6.1
10022026-05-27T02:07:50.933Z Downloaded serde_with_macros v1.5.2
10032026-05-27T02:07:50.936Z Downloaded prettyplease v0.2.37
10042026-05-27T02:07:50.939Z Downloaded slog-async v2.8.0
10052026-05-27T02:07:50.939Z Downloaded slab v0.4.12
10062026-05-27T02:07:50.939Z Downloaded rusty-fork v0.3.1
10072026-05-27T02:07:50.942Z Downloaded structmeta-derive v0.3.0
10082026-05-27T02:07:50.945Z Downloaded sync-ptr v0.1.4
10092026-05-27T02:07:50.945Z Downloaded termtree v0.5.1
10102026-05-27T02:07:50.945Z Downloaded take_mut v0.2.2
10112026-05-27T02:07:50.945Z Downloaded tagptr v0.2.0
10122026-05-27T02:07:50.948Z Downloaded simd-adler32 v0.3.8
10132026-05-27T02:07:50.951Z Downloaded signal-hook-registry v1.4.8
10142026-05-27T02:07:50.951Z Downloaded smallvec v0.6.14
10152026-05-27T02:07:50.951Z Downloaded slog-term v2.9.2
10162026-05-27T02:07:50.954Z Downloaded mio v1.2.0
10172026-05-27T02:07:50.966Z Downloaded thread-id v5.1.0
10182026-05-27T02:07:50.967Z Downloaded tabled_derive v0.11.0
10192026-05-27T02:07:50.967Z Downloaded scroll v0.13.0
10202026-05-27T02:07:50.967Z Downloaded ron v0.8.1
10212026-05-27T02:07:50.967Z Downloaded pretty_assertions v1.4.1
10222026-05-27T02:07:50.967Z Downloaded slog-stdlog v4.1.1
10232026-05-27T02:07:50.967Z Downloaded slog-dtrace v0.3.0
10242026-05-27T02:07:50.967Z Downloaded progenitor-impl v0.14.0
10252026-05-27T02:07:50.970Z Downloaded sqlformat v0.3.5
10262026-05-27T02:07:50.970Z Downloaded serde_path_to_error v0.1.20
10272026-05-27T02:07:50.970Z Downloaded dropshot-api-manager v0.7.2
10282026-05-27T02:07:50.973Z Downloaded tinyvec_macros v0.1.1
10292026-05-27T02:07:50.973Z Downloaded time-core v0.1.8
10302026-05-27T02:07:50.976Z Downloaded tap v1.0.1
10312026-05-27T02:07:50.976Z Downloaded testing_table v0.3.0
10322026-05-27T02:07:50.976Z Downloaded tabwriter v1.4.1
10332026-05-27T02:07:50.979Z Downloaded slog-scope v4.4.1
10342026-05-27T02:07:50.979Z Downloaded rayon-core v1.13.0
10352026-05-27T02:07:50.983Z Downloaded serde_cbor v0.11.2
10362026-05-27T02:07:50.983Z Downloaded crossterm v0.28.1
10372026-05-27T02:07:50.990Z Downloaded rcgen v0.12.1
10382026-05-27T02:07:50.990Z Downloaded shlex v1.3.0
10392026-05-27T02:07:51.004Z Downloaded rustls-platform-verifier v0.6.2
10402026-05-27T02:07:51.004Z Downloaded ryu v1.0.23
10412026-05-27T02:07:51.005Z Downloaded tokio-macros v2.7.0
10422026-05-27T02:07:51.005Z Downloaded string_cache v0.8.9
10432026-05-27T02:07:51.005Z Downloaded stringprep v0.1.5
10442026-05-27T02:07:51.005Z Downloaded qorb v0.4.1
10452026-05-27T02:07:51.013Z Downloaded strum_macros v0.27.2
10462026-05-27T02:07:51.013Z Downloaded strum_macros v0.24.3
10472026-05-27T02:07:51.014Z Downloaded static_assertions v1.1.0
10482026-05-27T02:07:51.014Z Downloaded sqlparser_derive v0.5.0
10492026-05-27T02:07:51.014Z Downloaded schemars v0.8.22
10502026-05-27T02:07:51.037Z Downloaded slog-json v2.6.1
10512026-05-27T02:07:51.037Z Downloaded num-bigint v0.4.6
10522026-05-27T02:07:51.037Z Downloaded nom v7.1.3
10532026-05-27T02:07:51.037Z Downloaded stacker v0.1.23
10542026-05-27T02:07:51.037Z Downloaded snafu-derive v0.8.9
10552026-05-27T02:07:51.037Z Downloaded progenitor-impl v0.11.2
10562026-05-27T02:07:51.037Z Downloaded spki v0.7.3
10572026-05-27T02:07:51.052Z Downloaded thiserror-no-std v2.0.2
10582026-05-27T02:07:51.052Z Downloaded itertools v0.10.5
10592026-05-27T02:07:51.052Z Downloaded hashbrown v0.15.5
10602026-05-27T02:07:51.052Z Downloaded thiserror-impl-no-std v2.0.2
10612026-05-27T02:07:51.052Z Downloaded rand v0.8.6
10622026-05-27T02:07:51.052Z Downloaded thread_local v1.1.9
10632026-05-27T02:07:51.052Z Downloaded tower-layer v0.3.3
10642026-05-27T02:07:51.053Z Downloaded tls_codec_derive v0.4.2
10652026-05-27T02:07:51.053Z Downloaded topological-sort v0.2.2
10662026-05-27T02:07:51.053Z Downloaded termios v0.3.3
10672026-05-27T02:07:51.054Z Downloaded smf v0.2.3
10682026-05-27T02:07:51.068Z Downloaded hashbrown v0.16.1
10692026-05-27T02:07:51.069Z Downloaded supports-color v3.0.2
10702026-05-27T02:07:51.069Z Downloaded trait-variant v0.1.2
10712026-05-27T02:07:51.070Z Downloaded schemars v0.9.0
10722026-05-27T02:07:51.081Z Downloaded tokio-native-tls v0.3.1
10732026-05-27T02:07:51.081Z Downloaded sync_wrapper v1.0.2
10742026-05-27T02:07:51.081Z Downloaded similar v2.7.0
10752026-05-27T02:07:51.082Z Downloaded tokio-dtrace v0.1.1
10762026-05-27T02:07:51.082Z Downloaded strum_macros v0.26.4
10772026-05-27T02:07:51.082Z Downloaded itertools v0.12.1
10782026-05-27T02:07:51.105Z Downloaded iri-string v0.7.10
10792026-05-27T02:07:51.105Z Downloaded unit-prefix v0.5.2
10802026-05-27T02:07:51.106Z Downloaded unicode-truncate v1.1.0
10812026-05-27T02:07:51.106Z Downloaded typify-macro v0.6.2
10822026-05-27T02:07:51.106Z Downloaded tower-service v0.3.3
10832026-05-27T02:07:51.106Z Downloaded tokio-tungstenite v0.23.1
10842026-05-27T02:07:51.106Z Downloaded publicsuffix v2.3.0
10852026-05-27T02:07:51.106Z Downloaded num-bigint-dig v0.8.6
10862026-05-27T02:07:51.106Z Downloaded tokio-tungstenite v0.21.0
10872026-05-27T02:07:51.106Z Downloaded libxml v0.3.3
10882026-05-27T02:07:51.114Z Downloaded usdt-attr-macro v0.6.0
10892026-05-27T02:07:51.114Z Downloaded term v0.7.0
10902026-05-27T02:07:51.114Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10912026-05-27T02:07:51.114Z Downloaded spin v0.9.8
10922026-05-27T02:07:51.114Z Downloaded iddqd v0.4.1
10932026-05-27T02:07:51.115Z Downloaded socket2 v0.6.3
10942026-05-27T02:07:51.115Z Downloaded hyper v1.8.1
10952026-05-27T02:07:51.115Z Downloaded void v1.0.2
10962026-05-27T02:07:51.125Z Downloaded utf-8 v0.7.6
10972026-05-27T02:07:51.125Z Downloaded usdt-macro v0.6.0
10982026-05-27T02:07:51.125Z Downloaded serde_yaml v0.9.34+deprecated
10992026-05-27T02:07:51.125Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11002026-05-27T02:07:51.125Z Downloaded tokio-rustls v0.25.0
11012026-05-27T02:07:51.126Z Downloaded tls_codec v0.4.2
11022026-05-27T02:07:51.126Z Downloaded signal-hook v0.3.18
11032026-05-27T02:07:51.126Z Downloaded tiny-keccak v2.0.2
11042026-05-27T02:07:51.146Z Downloaded universal-hash v0.5.1
11052026-05-27T02:07:51.146Z Downloaded typify-macro v0.4.3
11062026-05-27T02:07:51.146Z Downloaded socket2 v0.5.10
11072026-05-27T02:07:51.146Z Downloaded samael v0.0.19
11082026-05-27T02:07:51.146Z Downloaded support-bundle-viewer v0.1.2
11092026-05-27T02:07:51.146Z Downloaded tokio-rustls v0.24.1
11102026-05-27T02:07:51.146Z Downloaded schemars v1.2.1
11112026-05-27T02:07:51.154Z Downloaded usdt v0.6.0
11122026-05-27T02:07:51.155Z Downloaded subprocess v0.2.15
11132026-05-27T02:07:51.155Z Downloaded tui-tree-widget v0.23.1
11142026-05-27T02:07:51.155Z Downloaded itertools v0.13.0
11152026-05-27T02:07:51.155Z Downloaded libm v0.2.16
11162026-05-27T02:07:51.155Z Downloaded slog v2.8.2
11172026-05-27T02:07:51.162Z Downloaded rsa v0.9.10
11182026-05-27T02:07:51.162Z Downloaded rand v0.9.2
11192026-05-27T02:07:51.162Z Downloaded xshell-macros v0.2.7
11202026-05-27T02:07:51.162Z Downloaded rustls-webpki v0.103.9
11212026-05-27T02:07:51.168Z Downloaded hkdf v0.12.4
11222026-05-27T02:07:51.168Z Downloaded h2 v0.4.13
11232026-05-27T02:07:51.168Z Downloaded waitgroup v0.1.2
11242026-05-27T02:07:51.168Z Downloaded untrusted v0.9.0
11252026-05-27T02:07:51.174Z Downloaded term v1.2.1
11262026-05-27T02:07:51.174Z Downloaded futures-util v0.3.32
11272026-05-27T02:07:51.184Z Downloaded zeroize_derive v1.4.3
11282026-05-27T02:07:51.184Z Downloaded usdt-impl v0.6.0
11292026-05-27T02:07:51.184Z Downloaded zone_cfg_derive v0.3.1
11302026-05-27T02:07:51.184Z Downloaded tinyvec v1.10.0
11312026-05-27T02:07:51.194Z Downloaded want v0.3.1
11322026-05-27T02:07:51.194Z Downloaded vsss-rs v3.3.4
11332026-05-27T02:07:51.194Z Downloaded vergen-lib v0.1.6
11342026-05-27T02:07:51.194Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-05-27T02:07:51.195Z Downloaded toml_parser v1.0.9+spec-1.1.0
11362026-05-27T02:07:51.195Z Downloaded vergen-gitcl v1.0.8
11372026-05-27T02:07:51.195Z Downloaded p521 v0.13.3
11382026-05-27T02:07:51.195Z Downloaded rand v0.10.0
11392026-05-27T02:07:51.195Z Downloaded bitvec v1.0.1
11402026-05-27T02:07:51.217Z Downloaded itertools v0.14.0
11412026-05-27T02:07:51.255Z Downloaded vergen-git2 v9.1.0
11422026-05-27T02:07:51.255Z Downloaded twox-hash v2.1.2
11432026-05-27T02:07:51.255Z Downloaded tokio-rustls v0.26.4
11442026-05-27T02:07:51.255Z Downloaded russh v0.45.0
11452026-05-27T02:07:51.255Z Downloaded xattr v1.6.1
11462026-05-27T02:07:51.255Z Downloaded tokio-stream v0.1.18
11472026-05-27T02:07:51.255Z Downloaded zone v0.3.1
11482026-05-27T02:07:51.255Z Downloaded xshell v0.2.7
11492026-05-27T02:07:51.255Z Downloaded test-strategy v0.4.5
11502026-05-27T02:07:51.256Z Downloaded toml v1.0.6+spec-1.1.0
11512026-05-27T02:07:51.256Z Downloaded wait-timeout v0.2.1
11522026-05-27T02:07:51.256Z Downloaded whoami v2.1.0
11532026-05-27T02:07:51.256Z Downloaded wyz v0.5.1
11542026-05-27T02:07:51.256Z Downloaded walkdir v2.5.0
11552026-05-27T02:07:51.256Z Downloaded toml v0.7.8
11562026-05-27T02:07:51.256Z Downloaded snafu v0.8.9
11572026-05-27T02:07:51.256Z Downloaded whoami v1.6.1
11582026-05-27T02:07:51.256Z Downloaded vergen-lib v9.1.0
11592026-05-27T02:07:51.256Z Downloaded time-macros v0.2.27
11602026-05-27T02:07:51.256Z Downloaded zeroize v1.8.2
11612026-05-27T02:07:51.256Z Downloaded serde_with_macros v3.17.0
11622026-05-27T02:07:51.292Z Downloaded quinn v0.11.9
11632026-05-27T02:07:51.292Z Downloaded zstd-safe v7.2.4
11642026-05-27T02:07:51.292Z Downloaded zstd v0.13.3
11652026-05-27T02:07:51.292Z Downloaded blake3 v1.8.3
11662026-05-27T02:07:51.292Z Downloaded unicode-properties v0.1.4
11672026-05-27T02:07:51.292Z Downloaded vergen v9.1.0
11682026-05-27T02:07:51.292Z Downloaded rpassword v7.4.0
11692026-05-27T02:07:51.292Z Downloaded tracing-attributes v0.1.31
11702026-05-27T02:07:51.293Z Downloaded serde_with v1.14.0
11712026-05-27T02:07:51.293Z Downloaded tracing-core v0.1.36
11722026-05-27T02:07:51.293Z Downloaded uzers v0.12.2
11732026-05-27T02:07:51.293Z Downloaded tar v0.4.45
11742026-05-27T02:07:51.293Z Downloaded typify v0.6.2
11752026-05-27T02:07:51.341Z Downloaded yasna v0.5.2
11762026-05-27T02:07:51.341Z Downloaded tungstenite v0.23.0
11772026-05-27T02:07:51.341Z Downloaded steno v0.4.1
11782026-05-27T02:07:51.341Z Downloaded tungstenite v0.21.0
11792026-05-27T02:07:51.341Z Downloaded try-lock v0.2.5
11802026-05-27T02:07:51.341Z Downloaded bindgen v0.71.1
11812026-05-27T02:07:51.341Z Downloaded untrusted v0.7.1
11822026-05-27T02:07:51.341Z Downloaded unarray v0.1.4
11832026-05-27T02:07:51.341Z Downloaded rustyline v14.0.0
11842026-05-27T02:07:51.341Z Downloaded vte v0.14.1
11852026-05-27T02:07:51.341Z Downloaded unsafe-libyaml v0.2.11
11862026-05-27T02:07:51.341Z Downloaded typify v0.4.3
11872026-05-27T02:07:51.356Z Downloaded reedline v0.40.0
11882026-05-27T02:07:51.356Z Downloaded tokio-postgres v0.7.16
11892026-05-27T02:07:51.356Z Downloaded reqwest v0.12.28
11902026-05-27T02:07:51.356Z Downloaded unicode-bidi v0.3.18
11912026-05-27T02:07:51.356Z Downloaded git2 v0.20.4
11922026-05-27T02:07:51.356Z Downloaded ssh-key v0.6.7
11932026-05-27T02:07:51.356Z Downloaded regex v1.12.3
11942026-05-27T02:07:51.356Z Downloaded zip v0.6.6
11952026-05-27T02:07:51.356Z Downloaded zopfli v0.8.3
11962026-05-27T02:07:51.356Z Downloaded portable-atomic v1.13.1
11972026-05-27T02:07:51.361Z Downloaded unicode_categories v0.1.1
11982026-05-27T02:07:51.361Z Downloaded aws-lc-rs v1.16.3
11992026-05-27T02:07:51.364Z Downloaded unicase v2.9.0
12002026-05-27T02:07:51.367Z Downloaded chrono v0.4.44
12012026-05-27T02:07:51.374Z Downloaded typed-path v0.9.3
12022026-05-27T02:07:51.378Z Downloaded zerocopy v0.6.6
12032026-05-27T02:07:51.382Z Downloaded rayon v1.11.0
12042026-05-27T02:07:51.385Z Downloaded p384 v0.13.1
12052026-05-27T02:07:51.388Z Downloaded toml_edit v0.19.15
12062026-05-27T02:07:51.397Z Downloaded unicode-segmentation v1.12.0
12072026-05-27T02:07:51.400Z Downloaded reqwest v0.13.2
12082026-05-27T02:07:51.403Z Downloaded salty v0.3.0
12092026-05-27T02:07:51.406Z Downloaded moka v0.12.13
12102026-05-27T02:07:51.413Z Downloaded tower v0.5.3
12112026-05-27T02:07:51.416Z Downloaded rustls-webpki v0.101.7
12122026-05-27T02:07:51.425Z Downloaded x509-cert v0.2.5
12132026-05-27T02:07:51.430Z Downloaded quick-xml v0.37.5
12142026-05-27T02:07:51.433Z Downloaded zerocopy-derive v0.8.40
12152026-05-27T02:07:51.437Z Downloaded proptest v1.10.0
12162026-05-27T02:07:51.443Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-05-27T02:07:51.446Z Downloaded goblin v0.10.5
12182026-05-27T02:07:51.449Z Downloaded lalrpop v0.19.12
12192026-05-27T02:07:51.460Z Downloaded yansi v1.0.1
12202026-05-27T02:07:51.471Z Downloaded tokio-util v0.7.18
12212026-05-27T02:07:51.474Z Downloaded zip v4.6.1
12222026-05-27T02:07:51.479Z Downloaded tough v0.22.0
12232026-05-27T02:07:51.482Z Downloaded petname v2.0.2
12242026-05-27T02:07:51.485Z Downloaded serde_with v3.17.0
12252026-05-27T02:07:51.491Z Downloaded uuid v1.23.0
12262026-05-27T02:07:51.496Z Downloaded tower-http v0.6.8
12272026-05-27T02:07:51.500Z Downloaded rustls-webpki v0.102.8
12282026-05-27T02:07:51.507Z Downloaded quinn-proto v0.11.13
12292026-05-27T02:07:51.514Z Downloaded nix v0.27.1
12302026-05-27T02:07:51.519Z Downloaded object v0.30.4
12312026-05-27T02:07:51.523Z Downloaded radix_trie v0.2.1
12322026-05-27T02:07:51.540Z Downloaded winnow v0.6.26
12332026-05-27T02:07:51.544Z Downloaded bstr v1.12.1
12342026-05-27T02:07:51.549Z Downloaded winnow v0.5.40
12352026-05-27T02:07:51.554Z Downloaded openssl v0.10.79
12362026-05-27T02:07:51.560Z Downloaded nix v0.28.0
12372026-05-27T02:07:51.567Z Downloaded unicode-normalization v0.1.25
12382026-05-27T02:07:51.570Z Downloaded tabled v0.20.0
12392026-05-27T02:07:51.590Z Downloaded dropshot v0.17.0
12402026-05-27T02:07:51.599Z Downloaded time v0.3.47
12412026-05-27T02:07:51.607Z Downloaded polar-core v0.27.3
12422026-05-27T02:07:51.624Z Downloaded rustls v0.21.12
12432026-05-27T02:07:51.624Z Downloaded hickory-proto v0.24.4
12442026-05-27T02:07:51.637Z Downloaded nix v0.31.2
12452026-05-27T02:07:51.637Z Downloaded object v0.37.3
12462026-05-27T02:07:51.644Z Downloaded vcpkg v0.2.15
12472026-05-27T02:07:51.656Z Downloaded zerocopy v0.8.40
12482026-05-27T02:07:51.661Z Downloaded smoltcp v0.11.0
12492026-05-27T02:07:51.667Z Downloaded openapiv3 v2.2.0
12502026-05-27T02:07:51.674Z Downloaded zlib-rs v0.6.2
12512026-05-27T02:07:51.680Z Downloaded rustls v0.22.4
12522026-05-27T02:07:51.684Z Downloaded regress v0.11.1
12532026-05-27T02:07:51.692Z Downloaded regress v0.10.5
12542026-05-27T02:07:51.695Z Downloaded regex-syntax v0.8.10
12552026-05-27T02:07:51.699Z Downloaded rustix v0.38.44
12562026-05-27T02:07:51.712Z Downloaded rustls v0.23.37
12572026-05-27T02:07:51.719Z Downloaded diesel v2.3.7
12582026-05-27T02:07:51.731Z Downloaded csv v1.4.0
12592026-05-27T02:07:51.745Z Downloaded webpki-roots v1.0.6
12602026-05-27T02:07:51.748Z Downloaded hickory-proto v0.25.2
12612026-05-27T02:07:51.754Z Downloaded smoltcp v0.9.1
12622026-05-27T02:07:51.760Z Downloaded sqlparser v0.61.0
12632026-05-27T02:07:51.769Z Downloaded bzip2-sys v0.1.13+1.0.8
12642026-05-27T02:07:51.774Z Downloaded sled v0.34.7
12652026-05-27T02:07:51.779Z Downloaded regex-syntax v0.6.29
12662026-05-27T02:07:51.788Z Downloaded ratatui v0.29.0
12672026-05-27T02:07:51.803Z Downloaded typify-impl v0.6.2
12682026-05-27T02:07:51.813Z Downloaded tracing v0.1.44
12692026-05-27T02:07:51.824Z Downloaded typify-impl v0.4.3
12702026-05-27T02:07:51.846Z Downloaded zerocopy-derive v0.6.6
12712026-05-27T02:07:51.853Z Downloaded petgraph v0.6.5
12722026-05-27T02:07:51.865Z Downloaded regex-automata v0.4.14
12732026-05-27T02:07:51.882Z Downloaded jiff v0.2.21
12742026-05-27T02:07:51.898Z Downloaded chrono-tz v0.10.4
12752026-05-27T02:07:51.909Z Downloaded libz-sys v1.1.24
12762026-05-27T02:07:51.921Z Downloaded petgraph v0.8.3
12772026-05-27T02:07:51.934Z Downloaded tokio v1.52.1
12782026-05-27T02:07:51.958Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-05-27T02:07:51.968Z Downloaded sha3 v0.10.8
12802026-05-27T02:07:51.981Z Downloaded encoding_rs v0.8.35
12812026-05-27T02:07:52.096Z Downloaded ring v0.17.14
12822026-05-27T02:07:52.131Z Downloaded libgit2-sys v0.18.3+1.9.2
12832026-05-27T02:07:52.624Z Downloaded aws-lc-sys v0.40.0
12842026-05-27T02:07:52.875Z Compiling libc v0.2.185
12852026-05-27T02:07:52.875Z Compiling serde v1.0.228
12862026-05-27T02:07:52.878Z Compiling log v0.4.29
12872026-05-27T02:07:52.878Z Compiling shlex v1.3.0
12882026-05-27T02:07:52.878Z Compiling find-msvc-tools v0.1.9
12892026-05-27T02:07:52.878Z Compiling smallvec v1.15.1
12902026-05-27T02:07:52.878Z Compiling typenum v1.19.0
12912026-05-27T02:07:52.878Z Compiling subtle v2.6.1
12922026-05-27T02:07:53.019Z Compiling generic-array v0.14.7
12932026-05-27T02:07:53.030Z Compiling scopeguard v1.2.0
12942026-05-27T02:07:53.102Z Compiling const-oid v0.9.6
12952026-05-27T02:07:53.115Z Compiling serde_json v1.0.149
12962026-05-27T02:07:53.128Z Compiling syn v2.0.117
12972026-05-27T02:07:53.140Z Compiling zerocopy v0.8.40
12982026-05-27T02:07:53.144Z Compiling parking_lot_core v0.9.12
12992026-05-27T02:07:53.154Z Compiling pin-project-lite v0.2.17
13002026-05-27T02:07:53.212Z Compiling lock_api v0.4.14
13012026-05-27T02:07:53.226Z Compiling portable-atomic v1.13.1
13022026-05-27T02:07:53.241Z Compiling pkg-config v0.3.32
13032026-05-27T02:07:53.256Z Compiling bitflags v2.11.0
13042026-05-27T02:07:53.304Z Compiling critical-section v1.2.0
13052026-05-27T02:07:53.307Z Compiling futures-core v0.3.32
13062026-05-27T02:07:53.348Z Compiling libm v0.2.16
13072026-05-27T02:07:53.351Z Compiling num-traits v0.2.19
13082026-05-27T02:07:53.390Z Compiling percent-encoding v2.3.2
13092026-05-27T02:07:53.480Z Compiling futures-sink v0.3.32
13102026-05-27T02:07:53.485Z Compiling cpufeatures v0.2.17
13112026-05-27T02:07:53.485Z Compiling futures-io v0.3.32
13122026-05-27T02:07:53.520Z Compiling getrandom v0.4.1
13132026-05-27T02:07:53.546Z Compiling slab v0.4.12
13142026-05-27T02:07:53.604Z Compiling futures-channel v0.3.32
13152026-05-27T02:07:53.619Z Compiling futures-task v0.3.32
13162026-05-27T02:07:53.622Z Compiling rand_core v0.10.0
13172026-05-27T02:07:53.647Z Compiling indexmap v2.14.0
13182026-05-27T02:07:53.667Z Compiling rustversion v1.0.22
13192026-05-27T02:07:53.741Z Compiling getrandom v0.3.4
13202026-05-27T02:07:53.761Z Compiling form_urlencoded v1.2.2
13212026-05-27T02:07:53.803Z Compiling fs_extra v1.3.0
13222026-05-27T02:07:53.819Z Compiling dunce v1.0.5
13232026-05-27T02:07:53.833Z Compiling base64ct v1.8.3
13242026-05-27T02:07:53.850Z Compiling ident_case v1.0.1
13252026-05-27T02:07:53.865Z Compiling iana-time-zone v0.1.65
13262026-05-27T02:07:53.923Z Compiling flagset v0.4.7
13272026-05-27T02:07:53.937Z Compiling regex-syntax v0.8.10
13282026-05-27T02:07:53.954Z Compiling rustix v1.1.3
13292026-05-27T02:07:54.009Z Compiling getrandom v0.2.17
13302026-05-27T02:07:54.043Z Compiling jobserver v0.1.34
13312026-05-27T02:07:54.057Z Compiling errno v0.3.14
13322026-05-27T02:07:54.086Z Compiling mio v1.2.0
13332026-05-27T02:07:54.100Z Compiling socket2 v0.6.3
13342026-05-27T02:07:54.196Z Compiling rand_core v0.6.4
13352026-05-27T02:07:54.229Z Compiling signal-hook-registry v1.4.8
13362026-05-27T02:07:54.262Z Compiling cc v1.2.56
13372026-05-27T02:07:54.289Z Compiling parking_lot v0.12.5
13382026-05-27T02:07:54.308Z Compiling once_cell v1.21.3
13392026-05-27T02:07:54.347Z Compiling pem-rfc7468 v0.7.0
13402026-05-27T02:07:54.442Z Compiling vcpkg v0.2.15
13412026-05-27T02:07:54.571Z Compiling aws-lc-rs v1.16.3
13422026-05-27T02:07:54.599Z Compiling tracing-core v0.1.36
13432026-05-27T02:07:54.615Z Compiling uuid v1.23.0
13442026-05-27T02:07:54.632Z Compiling rustc_version v0.4.1
13452026-05-27T02:07:54.666Z Compiling base64 v0.22.1
13462026-05-27T02:07:54.744Z Compiling untrusted v0.7.1
13472026-05-27T02:07:54.758Z Compiling tinyvec_macros v0.1.1
13482026-05-27T02:07:54.842Z Compiling rand_core v0.9.5
13492026-05-27T02:07:54.874Z Compiling untrusted v0.9.0
13502026-05-27T02:07:54.889Z Compiling openssl-probe v0.2.1
13512026-05-27T02:07:54.889Z Compiling httparse v1.10.1
13522026-05-27T02:07:54.939Z Compiling tinyvec v1.10.0
13532026-05-27T02:07:54.973Z Compiling aho-corasick v1.1.4
13542026-05-27T02:07:54.991Z Compiling tower-layer v0.3.3
13552026-05-27T02:07:55.008Z Compiling cmake v0.1.57
13562026-05-27T02:07:55.022Z Compiling dyn-clone v1.0.20
13572026-05-27T02:07:55.089Z Compiling schemars v0.8.22
13582026-05-27T02:07:55.144Z Compiling rustls v0.23.37
13592026-05-27T02:07:55.182Z Compiling try-lock v0.2.5
13602026-05-27T02:07:55.188Z Compiling tower-service v0.3.3
13612026-05-27T02:07:55.208Z Compiling atomic-waker v1.1.2
13622026-05-27T02:07:55.225Z Compiling foreign-types-shared v0.1.1
13632026-05-27T02:07:55.299Z Compiling want v0.3.1
13642026-05-27T02:07:55.312Z Compiling pin-utils v0.1.0
13652026-05-27T02:07:55.327Z Compiling openssl v0.10.79
13662026-05-27T02:07:55.330Z Compiling httpdate v1.0.3
13672026-05-27T02:07:55.354Z Compiling foreign-types v0.3.2
13682026-05-27T02:07:55.357Z Compiling unicode-normalization v0.1.25
13692026-05-27T02:07:55.370Z Compiling spin v0.9.8
13702026-05-27T02:07:55.375Z Compiling time-core v0.1.8
13712026-05-27T02:07:55.423Z Compiling powerfmt v0.2.0
13722026-05-27T02:07:55.442Z Compiling num-conv v0.2.0
13732026-05-27T02:07:55.447Z Compiling native-tls v0.2.18
13742026-05-27T02:07:55.447Z Compiling crc32fast v1.5.0
13752026-05-27T02:07:55.496Z Compiling wait-timeout v0.2.1
13762026-05-27T02:07:55.577Z Compiling sync_wrapper v1.0.2
13772026-05-27T02:07:55.591Z Compiling usdt-impl v0.6.0
13782026-05-27T02:07:55.591Z Compiling num_threads v0.1.7
13792026-05-27T02:07:55.621Z Compiling time-macros v0.2.27
13802026-05-27T02:07:55.650Z Compiling tempfile v3.25.0
13812026-05-27T02:07:55.667Z Compiling deranged v0.5.8
13822026-05-27T02:07:55.687Z Compiling crossbeam-utils v0.8.21
13832026-05-27T02:07:55.704Z Compiling bit-vec v0.8.0
13842026-05-27T02:07:55.707Z Compiling quick-error v1.2.3
13852026-05-27T02:07:55.730Z Compiling siphasher v1.0.2
13862026-05-27T02:07:55.810Z Compiling syn v1.0.109
13872026-05-27T02:07:55.839Z Compiling simd-adler32 v0.3.8
13882026-05-27T02:07:55.853Z Compiling regex-automata v0.4.14
13892026-05-27T02:07:55.922Z Compiling aws-lc-sys v0.40.0
13902026-05-27T02:07:55.938Z Compiling ring v0.17.14
13912026-05-27T02:07:55.954Z Compiling openssl-sys v0.9.115
13922026-05-27T02:07:55.968Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-05-27T02:07:55.990Z Compiling synstructure v0.13.2
13942026-05-27T02:07:56.035Z Compiling serde_derive_internals v0.29.1
13952026-05-27T02:07:56.089Z Compiling pest_generator v2.8.6
13962026-05-27T02:07:56.103Z Compiling darling_core v0.20.11
13972026-05-27T02:07:56.139Z Compiling darling_core v0.21.3
13982026-05-27T02:07:56.206Z Compiling bit-set v0.8.0
13992026-05-27T02:07:56.389Z Compiling bzip2-sys v0.1.13+1.0.8
14002026-05-27T02:07:56.389Z Compiling rusty-fork v0.3.1
14012026-05-27T02:07:56.663Z Compiling rand_xorshift v0.4.0
14022026-05-27T02:07:56.696Z Compiling heapless v0.7.17
14032026-05-27T02:07:56.738Z Compiling slog v2.8.2
14042026-05-27T02:07:56.752Z Compiling thread-id v5.1.0
14052026-05-27T02:07:56.827Z Compiling cookie v0.18.1
14062026-05-27T02:07:56.842Z Compiling time v0.3.47
14072026-05-27T02:07:56.858Z Compiling signal-hook v0.3.18
14082026-05-27T02:07:56.860Z Compiling unicode-properties v0.1.4
14092026-05-27T02:07:56.871Z Compiling anyhow v1.0.102
14102026-05-27T02:07:56.986Z Compiling unarray v0.1.4
14112026-05-27T02:07:57.004Z Compiling zstd-safe v7.2.4
14122026-05-27T02:07:57.027Z Compiling iri-string v0.7.10
14132026-05-27T02:07:57.045Z Compiling unicode-bidi v0.3.18
14142026-05-27T02:07:57.071Z Compiling allocator-api2 v0.2.21
14152026-05-27T02:07:57.129Z Compiling ryu v1.0.23
14162026-05-27T02:07:57.144Z Compiling adler2 v2.0.1
14172026-05-27T02:07:57.236Z Compiling paste v1.0.15
14182026-05-27T02:07:57.298Z Compiling miniz_oxide v0.8.9
14192026-05-27T02:07:57.412Z Compiling stringprep v0.1.5
14202026-05-27T02:07:57.588Z Compiling num-integer v0.1.46
14212026-05-27T02:07:57.627Z Compiling curve25519-dalek v4.1.3
14222026-05-27T02:07:57.819Z Compiling serde_derive v1.0.228
14232026-05-27T02:07:57.880Z Compiling zeroize_derive v1.4.3
14242026-05-27T02:07:57.933Z Compiling zerofrom-derive v0.1.6
14252026-05-27T02:07:57.947Z Compiling yoke-derive v0.8.1
14262026-05-27T02:07:57.990Z Compiling zerovec-derive v0.11.2
14272026-05-27T02:07:58.009Z Compiling zerocopy-derive v0.8.40
14282026-05-27T02:07:58.222Z Compiling displaydoc v0.2.5
14292026-05-27T02:07:58.522Z Compiling tokio-macros v2.7.0
14302026-05-27T02:07:58.550Z Compiling futures-macro v0.3.32
14312026-05-27T02:07:58.573Z Compiling zeroize v1.8.2
14322026-05-27T02:07:58.605Z Compiling der_derive v0.7.3
14332026-05-27T02:07:58.806Z Compiling rustls-pki-types v1.14.0
14342026-05-27T02:07:59.001Z Compiling tracing-attributes v0.1.31
14352026-05-27T02:07:59.179Z Compiling thiserror-impl v2.0.18
14362026-05-27T02:07:59.193Z Compiling pest_derive v2.8.6
14372026-05-27T02:07:59.288Z Compiling schemars_derive v0.8.22
14382026-05-27T02:07:59.305Z Compiling crypto-common v0.1.7
14392026-05-27T02:07:59.365Z Compiling block-buffer v0.10.4
14402026-05-27T02:07:59.381Z Compiling zerofrom v0.1.6
14412026-05-27T02:07:59.408Z Compiling futures-util v0.3.32
14422026-05-27T02:07:59.530Z Compiling yoke v0.8.1
14432026-05-27T02:07:59.545Z Compiling block-padding v0.3.3
14442026-05-27T02:07:59.610Z Compiling digest v0.10.7
14452026-05-27T02:07:59.638Z Compiling der v0.7.10
14462026-05-27T02:07:59.695Z Compiling inout v0.1.4
14472026-05-27T02:07:59.724Z Compiling zerovec v0.11.5
14482026-05-27T02:07:59.738Z Compiling zerotrie v0.2.3
14492026-05-27T02:07:59.884Z Compiling hmac v0.12.1
14502026-05-27T02:07:59.899Z Compiling cipher v0.4.4
14512026-05-27T02:08:00.054Z Compiling sha2 v0.10.9
14522026-05-27T02:08:00.069Z Compiling pbkdf2 v0.12.2
14532026-05-27T02:08:00.125Z Compiling scroll_derive v0.13.1
14542026-05-27T02:08:00.191Z Compiling tinystr v0.8.2
14552026-05-27T02:08:00.208Z Compiling potential_utf v0.1.4
14562026-05-27T02:08:00.255Z Compiling salsa20 v0.10.2
14572026-05-27T02:08:00.399Z Compiling icu_locale_core v2.1.1
14582026-05-27T02:08:00.416Z Compiling icu_collections v2.1.1
14592026-05-27T02:08:00.419Z Compiling tracing v0.1.44
14602026-05-27T02:08:00.442Z Compiling scrypt v0.11.0
14612026-05-27T02:08:00.658Z Compiling spki v0.7.3
14622026-05-27T02:08:00.687Z Compiling thiserror v2.0.18
14632026-05-27T02:08:00.754Z Compiling aes v0.8.4
14642026-05-27T02:08:00.757Z Compiling cbc v0.1.2
14652026-05-27T02:08:00.812Z Compiling darling_macro v0.20.11
14662026-05-27T02:08:00.904Z Compiling openssl-macros v0.1.1
14672026-05-27T02:08:00.919Z Compiling rustls-native-certs v0.8.3
14682026-05-27T02:08:00.943Z Compiling dtrace-parser v0.3.0
14692026-05-27T02:08:00.970Z Compiling signature v2.2.0
14702026-05-27T02:08:01.017Z Compiling scroll v0.13.0
14712026-05-27T02:08:01.175Z Compiling icu_provider v2.1.1
14722026-05-27T02:08:01.246Z Compiling pkcs5 v0.7.1
14732026-05-27T02:08:01.308Z Compiling goblin v0.10.5
14742026-05-27T02:08:01.333Z Compiling darling v0.20.11
14752026-05-27T02:08:01.363Z Compiling bytes v1.11.1
14762026-05-27T02:08:01.435Z Compiling icu_normalizer v2.1.1
14772026-05-27T02:08:01.451Z Compiling icu_properties v2.1.2
14782026-05-27T02:08:01.514Z Compiling chrono v0.4.44
14792026-05-27T02:08:01.533Z Compiling ipnet v2.11.0
14802026-05-27T02:08:01.536Z Compiling derive_builder_core v0.20.2
14812026-05-27T02:08:01.722Z Compiling pkcs8 v0.10.2
14822026-05-27T02:08:01.758Z Compiling webpki-roots v1.0.6
14832026-05-27T02:08:01.814Z Compiling thiserror-impl v1.0.69
14842026-05-27T02:08:01.861Z Compiling tokio v1.52.1
14852026-05-27T02:08:01.894Z Compiling http v1.4.0
14862026-05-27T02:08:02.006Z Compiling scroll_derive v0.12.1
14872026-05-27T02:08:02.021Z Compiling serde_urlencoded v0.7.1
14882026-05-27T02:08:02.058Z Compiling serde_tokenstream v0.2.3
14892026-05-27T02:08:02.078Z Compiling serde_spanned v0.6.9
14902026-05-27T02:08:02.243Z Compiling erased-serde v0.3.31
14912026-05-27T02:08:02.275Z Compiling toml_datetime v0.6.11
14922026-05-27T02:08:02.385Z Compiling idna_adapter v1.2.1
14932026-05-27T02:08:02.443Z Compiling derive_builder_macro v0.20.2
14942026-05-27T02:08:02.547Z Compiling idna v1.1.0
14952026-05-27T02:08:02.562Z Compiling ppv-lite86 v0.2.21
14962026-05-27T02:08:02.595Z Compiling http-body v1.0.1
14972026-05-27T02:08:02.688Z Compiling md-5 v0.10.6
14982026-05-27T02:08:02.716Z Compiling http-body-util v0.1.3
14992026-05-27T02:08:02.732Z Compiling scroll v0.12.0
15002026-05-27T02:08:02.753Z Compiling darling_macro v0.21.3
15012026-05-27T02:08:02.769Z Compiling bstr v1.12.1
15022026-05-27T02:08:02.813Z Compiling async-trait v0.1.89
15032026-05-27T02:08:02.874Z Compiling url v2.5.8
15042026-05-27T02:08:02.906Z Compiling rand_chacha v0.9.0
15052026-05-27T02:08:02.936Z Compiling rand_chacha v0.3.1
15062026-05-27T02:08:02.948Z Compiling pin-project-internal v1.1.11
15072026-05-27T02:08:02.973Z Compiling zerocopy-derive v0.7.35
15082026-05-27T02:08:03.024Z Compiling vergen-lib v9.1.0
15092026-05-27T02:08:03.139Z Compiling rand v0.9.2
15102026-05-27T02:08:03.236Z Compiling thiserror v1.0.69
15112026-05-27T02:08:03.249Z Compiling ff v0.13.1
15122026-05-27T02:08:03.277Z Compiling hash32 v0.2.1
15132026-05-27T02:08:03.356Z Compiling memoffset v0.9.1
15142026-05-27T02:08:03.433Z Compiling encoding_rs v0.8.35
15152026-05-27T02:08:03.484Z Compiling base16ct v0.2.0
15162026-05-27T02:08:03.625Z Compiling psl-types v2.0.11
15172026-05-27T02:08:03.682Z Compiling num-bigint-dig v0.8.6
15182026-05-27T02:08:03.693Z Compiling ref-cast v1.0.25
15192026-05-27T02:08:03.756Z Compiling proptest v1.10.0
15202026-05-27T02:08:03.769Z Compiling cfg_aliases v0.2.1
15212026-05-27T02:08:03.855Z Compiling rustix v0.38.44
15222026-05-27T02:08:03.892Z Compiling smoltcp v0.9.1
15232026-05-27T02:08:03.895Z Compiling mime v0.3.17
15242026-05-27T02:08:03.895Z Compiling zlib-rs v0.6.2
15252026-05-27T02:08:03.938Z Compiling fallible-iterator v0.2.0
15262026-05-27T02:08:03.961Z Compiling dof v0.4.0
15272026-05-27T02:08:04.022Z Compiling litrs v1.0.0
15282026-05-27T02:08:04.099Z Compiling pin-project v1.1.11
15292026-05-27T02:08:04.182Z Compiling ipnetwork v0.21.1
15302026-05-27T02:08:04.216Z Compiling postgres-protocol v0.6.10
15312026-05-27T02:08:04.294Z Compiling zerocopy v0.7.35
15322026-05-27T02:08:04.338Z Compiling nix v0.31.2
15332026-05-27T02:08:04.349Z Compiling publicsuffix v2.3.0
15342026-05-27T02:08:04.364Z Compiling sec1 v0.7.3
15352026-05-27T02:08:04.599Z Compiling oxnet v0.1.4
15362026-05-27T02:08:04.613Z Compiling document-features v0.2.12
15372026-05-27T02:08:04.761Z Compiling group v0.13.0
15382026-05-27T02:08:04.787Z Compiling darling v0.21.3
15392026-05-27T02:08:04.846Z Compiling rand v0.8.6
15402026-05-27T02:08:04.902Z Compiling goblin v0.8.2
15412026-05-27T02:08:04.917Z Compiling derive_builder v0.20.2
15422026-05-27T02:08:05.009Z Compiling futures-executor v0.3.32
15432026-05-27T02:08:05.024Z Compiling hubpack_derive v0.1.1
15442026-05-27T02:08:05.071Z Compiling hex v0.4.3
15452026-05-27T02:08:05.118Z Compiling hkdf v0.12.4
15462026-05-27T02:08:05.163Z Compiling crypto-bigint v0.5.5
15472026-05-27T02:08:05.235Z Compiling regex v1.12.3
15482026-05-27T02:08:05.334Z Compiling strum_macros v0.27.2
15492026-05-27T02:08:05.350Z Compiling ref-cast-impl v1.0.25
15502026-05-27T02:08:05.363Z Compiling curve25519-dalek-derive v0.1.1
15512026-05-27T02:08:05.379Z Compiling snafu-derive v0.8.9
15522026-05-27T02:08:05.403Z Compiling daft-derive v0.1.7
15532026-05-27T02:08:05.513Z Compiling num-iter v0.1.45
15542026-05-27T02:08:05.608Z Compiling tokio-util v0.7.18
15552026-05-27T02:08:05.654Z Compiling tower v0.5.3
15562026-05-27T02:08:05.691Z Compiling tokio-native-tls v0.3.1
15572026-05-27T02:08:05.927Z Compiling phf_shared v0.13.1
15582026-05-27T02:08:06.063Z Compiling tower-http v0.6.8
15592026-05-27T02:08:06.165Z Compiling newtype-uuid v1.3.2
15602026-05-27T02:08:06.181Z Compiling terminal_size v0.4.3
15612026-05-27T02:08:06.197Z Compiling lazy_static v1.5.0
15622026-05-27T02:08:06.212Z Compiling vergen v9.1.0
15632026-05-27T02:08:06.257Z Compiling cargo-platform v0.3.2
15642026-05-27T02:08:06.271Z Compiling fs-err v3.3.0
15652026-05-27T02:08:06.308Z Compiling h2 v0.4.13
15662026-05-27T02:08:06.343Z Compiling ahash v0.8.12
15672026-05-27T02:08:06.419Z Compiling object v0.37.3
15682026-05-27T02:08:06.487Z Compiling foldhash v0.1.5
15692026-05-27T02:08:06.501Z Compiling winnow v0.5.40
15702026-05-27T02:08:06.526Z Compiling bumpalo v3.20.2
15712026-05-27T02:08:06.548Z Compiling same-file v1.0.6
15722026-05-27T02:08:06.569Z Compiling libbz2-rs-sys v0.2.2
15732026-05-27T02:08:06.668Z Compiling bitflags v1.3.2
15742026-05-27T02:08:06.682Z Compiling managed v0.8.0
15752026-05-27T02:08:06.715Z Compiling unicode-segmentation v1.12.0
15762026-05-27T02:08:06.734Z Compiling foldhash v0.2.0
15772026-05-27T02:08:06.757Z Compiling zopfli v0.8.3
15782026-05-27T02:08:06.854Z Compiling flate2 v1.1.9
15792026-05-27T02:08:06.916Z Compiling hashbrown v0.16.1
15802026-05-27T02:08:07.133Z Compiling bzip2 v0.6.1
15812026-05-27T02:08:07.220Z Compiling dof v0.3.0
15822026-05-27T02:08:07.304Z Compiling walkdir v2.5.0
15832026-05-27T02:08:07.320Z Compiling hashbrown v0.15.5
15842026-05-27T02:08:07.382Z Compiling clap_builder v4.5.60
15852026-05-27T02:08:07.385Z Compiling snafu v0.8.9
15862026-05-27T02:08:07.410Z Compiling strum v0.27.2
15872026-05-27T02:08:07.457Z Compiling cargo_metadata v0.23.1
15882026-05-27T02:08:07.549Z Compiling daft v0.1.7
15892026-05-27T02:08:07.566Z Compiling phf v0.13.1
15902026-05-27T02:08:07.630Z Compiling elliptic-curve v0.13.8
15912026-05-27T02:08:07.756Z Compiling signal-hook-mio v0.2.5
15922026-05-27T02:08:07.781Z Compiling toml_edit v0.19.15
15932026-05-27T02:08:07.883Z Compiling usdt-attr-macro v0.6.0
15942026-05-27T02:08:07.897Z Compiling usdt-macro v0.6.0
15952026-05-27T02:08:07.948Z Compiling cookie_store v0.22.1
15962026-05-27T02:08:07.965Z Compiling hubpack v0.1.2
15972026-05-27T02:08:07.979Z Compiling bzip2 v0.4.4
15982026-05-27T02:08:08.023Z Compiling futures v0.3.32
15992026-05-27T02:08:08.044Z Compiling zstd v0.13.3
16002026-05-27T02:08:08.122Z Compiling serde_with_macros v3.17.0
16012026-05-27T02:08:08.233Z Compiling postgres-types v0.2.12
16022026-05-27T02:08:08.328Z Compiling dtrace-parser v0.2.0
16032026-05-27T02:08:08.448Z Compiling globset v0.4.18
16042026-05-27T02:08:08.632Z Compiling pkcs1 v0.7.5
16052026-05-27T02:08:08.690Z Compiling ed25519 v2.2.3
16062026-05-27T02:08:08.734Z Compiling serde-big-array v0.5.1
16072026-05-27T02:08:08.823Z Compiling olpc-cjson v0.1.4
16082026-05-27T02:08:08.837Z Compiling serde_plain v1.0.2
16092026-05-27T02:08:08.896Z Compiling rfc6979 v0.4.0
16102026-05-27T02:08:09.004Z Compiling serde_repr v0.1.20
16112026-05-27T02:08:09.038Z Compiling async-recursion v1.1.1
16122026-05-27T02:08:09.053Z Compiling enum-as-inner v0.6.1
16132026-05-27T02:08:09.067Z Compiling strum_macros v0.26.4
16142026-05-27T02:08:09.102Z Compiling clap_derive v4.5.55
16152026-05-27T02:08:09.141Z Compiling phf_shared v0.11.3
16162026-05-27T02:08:09.293Z Compiling hyper v1.8.1
16172026-05-27T02:08:09.345Z Compiling float-cmp v0.10.0
16182026-05-27T02:08:09.432Z Compiling pem v3.0.6
16192026-05-27T02:08:09.566Z Compiling thread-id v4.2.2
16202026-05-27T02:08:09.614Z Compiling memmap2 v0.9.10
16212026-05-27T02:08:09.617Z Compiling env_filter v1.0.0
16222026-05-27T02:08:09.641Z Compiling typed-path v0.9.3
16232026-05-27T02:08:09.672Z Compiling fixedbitset v0.5.7
16242026-05-27T02:08:09.783Z Compiling normalize-line-endings v0.3.0
16252026-05-27T02:08:09.845Z Compiling precomputed-hash v0.1.1
16262026-05-27T02:08:09.848Z Compiling difflib v0.4.0
16272026-05-27T02:08:09.895Z Compiling new_debug_unreachable v1.0.6
16282026-05-27T02:08:09.949Z Compiling predicates-core v1.0.10
16292026-05-27T02:08:09.963Z Compiling fixedbitset v0.4.2
16302026-05-27T02:08:09.988Z Compiling keccak v0.1.6
16312026-05-27T02:08:10.004Z Compiling jiff v0.2.21
16322026-05-27T02:08:10.146Z Compiling either v1.15.0
16332026-05-27T02:08:10.199Z Compiling static_assertions v1.1.0
16342026-05-27T02:08:10.291Z Compiling data-encoding v2.10.0
16352026-05-27T02:08:10.348Z Compiling whoami v2.1.0
16362026-05-27T02:08:10.385Z Compiling itertools v0.13.0
16372026-05-27T02:08:10.439Z Compiling hyper-util v0.1.20
16382026-05-27T02:08:10.465Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16392026-05-27T02:08:10.497Z Compiling sha3 v0.10.8
16402026-05-27T02:08:10.754Z Compiling hickory-proto v0.25.2
16412026-05-27T02:08:10.835Z Compiling tokio-postgres v0.7.16
16422026-05-27T02:08:10.851Z Compiling toml_edit v0.22.27
16432026-05-27T02:08:10.931Z Compiling strum v0.26.3
16442026-05-27T02:08:10.947Z Compiling petgraph v0.6.5
16452026-05-27T02:08:10.966Z Compiling predicates v3.1.4
16462026-05-27T02:08:10.981Z Compiling string_cache v0.8.9
16472026-05-27T02:08:11.011Z Compiling clap v4.5.60
16482026-05-27T02:08:11.034Z Compiling petgraph v0.8.3
16492026-05-27T02:08:11.087Z Compiling env_logger v0.11.9
16502026-05-27T02:08:11.107Z Compiling usdt v0.6.0
16512026-05-27T02:08:11.230Z Compiling usdt-impl v0.5.0
16522026-05-27T02:08:11.395Z Compiling serde_with v3.17.0
16532026-05-27T02:08:11.468Z Compiling crossterm v0.28.1
16542026-05-27T02:08:11.651Z Compiling toml v0.7.8
16552026-05-27T02:08:11.651Z Compiling ecdsa v0.16.9
16562026-05-27T02:08:11.868Z Compiling hyper-tls v0.6.0
16572026-05-27T02:08:12.071Z Compiling ed25519-dalek v2.2.0
16582026-05-27T02:08:12.135Z Compiling rsa v0.9.10
16592026-05-27T02:08:12.450Z Compiling zip v0.6.6
16602026-05-27T02:08:12.663Z Compiling zip v4.6.1
16612026-05-27T02:08:12.745Z Compiling iddqd v0.4.1
16622026-05-27T02:08:13.036Z Compiling similar v2.7.0
16632026-05-27T02:08:13.057Z Compiling heck v0.4.1
16642026-05-27T02:08:13.189Z Compiling toml_parser v1.0.9+spec-1.1.0
16652026-05-27T02:08:13.222Z Compiling tokio-stream v0.1.18
16662026-05-27T02:08:13.251Z Compiling buf-list v1.1.2
16672026-05-27T02:08:13.306Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-05-27T02:08:13.320Z Compiling openapiv3 v2.2.0
16692026-05-27T02:08:13.551Z Compiling x509-cert v0.2.5
16702026-05-27T02:08:13.587Z Compiling sha1 v0.10.6
16712026-05-27T02:08:13.627Z Compiling crossbeam-epoch v0.9.18
16722026-05-27T02:08:13.649Z Compiling lalrpop-util v0.19.12
16732026-05-27T02:08:13.718Z Compiling peg-runtime v0.8.5
16742026-05-27T02:08:13.792Z Compiling thread_local v1.1.9
16752026-05-27T02:08:13.830Z Compiling slog-async v2.8.0
16762026-05-27T02:08:13.844Z Compiling crossbeam-channel v0.5.15
16772026-05-27T02:08:13.860Z Compiling is-terminal v0.4.17
16782026-05-27T02:08:13.920Z Compiling filetime v0.2.27
16792026-05-27T02:08:13.980Z Compiling xattr v1.6.1
16802026-05-27T02:08:13.996Z Compiling take_mut v0.2.2
16812026-05-27T02:08:14.000Z Compiling term v1.2.1
16822026-05-27T02:08:14.116Z Compiling tar v0.4.45
16832026-05-27T02:08:14.324Z Compiling slog-term v2.9.2
16842026-05-27T02:08:32.113Z Compiling rustls-webpki v0.103.9
16852026-05-27T02:08:34.897Z Compiling tokio-rustls v0.26.4
16862026-05-27T02:08:34.897Z Compiling rustls-platform-verifier v0.6.2
16872026-05-27T02:08:35.115Z Compiling hyper-rustls v0.27.7
16882026-05-27T02:08:35.309Z Compiling reqwest v0.12.28
16892026-05-27T02:08:35.309Z Compiling reqwest v0.13.2
16902026-05-27T02:08:36.493Z Compiling tough v0.22.0
16912026-05-27T02:08:39.029Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-05-27T02:08:39.267Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-05-27T02:08:42.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.46s
16942026-05-27T02:08:42.225Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952026-05-27T02:08:42.279ZMay 27 02:08:41.455 INFO Starting download, target: Console
16962026-05-27T02:08:42.279ZMay 27 02:08:41.455 INFO Starting download, target: DendriteStub
16972026-05-27T02:08:42.279ZMay 27 02:08:41.455 INFO Starting download, target: MaghemiteMgd
16982026-05-27T02:08:42.279ZMay 27 02:08:41.455 INFO Starting download, target: Cockroach
16992026-05-27T02:08:42.279ZMay 27 02:08:41.455 INFO Starting download, target: Clickhouse
17002026-05-27T02:08:42.282ZMay 27 02:08:41.455 INFO Starting download, target: TransceiverControl
17012026-05-27T02:08:42.282ZMay 27 02:08:41.455 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-05-27T02:08:42.282ZMay 27 02:08:41.455 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-05-27T02:08:42.282ZMay 27 02:08:41.456 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17042026-05-27T02:08:42.282ZMay 27 02:08:41.456 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052026-05-27T02:08:42.282ZMay 27 02:08:41.456 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-05-27T02:08:42.282ZMay 27 02:08:41.456 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-05-27T02:08:42.623ZMay 27 02:08:41.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-05-27T02:08:42.844ZMay 27 02:08:42.014 INFO Download complete, target: TransceiverControl
17092026-05-27T02:08:43.335ZMay 27 02:08:42.498 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-05-27T02:08:43.589ZMay 27 02:08:42.739 INFO Download complete, target: Console
17112026-05-27T02:08:43.674ZMay 27 02:08:42.815 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17122026-05-27T02:08:43.888ZMay 27 02:08:43.060 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-05-27T02:08:44.080ZMay 27 02:08:43.252 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17142026-05-27T02:08:44.244ZMay 27 02:08:43.419 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152026-05-27T02:08:44.244ZMay 27 02:08:43.419 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162026-05-27T02:08:46.100ZMay 27 02:08:45.265 INFO Download complete, target: DendriteStub
17172026-05-27T02:08:46.381ZMay 27 02:08:45.555 INFO Download complete, target: MaghemiteMgd
17182026-05-27T02:08:49.074ZMay 27 02:08:48.205 INFO Checking that binary works, target: Cockroach
17192026-05-27T02:08:49.184ZMay 27 02:08:48.325 INFO Download complete, target: Cockroach
17202026-05-27T02:08:50.978ZMay 27 02:08:50.125 INFO Checking that binary works, target: Clickhouse
17212026-05-27T02:08:51.083ZMay 27 02:08:50.217 INFO Download complete, target: Clickhouse
17222026-05-27T02:08:51.157ZAll prerequisites installed successfully
17232026-05-27T02:08:51.157Z
17242026-05-27T02:08:51.157Zreal 1:59.935145640
17252026-05-27T02:08:51.157Zuser 6:53.868735871
17262026-05-27T02:08:51.157Zsys 1:42.201649584
17272026-05-27T02:08:51.157Ztrap 0.264262478
17282026-05-27T02:08:51.158Ztflt 1.910729986
17292026-05-27T02:08:51.158Zdflt 2.182172214
17302026-05-27T02:08:51.158Zkflt 0.041548826
17312026-05-27T02:08:51.158Zlock 22:54.059398857
17322026-05-27T02:08:51.158Zslp 19:03.879063151
17332026-05-27T02:08:51.158Zlat 25.329507448
17342026-05-27T02:08:51.158Zstop 2:51.194069789
17352026-05-27T02:08:51.158Z+ ptime -m cargo xtask download softnpu
17362026-05-27T02:08:51.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17372026-05-27T02:08:51.611Z Running `target/debug/xtask download softnpu`
17382026-05-27T02:08:52.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17392026-05-27T02:08:52.414Z Running `target/debug/xtask-downloader softnpu`
17402026-05-27T02:08:52.478ZMay 27 02:08:51.624 INFO Starting download, target: Softnpu
17412026-05-27T02:08:52.517ZMay 27 02:08:51.624 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17422026-05-27T02:08:53.090ZMay 27 02:08:52.266 INFO Download complete, target: Softnpu
17432026-05-27T02:08:53.094Z
17442026-05-27T02:08:53.097Zreal 2.039259266
17452026-05-27T02:08:53.097Zuser 1.319570369
17462026-05-27T02:08:53.097Zsys 0.650445530
17472026-05-27T02:08:53.097Ztrap 0.000563253
17482026-05-27T02:08:53.097Ztflt 0.000570694
17492026-05-27T02:08:53.097Zdflt 0.000266466
17502026-05-27T02:08:53.097Zkflt 0.000000000
17512026-05-27T02:08:53.097Zlock 11.479120543
17522026-05-27T02:08:53.097Zslp 0.509133523
17532026-05-27T02:08:53.097Zlat 0.093318560
17542026-05-27T02:08:53.097Zstop 0.000136780
17552026-05-27T02:08:53.097Z+ export CARGO_INCREMENTAL=0
17562026-05-27T02:08:53.097Z+ CARGO_INCREMENTAL=0
17572026-05-27T02:08:53.097Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17582026-05-27T02:08:53.998Z Compiling proc-macro2 v1.0.106
17592026-05-27T02:08:53.998Z Compiling quote v1.0.45
17602026-05-27T02:08:53.999Z Compiling unicode-ident v1.0.24
17612026-05-27T02:08:53.999Z Compiling libc v0.2.185
17622026-05-27T02:08:54.010Z Compiling serde_core v1.0.228
17632026-05-27T02:08:54.010Z Compiling serde v1.0.228
17642026-05-27T02:08:54.010Z Compiling cfg-if v1.0.4
17652026-05-27T02:08:54.010Z Compiling version_check v0.9.5
17662026-05-27T02:08:54.010Z Compiling shlex v1.3.0
17672026-05-27T02:08:54.010Z Compiling find-msvc-tools v0.1.9
17682026-05-27T02:08:54.148Z Compiling typenum v1.19.0
17692026-05-27T02:08:54.151Z Compiling zmij v1.0.21
17702026-05-27T02:08:54.151Z Compiling autocfg v1.5.0
17712026-05-27T02:08:54.151Z Compiling memchr v2.8.0
17722026-05-27T02:08:54.151Z Compiling serde_json v1.0.149
17732026-05-27T02:08:54.350Z Compiling portable-atomic v1.13.1
17742026-05-27T02:08:54.387Z Compiling libm v0.2.16
17752026-05-27T02:08:54.391Z Compiling zerocopy v0.8.40
17762026-05-27T02:08:54.419Z Compiling parking_lot_core v0.9.12
17772026-05-27T02:08:54.511Z Compiling generic-array v0.14.7
17782026-05-27T02:08:54.544Z Compiling smallvec v1.15.1
17792026-05-27T02:08:54.579Z Compiling icu_normalizer_data v2.1.1
17802026-05-27T02:08:54.584Z Compiling icu_properties_data v2.1.2
17812026-05-27T02:08:54.677Z Compiling num-traits v0.2.19
17822026-05-27T02:08:54.694Z Compiling itoa v1.0.17
17832026-05-27T02:08:54.727Z Compiling getrandom v0.4.1
17842026-05-27T02:08:54.761Z Compiling log v0.4.29
17852026-05-27T02:08:54.811Z Compiling stable_deref_trait v1.2.1
17862026-05-27T02:08:54.811Z Compiling pkg-config v0.3.32
17872026-05-27T02:08:54.834Z Compiling subtle v2.6.1
17882026-05-27T02:08:55.042Z Compiling jobserver v0.1.34
17892026-05-27T02:08:55.053Z Compiling getrandom v0.2.17
17902026-05-27T02:08:55.053Z Compiling scopeguard v1.2.0
17912026-05-27T02:08:55.101Z Compiling errno v0.3.14
17922026-05-27T02:08:55.195Z Compiling lock_api v0.4.14
17932026-05-27T02:08:55.214Z Compiling rand_core v0.6.4
17942026-05-27T02:08:55.256Z Compiling cc v1.2.56
17952026-05-27T02:08:55.297Z Compiling writeable v0.6.2
17962026-05-27T02:08:55.327Z Compiling litemap v0.8.1
17972026-05-27T02:08:55.327Z Compiling percent-encoding v2.3.2
17982026-05-27T02:08:55.467Z Compiling fnv v1.0.7
17992026-05-27T02:08:55.487Z Compiling pin-project-lite v0.2.17
18002026-05-27T02:08:55.526Z Compiling syn v2.0.117
18012026-05-27T02:08:55.558Z Compiling thiserror v2.0.18
18022026-05-27T02:08:55.735Z Compiling getrandom v0.3.4
18032026-05-27T02:08:55.849Z Compiling equivalent v1.0.2
18042026-05-27T02:08:55.849Z Compiling dunce v1.0.5
18052026-05-27T02:08:55.849Z Compiling fs_extra v1.3.0
18062026-05-27T02:08:55.849Z Compiling rustversion v1.0.22
18072026-05-27T02:08:55.849Z Compiling utf8_iter v1.0.4
18082026-05-27T02:08:55.850Z Compiling schemars v0.8.22
18092026-05-27T02:08:55.876Z Compiling rand_core v0.10.0
18102026-05-27T02:08:55.962Z Compiling form_urlencoded v1.2.2
18112026-05-27T02:08:56.044Z Compiling cmake v0.1.57
18122026-05-27T02:08:56.075Z Compiling critical-section v1.2.0
18132026-05-27T02:08:56.103Z Compiling signal-hook-registry v1.4.8
18142026-05-27T02:08:56.182Z Compiling hashbrown v0.17.0
18152026-05-27T02:08:56.237Z Compiling rustix v1.1.3
18162026-05-27T02:08:56.310Z Compiling socket2 v0.6.3
18172026-05-27T02:08:56.316Z Compiling parking_lot v0.12.5
18182026-05-27T02:08:56.382Z Compiling once_cell v1.21.3
18192026-05-27T02:08:56.591Z Compiling semver v1.0.28
18202026-05-27T02:08:56.704Z Compiling bitflags v2.11.0
18212026-05-27T02:08:56.704Z Compiling ring v0.17.14
18222026-05-27T02:08:56.812Z Compiling aws-lc-sys v0.40.0
18232026-05-27T02:08:56.812Z Compiling mio v1.2.0
18242026-05-27T02:08:56.812Z Compiling indexmap v2.14.0
18252026-05-27T02:08:56.891Z Compiling const-oid v0.9.6
18262026-05-27T02:08:56.988Z Compiling heck v0.5.0
18272026-05-27T02:08:56.988Z Compiling aws-lc-rs v1.16.3
18282026-05-27T02:08:56.988Z Compiling futures-core v0.3.32
18292026-05-27T02:08:57.135Z Compiling httparse v1.10.1
18302026-05-27T02:08:57.199Z Compiling strsim v0.11.1
18312026-05-27T02:08:57.199Z Compiling thiserror v1.0.69
18322026-05-27T02:08:57.199Z Compiling vcpkg v0.2.15
18332026-05-27T02:08:57.266Z Compiling iana-time-zone v0.1.65
18342026-05-27T02:08:57.411Z Compiling ucd-trie v0.1.7
18352026-05-27T02:08:57.483Z Compiling byteorder v1.5.0
18362026-05-27T02:08:57.567Z Compiling ident_case v1.0.1
18372026-05-27T02:08:57.567Z Compiling regex-syntax v0.8.10
18382026-05-27T02:08:57.567Z Compiling syn v1.0.109
18392026-05-27T02:08:57.567Z Compiling uuid v1.23.0
18402026-05-27T02:08:57.567Z Compiling cpufeatures v0.2.17
18412026-05-27T02:08:57.667Z Compiling pest v2.8.6
18422026-05-27T02:08:57.737Z Compiling rustls v0.23.37
18432026-05-27T02:08:57.790Z Compiling openssl-sys v0.9.115
18442026-05-27T02:08:57.862Z Compiling futures-sink v0.3.32
18452026-05-27T02:08:57.945Z Compiling rustc_version v0.4.1
18462026-05-27T02:08:57.998Z Compiling futures-channel v0.3.32
18472026-05-27T02:08:58.092Z Compiling slab v0.4.12
18482026-05-27T02:08:58.092Z Compiling futures-io v0.3.32
18492026-05-27T02:08:58.184Z Compiling futures-task v0.3.32
18502026-05-27T02:08:58.272Z Compiling aho-corasick v1.1.4
18512026-05-27T02:08:58.311Z Compiling dyn-clone v1.0.20
18522026-05-27T02:08:58.311Z Compiling synstructure v0.13.2
18532026-05-27T02:08:58.311Z Compiling serde_derive_internals v0.29.1
18542026-05-27T02:08:58.482Z Compiling crc32fast v1.5.0
18552026-05-27T02:08:58.503Z Compiling openssl v0.10.79
18562026-05-27T02:08:58.543Z Compiling plain v0.2.3
18572026-05-27T02:08:58.636Z Compiling base64 v0.22.1
18582026-05-27T02:08:58.696Z Compiling time-core v0.1.8
18592026-05-27T02:08:58.719Z Compiling pest_meta v2.8.6
18602026-05-27T02:08:58.846Z Compiling num-conv v0.2.0
18612026-05-27T02:08:58.890Z Compiling crossbeam-utils v0.8.21
18622026-05-27T02:08:58.988Z Compiling time-macros v0.2.27
18632026-05-27T02:08:59.021Z Compiling native-tls v0.2.18
18642026-05-27T02:08:59.021Z Compiling pretty-hex v0.4.1
18652026-05-27T02:08:59.069Z Compiling regex-automata v0.4.14
18662026-05-27T02:08:59.090Z Compiling base64ct v1.8.3
18672026-05-27T02:08:59.121Z Compiling anyhow v1.0.102
18682026-05-27T02:08:59.131Z Compiling darling_core v0.21.3
18692026-05-27T02:08:59.259Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18702026-05-27T02:08:59.286Z Compiling tracing-core v0.1.36
18712026-05-27T02:08:59.400Z Compiling pest_generator v2.8.6
18722026-05-27T02:08:59.434Z Compiling pem-rfc7468 v0.7.0
18732026-05-27T02:08:59.537Z Compiling untrusted v0.9.0
18742026-05-27T02:08:59.559Z Compiling serde_derive v1.0.228
18752026-05-27T02:08:59.602Z Compiling zeroize_derive v1.4.3
18762026-05-27T02:08:59.646Z Compiling zerofrom-derive v0.1.6
18772026-05-27T02:08:59.661Z Compiling yoke-derive v0.8.1
18782026-05-27T02:08:59.695Z Compiling zerovec-derive v0.11.2
18792026-05-27T02:08:59.726Z Compiling displaydoc v0.2.5
18802026-05-27T02:08:59.939Z Compiling zerocopy-derive v0.8.40
18812026-05-27T02:09:00.001Z Compiling tokio-macros v2.7.0
18822026-05-27T02:09:00.046Z Compiling futures-macro v0.3.32
18832026-05-27T02:09:00.216Z Compiling zeroize v1.8.2
18842026-05-27T02:09:00.481Z Compiling thiserror-impl v2.0.18
18852026-05-27T02:09:00.634Z Compiling schemars_derive v0.8.22
18862026-05-27T02:09:00.704Z Compiling tracing-attributes v0.1.31
18872026-05-27T02:09:00.760Z Compiling der_derive v0.7.3
18882026-05-27T02:09:00.798Z Compiling zerofrom v0.1.6
18892026-05-27T02:09:00.941Z Compiling yoke v0.8.1
18902026-05-27T02:09:00.961Z Compiling crypto-common v0.1.7
18912026-05-27T02:09:01.132Z Compiling zerovec v0.11.5
18922026-05-27T02:09:01.157Z Compiling zerotrie v0.2.3
18932026-05-27T02:09:01.187Z Compiling block-buffer v0.10.4
18942026-05-27T02:09:01.340Z Compiling digest v0.10.7
18952026-05-27T02:09:01.577Z Compiling thiserror-impl v1.0.69
18962026-05-27T02:09:01.659Z Compiling tinystr v0.8.2
18972026-05-27T02:09:01.663Z Compiling potential_utf v0.1.4
18982026-05-27T02:09:01.692Z Compiling pest_derive v2.8.6
18992026-05-27T02:09:01.713Z Compiling futures-util v0.3.32
19002026-05-27T02:09:01.772Z Compiling hmac v0.12.1
19012026-05-27T02:09:01.852Z Compiling icu_locale_core v2.1.1
19022026-05-27T02:09:01.881Z Compiling icu_collections v2.1.1
19032026-05-27T02:09:02.118Z Compiling block-padding v0.3.3
19042026-05-27T02:09:02.148Z Compiling rustls-pki-types v1.14.0
19052026-05-27T02:09:02.519Z Compiling inout v0.1.4
19062026-05-27T02:09:02.544Z Compiling openssl-macros v0.1.1
19072026-05-27T02:09:02.628Z Compiling icu_provider v2.1.1
19082026-05-27T02:09:02.673Z Compiling bytes v1.11.1
19092026-05-27T02:09:02.688Z Compiling chrono v0.4.44
19102026-05-27T02:09:02.888Z Compiling icu_normalizer v2.1.1
19112026-05-27T02:09:02.964Z Compiling icu_properties v2.1.2
19122026-05-27T02:09:02.983Z Compiling serde_tokenstream v0.2.3
19132026-05-27T02:09:03.300Z Compiling tokio v1.52.1
19142026-05-27T02:09:03.564Z Compiling cipher v0.4.4
19152026-05-27T02:09:03.580Z Compiling sha2 v0.10.9
19162026-05-27T02:09:03.854Z Compiling idna_adapter v1.2.1
19172026-05-27T02:09:03.981Z Compiling idna v1.1.0
19182026-05-27T02:09:04.078Z Compiling ppv-lite86 v0.2.21
19192026-05-27T02:09:04.188Z Compiling scroll_derive v0.13.1
19202026-05-27T02:09:04.302Z Compiling scroll_derive v0.12.1
19212026-05-27T02:09:04.334Z Compiling url v2.5.8
19222026-05-27T02:09:04.437Z Compiling http v1.4.0
19232026-05-27T02:09:04.507Z Compiling flagset v0.4.7
19242026-05-27T02:09:04.644Z Compiling der v0.7.10
19252026-05-27T02:09:04.726Z Compiling tracing v0.1.44
19262026-05-27T02:09:04.981Z Compiling darling_macro v0.21.3
19272026-05-27T02:09:05.089Z Compiling regex v1.12.3
19282026-05-27T02:09:05.159Z Compiling zerocopy-derive v0.7.35
19292026-05-27T02:09:05.205Z Compiling rand_core v0.9.5
19302026-05-27T02:09:05.434Z Compiling slog v2.8.2
19312026-05-27T02:09:05.777Z Compiling spki v0.7.3
19322026-05-27T02:09:05.898Z Compiling darling v0.21.3
19332026-05-27T02:09:05.940Z Compiling salsa20 v0.10.2
19342026-05-27T02:09:05.943Z Compiling pbkdf2 v0.12.2
19352026-05-27T02:09:06.314Z Compiling cookie v0.18.1
19362026-05-27T02:09:06.477Z Compiling camino v1.2.2
19372026-05-27T02:09:06.753Z Compiling scrypt v0.11.0
19382026-05-27T02:09:06.787Z Compiling rand_chacha v0.9.0
19392026-05-27T02:09:06.803Z Compiling http-body v1.0.1
19402026-05-27T02:09:06.837Z Compiling cbc v0.1.2
19412026-05-27T02:09:06.855Z Compiling aes v0.8.4
19422026-05-27T02:09:07.008Z Compiling usdt-impl v0.5.0
19432026-05-27T02:09:07.011Z Compiling openssl-probe v0.2.1
19442026-05-27T02:09:07.011Z Compiling usdt-impl v0.6.0
19452026-05-27T02:09:07.054Z Compiling tokio-util v0.7.18
19462026-05-27T02:09:07.179Z Compiling winnow v0.7.14
19472026-05-27T02:09:07.206Z Compiling either v1.15.0
19482026-05-27T02:09:07.222Z Compiling ref-cast v1.0.25
19492026-05-27T02:09:07.277Z Compiling atomic-waker v1.1.2
19502026-05-27T02:09:07.304Z Compiling untrusted v0.7.1
19512026-05-27T02:09:07.343Z Compiling tinyvec_macros v0.1.1
19522026-05-27T02:09:07.439Z Compiling paste v1.0.15
19532026-05-27T02:09:07.442Z Compiling tinyvec v1.10.0
19542026-05-27T02:09:07.456Z Compiling pkcs5 v0.7.1
19552026-05-27T02:09:07.777Z Compiling rand v0.9.2
19562026-05-27T02:09:08.012Z Compiling scroll v0.13.0
19572026-05-27T02:09:08.101Z Compiling scroll v0.12.0
19582026-05-27T02:09:08.137Z Compiling serde_spanned v0.6.9
19592026-05-27T02:09:08.300Z Compiling toml_datetime v0.6.11
19602026-05-27T02:09:08.316Z Compiling async-trait v0.1.89
19612026-05-27T02:09:08.338Z Compiling heapless v0.7.17
19622026-05-27T02:09:08.389Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-27T02:09:08.407Z Compiling zstd-safe v7.2.4
19642026-05-27T02:09:08.423Z Compiling tower-layer v0.3.3
19652026-05-27T02:09:08.603Z Compiling tower-service v0.3.3
19662026-05-27T02:09:08.656Z Compiling signal-hook v0.3.18
19672026-05-27T02:09:08.724Z Compiling try-lock v0.2.5
19682026-05-27T02:09:08.791Z Compiling fastrand v2.3.0
19692026-05-27T02:09:08.855Z Compiling want v0.3.1
19702026-05-27T02:09:08.900Z Compiling h2 v0.4.13
19712026-05-27T02:09:09.018Z Compiling toml_parser v1.0.9+spec-1.1.0
19722026-05-27T02:09:09.082Z Compiling goblin v0.8.2
19732026-05-27T02:09:09.086Z Compiling goblin v0.10.5
19742026-05-27T02:09:09.229Z Compiling pkcs8 v0.10.2
19752026-05-27T02:09:09.358Z Compiling zerocopy v0.7.35
19762026-05-27T02:09:09.540Z Compiling ipnet v2.11.0
19772026-05-27T02:09:09.603Z Compiling ref-cast-impl v1.0.25
19782026-05-27T02:09:09.628Z Compiling darling_core v0.20.11
19792026-05-27T02:09:09.929Z Compiling curve25519-dalek v4.1.3
19802026-05-27T02:09:10.058Z Compiling memoffset v0.9.1
19812026-05-27T02:09:10.154Z Compiling pin-utils v0.1.0
19822026-05-27T02:09:10.195Z Compiling winnow v0.5.40
19832026-05-27T02:09:10.235Z Compiling litrs v1.0.0
19842026-05-27T02:09:10.250Z Compiling httpdate v1.0.3
19852026-05-27T02:09:10.656Z Compiling rustix v0.38.44
19862026-05-27T02:09:10.829Z Compiling foreign-types-shared v0.1.1
19872026-05-27T02:09:10.991Z Compiling foreign-types v0.3.2
19882026-05-27T02:09:10.999Z Compiling document-features v0.2.12
19892026-05-27T02:09:11.235Z Compiling tempfile v3.25.0
19902026-05-27T02:09:11.400Z Compiling dof v0.3.0
19912026-05-27T02:09:11.540Z Compiling toml_edit v0.19.15
19922026-05-27T02:09:11.616Z Compiling darling_macro v0.20.11
19932026-05-27T02:09:11.636Z Compiling unicode-normalization v0.1.25
19942026-05-27T02:09:11.708Z Compiling dtrace-parser v0.2.0
19952026-05-27T02:09:11.942Z Compiling hyper v1.8.1
19962026-05-27T02:09:12.013Z Compiling dof v0.4.0
19972026-05-27T02:09:12.182Z Compiling dtrace-parser v0.3.0
19982026-05-27T02:09:12.255Z Compiling daft-derive v0.1.7
19992026-05-27T02:09:12.311Z Compiling pin-project-internal v1.1.11
20002026-05-27T02:09:12.413Z Compiling spin v0.9.8
20012026-05-27T02:09:12.451Z Compiling thread-id v5.1.0
20022026-05-27T02:09:12.566Z Compiling thread-id v4.2.2
20032026-05-27T02:09:12.647Z Compiling smoltcp v0.9.1
20042026-05-27T02:09:12.663Z Compiling num-bigint-dig v0.8.6
20052026-05-27T02:09:12.719Z Compiling cfg_aliases v0.2.1
20062026-05-27T02:09:12.789Z Compiling powerfmt v0.2.0
20072026-05-27T02:09:12.810Z Compiling nix v0.31.2
20082026-05-27T02:09:12.953Z Compiling deranged v0.5.8
20092026-05-27T02:09:13.061Z Compiling hyper-util v0.1.20
20102026-05-27T02:09:13.318Z Compiling darling v0.20.11
20112026-05-27T02:09:13.429Z Compiling rustls-native-certs v0.8.3
20122026-05-27T02:09:13.467Z Compiling ipnetwork v0.21.1
20132026-05-27T02:09:13.815Z Compiling curve25519-dalek-derive v0.1.1
20142026-05-27T02:09:13.833Z Compiling strum_macros v0.26.4
20152026-05-27T02:09:14.159Z Compiling sync_wrapper v1.0.2
20162026-05-27T02:09:14.174Z Compiling wait-timeout v0.2.1
20172026-05-27T02:09:14.428Z Compiling num_threads v0.1.7
20182026-05-27T02:09:14.443Z Compiling siphasher v1.0.2
20192026-05-27T02:09:14.520Z Compiling anstyle v1.0.13
20202026-05-27T02:09:14.643Z Compiling simd-adler32 v0.3.8
20212026-05-27T02:09:14.676Z Compiling quick-error v1.2.3
20222026-05-27T02:09:14.690Z Compiling utf8parse v0.2.2
20232026-05-27T02:09:14.807Z Compiling bit-vec v0.8.0
20242026-05-27T02:09:14.827Z Compiling anstyle-parse v0.2.7
20252026-05-27T02:09:14.936Z Compiling time v0.3.47
20262026-05-27T02:09:14.951Z Compiling rusty-fork v0.3.1
20272026-05-27T02:09:15.028Z Compiling bit-set v0.8.0
20282026-05-27T02:09:15.215Z Compiling tower v0.5.3
20292026-05-27T02:09:15.510Z Compiling derive_builder_core v0.20.2
20302026-05-27T02:09:15.563Z Compiling http-body-util v0.1.3
20312026-05-27T02:09:15.831Z Compiling webpki-roots v1.0.6
20322026-05-27T02:09:15.855Z Compiling rand_xorshift v0.4.0
20332026-05-27T02:09:15.959Z Compiling signature v2.2.0
20342026-05-27T02:09:15.974Z Compiling hubpack_derive v0.1.1
20352026-05-27T02:09:16.022Z Compiling snafu-derive v0.8.9
20362026-05-27T02:09:16.057Z Compiling strum_macros v0.27.2
20372026-05-27T02:09:16.311Z Compiling fs-err v3.3.0
20382026-05-27T02:09:16.327Z Compiling ahash v0.8.12
20392026-05-27T02:09:16.403Z Compiling encoding_rs v0.8.35
20402026-05-27T02:09:16.435Z Compiling adler2 v2.0.1
20412026-05-27T02:09:16.535Z Compiling is_terminal_polyfill v1.70.2
20422026-05-27T02:09:16.585Z Compiling ryu v1.0.23
20432026-05-27T02:09:16.601Z Compiling anstyle-query v1.1.5
20442026-05-27T02:09:16.650Z Compiling unarray v0.1.4
20452026-05-27T02:09:16.685Z Compiling unicode-bidi v0.3.18
20462026-05-27T02:09:16.697Z Compiling colorchoice v1.0.4
20472026-05-27T02:09:16.728Z Compiling object v0.37.3
20482026-05-27T02:09:16.743Z Compiling mime v0.3.17
20492026-05-27T02:09:16.780Z Compiling allocator-api2 v0.2.21
20502026-05-27T02:09:16.896Z Compiling iri-string v0.7.10
20512026-05-27T02:09:17.036Z Compiling unicode-properties v0.1.4
20522026-05-27T02:09:17.097Z Compiling unicode-segmentation v1.12.0
20532026-05-27T02:09:17.229Z Compiling stringprep v0.1.5
20542026-05-27T02:09:17.242Z Compiling anstream v0.6.21
20552026-05-27T02:09:17.272Z Compiling serde_urlencoded v0.7.1
20562026-05-27T02:09:17.298Z Compiling proptest v1.10.0
20572026-05-27T02:09:17.554Z Compiling miniz_oxide v0.8.9
20582026-05-27T02:09:17.609Z Compiling derive_builder_macro v0.20.2
20592026-05-27T02:09:17.830Z Compiling tokio-native-tls v0.3.1
20602026-05-27T02:09:17.846Z Compiling usdt-attr-macro v0.6.0
20612026-05-27T02:09:17.952Z Compiling usdt-macro v0.6.0
20622026-05-27T02:09:18.028Z Compiling tower-http v0.6.8
20632026-05-27T02:09:18.437Z Compiling rand_chacha v0.3.1
20642026-05-27T02:09:18.457Z Compiling erased-serde v0.3.31
20652026-05-27T02:09:18.501Z Compiling md-5 v0.10.6
20662026-05-27T02:09:18.580Z Compiling bstr v1.12.1
20672026-05-27T02:09:18.685Z Compiling num-integer v0.1.46
20682026-05-27T02:09:18.713Z Compiling hash32 v0.2.1
20692026-05-27T02:09:18.729Z Compiling vergen-lib v9.1.0
20702026-05-27T02:09:18.862Z Compiling ff v0.13.1
20712026-05-27T02:09:18.929Z Compiling fallible-iterator v0.2.0
20722026-05-27T02:09:18.944Z Compiling base16ct v0.2.0
20732026-05-27T02:09:19.004Z Compiling psl-types v2.0.11
20742026-05-27T02:09:19.020Z Compiling zlib-rs v0.6.2
20752026-05-27T02:09:19.145Z Compiling publicsuffix v2.3.0
20762026-05-27T02:09:19.159Z Compiling sec1 v0.7.3
20772026-05-27T02:09:19.224Z Compiling postgres-protocol v0.6.10
20782026-05-27T02:09:19.238Z Compiling group v0.13.0
20792026-05-27T02:09:19.319Z Compiling newtype-uuid v1.3.2
20802026-05-27T02:09:19.360Z Compiling num-iter v0.1.45
20812026-05-27T02:09:19.643Z Compiling rand v0.8.6
20822026-05-27T02:09:20.162Z Compiling oxnet v0.1.4
20832026-05-27T02:09:20.255Z Compiling derive_builder v0.20.2
20842026-05-27T02:09:20.272Z Compiling hyper-tls v0.6.0
20852026-05-27T02:09:20.341Z Compiling heck v0.4.1
20862026-05-27T02:09:20.400Z Compiling phf_shared v0.13.1
20872026-05-27T02:09:20.445Z Compiling pin-project v1.1.11
20882026-05-27T02:09:20.553Z Compiling lazy_static v1.5.0
20892026-05-27T02:09:20.654Z Compiling terminal_size v0.4.3
20902026-05-27T02:09:20.668Z Compiling serde_with_macros v3.17.0
20912026-05-27T02:09:20.693Z Compiling futures-executor v0.3.32
20922026-05-27T02:09:20.707Z Compiling hex v0.4.3
20932026-05-27T02:09:20.809Z Compiling hkdf v0.12.4
20942026-05-27T02:09:20.923Z Compiling crypto-bigint v0.5.5
20952026-05-27T02:09:20.945Z Compiling enum-as-inner v0.6.1
20962026-05-27T02:09:20.976Z Compiling clap_derive v4.5.55
20972026-05-27T02:09:21.003Z Compiling async-recursion v1.1.1
20982026-05-27T02:09:21.054Z Compiling serde_repr v0.1.20
20992026-05-27T02:09:21.172Z Compiling flate2 v1.1.9
21002026-05-27T02:09:21.350Z Compiling vergen v9.1.0
21012026-05-27T02:09:21.457Z Compiling cargo-platform v0.3.2
21022026-05-27T02:09:21.551Z Compiling managed v0.8.0
21032026-05-27T02:09:21.572Z Compiling foldhash v0.2.0
21042026-05-27T02:09:21.595Z Compiling libbz2-rs-sys v0.2.2
21052026-05-27T02:09:21.614Z Compiling bitflags v1.3.2
21062026-05-27T02:09:21.712Z Compiling bumpalo v3.20.2
21072026-05-27T02:09:21.747Z Compiling clap_lex v1.0.0
21082026-05-27T02:09:21.789Z Compiling foldhash v0.1.5
21092026-05-27T02:09:21.805Z Compiling same-file v1.0.6
21102026-05-27T02:09:21.971Z Compiling hashbrown v0.15.5
21112026-05-27T02:09:21.974Z Compiling walkdir v2.5.0
21122026-05-27T02:09:22.017Z Compiling bzip2 v0.6.1
21132026-05-27T02:09:22.021Z Compiling clap_builder v4.5.60
21142026-05-27T02:09:22.049Z Compiling zopfli v0.8.3
21152026-05-27T02:09:22.299Z Compiling elliptic-curve v0.13.8
21162026-05-27T02:09:22.447Z Compiling hashbrown v0.16.1
21172026-05-27T02:09:22.525Z Compiling cargo_metadata v0.23.1
21182026-05-27T02:09:22.618Z Compiling futures v0.3.32
21192026-05-27T02:09:23.001Z Compiling phf v0.13.1
21202026-05-27T02:09:23.051Z Compiling snafu v0.8.9
21212026-05-27T02:09:23.067Z Compiling daft v0.1.7
21222026-05-27T02:09:23.082Z Compiling signal-hook-mio v0.2.5
21232026-05-27T02:09:23.178Z Compiling zstd v0.13.3
21242026-05-27T02:09:23.357Z Compiling cookie_store v0.22.1
21252026-05-27T02:09:23.395Z Compiling postgres-types v0.2.12
21262026-05-27T02:09:23.446Z Compiling bzip2 v0.4.4
21272026-05-27T02:09:23.535Z Compiling globset v0.4.18
21282026-05-27T02:09:23.673Z Compiling strum v0.27.2
21292026-05-27T02:09:23.849Z Compiling hubpack v0.1.2
21302026-05-27T02:09:23.935Z Compiling ed25519 v2.2.3
21312026-05-27T02:09:23.957Z Compiling phf_shared v0.11.3
21322026-05-27T02:09:23.991Z Compiling crossbeam-epoch v0.9.18
21332026-05-27T02:09:24.115Z Compiling olpc-cjson v0.1.4
21342026-05-27T02:09:24.159Z Compiling pkcs1 v0.7.5
21352026-05-27T02:09:24.190Z Compiling pem v3.0.6
21362026-05-27T02:09:24.313Z Compiling serde_plain v1.0.2
21372026-05-27T02:09:24.361Z Compiling serde-big-array v0.5.1
21382026-05-27T02:09:24.377Z Compiling rfc6979 v0.4.0
21392026-05-27T02:09:24.437Z Compiling float-cmp v0.10.0
21402026-05-27T02:09:24.503Z Compiling memmap2 v0.9.10
21412026-05-27T02:09:24.521Z Compiling env_filter v1.0.0
21422026-05-27T02:09:24.549Z Compiling fixedbitset v0.4.2
21432026-05-27T02:09:24.552Z Compiling predicates-core v1.0.10
21442026-05-27T02:09:24.581Z Compiling static_assertions v1.1.0
21452026-05-27T02:09:24.597Z Compiling keccak v0.1.6
21462026-05-27T02:09:24.613Z Compiling normalize-line-endings v0.3.0
21472026-05-27T02:09:24.672Z Compiling fixedbitset v0.5.7
21482026-05-27T02:09:24.676Z Compiling new_debug_unreachable v1.0.6
21492026-05-27T02:09:24.726Z Compiling jiff v0.2.21
21502026-05-27T02:09:24.726Z Compiling difflib v0.4.0
21512026-05-27T02:09:24.756Z Compiling precomputed-hash v0.1.1
21522026-05-27T02:09:24.772Z Compiling data-encoding v2.10.0
21532026-05-27T02:09:24.792Z Compiling toml_write v0.1.2
21542026-05-27T02:09:24.809Z Compiling typed-path v0.9.3
21552026-05-27T02:09:24.843Z Compiling whoami v2.1.0
21562026-05-27T02:09:24.861Z Compiling string_cache v0.8.9
21572026-05-27T02:09:24.988Z Compiling toml_edit v0.22.27
21582026-05-27T02:09:25.013Z Compiling predicates v3.1.4
21592026-05-27T02:09:25.065Z Compiling hickory-proto v0.25.2
21602026-05-27T02:09:25.098Z Compiling tokio-postgres v0.7.16
21612026-05-27T02:09:25.186Z Compiling petgraph v0.8.3
21622026-05-27T02:09:25.187Z Compiling sha3 v0.10.8
21632026-05-27T02:09:25.314Z Compiling petgraph v0.6.5
21642026-05-27T02:09:25.503Z Compiling env_logger v0.11.9
21652026-05-27T02:09:25.597Z Compiling usdt v0.6.0
21662026-05-27T02:09:25.836Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21672026-05-27T02:09:25.960Z Compiling ecdsa v0.16.9
21682026-05-27T02:09:25.975Z Compiling rsa v0.9.10
21692026-05-27T02:09:26.370Z Compiling ed25519-dalek v2.2.0
21702026-05-27T02:09:26.923Z Compiling zip v0.6.6
21712026-05-27T02:09:27.006Z Compiling crossterm v0.28.1
21722026-05-27T02:09:27.074Z Compiling clap v4.5.60
21732026-05-27T02:09:27.175Z Compiling iddqd v0.4.1
21742026-05-27T02:09:27.452Z Compiling zip v4.6.1
21752026-05-27T02:09:27.602Z Compiling serde_with v3.17.0
21762026-05-27T02:09:27.650Z Compiling similar v2.7.0
21772026-05-27T02:09:27.694Z Compiling strum v0.26.3
21782026-05-27T02:09:27.838Z Compiling toml v0.7.8
21792026-05-27T02:09:28.188Z Compiling tokio-stream v0.1.18
21802026-05-27T02:09:28.373Z Compiling itertools v0.13.0
21812026-05-27T02:09:28.407Z Compiling buf-list v1.1.2
21822026-05-27T02:09:28.479Z Compiling x509-cert v0.2.5
21832026-05-27T02:09:28.668Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21842026-05-27T02:09:28.702Z Compiling openapiv3 v2.2.0
21852026-05-27T02:09:28.832Z Compiling sha1 v0.10.6
21862026-05-27T02:09:29.106Z Compiling lalrpop-util v0.19.12
21872026-05-27T02:09:29.319Z Compiling peg-runtime v0.8.5
21882026-05-27T02:09:44.698Z Compiling rustls-webpki v0.103.9
21892026-05-27T02:09:45.711Z Compiling macaddr v1.0.1
21902026-05-27T02:09:45.727Z Compiling structmeta-derive v0.3.0
21912026-05-27T02:09:45.767Z Compiling crucible-workspace-hack v0.1.0
21922026-05-27T02:09:45.786Z Compiling rayon-core v1.13.0
21932026-05-27T02:09:45.917Z Compiling itertools v0.14.0
21942026-05-27T02:09:45.999Z Compiling secrecy v0.10.3
21952026-05-27T02:09:46.031Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21962026-05-27T02:09:46.049Z Compiling heapless v0.8.0
21972026-05-27T02:09:46.106Z Compiling toml_datetime v0.7.5+spec-1.1.0
21982026-05-27T02:09:46.202Z Compiling rustls v0.22.4
21992026-05-27T02:09:46.372Z Compiling toml_edit v0.23.10+spec-1.0.0
22002026-05-27T02:09:46.448Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-27T02:09:46.461Z Compiling crossbeam-deque v0.8.6
22022026-05-27T02:09:46.524Z Compiling rustls-webpki v0.102.8
22032026-05-27T02:09:46.547Z Compiling hash32 v0.3.1
22042026-05-27T02:09:46.611Z Compiling multer v3.1.0
22052026-05-27T02:09:46.627Z Compiling thread_local v1.1.9
22062026-05-27T02:09:46.645Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22072026-05-27T02:09:46.698Z Compiling match_cfg v0.1.0
22082026-05-27T02:09:46.722Z Compiling structmeta v0.3.0
22092026-05-27T02:09:46.738Z Compiling unicode-width v0.2.0
22102026-05-27T02:09:46.791Z Compiling slog-async v2.8.0
22112026-05-27T02:09:46.844Z Compiling compression-core v0.4.31
22122026-05-27T02:09:46.897Z Compiling smoltcp v0.11.0
22132026-05-27T02:09:46.936Z Compiling proc-macro-crate v3.4.0
22142026-05-27T02:09:46.951Z Compiling derive-ex v0.1.8
22152026-05-27T02:09:47.049Z Compiling compression-codecs v0.4.37
22162026-05-27T02:09:47.137Z Compiling hostname v0.3.1
22172026-05-27T02:09:47.172Z Compiling ingot-macros v0.1.1
22182026-05-27T02:09:47.305Z Compiling slog-json v2.6.1
22192026-05-27T02:09:47.346Z Compiling crossbeam-channel v0.5.15
22202026-05-27T02:09:47.395Z Compiling half v2.7.1
22212026-05-27T02:09:47.441Z Compiling newtype-uuid-macros v0.1.0
22222026-05-27T02:09:47.579Z Compiling cobs v0.3.0
22232026-05-27T02:09:47.651Z Compiling thiserror-impl-no-std v2.0.2
22242026-05-27T02:09:47.761Z Compiling universal-hash v0.5.1
22252026-05-27T02:09:47.874Z Compiling async-stream-impl v0.3.6
22262026-05-27T02:09:47.929Z Compiling toml_datetime v1.0.0+spec-1.1.0
22272026-05-27T02:09:48.019Z Compiling serde_spanned v1.0.4
22282026-05-27T02:09:48.170Z Compiling is-terminal v0.4.17
22292026-05-27T02:09:48.205Z Compiling proc-macro-error-attr v1.0.4
22302026-05-27T02:09:48.287Z Compiling dropshot v0.17.0
22312026-05-27T02:09:48.364Z Compiling tokio-rustls v0.26.4
22322026-05-27T02:09:48.380Z Compiling rustls-platform-verifier v0.6.2
22332026-05-27T02:09:48.430Z Compiling opaque-debug v0.3.1
22342026-05-27T02:09:48.460Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-05-27T02:09:48.476Z Compiling term v1.2.1
22362026-05-27T02:09:48.516Z Compiling take_mut v0.2.2
22372026-05-27T02:09:48.532Z Compiling convert_case v0.4.0
22382026-05-27T02:09:48.605Z Compiling hyper-rustls v0.27.7
22392026-05-27T02:09:48.672Z Compiling toml_writer v1.0.6+spec-1.1.0
22402026-05-27T02:09:48.675Z Compiling ciborium-io v0.2.2
22412026-05-27T02:09:48.723Z Compiling thiserror-no-std v2.0.2
22422026-05-27T02:09:48.804Z Compiling slog-term v2.9.2
22432026-05-27T02:09:48.825Z Compiling ciborium-ll v0.2.2
22442026-05-27T02:09:48.841Z Compiling poly1305 v0.8.0
22452026-05-27T02:09:48.881Z Compiling reqwest v0.12.28
22462026-05-27T02:09:48.959Z Compiling reqwest v0.13.2
22472026-05-27T02:09:48.964Z Compiling derive_more v0.99.20
22482026-05-27T02:09:49.116Z Compiling tokio-rustls v0.25.0
22492026-05-27T02:09:49.150Z Compiling toml v1.0.6+spec-1.1.0
22502026-05-27T02:09:49.392Z Compiling async-stream v0.3.6
22512026-05-27T02:09:49.498Z Compiling test-strategy v0.4.5
22522026-05-27T02:09:49.663Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-05-27T02:09:49.797Z Compiling ingot-types v0.1.2
22542026-05-27T02:09:50.028Z Compiling postcard v1.1.3
22552026-05-27T02:09:50.084Z Compiling slog-bunyan v2.5.0
22562026-05-27T02:09:50.290Z Compiling ingot v0.1.1
22572026-05-27T02:09:50.306Z Compiling num_enum_derive v0.7.5
22582026-05-27T02:09:50.309Z Compiling async-compression v0.4.41
22592026-05-27T02:09:50.803Z Compiling tough v0.22.0
22602026-05-27T02:09:50.820Z Compiling parse-display-derive v0.10.0
22612026-05-27T02:09:50.958Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22622026-05-27T02:09:51.147Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-27T02:09:51.250Z Compiling proc-macro-crate v1.3.1
22642026-05-27T02:09:51.399Z Compiling backon v1.6.0
22652026-05-27T02:09:51.433Z Compiling waitgroup v0.1.2
22662026-05-27T02:09:51.615Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22672026-05-27T02:09:51.631Z Compiling password-hash v0.5.0
22682026-05-27T02:09:51.665Z Compiling chacha20 v0.9.1
22692026-05-27T02:09:51.682Z Compiling dropshot_endpoint v0.17.0
22702026-05-27T02:09:51.942Z Compiling rustls-pemfile v2.2.0
22712026-05-27T02:09:52.261Z Compiling blake2 v0.10.6
22722026-05-27T02:09:52.294Z Compiling aead v0.5.2
22732026-05-27T02:09:52.317Z Compiling foreign-types-macros v0.2.3
22742026-05-27T02:09:52.402Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-27T02:09:52.423Z Compiling serde_path_to_error v0.1.20
22762026-05-27T02:09:52.505Z Compiling hostname v0.4.2
22772026-05-27T02:09:52.521Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22782026-05-27T02:09:52.617Z Compiling proc-macro-error v1.0.4
22792026-05-27T02:09:52.697Z Compiling instant v0.1.13
22802026-05-27T02:09:52.743Z Compiling debug-ignore v1.0.5
22812026-05-27T02:09:52.756Z Compiling typeid v1.0.3
22822026-05-27T02:09:52.781Z Compiling foreign-types-shared v0.3.1
22832026-05-27T02:09:52.821Z Compiling cpufeatures v0.3.0
22842026-05-27T02:09:52.838Z Compiling backoff v0.4.0
22852026-05-27T02:09:52.891Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-27T02:09:52.906Z Compiling chacha20 v0.10.0
22872026-05-27T02:09:52.932Z Compiling foreign-types v0.5.0
22882026-05-27T02:09:52.950Z Compiling argon2 v0.5.3
22892026-05-27T02:09:52.957Z Compiling chacha20poly1305 v0.10.1
22902026-05-27T02:09:52.972Z Compiling parse-display v0.10.0
22912026-05-27T02:09:53.025Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22922026-05-27T02:09:53.074Z Compiling num_enum_derive v0.5.11
22932026-05-27T02:09:53.092Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-05-27T02:09:53.110Z Compiling num_enum v0.7.5
22952026-05-27T02:09:53.232Z Compiling ciborium v0.2.2
22962026-05-27T02:09:53.262Z Compiling vsss-rs v3.3.4
22972026-05-27T02:09:53.312Z Compiling tabwriter v1.4.1
22982026-05-27T02:09:53.530Z Compiling regress v0.10.5
22992026-05-27T02:09:53.722Z Compiling byte-wrapper v0.1.0
23002026-05-27T02:09:53.862Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23012026-05-27T02:09:53.968Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23022026-05-27T02:09:54.006Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23032026-05-27T02:09:54.117Z Compiling cstr-argument v0.1.2
23042026-05-27T02:09:54.237Z Compiling humantime v2.3.0
23052026-05-27T02:09:54.317Z Compiling erased-serde v0.4.9
23062026-05-27T02:09:54.446Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23072026-05-27T02:09:54.461Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-05-27T02:09:54.625Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-27T02:09:54.653Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-05-27T02:09:54.672Z Compiling num_enum v0.5.11
23112026-05-27T02:09:54.721Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23122026-05-27T02:09:54.759Z Compiling rand v0.10.0
23132026-05-27T02:09:54.813Z Compiling rayon v1.11.0
23142026-05-27T02:09:54.829Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23152026-05-27T02:09:54.878Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-05-27T02:09:54.947Z Compiling indent_write v2.2.0
23172026-05-27T02:09:54.981Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23182026-05-27T02:09:55.002Z Compiling colored v3.1.1
23192026-05-27T02:09:55.095Z Compiling libefi-sys v0.1.0
23202026-05-27T02:09:55.111Z Compiling zone_cfg_derive v0.3.1
23212026-05-27T02:09:55.126Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-05-27T02:09:55.215Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-05-27T02:09:55.319Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23242026-05-27T02:09:55.337Z Compiling camino-tempfile v1.4.1
23252026-05-27T02:09:55.558Z Compiling itertools v0.12.1
23262026-05-27T02:09:55.574Z Compiling usdt-macro v0.5.0
23272026-05-27T02:09:55.702Z Compiling usdt-attr-macro v0.5.0
23282026-05-27T02:09:55.738Z Compiling num-derive v0.4.2
23292026-05-27T02:09:55.754Z Compiling bitfield-struct v0.6.2
23302026-05-27T02:09:55.758Z Compiling blake3 v1.8.3
23312026-05-27T02:09:55.783Z Compiling ordered-float v2.10.1
23322026-05-27T02:09:56.085Z Compiling sigpipe v0.1.3
23332026-05-27T02:09:56.139Z Compiling memmap v0.7.0
23342026-05-27T02:09:56.205Z Compiling glob v0.3.3
23352026-05-27T02:09:56.275Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23362026-05-27T02:09:56.381Z Compiling swrite v0.1.0
23372026-05-27T02:09:56.397Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-05-27T02:09:56.460Z Compiling usdt v0.5.0
23392026-05-27T02:09:56.511Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-05-27T02:09:56.631Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23412026-05-27T02:09:56.749Z Compiling serde-value v0.7.0
23422026-05-27T02:09:56.858Z Compiling zone v0.3.1
23432026-05-27T02:09:57.011Z Compiling serde-untagged v0.1.9
23442026-05-27T02:09:57.027Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23452026-05-27T02:09:57.153Z Compiling toml v0.8.23
23462026-05-27T02:09:57.289Z Compiling smf v0.2.3
23472026-05-27T02:09:57.318Z Compiling filetime v0.2.27
23482026-05-27T02:09:57.332Z Compiling arrayref v0.3.9
23492026-05-27T02:09:57.348Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-05-27T02:09:57.396Z Compiling whoami v1.6.1
23512026-05-27T02:09:57.425Z Compiling constant_time_eq v0.4.2
23522026-05-27T02:09:57.445Z Compiling xattr v1.6.1
23532026-05-27T02:09:57.461Z Compiling arrayvec v0.7.6
23542026-05-27T02:09:57.546Z Compiling unicode-xid v0.2.6
23552026-05-27T02:09:57.599Z Compiling tar v0.4.45
23562026-05-27T02:09:57.638Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-27T02:09:57.669Z Compiling cargo-util-schemas v0.8.2
23582026-05-27T02:09:57.722Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23592026-05-27T02:09:57.855Z Compiling tokio-dtrace v0.1.1
23602026-05-27T02:09:57.968Z Compiling console v0.16.2
23612026-05-27T02:09:58.203Z Compiling gethostname v0.5.0
23622026-05-27T02:09:58.277Z Compiling cargo-platform v0.2.0
23632026-05-27T02:09:58.332Z Compiling topological-sort v0.2.2
23642026-05-27T02:09:58.375Z Compiling unit-prefix v0.5.2
23652026-05-27T02:09:58.413Z Compiling oxide-tokio-rt v0.1.4
23662026-05-27T02:09:58.437Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23672026-05-27T02:09:58.516Z Compiling indicatif v0.18.4
23682026-05-27T02:09:58.551Z Compiling shell-words v1.1.1
23692026-05-27T02:09:58.860Z Compiling cargo_metadata v0.21.0
23702026-05-27T02:10:08.084Z Compiling progenitor-client v0.10.0
23712026-05-27T02:10:08.084Z Compiling omicron-zone-package v0.12.2
23722026-05-27T02:10:08.088Z Compiling progenitor-client v0.14.0
23732026-05-27T02:10:08.560Z Compiling progenitor-extras v0.2.0
23742026-05-27T02:10:10.848Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23752026-05-27T02:10:10.915Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-05-27T02:10:11.082Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-05-27T02:10:11.105Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23782026-05-27T02:10:11.116Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-05-27T02:10:11.148Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-05-27T02:10:11.164Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-05-27T02:10:11.205Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822026-05-27T02:10:11.402Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-05-27T02:10:15.177Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-05-27T02:10:22.694Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-05-27T02:10:25.770Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-05-27T02:10:26.747Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-05-27T02:10:36.415Z Finished `release` profile [optimized] target(s) in 1m 43s
23882026-05-27T02:10:36.565Z Running `target/release/omicron-package -t test target create -p dev`
23892026-05-27T02:10:36.626ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-27T02:10:36.629ZCreated new build target 'test' and set it as active
23912026-05-27T02:10:36.629Z
23922026-05-27T02:10:36.629Zreal 1:43.528901893
23932026-05-27T02:10:36.629Zuser 16:51.720395743
23942026-05-27T02:10:36.629Zsys 2:38.131609257
23952026-05-27T02:10:36.629Ztrap 0.461905914
23962026-05-27T02:10:36.629Ztflt 2.815433383
23972026-05-27T02:10:36.629Zdflt 4.390139642
23982026-05-27T02:10:36.629Zkflt 0.000694806
23992026-05-27T02:10:36.629Zlock 52:28.913332316
24002026-05-27T02:10:36.629Zslp 43:10.868219987
24012026-05-27T02:10:36.629Zlat 43.366578999
24022026-05-27T02:10:36.629Zstop 5:18.500001416
24032026-05-27T02:10:36.629Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-05-27T02:10:37.505Z Finished `release` profile [optimized] target(s) in 0.86s
24052026-05-27T02:10:37.574Z Running `target/release/omicron-package -t test package`
24062026-05-27T02:10:37.631ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-05-27T02:10:39.048Z Compiling heck v0.5.0
24082026-05-27T02:10:39.051Z Compiling regress v0.11.1
24092026-05-27T02:10:39.261Z Compiling unsafe-libyaml v0.2.11
24102026-05-27T02:10:39.295Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-05-27T02:10:39.324Z Compiling regress v0.10.5
24122026-05-27T02:10:39.347Z Compiling is-terminal v0.4.17
24132026-05-27T02:10:39.350Z Compiling unicode-width v0.1.14
24142026-05-27T02:10:39.350Z Compiling prettyplease v0.2.37
24152026-05-27T02:10:39.369Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24162026-05-27T02:10:39.372Z Compiling bytecount v0.6.9
24172026-05-27T02:10:39.372Z Compiling rustls v0.22.4
24182026-05-27T02:10:39.372Z Compiling rustls-webpki v0.102.8
24192026-05-27T02:10:39.372Z Compiling derive-where v1.6.0
24202026-05-27T02:10:39.388Z Compiling thread_local v1.1.9
24212026-05-27T02:10:39.408Z Compiling match_cfg v0.1.0
24222026-05-27T02:10:39.512Z Compiling compression-core v0.4.31
24232026-05-27T02:10:39.554Z Compiling hostname v0.3.1
24242026-05-27T02:10:39.593Z Compiling multer v3.1.0
24252026-05-27T02:10:39.618Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-05-27T02:10:39.647Z Compiling slog-async v2.8.0
24272026-05-27T02:10:39.668Z Compiling crossbeam-channel v0.5.15
24282026-05-27T02:10:39.696Z Compiling compression-codecs v0.4.37
24292026-05-27T02:10:39.717Z Compiling slog-json v2.6.1
24302026-05-27T02:10:39.739Z Compiling toml_datetime v1.0.0+spec-1.1.0
24312026-05-27T02:10:39.743Z Compiling serde_spanned v1.0.4
24322026-05-27T02:10:39.783Z Compiling serde_yaml v0.9.34+deprecated
24332026-05-27T02:10:39.783Z Compiling term v1.2.1
24342026-05-27T02:10:39.826Z Compiling take_mut v0.2.2
24352026-05-27T02:10:39.945Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-05-27T02:10:39.948Z Compiling slog-bunyan v2.5.0
24372026-05-27T02:10:39.991Z Compiling async-compression v0.4.41
24382026-05-27T02:10:40.129Z Compiling slog-term v2.9.2
24392026-05-27T02:10:40.151Z Compiling toml v1.0.6+spec-1.1.0
24402026-05-27T02:10:40.193Z Compiling dropshot v0.17.0
24412026-05-27T02:10:40.216Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24422026-05-27T02:10:40.255Z Compiling async-stream v0.3.6
24432026-05-27T02:10:40.313Z Compiling num-rational v0.4.2
24442026-05-27T02:10:40.338Z Compiling progenitor-client v0.14.0
24452026-05-27T02:10:40.374Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24462026-05-27T02:10:40.441Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24472026-05-27T02:10:40.464Z Compiling waitgroup v0.1.2
24482026-05-27T02:10:40.484Z Compiling rustls-pemfile v2.2.0
24492026-05-27T02:10:40.586Z Compiling backon v1.6.0
24502026-05-27T02:10:40.632Z Compiling num-complex v0.4.6
24512026-05-27T02:10:40.657Z Compiling serde_path_to_error v0.1.20
24522026-05-27T02:10:40.661Z Compiling hostname v0.4.2
24532026-05-27T02:10:40.701Z Compiling instant v0.1.13
24542026-05-27T02:10:40.704Z Compiling debug-ignore v1.0.5
24552026-05-27T02:10:40.742Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24562026-05-27T02:10:40.819Z Compiling typify-impl v0.6.2
24572026-05-27T02:10:40.841Z Compiling backoff v0.4.0
24582026-05-27T02:10:40.862Z Compiling progenitor-extras v0.2.0
24592026-05-27T02:10:40.866Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-05-27T02:10:41.082Z Compiling num v0.4.3
24612026-05-27T02:10:41.105Z Compiling parse-display v0.10.0
24622026-05-27T02:10:41.127Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-05-27T02:10:41.149Z Compiling progenitor-client v0.10.0
24642026-05-27T02:10:41.174Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-05-27T02:10:41.195Z Compiling macaddr v1.0.1
24662026-05-27T02:10:41.288Z Compiling float-ord v0.3.2
24672026-05-27T02:10:41.314Z Compiling humantime v2.3.0
24682026-05-27T02:10:41.402Z Compiling console v0.15.11
24692026-05-27T02:10:41.455Z Compiling atomicwrites v0.4.4
24702026-05-27T02:10:41.478Z Compiling newline-converter v0.3.0
24712026-05-27T02:10:41.579Z Compiling progenitor-client v0.13.0
24722026-05-27T02:10:41.599Z Compiling slog-dtrace v0.3.0
24732026-05-27T02:10:41.646Z Compiling cancel-safe-futures v0.1.5
24742026-05-27T02:10:41.750Z Compiling tokio-rustls v0.25.0
24752026-05-27T02:10:41.794Z Compiling resolv-conf v0.7.6
24762026-05-27T02:10:41.868Z Compiling expectorate v1.2.0
24772026-05-27T02:10:41.889Z Compiling owo-colors v4.3.0
24782026-05-27T02:10:41.988Z Compiling toml v0.8.23
24792026-05-27T02:10:42.011Z Compiling libsw-core v0.3.2
24802026-05-27T02:10:42.161Z Compiling libsw v3.5.0
24812026-05-27T02:10:42.233Z Compiling linear-map v1.2.0
24822026-05-27T02:10:42.381Z Compiling linked-hash-map v0.5.6
24832026-05-27T02:10:42.430Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-27T02:10:42.482Z Compiling minimal-lexical v0.2.1
24852026-05-27T02:10:42.504Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-05-27T02:10:42.580Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24872026-05-27T02:10:42.624Z Compiling lru-cache v0.1.2
24882026-05-27T02:10:42.643Z Compiling hickory-proto v0.24.4
24892026-05-27T02:10:42.680Z Compiling unicode-xid v0.2.6
24902026-05-27T02:10:42.752Z Compiling nom v7.1.3
24912026-05-27T02:10:42.796Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-05-27T02:10:42.799Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24932026-05-27T02:10:42.837Z Compiling convert_case v0.10.0
24942026-05-27T02:10:43.143Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-05-27T02:10:43.288Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24962026-05-27T02:10:43.670Z Compiling derive_more-impl v2.1.1
24972026-05-27T02:10:44.072Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-05-27T02:10:44.112Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-05-27T02:10:44.238Z Compiling papergrid v0.11.0
25002026-05-27T02:10:44.302Z Compiling typify-macro v0.6.2
25012026-05-27T02:10:44.365Z Compiling tabled_derive v0.7.0
25022026-05-27T02:10:44.460Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-05-27T02:10:44.783Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25042026-05-27T02:10:45.264Z Compiling hickory-resolver v0.24.4
25052026-05-27T02:10:45.332Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062026-05-27T02:10:45.380Z Compiling derive_more v2.1.1
25072026-05-27T02:10:45.492Z Compiling termtree v0.5.1
25082026-05-27T02:10:45.555Z Compiling crossterm v0.29.0
25092026-05-27T02:10:45.696Z Compiling tabled v0.15.0
25102026-05-27T02:10:45.867Z Compiling typify v0.6.2
25112026-05-27T02:10:46.155Z Compiling progenitor-impl v0.14.0
25122026-05-27T02:10:46.319Z Compiling progenitor-impl v0.13.0
25132026-05-27T02:10:48.282Z Compiling progenitor-macro v0.14.0
25142026-05-27T02:10:48.489Z Compiling progenitor-macro v0.13.0
25152026-05-27T02:10:48.511Z Compiling qorb v0.4.1
25162026-05-27T02:10:48.561Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-05-27T02:10:49.781Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25182026-05-27T02:10:50.254Z Compiling phf_shared v0.12.1
25192026-05-27T02:10:50.512Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25202026-05-27T02:10:50.759Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25212026-05-27T02:10:51.046Z Compiling vte v0.14.1
25222026-05-27T02:10:51.147Z Compiling csv-core v0.1.13
25232026-05-27T02:10:51.612Z Compiling chrono-tz v0.10.4
25242026-05-27T02:10:51.637Z Compiling highway v1.3.0
25252026-05-27T02:10:51.858Z Compiling csv v1.4.0
25262026-05-27T02:10:52.117Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-05-27T02:10:52.365Z Compiling progenitor v0.14.0
25282026-05-27T02:10:52.386Z Compiling strip-ansi-escapes v0.2.1
25292026-05-27T02:10:52.536Z Compiling progenitor v0.13.0
25302026-05-27T02:10:52.573Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312026-05-27T02:10:52.728Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-05-27T02:10:52.849Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-05-27T02:10:52.871Z Compiling phf v0.12.1
25342026-05-27T02:10:52.934Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352026-05-27T02:10:53.073Z Compiling const_format_proc_macros v0.2.34
25362026-05-27T02:10:53.424Z Compiling fd-lock v4.0.4
25372026-05-27T02:10:53.456Z Compiling peg-macros v0.8.5
25382026-05-27T02:10:53.546Z Compiling nu-ansi-term v0.50.3
25392026-05-27T02:10:53.904Z Compiling const_format v0.2.35
25402026-05-27T02:10:54.008Z Compiling reedline v0.40.0
25412026-05-27T02:10:54.407Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-27T02:10:54.739Z Compiling peg v0.8.5
25432026-05-27T02:10:54.845Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-27T02:10:55.689Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-05-27T02:10:55.724Z Compiling bcs v0.1.6
25462026-05-27T02:10:55.984Z Compiling semver v0.1.20
25472026-05-27T02:10:56.167Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-05-27T02:10:56.288Z Compiling rustc_version v0.1.7
25492026-05-27T02:10:56.416Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-27T02:10:56.523Z Compiling newtype_derive v0.1.6
25512026-05-27T02:10:56.613Z Compiling unicode-linebreak v0.1.5
25522026-05-27T02:10:56.758Z Compiling smawk v0.3.2
25532026-05-27T02:10:56.928Z Compiling textwrap v0.16.2
25542026-05-27T02:10:57.024Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-27T02:10:57.423Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-05-27T02:10:57.609Z Compiling base64 v0.21.7
25572026-05-27T02:10:57.659Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-05-27T02:10:58.099Z Compiling steno v0.4.1
25592026-05-27T02:10:58.133Z Compiling dropshot-api-manager-types v0.7.2
25602026-05-27T02:10:58.154Z Compiling tagptr v0.2.0
25612026-05-27T02:10:58.353Z Compiling moka v0.12.13
25622026-05-27T02:10:58.805Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25632026-05-27T02:10:58.957Z Compiling utf-8 v0.7.6
25642026-05-27T02:10:59.064Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-05-27T02:10:59.160Z Compiling tungstenite v0.21.0
25662026-05-27T02:10:59.195Z Compiling radium v0.7.0
25672026-05-27T02:10:59.199Z Compiling display-error-chain v0.2.2
25682026-05-27T02:10:59.253Z Compiling tap v1.0.1
25692026-05-27T02:10:59.380Z Compiling maybe-uninit v2.0.0
25702026-05-27T02:10:59.405Z Compiling wyz v0.5.1
25712026-05-27T02:10:59.513Z Compiling hickory-resolver v0.25.2
25722026-05-27T02:10:59.766Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732026-05-27T02:10:59.862Z Compiling tokio-tungstenite v0.21.0
25742026-05-27T02:10:59.976Z Compiling num-derive v0.3.3
25752026-05-27T02:11:00.146Z Compiling zerocopy-derive v0.6.6
25762026-05-27T02:11:00.246Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25772026-05-27T02:11:00.840Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25782026-05-27T02:11:00.922Z Compiling proc-macro-error-attr2 v2.0.0
25792026-05-27T02:11:01.201Z Compiling funty v2.0.0
25802026-05-27T02:11:01.323Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25812026-05-27T02:11:01.343Z Compiling packed_struct v0.10.1
25822026-05-27T02:11:01.622Z Compiling crc-catalog v2.4.0
25832026-05-27T02:11:01.764Z Compiling crc v3.4.0
25842026-05-27T02:11:01.886Z Compiling bitvec v1.0.1
25852026-05-27T02:11:01.994Z Compiling proc-macro-error2 v2.0.1
25862026-05-27T02:11:02.155Z Compiling zerocopy v0.6.6
25872026-05-27T02:11:02.307Z Compiling libscf-sys v1.1.0
25882026-05-27T02:11:02.478Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-27T02:11:02.560Z Compiling packed_struct_codegen v0.10.1
25902026-05-27T02:11:02.647Z Compiling vergen-lib v0.1.6
25912026-05-27T02:11:02.917Z Compiling bitfield-macros v0.19.4
25922026-05-27T02:11:03.121Z Compiling indexmap v1.9.3
25932026-05-27T02:11:03.376Z Compiling nodrop v0.1.14
25942026-05-27T02:11:03.524Z Compiling array-init v0.0.4
25952026-05-27T02:11:03.659Z Compiling bitfield v0.19.4
25962026-05-27T02:11:03.716Z Compiling smallvec v0.6.14
25972026-05-27T02:11:03.918Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25982026-05-27T02:11:03.987Z Compiling tabled_derive v0.11.0
25992026-05-27T02:11:04.176Z Compiling papergrid v0.17.0
26002026-05-27T02:11:04.232Z Compiling testing_table v0.3.0
26012026-05-27T02:11:04.621Z Compiling vergen-gitcl v1.0.8
26022026-05-27T02:11:04.665Z Compiling dirs-sys-next v0.1.2
26032026-05-27T02:11:04.848Z Compiling diesel_derives v2.3.7
26042026-05-27T02:11:04.941Z Compiling glob v0.3.3
26052026-05-27T02:11:05.049Z Compiling crunchy v0.2.4
26062026-05-27T02:11:05.081Z Compiling hashbrown v0.12.3
26072026-05-27T02:11:05.154Z Compiling maplit v1.0.2
26082026-05-27T02:11:05.203Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-05-27T02:11:05.308Z Compiling clang-sys v1.8.1
26102026-05-27T02:11:05.330Z Compiling tabled v0.20.0
26112026-05-27T02:11:05.387Z Compiling dirs-next v2.0.0
26122026-05-27T02:11:05.534Z Compiling serde-hex v0.1.0
26132026-05-27T02:11:05.791Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-05-27T02:11:05.961Z Compiling ron v0.8.1
26152026-05-27T02:11:06.032Z Compiling hashbrown v0.13.2
26162026-05-27T02:11:06.053Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-27T02:11:06.205Z Compiling dsl_auto_type v0.2.0
26182026-05-27T02:11:06.598Z Compiling scheduled-thread-pool v0.2.7
26192026-05-27T02:11:06.642Z Compiling diesel_table_macro_syntax v0.3.0
26202026-05-27T02:11:06.746Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-27T02:11:06.870Z Compiling tiny-keccak v2.0.2
26222026-05-27T02:11:06.975Z Compiling crc-any v2.5.0
26232026-05-27T02:11:07.147Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26242026-05-27T02:11:07.211Z Compiling r2d2 v0.8.10
26252026-05-27T02:11:07.430Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-05-27T02:11:07.442Z Compiling object v0.30.4
26272026-05-27T02:11:07.617Z Compiling term v0.7.0
26282026-05-27T02:11:07.933Z Compiling downcast-rs v2.0.2
26292026-05-27T02:11:08.057Z Compiling path-slash v0.1.5
26302026-05-27T02:11:08.078Z Compiling bit-vec v0.6.3
26312026-05-27T02:11:08.100Z Compiling xshell-macros v0.2.7
26322026-05-27T02:11:08.255Z Compiling bit-set v0.5.3
26332026-05-27T02:11:08.334Z Compiling ascii-canvas v3.0.0
26342026-05-27T02:11:08.380Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352026-05-27T02:11:08.450Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26362026-05-27T02:11:08.499Z Compiling xshell v0.2.7
26372026-05-27T02:11:08.595Z Compiling itertools v0.10.5
26382026-05-27T02:11:08.676Z Compiling ena v0.14.4
26392026-05-27T02:11:08.935Z Compiling libloading v0.8.9
26402026-05-27T02:11:08.957Z Compiling bindgen v0.71.1
26412026-05-27T02:11:09.171Z Compiling regex-syntax v0.6.29
26422026-05-27T02:11:09.255Z Compiling crc8 v0.1.1
26432026-05-27T02:11:09.417Z Compiling diff v0.1.13
26442026-05-27T02:11:09.679Z Compiling unicase v2.9.0
26452026-05-27T02:11:09.727Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-05-27T02:11:09.798Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26472026-05-27T02:11:09.985Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-05-27T02:11:10.829Z Compiling lalrpop v0.19.12
26492026-05-27T02:11:10.976Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26502026-05-27T02:11:11.133Z Compiling cexpr v0.6.0
26512026-05-27T02:11:11.280Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-05-27T02:11:11.507Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-05-27T02:11:11.529Z Compiling rustc-hash v2.1.1
26542026-05-27T02:11:11.608Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-05-27T02:11:11.715Z Compiling headers-core v0.3.0
26562026-05-27T02:11:11.773Z Compiling libxml v0.3.3
26572026-05-27T02:11:11.878Z Compiling headers v0.4.1
26582026-05-27T02:11:11.912Z Compiling diesel v2.3.7
26592026-05-27T02:11:12.081Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-05-27T02:11:12.250Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26612026-05-27T02:11:12.272Z Compiling typify-impl v0.4.3
26622026-05-27T02:11:12.537Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26632026-05-27T02:11:12.737Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-05-27T02:11:12.897Z Compiling strum_macros v0.24.3
26652026-05-27T02:11:13.055Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-05-27T02:11:13.271Z Compiling git-stub v1.0.0
26672026-05-27T02:11:13.423Z Compiling indoc v1.0.9
26682026-05-27T02:11:13.535Z Compiling git-stub-vcs v0.1.0
26692026-05-27T02:11:13.871Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-05-27T02:11:13.904Z Compiling derive_builder v0.20.2
26712026-05-27T02:11:14.090Z Compiling quick-xml v0.37.5
26722026-05-27T02:11:14.140Z Compiling oso-derive v0.27.3
26732026-05-27T02:11:14.198Z Compiling impl-trait-for-tuples v0.2.3
26742026-05-27T02:11:14.648Z Compiling openssl-probe v0.1.6
26752026-05-27T02:11:15.010Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26762026-05-27T02:11:15.471Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-05-27T02:11:15.493Z Compiling half v1.8.3
26782026-05-27T02:11:15.539Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26792026-05-27T02:11:15.738Z Compiling typify-macro v0.4.3
26802026-05-27T02:11:15.762Z Compiling serde_cbor v0.11.2
26812026-05-27T02:11:15.787Z Compiling bb8 v0.8.6
26822026-05-27T02:11:15.790Z Compiling trait-variant v0.1.2
26832026-05-27T02:11:15.973Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26842026-05-27T02:11:16.171Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26852026-05-27T02:11:16.354Z Compiling samael v0.0.19
26862026-05-27T02:11:16.383Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26872026-05-27T02:11:16.506Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-05-27T02:11:16.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26892026-05-27T02:11:16.840Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902026-05-27T02:11:17.053Z Compiling fxhash v0.2.1
26912026-05-27T02:11:17.233Z Compiling libz-sys v1.1.24
26922026-05-27T02:11:17.256Z Compiling typify v0.4.3
26932026-05-27T02:11:17.410Z Compiling progenitor-impl v0.11.2
26942026-05-27T02:11:17.434Z Compiling salty v0.3.0
26952026-05-27T02:11:17.646Z Compiling nonempty v0.12.0
26962026-05-27T02:11:17.880Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26972026-05-27T02:11:18.071Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
26982026-05-27T02:11:18.132Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26992026-05-27T02:11:18.211Z Compiling progenitor-client v0.11.2
27002026-05-27T02:11:18.236Z Compiling polar-core v0.27.3
27012026-05-27T02:11:18.259Z Compiling kstat-rs v0.2.4
27022026-05-27T02:11:18.332Z Compiling arc-swap v1.8.2
27032026-05-27T02:11:18.732Z Compiling fs-err v2.11.0
27042026-05-27T02:11:18.798Z Compiling slog-scope v4.4.1
27052026-05-27T02:11:19.035Z Compiling mime_guess v2.0.5
27062026-05-27T02:11:19.394Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-27T02:11:19.565Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27082026-05-27T02:11:19.587Z Compiling progenitor-macro v0.11.2
27092026-05-27T02:11:20.199Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27102026-05-27T02:11:22.245Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-27T02:11:22.302Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-27T02:11:22.728Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-27T02:11:23.107Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-27T02:11:23.325Z Compiling nanorand v0.7.0
27152026-05-27T02:11:23.566Z Compiling progenitor v0.11.2
27162026-05-27T02:11:23.662Z Compiling darling_core v0.23.0
27172026-05-27T02:11:23.729Z Compiling libgit2-sys v0.18.3+1.9.2
27182026-05-27T02:11:23.778Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-05-27T02:11:23.812Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-05-27T02:11:24.156Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-05-27T02:11:24.250Z Compiling parking_lot_core v0.8.6
27222026-05-27T02:11:25.829Z Compiling darling_macro v0.23.0
27232026-05-27T02:11:26.335Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242026-05-27T02:11:28.200Z Compiling oso v0.27.3
27252026-05-27T02:11:31.578Z Compiling diesel-dtrace v0.5.0
27262026-05-27T02:11:31.734Z Compiling async-bb8-diesel v0.2.1
27272026-05-27T02:11:31.926Z Compiling flume v0.11.1
27282026-05-27T02:11:32.122Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-05-27T02:11:32.225Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-05-27T02:11:32.565Z Compiling slog-stdlog v4.1.1
27312026-05-27T02:11:32.940Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-05-27T02:11:33.023Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-05-27T02:11:34.197Z Compiling primeorder v0.13.6
27342026-05-27T02:11:34.232Z Compiling atty v0.2.14
27352026-05-27T02:11:34.383Z Compiling strsim v0.10.0
27362026-05-27T02:11:34.502Z Compiling parse-size v1.1.0
27372026-05-27T02:11:34.525Z Compiling http-range v0.1.5
27382026-05-27T02:11:34.550Z Compiling instability v0.3.11
27392026-05-27T02:11:34.654Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-27T02:11:34.691Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-05-27T02:11:34.714Z Compiling darling_core v0.13.4
27422026-05-27T02:11:34.738Z Compiling p384 v0.13.1
27432026-05-27T02:11:34.812Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-05-27T02:11:34.924Z Compiling slog-envlogger v2.2.0
27452026-05-27T02:11:36.366Z Compiling darling v0.23.0
27462026-05-27T02:11:36.811Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-27T02:11:36.867Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-27T02:11:36.917Z Compiling ignore v0.4.25
27492026-05-27T02:11:37.472Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-27T02:11:37.581Z Compiling castaway v0.2.4
27512026-05-27T02:11:37.618Z Compiling vergen-git2 v9.1.0
27522026-05-27T02:11:37.772Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-27T02:11:37.849Z Compiling indoc v2.0.7
27542026-05-27T02:11:38.115Z Compiling compact_str v0.8.1
27552026-05-27T02:11:38.879Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-27T02:11:38.997Z Compiling globwalk v0.9.1
27572026-05-27T02:11:39.020Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27582026-05-27T02:11:39.264Z Compiling parking_lot v0.11.2
27592026-05-27T02:11:39.687Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-27T02:11:40.202Z Compiling hyper-staticfile v0.10.1
27612026-05-27T02:11:40.254Z Compiling darling_macro v0.13.4
27622026-05-27T02:11:40.381Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-27T02:11:41.055Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27642026-05-27T02:11:41.396Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-27T02:11:41.722Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27662026-05-27T02:11:41.897Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27672026-05-27T02:11:42.185Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-05-27T02:11:42.208Z Compiling predicates-tree v1.0.13
27692026-05-27T02:11:42.229Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27702026-05-27T02:11:42.440Z Compiling unicode-truncate v1.1.0
27712026-05-27T02:11:42.465Z Compiling lru v0.12.5
27722026-05-27T02:11:42.653Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-27T02:11:42.678Z Compiling rand_seeder v0.4.0
27742026-05-27T02:11:42.701Z Compiling prefix-trie v0.7.0
27752026-05-27T02:11:42.936Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-27T02:11:43.060Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-27T02:11:43.147Z Compiling rustls v0.21.12
27782026-05-27T02:11:43.198Z Compiling corncobs v0.1.4
27792026-05-27T02:11:43.219Z Compiling cassowary v0.3.0
27802026-05-27T02:11:43.324Z Compiling illumos-nvpair-sys v0.2.0
27812026-05-27T02:11:43.397Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-27T02:11:43.436Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-05-27T02:11:43.456Z Compiling hickory-server v0.25.2
27842026-05-27T02:11:43.476Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-05-27T02:11:43.586Z Compiling ratatui v0.29.0
27862026-05-27T02:11:43.709Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-05-27T02:11:43.769Z Compiling camino-tempfile-ext v0.3.3
27882026-05-27T02:11:43.841Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-27T02:11:44.146Z Compiling darling v0.13.4
27902026-05-27T02:11:44.434Z Compiling sled v0.34.7
27912026-05-27T02:11:44.829Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-05-27T02:11:45.041Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27932026-05-27T02:11:45.383Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-27T02:11:46.754Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-27T02:11:47.900Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-05-27T02:11:47.975Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27972026-05-27T02:11:48.131Z Compiling sct v0.7.1
27982026-05-27T02:11:48.203Z Compiling rustls-webpki v0.101.7
27992026-05-27T02:11:48.405Z Compiling secrecy v0.8.0
28002026-05-27T02:11:48.456Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-05-27T02:11:48.831Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-05-27T02:11:49.716Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-05-27T02:11:49.864Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28042026-05-27T02:11:49.888Z Compiling serde_with_macros v1.5.2
28052026-05-27T02:11:50.258Z Compiling git2 v0.20.4
28062026-05-27T02:11:50.831Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-05-27T02:11:50.889Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28082026-05-27T02:11:51.564Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28092026-05-27T02:11:51.598Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-05-27T02:11:51.852Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-05-27T02:11:52.083Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-05-27T02:11:52.313Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-05-27T02:11:52.689Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-05-27T02:11:52.913Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28152026-05-27T02:11:53.072Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-05-27T02:11:53.282Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28172026-05-27T02:11:53.329Z Compiling void v1.0.2
28182026-05-27T02:11:53.497Z Compiling lzss v0.8.2
28192026-05-27T02:11:53.611Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28202026-05-27T02:11:53.853Z Compiling illumos-nvpair v0.3.0
28212026-05-27T02:11:54.365Z Compiling serde_with v1.14.0
28222026-05-27T02:11:54.385Z Compiling tokio-rustls v0.24.1
28232026-05-27T02:11:54.672Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-05-27T02:11:55.498Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28252026-05-27T02:11:55.527Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-05-27T02:11:56.720Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28272026-05-27T02:11:57.460Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-05-27T02:11:58.068Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-05-27T02:11:58.117Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-05-27T02:11:58.166Z Compiling tungstenite v0.23.0
28312026-05-27T02:11:58.363Z Compiling rustls-pemfile v1.0.4
28322026-05-27T02:11:58.778Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28332026-05-27T02:11:59.007Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-05-27T02:11:59.236Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28352026-05-27T02:11:59.472Z Compiling nix v0.27.1
28362026-05-27T02:11:59.782Z Compiling twox-hash v2.1.2
28372026-05-27T02:12:00.277Z Compiling serde_bytes v0.11.19
28382026-05-27T02:12:00.531Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28392026-05-27T02:12:00.580Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28402026-05-27T02:12:00.719Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28412026-05-27T02:12:00.922Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28422026-05-27T02:12:01.607Z Compiling tokio-tungstenite v0.23.1
28432026-05-27T02:12:01.989Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-05-27T02:12:04.381Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-05-27T02:12:05.049Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28462026-05-27T02:12:05.486Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28472026-05-27T02:12:05.965Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-05-27T02:12:06.145Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-05-27T02:12:06.520Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28502026-05-27T02:12:06.594Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28512026-05-27T02:12:06.793Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-05-27T02:12:07.083Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-05-27T02:12:07.202Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-05-27T02:12:08.480Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28552026-05-27T02:12:09.438Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-05-27T02:12:10.255Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-05-27T02:12:10.393Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-05-27T02:12:11.041Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-05-27T02:12:11.399Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-05-27T02:12:11.459Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-05-27T02:12:11.778Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28622026-05-27T02:12:12.544Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28632026-05-27T02:12:13.050Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28642026-05-27T02:12:13.272Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-05-27T02:12:14.204Z Compiling signal-hook-tokio v0.3.1
28662026-05-27T02:12:14.393Z Compiling fatfs v0.3.6
28672026-05-27T02:12:14.419Z Compiling yasna v0.5.2
28682026-05-27T02:12:14.525Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28692026-05-27T02:12:15.135Z Compiling is_ci v1.2.0
28702026-05-27T02:12:15.188Z Compiling seq-macro v0.3.6
28712026-05-27T02:12:15.356Z Compiling assert_matches v1.5.0
28722026-05-27T02:12:15.467Z Compiling supports-color v3.0.2
28732026-05-27T02:12:15.581Z Compiling rcgen v0.12.1
28742026-05-27T02:12:15.675Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-05-27T02:12:15.738Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-05-27T02:12:15.833Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-05-27T02:12:15.907Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-05-27T02:12:16.139Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-05-27T02:12:16.360Z Compiling subprocess v0.2.15
28802026-05-27T02:12:16.383Z Compiling rtoolbox v0.0.3
28812026-05-27T02:12:16.687Z Compiling rpassword v7.4.0
28822026-05-27T02:12:16.972Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28832026-05-27T02:12:18.248Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28842026-05-27T02:12:18.527Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28852026-05-27T02:12:18.675Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28862026-05-27T02:12:19.514Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28872026-05-27T02:12:19.908Z Compiling tui-tree-widget v0.23.1
28882026-05-27T02:12:20.196Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28892026-05-27T02:12:20.528Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28902026-05-27T02:12:21.064Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28912026-05-27T02:12:21.185Z Compiling uzers v0.12.2
28922026-05-27T02:12:21.986Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28932026-05-27T02:12:22.647Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28942026-05-27T02:12:23.783Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28952026-05-27T02:12:24.359Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28962026-05-27T02:12:28.393Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28972026-05-27T02:12:29.344Z Compiling support-bundle-viewer v0.1.2
28982026-05-27T02:12:30.589Z Compiling multimap v0.10.1
28992026-05-27T02:12:39.045Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-05-27T02:12:39.979Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29012026-05-27T02:12:43.440Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29022026-05-27T02:12:50.690Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29032026-05-27T02:12:50.794Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29042026-05-27T02:18:53.641Z Finished `release` profile [optimized] target(s) in 8m 15s
29052026-05-27T02:19:41.562Z
29062026-05-27T02:19:41.562Zreal 9:04.909168190
29072026-05-27T02:19:41.562Zuser 1:18:09.576298427
29082026-05-27T02:19:41.566Zsys 3:35.263270807
29092026-05-27T02:19:41.566Ztrap 1.713112962
29102026-05-27T02:19:41.566Ztflt 3.265934790
29112026-05-27T02:19:41.566Zdflt 18.398107327
29122026-05-27T02:19:41.566Zkflt 0.037974953
29132026-05-27T02:19:41.566Zlock 6:43:45.482006134
29142026-05-27T02:19:41.566Zslp 2:12:41.356215195
29152026-05-27T02:19:41.566Zlat 2:24.466988450
29162026-05-27T02:19:41.566Zstop 5:15.954389549
29172026-05-27T02:19:41.566Z+ mapfile -t packages
29182026-05-27T02:19:41.566Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29192026-05-27T02:19:42.505Z Finished `release` profile [optimized] target(s) in 0.93s
29202026-05-27T02:19:42.578Z Running `target/release/omicron-package -t test list-outputs`
29212026-05-27T02:19:42.638ZLogging to: /work/oxidecomputer/omicron/out/LOG
29222026-05-27T02:19:42.641Z+ ptime -m cargo build --locked --release -p xtask
29232026-05-27T02:19:43.174Z Compiling libc v0.2.185
29242026-05-27T02:19:43.174Z Compiling serde v1.0.228
29252026-05-27T02:19:43.178Z Compiling serde_core v1.0.228
29262026-05-27T02:19:43.178Z Compiling rustix v1.1.3
29272026-05-27T02:19:43.279Z Compiling serde_json v1.0.149
29282026-05-27T02:19:43.283Z Compiling bitflags v2.11.0
29292026-05-27T02:19:43.326Z Compiling num-traits v0.2.19
29302026-05-27T02:19:43.333Z Compiling syn v2.0.117
29312026-05-27T02:19:43.345Z Compiling smallvec v1.15.1
29322026-05-27T02:19:43.345Z Compiling indexmap v2.14.0
29332026-05-27T02:19:43.366Z Compiling usdt-impl v0.5.0
29342026-05-27T02:19:43.390Z Compiling syn v1.0.109
29352026-05-27T02:19:43.404Z Compiling getrandom v0.4.1
29362026-05-27T02:19:43.404Z Compiling log v0.4.29
29372026-05-27T02:19:43.524Z Compiling percent-encoding v2.3.2
29382026-05-27T02:19:43.698Z Compiling form_urlencoded v1.2.2
29392026-05-27T02:19:43.775Z Compiling fs-err v3.3.0
29402026-05-27T02:19:43.790Z Compiling once_cell v1.21.3
29412026-05-27T02:19:43.815Z Compiling anyhow v1.0.102
29422026-05-27T02:19:43.818Z Compiling heck v0.4.1
29432026-05-27T02:19:44.025Z Compiling errno v0.3.14
29442026-05-27T02:19:44.025Z Compiling thread-id v4.2.2
29452026-05-27T02:19:44.063Z Compiling memmap v0.7.0
29462026-05-27T02:19:44.341Z Compiling ordered-float v2.10.1
29472026-05-27T02:19:44.866Z Compiling proc-macro-error v1.0.4
29482026-05-27T02:19:45.027Z Compiling terminal_size v0.4.3
29492026-05-27T02:19:45.027Z Compiling tempfile v3.25.0
29502026-05-27T02:19:45.110Z Compiling tabled_derive v0.7.0
29512026-05-27T02:19:45.122Z Compiling clap_builder v4.5.60
29522026-05-27T02:19:45.126Z Compiling textwrap v0.16.2
29532026-05-27T02:19:45.264Z Compiling camino-tempfile v1.4.1
29542026-05-27T02:19:45.800Z Compiling tabled v0.15.0
29552026-05-27T02:19:45.818Z Compiling synstructure v0.13.2
29562026-05-27T02:19:45.822Z Compiling pest_generator v2.8.6
29572026-05-27T02:19:46.212Z Compiling serde_derive v1.0.228
29582026-05-27T02:19:46.215Z Compiling zerovec-derive v0.11.2
29592026-05-27T02:19:46.216Z Compiling displaydoc v0.2.5
29602026-05-27T02:19:46.216Z Compiling thiserror-impl v1.0.69
29612026-05-27T02:19:46.216Z Compiling zerocopy-derive v0.7.35
29622026-05-27T02:19:46.216Z Compiling scroll_derive v0.12.1
29632026-05-27T02:19:46.216Z Compiling thiserror-impl v2.0.18
29642026-05-27T02:19:46.216Z Compiling clap_derive v4.5.55
29652026-05-27T02:19:46.258Z Compiling zerofrom-derive v0.1.6
29662026-05-27T02:19:46.261Z Compiling yoke-derive v0.8.1
29672026-05-27T02:19:46.336Z Compiling pest_derive v2.8.6
29682026-05-27T02:19:46.899Z Compiling scroll v0.12.0
29692026-05-27T02:19:47.060Z Compiling zerocopy v0.7.35
29702026-05-27T02:19:47.235Z Compiling goblin v0.8.2
29712026-05-27T02:19:47.273Z Compiling zerofrom v0.1.6
29722026-05-27T02:19:47.364Z Compiling thiserror v2.0.18
29732026-05-27T02:19:47.406Z Compiling yoke v0.8.1
29742026-05-27T02:19:47.418Z Compiling thiserror v1.0.69
29752026-05-27T02:19:47.517Z Compiling dtrace-parser v0.2.0
29762026-05-27T02:19:47.589Z Compiling zerovec v0.11.5
29772026-05-27T02:19:47.625Z Compiling zerotrie v0.2.3
29782026-05-27T02:19:47.952Z Compiling clap v4.5.60
29792026-05-27T02:19:48.168Z Compiling tinystr v0.8.2
29802026-05-27T02:19:48.210Z Compiling potential_utf v0.1.4
29812026-05-27T02:19:48.383Z Compiling icu_locale_core v2.1.1
29822026-05-27T02:19:48.412Z Compiling icu_collections v2.1.1
29832026-05-27T02:19:49.166Z Compiling icu_provider v2.1.1
29842026-05-27T02:19:49.436Z Compiling icu_normalizer v2.1.1
29852026-05-27T02:19:49.483Z Compiling icu_properties v2.1.2
29862026-05-27T02:19:49.582Z Compiling serde_spanned v0.6.9
29872026-05-27T02:19:49.763Z Compiling toml_datetime v0.6.11
29882026-05-27T02:19:49.906Z Compiling dof v0.3.0
29892026-05-27T02:19:49.934Z Compiling serde_tokenstream v0.2.3
29902026-05-27T02:19:50.083Z Compiling toml_edit v0.22.27
29912026-05-27T02:19:50.233Z Compiling serde-value v0.7.0
29922026-05-27T02:19:50.245Z Compiling cargo-platform v0.2.0
29932026-05-27T02:19:50.265Z Compiling macaddr v1.0.1
29942026-05-27T02:19:50.371Z Compiling idna_adapter v1.2.1
29952026-05-27T02:19:50.520Z Compiling idna v1.1.0
29962026-05-27T02:19:50.741Z Compiling usdt-macro v0.5.0
29972026-05-27T02:19:50.765Z Compiling usdt-attr-macro v0.5.0
29982026-05-27T02:19:50.862Z Compiling url v2.5.8
29992026-05-27T02:19:51.413Z Compiling usdt v0.5.0
30002026-05-27T02:19:51.652Z Compiling toml v0.8.23
30012026-05-27T02:19:52.080Z Compiling cargo-util-schemas v0.8.2
30022026-05-27T02:19:52.080Z Compiling cargo_toml v0.21.0
30032026-05-27T02:19:53.094Z Compiling cargo_metadata v0.21.0
30042026-05-27T02:19:56.137Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-05-27T02:19:59.094Z Finished `release` profile [optimized] target(s) in 16.44s
30062026-05-27T02:19:59.222Z
30072026-05-27T02:19:59.222Zreal 16.542083127
30082026-05-27T02:19:59.222Zuser 2:20.535115156
30092026-05-27T02:19:59.222Zsys 16.836213415
30102026-05-27T02:19:59.222Ztrap 0.083406109
30112026-05-27T02:19:59.222Ztflt 0.618974267
30122026-05-27T02:19:59.222Zdflt 1.568455149
30132026-05-27T02:19:59.225Zkflt 0.000070594
30142026-05-27T02:19:59.225Zlock 5:19.712299030
30152026-05-27T02:19:59.225Zslp 3:27.407281115
30162026-05-27T02:19:59.225Zlat 5.367124695
30172026-05-27T02:19:59.225Zstop 19.773213561
30182026-05-27T02:19:59.225Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-05-27T02:19:59.225Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30202026-05-27T02:19:59.225Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-05-27T02:19:59.225Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30222026-05-27T02:19:59.225Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30232026-05-27T02:20:00.152Z Compiling newtype-uuid-macros v0.1.0
30242026-05-27T02:20:00.155Z Compiling progenitor-client v0.14.0
30252026-05-27T02:20:00.155Z Compiling structmeta-derive v0.3.0
30262026-05-27T02:20:00.155Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-05-27T02:20:00.301Z Compiling rustls v0.22.4
30282026-05-27T02:20:00.304Z Compiling rustls-webpki v0.102.8
30292026-05-27T02:20:00.317Z Compiling multer v3.1.0
30302026-05-27T02:20:00.321Z Compiling match_cfg v0.1.0
30312026-05-27T02:20:00.328Z Compiling compression-core v0.4.31
30322026-05-27T02:20:00.331Z Compiling debug-ignore v1.0.5
30332026-05-27T02:20:00.331Z Compiling slog-json v2.6.1
30342026-05-27T02:20:00.331Z Compiling async-stream-impl v0.3.6
30352026-05-27T02:20:00.331Z Compiling serde_spanned v1.0.4
30362026-05-27T02:20:00.332Z Compiling toml_datetime v1.0.0+spec-1.1.0
30372026-05-27T02:20:00.457Z Compiling compression-codecs v0.4.37
30382026-05-27T02:20:00.467Z Compiling dropshot v0.17.0
30392026-05-27T02:20:00.542Z Compiling hostname v0.3.1
30402026-05-27T02:20:00.578Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-05-27T02:20:00.597Z Compiling itertools v0.14.0
30422026-05-27T02:20:00.615Z Compiling waitgroup v0.1.2
30432026-05-27T02:20:00.619Z Compiling rustls-pemfile v2.2.0
30442026-05-27T02:20:00.650Z Compiling slog-bunyan v2.5.0
30452026-05-27T02:20:00.698Z Compiling async-compression v0.4.41
30462026-05-27T02:20:00.735Z Compiling dropshot_endpoint v0.17.0
30472026-05-27T02:20:00.790Z Compiling toml v1.0.6+spec-1.1.0
30482026-05-27T02:20:00.808Z Compiling hostname v0.4.2
30492026-05-27T02:20:00.812Z Compiling serde_path_to_error v0.1.20
30502026-05-27T02:20:00.824Z Compiling regress v0.10.5
30512026-05-27T02:20:00.872Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30522026-05-27T02:20:00.890Z Compiling macaddr v1.0.1
30532026-05-27T02:20:00.929Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-05-27T02:20:00.981Z Compiling instant v0.1.13
30552026-05-27T02:20:01.028Z Compiling backon v1.6.0
30562026-05-27T02:20:01.046Z Compiling async-stream v0.3.6
30572026-05-27T02:20:01.079Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-05-27T02:20:01.104Z Compiling backoff v0.4.0
30592026-05-27T02:20:01.122Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-05-27T02:20:01.142Z Compiling progenitor-client v0.10.0
30612026-05-27T02:20:01.159Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30622026-05-27T02:20:01.226Z Compiling progenitor-extras v0.2.0
30632026-05-27T02:20:01.245Z Compiling humantime v2.3.0
30642026-05-27T02:20:01.263Z Compiling universal-hash v0.5.1
30652026-05-27T02:20:01.332Z Compiling opaque-debug v0.3.1
30662026-05-27T02:20:01.362Z Compiling half v2.7.1
30672026-05-27T02:20:01.381Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-05-27T02:20:01.410Z Compiling structmeta v0.3.0
30692026-05-27T02:20:01.427Z Compiling ciborium-io v0.2.2
30702026-05-27T02:20:01.430Z Compiling crucible-workspace-hack v0.1.0
30712026-05-27T02:20:01.471Z Compiling regress v0.11.1
30722026-05-27T02:20:01.505Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30732026-05-27T02:20:01.542Z Compiling convert_case v0.4.0
30742026-05-27T02:20:01.559Z Compiling aead v0.5.2
30752026-05-27T02:20:01.562Z Compiling secrecy v0.10.3
30762026-05-27T02:20:01.591Z Compiling unsafe-libyaml v0.2.11
30772026-05-27T02:20:01.649Z Compiling derive-ex v0.1.8
30782026-05-27T02:20:01.668Z Compiling parse-display-derive v0.10.0
30792026-05-27T02:20:01.710Z Compiling ciborium-ll v0.2.2
30802026-05-27T02:20:01.757Z Compiling poly1305 v0.8.0
30812026-05-27T02:20:01.786Z Compiling chacha20 v0.9.1
30822026-05-27T02:20:01.804Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-05-27T02:20:01.834Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30842026-05-27T02:20:01.855Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30852026-05-27T02:20:01.939Z Compiling derive_more v0.99.20
30862026-05-27T02:20:01.956Z Compiling ciborium v0.2.2
30872026-05-27T02:20:02.078Z Compiling thiserror-impl-no-std v2.0.2
30882026-05-27T02:20:02.096Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30892026-05-27T02:20:02.114Z Compiling byte-wrapper v0.1.0
30902026-05-27T02:20:02.190Z Compiling serde_yaml v0.9.34+deprecated
30912026-05-27T02:20:02.208Z Compiling password-hash v0.5.0
30922026-05-27T02:20:02.365Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30932026-05-27T02:20:02.472Z Compiling blake2 v0.10.6
30942026-05-27T02:20:02.519Z Compiling chacha20poly1305 v0.10.1
30952026-05-27T02:20:02.542Z Compiling indent_write v2.2.0
30962026-05-27T02:20:02.560Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-05-27T02:20:02.561Z Compiling heapless v0.8.0
30982026-05-27T02:20:02.644Z Compiling tokio-rustls v0.25.0
30992026-05-27T02:20:02.690Z Compiling ingot-macros v0.1.1
31002026-05-27T02:20:02.731Z Compiling tabwriter v1.4.1
31012026-05-27T02:20:02.846Z Compiling argon2 v0.5.3
31022026-05-27T02:20:02.961Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-05-27T02:20:03.052Z Compiling typify-impl v0.6.2
31042026-05-27T02:20:03.102Z Compiling hash32 v0.3.1
31052026-05-27T02:20:03.327Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31062026-05-27T02:20:03.368Z Compiling thiserror-no-std v2.0.2
31072026-05-27T02:20:03.452Z Compiling test-strategy v0.4.5
31082026-05-27T02:20:03.468Z Compiling parse-display v0.10.0
31092026-05-27T02:20:03.487Z Compiling vsss-rs v3.3.4
31102026-05-27T02:20:03.619Z Compiling smoltcp v0.11.0
31112026-05-27T02:20:03.735Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-05-27T02:20:03.805Z Compiling proc-macro-crate v3.4.0
31132026-05-27T02:20:04.049Z Compiling num-rational v0.4.2
31142026-05-27T02:20:04.076Z Compiling cobs v0.3.0
31152026-05-27T02:20:04.105Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31162026-05-27T02:20:04.135Z Compiling num-complex v0.4.6
31172026-05-27T02:20:04.197Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-05-27T02:20:04.233Z Compiling colored v3.1.1
31192026-05-27T02:20:04.304Z Compiling postcard v1.1.3
31202026-05-27T02:20:04.394Z Compiling num_enum_derive v0.7.5
31212026-05-27T02:20:04.466Z Compiling proc-macro-error v1.0.4
31222026-05-27T02:20:04.486Z Compiling proc-macro-crate v1.3.1
31232026-05-27T02:20:04.561Z Compiling num v0.4.3
31242026-05-27T02:20:04.624Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-05-27T02:20:04.628Z Compiling atomicwrites v0.4.4
31262026-05-27T02:20:04.665Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31272026-05-27T02:20:04.682Z Compiling foreign-types-macros v0.2.3
31282026-05-27T02:20:04.686Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31292026-05-27T02:20:04.801Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31302026-05-27T02:20:04.817Z Compiling foreign-types-shared v0.3.1
31312026-05-27T02:20:04.861Z Compiling rayon-core v1.13.0
31322026-05-27T02:20:04.937Z Compiling cpufeatures v0.3.0
31332026-05-27T02:20:04.937Z Compiling float-ord v0.3.2
31342026-05-27T02:20:04.973Z Compiling num_enum_derive v0.5.11
31352026-05-27T02:20:05.025Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31362026-05-27T02:20:05.052Z Compiling chacha20 v0.10.0
31372026-05-27T02:20:05.072Z Compiling crossbeam-deque v0.8.6
31382026-05-27T02:20:05.105Z Compiling camino-tempfile v1.4.1
31392026-05-27T02:20:05.178Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-05-27T02:20:05.189Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31412026-05-27T02:20:05.215Z Compiling cstr-argument v0.1.2
31422026-05-27T02:20:05.318Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31432026-05-27T02:20:05.341Z Compiling foreign-types v0.5.0
31442026-05-27T02:20:05.374Z Compiling rand v0.10.0
31452026-05-27T02:20:05.408Z Compiling toml v0.8.23
31462026-05-27T02:20:05.450Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-27T02:20:05.550Z Compiling num_enum v0.7.5
31482026-05-27T02:20:05.605Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31492026-05-27T02:20:05.635Z Compiling zone_cfg_derive v0.3.1
31502026-05-27T02:20:05.661Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-05-27T02:20:05.706Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31522026-05-27T02:20:05.725Z Compiling ingot-types v0.1.2
31532026-05-27T02:20:05.730Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-05-27T02:20:05.780Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31552026-05-27T02:20:05.805Z Compiling itertools v0.12.1
31562026-05-27T02:20:05.821Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-05-27T02:20:05.913Z Compiling rayon v1.11.0
31582026-05-27T02:20:05.944Z Compiling num-derive v0.4.2
31592026-05-27T02:20:05.976Z Compiling sigpipe v0.1.3
31602026-05-27T02:20:06.090Z Compiling glob v0.3.3
31612026-05-27T02:20:06.120Z Compiling ingot v0.1.1
31622026-05-27T02:20:06.138Z Compiling num_enum v0.5.11
31632026-05-27T02:20:06.160Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-05-27T02:20:06.186Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31652026-05-27T02:20:06.263Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662026-05-27T02:20:06.283Z Compiling smf v0.2.3
31672026-05-27T02:20:06.328Z Compiling prettyplease v0.2.37
31682026-05-27T02:20:06.358Z Compiling whoami v1.6.1
31692026-05-27T02:20:06.404Z Compiling usdt-macro v0.5.0
31702026-05-27T02:20:06.462Z Compiling usdt-attr-macro v0.5.0
31712026-05-27T02:20:06.618Z Compiling gethostname v0.5.0
31722026-05-27T02:20:06.678Z Compiling memmap v0.7.0
31732026-05-27T02:20:06.770Z Compiling derive-where v1.6.0
31742026-05-27T02:20:06.810Z Compiling resolv-conf v0.7.6
31752026-05-27T02:20:06.855Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-05-27T02:20:06.911Z Compiling owo-colors v4.3.0
31772026-05-27T02:20:06.955Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31782026-05-27T02:20:07.018Z Compiling zone v0.3.1
31792026-05-27T02:20:07.072Z Compiling cancel-safe-futures v0.1.5
31802026-05-27T02:20:07.193Z Compiling libsw-core v0.3.2
31812026-05-27T02:20:07.214Z Compiling console v0.15.11
31822026-05-27T02:20:07.367Z Compiling usdt v0.5.0
31832026-05-27T02:20:07.399Z Compiling libsw v3.5.0
31842026-05-27T02:20:07.414Z Compiling newline-converter v0.3.0
31852026-05-27T02:20:07.564Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-27T02:20:07.617Z Compiling hickory-proto v0.24.4
31872026-05-27T02:20:07.629Z Compiling progenitor-client v0.13.0
31882026-05-27T02:20:07.673Z Compiling typify-macro v0.6.2
31892026-05-27T02:20:07.693Z Compiling linked-hash-map v0.5.6
31902026-05-27T02:20:07.715Z Compiling linear-map v1.2.0
31912026-05-27T02:20:07.734Z Compiling libefi-sys v0.1.0
31922026-05-27T02:20:07.740Z Compiling expectorate v1.2.0
31932026-05-27T02:20:07.810Z Compiling git-stub v1.0.0
31942026-05-27T02:20:07.852Z Compiling bitfield-struct v0.6.2
31952026-05-27T02:20:07.906Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31962026-05-27T02:20:07.929Z Compiling lru-cache v0.1.2
31972026-05-27T02:20:07.929Z Compiling semver v0.1.20
31982026-05-27T02:20:07.971Z Compiling tokio-dtrace v0.1.1
31992026-05-27T02:20:08.096Z Compiling git-stub-vcs v0.1.0
32002026-05-27T02:20:08.113Z Compiling dropshot-api-manager-types v0.7.2
32012026-05-27T02:20:08.128Z Compiling slog-dtrace v0.3.0
32022026-05-27T02:20:08.151Z Compiling rustc_version v0.1.7
32032026-05-27T02:20:08.185Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-05-27T02:20:08.188Z Compiling minimal-lexical v0.2.1
32052026-05-27T02:20:08.259Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-05-27T02:20:08.263Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-05-27T02:20:08.280Z Compiling oxide-tokio-rt v0.1.4
32082026-05-27T02:20:08.343Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-05-27T02:20:08.404Z Compiling newtype_derive v0.1.6
32102026-05-27T02:20:08.422Z Compiling nom v7.1.3
32112026-05-27T02:20:08.481Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-05-27T02:20:08.500Z Compiling phf_shared v0.12.1
32132026-05-27T02:20:08.504Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-27T02:20:08.521Z Compiling csv-core v0.1.13
32152026-05-27T02:20:08.558Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-27T02:20:08.558Z Compiling highway v1.3.0
32172026-05-27T02:20:08.609Z Compiling xshell-macros v0.2.7
32182026-05-27T02:20:08.627Z Compiling chrono-tz v0.10.4
32192026-05-27T02:20:08.703Z Compiling phf v0.12.1
32202026-05-27T02:20:08.841Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-27T02:20:08.901Z Compiling csv v1.4.0
32222026-05-27T02:20:08.926Z Compiling const_format_proc_macros v0.2.34
32232026-05-27T02:20:09.010Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32242026-05-27T02:20:09.037Z Compiling xshell v0.2.7
32252026-05-27T02:20:09.072Z Compiling primeorder v0.13.6
32262026-05-27T02:20:09.189Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32272026-05-27T02:20:09.332Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-05-27T02:20:09.351Z Compiling tabled_derive v0.7.0
32292026-05-27T02:20:09.366Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-05-27T02:20:09.465Z Compiling bcs v0.1.6
32312026-05-27T02:20:09.531Z Compiling typify v0.6.2
32322026-05-27T02:20:09.580Z Compiling tagptr v0.2.0
32332026-05-27T02:20:09.622Z Compiling termtree v0.5.1
32342026-05-27T02:20:09.669Z Compiling progenitor-impl v0.14.0
32352026-05-27T02:20:09.777Z Compiling progenitor-impl v0.13.0
32362026-05-27T02:20:09.806Z Compiling hickory-resolver v0.24.4
32372026-05-27T02:20:09.826Z Compiling const_format v0.2.35
32382026-05-27T02:20:09.842Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-05-27T02:20:09.848Z Compiling salty v0.3.0
32402026-05-27T02:20:09.878Z Compiling textwrap v0.16.2
32412026-05-27T02:20:10.141Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32422026-05-27T02:20:10.169Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32432026-05-27T02:20:10.204Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-05-27T02:20:10.375Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32452026-05-27T02:20:10.375Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-05-27T02:20:10.411Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32472026-05-27T02:20:10.626Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32482026-05-27T02:20:10.666Z Compiling tabled v0.15.0
32492026-05-27T02:20:10.710Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-05-27T02:20:10.728Z Compiling moka v0.12.13
32512026-05-27T02:20:10.846Z Compiling steno v0.4.1
32522026-05-27T02:20:10.953Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-05-27T02:20:10.971Z Compiling qorb v0.4.1
32542026-05-27T02:20:11.245Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32552026-05-27T02:20:11.420Z Compiling base64 v0.21.7
32562026-05-27T02:20:11.446Z Compiling radium v0.7.0
32572026-05-27T02:20:11.559Z Compiling hickory-resolver v0.25.2
32582026-05-27T02:20:11.775Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-27T02:20:11.810Z Compiling p384 v0.13.1
32602026-05-27T02:20:12.044Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-05-27T02:20:12.137Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32622026-05-27T02:20:12.220Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-05-27T02:20:12.381Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-05-27T02:20:12.406Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-05-27T02:20:12.426Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-05-27T02:20:12.429Z Compiling typify-impl v0.4.3
32672026-05-27T02:20:12.460Z Compiling progenitor-macro v0.14.0
32682026-05-27T02:20:12.544Z Compiling progenitor-macro v0.13.0
32692026-05-27T02:20:12.708Z Compiling maybe-uninit v2.0.0
32702026-05-27T02:20:12.848Z Compiling tap v1.0.1
32712026-05-27T02:20:12.996Z Compiling wyz v0.5.1
32722026-05-27T02:20:13.089Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-05-27T02:20:13.125Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-05-27T02:20:13.176Z Compiling proc-macro-error-attr2 v2.0.0
32752026-05-27T02:20:13.244Z Compiling packed_struct v0.10.1
32762026-05-27T02:20:13.348Z Compiling parking_lot_core v0.8.6
32772026-05-27T02:20:13.443Z Compiling funty v2.0.0
32782026-05-27T02:20:13.492Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32792026-05-27T02:20:13.524Z Compiling utf-8 v0.7.6
32802026-05-27T02:20:13.633Z Compiling proc-macro-error2 v2.0.1
32812026-05-27T02:20:13.676Z Compiling tungstenite v0.21.0
32822026-05-27T02:20:13.696Z Compiling polyval v0.6.2
32832026-05-27T02:20:13.738Z Compiling num-derive v0.3.3
32842026-05-27T02:20:13.774Z Compiling packed_struct_codegen v0.10.1
32852026-05-27T02:20:13.909Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-05-27T02:20:13.960Z Compiling bitvec v1.0.1
32872026-05-27T02:20:14.003Z Compiling zerocopy-derive v0.6.6
32882026-05-27T02:20:14.030Z Compiling bitfield-macros v0.19.4
32892026-05-27T02:20:14.068Z Compiling indexmap v1.9.3
32902026-05-27T02:20:14.158Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-05-27T02:20:14.281Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-05-27T02:20:14.306Z Compiling nodrop v0.1.14
32932026-05-27T02:20:14.366Z Compiling crc-catalog v2.4.0
32942026-05-27T02:20:14.421Z Compiling array-init v0.0.4
32952026-05-27T02:20:14.493Z Compiling crc v3.4.0
32962026-05-27T02:20:14.575Z Compiling tokio-tungstenite v0.21.0
32972026-05-27T02:20:14.597Z Compiling tabled_derive v0.11.0
32982026-05-27T02:20:14.675Z Compiling libscf-sys v1.1.0
32992026-05-27T02:20:14.739Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-05-27T02:20:14.843Z Compiling ghash v0.5.1
33012026-05-27T02:20:14.913Z Compiling bitfield v0.19.4
33022026-05-27T02:20:14.929Z Compiling zerocopy v0.6.6
33032026-05-27T02:20:14.930Z Compiling smallvec v0.6.14
33042026-05-27T02:20:14.975Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-05-27T02:20:15.124Z Compiling papergrid v0.17.0
33062026-05-27T02:20:15.213Z Compiling testing_table v0.3.0
33072026-05-27T02:20:15.213Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-27T02:20:15.264Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-05-27T02:20:15.322Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33102026-05-27T02:20:15.471Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-05-27T02:20:15.498Z Compiling ctr v0.9.2
33122026-05-27T02:20:15.605Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-27T02:20:15.746Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-27T02:20:15.765Z Compiling hashbrown v0.12.3
33152026-05-27T02:20:15.811Z Compiling corncobs v0.1.4
33162026-05-27T02:20:15.835Z Compiling illumos-nvpair-sys v0.2.0
33172026-05-27T02:20:15.893Z Compiling unicase v2.9.0
33182026-05-27T02:20:15.948Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-27T02:20:16.029Z Compiling aes-gcm v0.10.3
33202026-05-27T02:20:16.100Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-05-27T02:20:16.111Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-05-27T02:20:16.124Z Compiling mime_guess v2.0.5
33232026-05-27T02:20:16.248Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33242026-05-27T02:20:16.288Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33252026-05-27T02:20:16.322Z Compiling tabled v0.20.0
33262026-05-27T02:20:16.403Z Compiling serde-hex v0.1.0
33272026-05-27T02:20:16.426Z Compiling parking_lot v0.11.2
33282026-05-27T02:20:16.705Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-05-27T02:20:16.737Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33302026-05-27T02:20:16.877Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-05-27T02:20:16.921Z Compiling ron v0.8.1
33322026-05-27T02:20:17.094Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-05-27T02:20:17.111Z Compiling typify-macro v0.4.3
33342026-05-27T02:20:17.131Z Compiling progenitor-client v0.11.2
33352026-05-27T02:20:17.179Z Compiling hashbrown v0.13.2
33362026-05-27T02:20:17.423Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-27T02:20:17.513Z Compiling blowfish v0.9.1
33382026-05-27T02:20:17.560Z Compiling prefix-trie v0.7.0
33392026-05-27T02:20:17.647Z Compiling progenitor v0.14.0
33402026-05-27T02:20:17.734Z Compiling ssh-encoding v0.2.0
33412026-05-27T02:20:17.755Z Compiling progenitor v0.13.0
33422026-05-27T02:20:17.793Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-05-27T02:20:17.839Z Compiling fxhash v0.2.1
33442026-05-27T02:20:17.936Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-27T02:20:17.954Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-27T02:20:17.979Z Compiling secrecy v0.8.0
33472026-05-27T02:20:18.004Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-05-27T02:20:18.033Z Compiling crc-any v2.5.0
33492026-05-27T02:20:18.160Z Compiling sled v0.34.7
33502026-05-27T02:20:18.193Z Compiling ssh-cipher v0.2.0
33512026-05-27T02:20:18.262Z Compiling hickory-server v0.25.2
33522026-05-27T02:20:18.343Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-05-27T02:20:18.643Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33542026-05-27T02:20:18.765Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33552026-05-27T02:20:18.806Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33562026-05-27T02:20:18.825Z Compiling bcrypt-pbkdf v0.10.0
33572026-05-27T02:20:18.886Z Compiling typify v0.4.3
33582026-05-27T02:20:18.996Z Compiling object v0.30.4
33592026-05-27T02:20:19.029Z Compiling progenitor-impl v0.11.2
33602026-05-27T02:20:19.106Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-05-27T02:20:19.246Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33622026-05-27T02:20:19.382Z Compiling password-hash v0.4.2
33632026-05-27T02:20:19.450Z Compiling http-range v0.1.5
33642026-05-27T02:20:19.533Z Compiling half v1.8.3
33652026-05-27T02:20:19.652Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33662026-05-27T02:20:19.681Z Compiling path-slash v0.1.5
33672026-05-27T02:20:19.836Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-05-27T02:20:19.854Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-05-27T02:20:19.972Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33702026-05-27T02:20:20.042Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-05-27T02:20:20.159Z Compiling crc8 v0.1.1
33722026-05-27T02:20:20.696Z Compiling serde_cbor v0.11.2
33732026-05-27T02:20:20.950Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-05-27T02:20:21.105Z Compiling pbkdf2 v0.11.0
33752026-05-27T02:20:21.362Z Compiling illumos-nvpair v0.3.0
33762026-05-27T02:20:21.404Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-05-27T02:20:21.538Z Compiling ssh-key v0.6.7
33782026-05-27T02:20:21.775Z Compiling progenitor-macro v0.11.2
33792026-05-27T02:20:21.872Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33802026-05-27T02:20:21.902Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33812026-05-27T02:20:21.932Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-05-27T02:20:22.012Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-05-27T02:20:22.218Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33842026-05-27T02:20:22.247Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-05-27T02:20:22.352Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-05-27T02:20:22.422Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-27T02:20:22.800Z Compiling p521 v0.13.3
33882026-05-27T02:20:22.853Z Compiling p256 v0.13.2
33892026-05-27T02:20:22.936Z Compiling yasna v0.5.2
33902026-05-27T02:20:22.957Z Compiling kstat-rs v0.2.4
33912026-05-27T02:20:23.002Z Compiling headers-core v0.3.0
33922026-05-27T02:20:23.127Z Compiling nanorand v0.7.0
33932026-05-27T02:20:23.155Z Compiling atty v0.2.14
33942026-05-27T02:20:23.237Z Compiling russh-cryptovec v0.7.3
33952026-05-27T02:20:23.267Z Compiling md5 v0.7.0
33962026-05-27T02:20:23.268Z Compiling home v0.5.12
33972026-05-27T02:20:23.303Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33982026-05-27T02:20:23.307Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33992026-05-27T02:20:23.376Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-05-27T02:20:23.447Z Compiling rcgen v0.12.1
34012026-05-27T02:20:23.466Z Compiling flume v0.11.1
34022026-05-27T02:20:23.467Z Compiling headers v0.4.1
34032026-05-27T02:20:23.575Z Compiling russh-keys v0.45.0
34042026-05-27T02:20:23.661Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-05-27T02:20:23.827Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-05-27T02:20:23.849Z Compiling hyper-staticfile v0.10.1
34072026-05-27T02:20:23.965Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34082026-05-27T02:20:24.133Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34092026-05-27T02:20:24.179Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-05-27T02:20:24.256Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34112026-05-27T02:20:24.359Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34122026-05-27T02:20:24.379Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-05-27T02:20:24.410Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34142026-05-27T02:20:24.413Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34152026-05-27T02:20:24.446Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34162026-05-27T02:20:24.708Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34172026-05-27T02:20:24.727Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182026-05-27T02:20:24.776Z Compiling num-bigint v0.4.6
34192026-05-27T02:20:24.914Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34202026-05-27T02:20:24.938Z Compiling des v0.8.1
34212026-05-27T02:20:24.964Z Compiling subprocess v0.2.15
34222026-05-27T02:20:24.985Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-27T02:20:25.121Z Compiling display-error-chain v0.2.2
34242026-05-27T02:20:25.159Z Compiling hex-literal v0.4.1
34252026-05-27T02:20:25.206Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34262026-05-27T02:20:25.224Z Compiling colored v2.2.0
34272026-05-27T02:20:25.252Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34282026-05-27T02:20:25.300Z Compiling socket2 v0.5.10
34292026-05-27T02:20:25.318Z Compiling internet-checksum v0.2.1
34302026-05-27T02:20:25.443Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34312026-05-27T02:20:25.780Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34322026-05-27T02:20:26.124Z Compiling russh v0.45.0
34332026-05-27T02:20:26.795Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34342026-05-27T02:20:26.796Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-05-27T02:20:26.831Z Compiling progenitor v0.11.2
34362026-05-27T02:20:26.994Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34372026-05-27T02:20:29.231Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-27T02:20:29.883Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-27T02:20:30.347Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-27T02:20:31.912Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-27T02:20:32.568Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34422026-05-27T02:20:39.873Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-05-27T02:20:39.877Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-05-27T02:20:39.877Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34452026-05-27T02:20:39.877Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34462026-05-27T02:20:41.608Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472026-05-27T02:20:41.731Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34482026-05-27T02:20:45.800Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34492026-05-27T02:21:24.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34502026-05-27T02:21:24.819Z
34512026-05-27T02:21:24.819Zreal 1:25.533948118
34522026-05-27T02:21:24.819Zuser 8:05.606502091
34532026-05-27T02:21:24.819Zsys 1:43.152174241
34542026-05-27T02:21:24.819Ztrap 0.251192019
34552026-05-27T02:21:24.819Ztflt 0.619557803
34562026-05-27T02:21:24.819Zdflt 1.781902370
34572026-05-27T02:21:24.823Zkflt 0.000273342
34582026-05-27T02:21:24.823Zlock 27:33.006453860
34592026-05-27T02:21:24.823Zslp 18:39.836473203
34602026-05-27T02:21:24.823Zlat 39.274748948
34612026-05-27T02:21:24.823Zstop 2:45.537733225
34622026-05-27T02:21:24.823Z+ mkdir tests
34632026-05-27T02:21:24.827Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34642026-05-27T02:21:24.827Z+ xargs -I '{}' -t cp '{}' tests/
34652026-05-27T02:21:24.896Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-24b2b63a1f0cb11e tests/
34662026-05-27T02:21:24.924Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f3edf6ab4b009ed4 tests/
34672026-05-27T02:21:24.952Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a95096e60fd39ad9 tests/
34682026-05-27T02:21:24.978Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-07bc8a4adaa8ea80 tests/
34692026-05-27T02:21:25.205Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34702026-05-27T02:21:25.209Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f3edf6ab4b009ed4 tests/commtest-a95096e60fd39ad9 tests/dhcp_server-24b2b63a1f0cb11e tests/end_to_end_tests-07bc8a4adaa8ea80 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34712026-05-27T02:22:46.599ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34722026-05-27T02:22:46.599Za .github/buildomat/ci-env.sh 1K
34732026-05-27T02:22:46.599Za out/target/test 1K
34742026-05-27T02:22:46.600Za out/npuzone/npuzone 27402K
34752026-05-27T02:22:46.600Za package-manifest.toml 35K
34762026-05-27T02:22:46.600Za smf/sled-agent/non-gimlet/config.toml 6K
34772026-05-27T02:22:46.600Za target/release/omicron-package 45127K
34782026-05-27T02:22:46.600Za target/release/xtask 11449K
34792026-05-27T02:22:46.600Za target/debug/bootstrap 353621K
34802026-05-27T02:22:46.600Za tests/bootstrap-f3edf6ab4b009ed4 31215K
34812026-05-27T02:22:46.600Za tests/commtest-a95096e60fd39ad9 32300K
34822026-05-27T02:22:46.600Za tests/dhcp_server-24b2b63a1f0cb11e 31215K
34832026-05-27T02:22:46.600Za tests/end_to_end_tests-07bc8a4adaa8ea80 394679K
34842026-05-27T02:22:46.600Za tools/opte_version 1K
34852026-05-27T02:22:46.600Za tools/opte_version_override 2K
34862026-05-27T02:22:46.600Za out/clickhouse.tar.gz 320962K
34872026-05-27T02:22:46.600Za out/clickhouse_keeper.tar.gz 306038K
34882026-05-27T02:22:46.600Za out/clickhouse_server.tar.gz 320959K
34892026-05-27T02:22:46.600Za out/cockroachdb.tar.gz 165579K
34902026-05-27T02:22:46.600Za out/crucible-pantry-zone.tar.gz 40602K
34912026-05-27T02:22:46.600Za out/crucible-utils.tar 16478K
34922026-05-27T02:22:46.600Za out/crucible-zone.tar.gz 56172K
34932026-05-27T02:22:46.600Za out/external-dns.tar.gz 50169K
34942026-05-27T02:22:46.601Za out/internal-dns.tar.gz 50169K
34952026-05-27T02:22:46.601Za out/mg-ddm-gz.tar 95141K
34962026-05-27T02:22:46.601Za out/nexus.tar.gz 278736K
34972026-05-27T02:22:46.601Za out/ntp.tar.gz 32260K
34982026-05-27T02:22:46.601Za out/omicron-gateway-softnpu.tar.gz 29889K
34992026-05-27T02:22:46.601Za out/omicron-sled-agent.tar 200578K
35002026-05-27T02:22:46.601Za out/overlay.tar.gz 3K
35012026-05-27T02:22:46.601Za out/oximeter.tar.gz 67059K
35022026-05-27T02:22:46.601Za out/oxlog.tar 3782K
35032026-05-27T02:22:46.601Za out/probe.tar.gz 3037K
35042026-05-27T02:22:46.601Za out/propolis-server.tar.gz 35483K
35052026-05-27T02:22:46.601Za out/pumpkind-gz.tar 26647K
35062026-05-27T02:22:46.601Za out/switch-softnpu.tar.gz 451479K
35072026-05-27T02:22:46.630Z
35082026-05-27T02:22:46.630Zreal 1:21.390131467
35092026-05-27T02:22:46.630Zuser 1:18.720859151
35102026-05-27T02:22:46.630Zsys 4.449003853
35112026-05-27T02:22:46.630Ztrap 0.006346618
35122026-05-27T02:22:46.630Ztflt 0.000000000
35132026-05-27T02:22:46.630Zdflt 0.000000000
35142026-05-27T02:22:46.630Zkflt 0.000000000
35152026-05-27T02:22:46.631Zlock 0.000000000
35162026-05-27T02:22:46.631Zslp 1:18.612427132
35172026-05-27T02:22:46.631Zlat 0.985930598
35182026-05-27T02:22:46.631Zstop 0.000253848
35192026-05-27T02:22:46.631Zprocess exited: duration 955537 ms, exit code 0
 
35202026-05-27T02:22:46.646Zfound 1 output files
35212026-05-27T02:22:46.646Zuploading: /work/package.tar.gz (2552838442 bytes)
35222026-05-27T02:23:59.264Zuploaded: /work/package.tar.gz