01KRYW5DJRVFXPFSD1BCAKJ134: 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: 01KRYW5T1R9W6NV5DCHDV818YA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T01:04:50.593Zjob assigned to worker 01KRYW5YN65TBEA5458GRS2FRF [factory aws, i-0bee68b99eb72a32c] (queued for 46 s)
 
22026-05-19T01:04:58.438Zstarting task 0: "setup"
32026-05-19T01:04:58.442Z++ uname -s
42026-05-19T01:04:58.445Z+ kern=SunOS
52026-05-19T01:04:58.445Z+ build_user=build
62026-05-19T01:04:58.445Z+ build_uid=12345
72026-05-19T01:04:58.445Z+ work_dir=/work
82026-05-19T01:04:58.445Z+ input_dir=/input
92026-05-19T01:04:58.445Z+ [[ 0 == 12345 ]]
102026-05-19T01:04:58.445Z+ case "$kern" in
112026-05-19T01:04:58.445Z+ groupadd -g 12345 build
122026-05-19T01:04:58.456Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T01:05:00.466Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T01:05:00.593Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T01:05:00.596Z+ home_fs=zfs
162026-05-19T01:05:00.596Z+ [[ zfs == autofs ]]
172026-05-19T01:05:00.596Z+ mkdir -p /home/build
182026-05-19T01:05:00.599Z+ chown build:build /home/build /work
192026-05-19T01:05:02.600Z+ chmod 0700 /home/build /work
202026-05-19T01:05:02.603Zprocess exited: duration 4169 ms, exit code 0
 
212026-05-19T01:05:02.610Zstarting task 1: "rust-toolchain"
222026-05-19T01:05:02.616Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T01:05:02.616Z * rust toolchain channel = "1.94.0"
242026-05-19T01:05:02.616Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-19T01:05:02.616Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-19T01:05:02.616Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T01:05:02.616Z * rust toolchain profile = "default"
282026-05-19T01:05:02.619Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T01:05:02.619Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T01:05:02.684Zinfo: downloading installer
312026-05-19T01:05:04.139Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T01:05:04.139Zwarn: /home/build/.rustup/settings.toml
332026-05-19T01:05:04.139Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T01:05:04.139Zwarn: instead of the one inferred from the default host triple.
352026-05-19T01:05:04.151Zinfo: profile set to default
362026-05-19T01:05:04.151Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T01:05:04.154Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T01:05:04.299Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T01:05:04.302Zinfo: downloading 6 components
402026-05-19T01:05:19.609Z
412026-05-19T01:05:19.609Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-19T01:05:19.636Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T01:05:19.636Z
442026-05-19T01:05:19.636Z
452026-05-19T01:05:19.636ZRust is installed now. Great!
462026-05-19T01:05:19.636Z
472026-05-19T01:05:19.636ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T01:05:19.636Zenvironment variable. This has not been done automatically.
492026-05-19T01:05:19.636Z
502026-05-19T01:05:19.636ZTo configure your current shell, you need to source
512026-05-19T01:05:19.636Zthe corresponding env file under $HOME/.cargo.
522026-05-19T01:05:19.636Z
532026-05-19T01:05:19.636ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T01:05:19.636Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T01:05:19.636Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T01:05:19.636Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T01:05:19.636Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T01:05:19.636Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T01:05:19.636Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T01:05:19.639Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T01:05:19.639Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T01:05:19.737Z+ rustup --version
632026-05-19T01:05:19.743Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T01:05:19.746Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T01:05:19.763Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T01:05:19.767Z+ cargo --version
672026-05-19T01:05:19.776Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T01:05:19.779Z+ rustc --version
692026-05-19T01:05:19.797Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T01:05:19.800Zprocess exited: duration 17190 ms, exit code 0
 
712026-05-19T01:05:19.806Zstarting task 2: "authentication"
722026-05-19T01:05:19.823Zprocess exited: duration 17 ms, exit code 0
 
732026-05-19T01:05:19.829Zstarting task 3: "clone repository"
742026-05-19T01:05:19.834Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T01:05:19.843Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T01:05:19.886ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T01:05:29.755Z+ cd /work/oxidecomputer/omicron
782026-05-19T01:05:29.755Z+ git fetch origin 329dc452fe84bf2e38fe01de06d417796578fe7b
792026-05-19T01:05:30.044ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T01:05:30.044Z * branch 329dc452fe84bf2e38fe01de06d417796578fe7b -> FETCH_HEAD
812026-05-19T01:05:30.059Z+ [[ -n zl/opte-version-override ]]
822026-05-19T01:05:30.062Z++ git branch --show-current
832026-05-19T01:05:30.062Z+ current=main
842026-05-19T01:05:30.062Z+ [[ main != zl/opte-version-override ]]
852026-05-19T01:05:30.062Z+ git branch -f zl/opte-version-override 329dc452fe84bf2e38fe01de06d417796578fe7b
862026-05-19T01:05:30.066Z+ git checkout -f zl/opte-version-override
872026-05-19T01:05:30.306ZSwitched to branch 'zl/opte-version-override'
882026-05-19T01:05:30.311Z+ git reset --hard 329dc452fe84bf2e38fe01de06d417796578fe7b
892026-05-19T01:05:30.374ZHEAD is now at 329dc452f [review] address review comments
902026-05-19T01:05:30.377Zprocess exited: duration 10545 ms, exit code 0
 
912026-05-19T01:05:30.383Zstarting task 4: "build"
922026-05-19T01:05:30.389Z+ source .github/buildomat/ci-env.sh
932026-05-19T01:05:30.389Z++ export CARGO_TERM_COLOR=always
942026-05-19T01:05:30.389Z++ CARGO_TERM_COLOR=always
952026-05-19T01:05:30.389Z+ cargo --version
962026-05-19T01:05:30.399Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T01:05:30.402Z+ rustc --version
982026-05-19T01:05:30.422Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T01:05:30.426Z+ WORK=/work
1002026-05-19T01:05:30.426Z+ pfexec mkdir -p /work
1012026-05-19T01:05:30.429Z+ pfexec chown build /work
1022026-05-19T01:05:30.432Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-19T01:05:32.248Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-19T01:05:32.312Z Startup: Caching catalogs ... Done
1052026-05-19T01:05:32.523ZPlanning: Solver setup ... Done (0.172s)
1062026-05-19T01:05:32.538ZPlanning: Running solver ... Done (0.016s)
1072026-05-19T01:05:32.546ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-19T01:05:32.564ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-19T01:05:32.597ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-19T01:05:32.611ZPlanning: Package planning ... Done (0.013s)
1112026-05-19T01:05:32.614ZPlanning: Merging actions ... Done (0.002s)
1122026-05-19T01:05:32.806ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-05-19T01:05:32.809ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-19T01:05:33.771ZPlanning: Evaluating mediators ... Done (0.964s)
1152026-05-19T01:05:33.774ZPlanning: Planning completed in 1.44 seconds
1162026-05-19T01:05:33.780Z Packages to install: 2
1172026-05-19T01:05:33.780Z Estimated space available: 156.08 GB
1182026-05-19T01:05:33.780ZEstimated space to be consumed: 19.74 MB
1192026-05-19T01:05:33.780Z Create boot environment: No
1202026-05-19T01:05:33.780ZCreate backup boot environment: No
1212026-05-19T01:05:33.783Z Rebuild boot archive: No
1222026-05-19T01:05:33.783Z
1232026-05-19T01:05:33.783ZChanged packages:
1242026-05-19T01:05:33.783Zhelios
1252026-05-19T01:05:33.783Z developer/build-essential
1262026-05-19T01:05:33.783Z None -> 11-3.0
1272026-05-19T01:05:33.783Z library/libxmlsec1
1282026-05-19T01:05:33.783Z None -> 1.2.35-3.0
1292026-05-19T01:05:33.819Z
1302026-05-19T01:05:33.819ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-19T01:05:34.379ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1322026-05-19T01:05:34.425Z Actions: 1/268 actions (Installing new actions)
1332026-05-19T01:05:34.473Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-19T01:05:34.480ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-19T01:05:34.480ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-19T01:05:34.495ZFinalize: Updating image state ... Done (0.015s)
1372026-05-19T01:05:37.083ZFinalize: Creating fast lookup database ... Done (2.566s)
1382026-05-19T01:05:37.163ZFinalize: Reading search index ... Done (0.018s)
1392026-05-19T01:05:37.168ZFinalize: Updating search index ... Done (0.000s)
1402026-05-19T01:05:37.261ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-19T01:05:37.556ZPlanning: Evaluating mediator changes ... Done
1422026-05-19T01:05:37.660ZPlanning: Checking for conflicting actions ... Done
1432026-05-19T01:05:37.663ZPlanning: Consolidating action changes ... Done
1442026-05-19T01:05:37.816ZPlanning: Evaluating mediators ... Done
1452026-05-19T01:05:37.820ZPlanning: Planning completed in 0.26 seconds
1462026-05-19T01:05:37.840Z Mediators to change: 2
1472026-05-19T01:05:37.840Z Create boot environment: No
1482026-05-19T01:05:37.840ZCreate backup boot environment: No
1492026-05-19T01:05:37.916ZFinalize: Updating package state database ... Done
1502026-05-19T01:05:37.916ZFinalize: Updating package cache ... Done
1512026-05-19T01:05:37.925ZFinalize: Updating image state ... Done
1522026-05-19T01:05:39.848ZFinalize: Creating fast lookup database ... Done
1532026-05-19T01:05:39.911ZFinalize: Reading search index ... Done
1542026-05-19T01:05:39.914ZFinalize: Updating search index ... Done
1552026-05-19T01:05:39.991ZFinalize: Updating package cache ... Done
1562026-05-19T01:05:40.274ZPlanning: Evaluating mediator changes ... Done
1572026-05-19T01:05:40.380ZPlanning: Checking for conflicting actions ... Done
1582026-05-19T01:05:40.383ZPlanning: Consolidating action changes ... Done
1592026-05-19T01:05:40.537ZPlanning: Evaluating mediators ... Done
1602026-05-19T01:05:40.541ZPlanning: Planning completed in 0.26 seconds
1612026-05-19T01:05:40.563Z Mediators to change: 1
1622026-05-19T01:05:40.563Z Create boot environment: No
1632026-05-19T01:05:40.566ZCreate backup boot environment: No
1642026-05-19T01:05:40.618ZFinalize: Updating package state database ... Done
1652026-05-19T01:05:40.618ZFinalize: Updating package cache ... Done
1662026-05-19T01:05:40.629ZFinalize: Updating image state ... Done
1672026-05-19T01:05:42.568ZFinalize: Creating fast lookup database ... Done
1682026-05-19T01:05:42.631ZFinalize: Reading search index ... Done
1692026-05-19T01:05:42.634ZFinalize: Updating search index ... Done
1702026-05-19T01:05:42.707ZFinalize: Updating package cache ... Done
1712026-05-19T01:05:43.014ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-19T01:05:43.014Zapache system 2.4 system
1732026-05-19T01:05:43.014Zclang system 15 system
1742026-05-19T01:05:43.014Zcsh system system illumos
1752026-05-19T01:05:43.014Zctags system system illumos
1762026-05-19T01:05:43.014Zfile vendor vendor darwinsys
1772026-05-19T01:05:43.014Zfile system system illumos
1782026-05-19T01:05:43.015Zgcc vendor 14 vendor
1792026-05-19T01:05:43.015Zgcc system 13 system
1802026-05-19T01:05:43.015Zgcc system 10 system
1812026-05-19T01:05:43.015Zgo system 1.25 system
1822026-05-19T01:05:43.015Zllvm system 15 system
1832026-05-19T01:05:43.015Zmariadb system 11.4 system
1842026-05-19T01:05:43.015Zmta vendor vendor dma
1852026-05-19T01:05:43.015Zopenjdk system 17 system
1862026-05-19T01:05:43.015Zopenjdk system 11 system
1872026-05-19T01:05:43.015Zopenssl vendor 3 vendor
1882026-05-19T01:05:43.015Zperl system 5.40 system
1892026-05-19T01:05:43.015Zpostgresql system 18 system
1902026-05-19T01:05:43.015Zpostgresql system 17 system
1912026-05-19T01:05:43.015Zpython vendor 3 vendor
1922026-05-19T01:05:43.015Zpython system 2 system
1932026-05-19T01:05:43.015Zpython3 vendor 3.13 vendor
1942026-05-19T01:05:43.015Zruby system 3.4 system
1952026-05-19T01:05:43.015Zruby system 3.0 system
1962026-05-19T01:05:43.015Zwords vendor vendor american-english
1972026-05-19T01:05:43.015Zwords system system australian-english
1982026-05-19T01:05:43.015Zwords system system british-english
1992026-05-19T01:05:43.015Zwords system system canadian-english
2002026-05-19T01:05:43.015Zwords system system french
2012026-05-19T01:05:43.015Zwords system system italian
2022026-05-19T01:05:43.015Zwords system system ngerman
2032026-05-19T01:05:43.015Zwords system system ogerman
2042026-05-19T01:05:43.015Zwords system system spanish
2052026-05-19T01:05:43.275ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-19T01:05:43.275Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-19T01:05:43.549ZFMRI IFO
2082026-05-19T01:05:43.549Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-19T01:05:43.550Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-19T01:05:43.550Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-19T01:05:43.550Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-19T01:05:43.550Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-19T01:05:43.550Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-19T01:05:43.550Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-19T01:05:43.550Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-19T01:05:43.550Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-19T01:05:43.779Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-19T01:05:44.022Z Updating crates.io index
2192026-05-19T01:05:44.056Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-19T01:05:44.782Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-19T01:05:45.193Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-19T01:05:45.832Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-19T01:05:46.576Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-19T01:05:47.117Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-19T01:05:48.409Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-19T01:05:49.076Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-19T01:05:49.539Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-19T01:05:50.363Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-19T01:05:50.803Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-19T01:05:51.152Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-19T01:05:51.533Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-19T01:05:52.407Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-19T01:05:52.982Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-19T01:05:53.386Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-19T01:05:53.749Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-19T01:05:54.164Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-19T01:05:54.387Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-19T01:05:54.637Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-19T01:05:54.891Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-19T01:05:55.344Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-19T01:05:55.933Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-19T01:05:56.397Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-19T01:05:56.657Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-19T01:05:56.938Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-19T01:05:57.996Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-19T01:05:58.528Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-19T01:05:59.091Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-19T01:05:59.523Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-19T01:06:00.035Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-19T01:06:00.323Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-19T01:06:00.643Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-19T01:06:01.160Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-19T01:06:01.421Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-19T01:06:01.654Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-19T01:06:01.927Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-19T01:06:02.309Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-19T01:06:14.529Z Downloading crates ...
2582026-05-19T01:06:14.577Z Downloaded dof v0.3.0
2592026-05-19T01:06:14.581Z Downloaded erased-serde v0.4.9
2602026-05-19T01:06:14.585Z Downloaded fnv v1.0.7
2612026-05-19T01:06:14.588Z Downloaded ordered-float v2.10.1
2622026-05-19T01:06:14.592Z Downloaded cargo-platform v0.2.0
2632026-05-19T01:06:14.592Z Downloaded itoa v1.0.17
2642026-05-19T01:06:14.592Z Downloaded smawk v0.3.2
2652026-05-19T01:06:14.595Z Downloaded proc-macro-error-attr v1.0.4
2662026-05-19T01:06:14.595Z Downloaded generic-array v0.14.7
2672026-05-19T01:06:14.598Z Downloaded memmap v0.7.0
2682026-05-19T01:06:14.598Z Downloaded thiserror-impl v2.0.18
2692026-05-19T01:06:14.601Z Downloaded anstyle v1.0.13
2702026-05-19T01:06:14.601Z Downloaded unicode-linebreak v0.1.5
2712026-05-19T01:06:14.604Z Downloaded idna_adapter v1.2.1
2722026-05-19T01:06:14.607Z Downloaded anstream v0.6.21
2732026-05-19T01:06:14.610Z Downloaded log v0.4.29
2742026-05-19T01:06:14.612Z Downloaded anstyle-query v1.1.5
2752026-05-19T01:06:14.612Z Downloaded utf8_iter v1.0.4
2762026-05-19T01:06:14.612Z Downloaded yoke-derive v0.8.1
2772026-05-19T01:06:14.613Z Downloaded crypto-common v0.1.7
2782026-05-19T01:06:14.616Z Downloaded toml_edit v0.22.27
2792026-05-19T01:06:14.616Z Downloaded dtrace-parser v0.2.0
2802026-05-19T01:06:14.616Z Downloaded cpufeatures v0.2.17
2812026-05-19T01:06:14.619Z Downloaded cfg-if v1.0.4
2822026-05-19T01:06:14.619Z Downloaded thiserror v2.0.18
2832026-05-19T01:06:14.622Z Downloaded swrite v0.1.0
2842026-05-19T01:06:14.622Z Downloaded potential_utf v0.1.4
2852026-05-19T01:06:14.622Z Downloaded errno v0.3.14
2862026-05-19T01:06:14.625Z Downloaded macaddr v1.0.1
2872026-05-19T01:06:14.625Z Downloaded digest v0.10.7
2882026-05-19T01:06:14.625Z Downloaded displaydoc v0.2.5
2892026-05-19T01:06:14.628Z Downloaded ucd-trie v0.1.7
2902026-05-19T01:06:14.628Z Downloaded toml_write v0.1.2
2912026-05-19T01:06:14.628Z Downloaded bitflags v2.11.0
2922026-05-19T01:06:14.632Z Downloaded serde_spanned v0.6.9
2932026-05-19T01:06:14.632Z Downloaded thread-id v4.2.2
2942026-05-19T01:06:14.632Z Downloaded toml v0.8.23
2952026-05-19T01:06:14.635Z Downloaded zmij v1.0.21
2962026-05-19T01:06:14.635Z Downloaded usdt-macro v0.5.0
2972026-05-19T01:06:14.635Z Downloaded cargo_metadata v0.21.0
2982026-05-19T01:06:14.635Z Downloaded textwrap v0.16.2
2992026-05-19T01:06:14.638Z Downloaded yoke v0.8.1
3002026-05-19T01:06:14.638Z Downloaded litemap v0.8.1
3012026-05-19T01:06:14.641Z Downloaded heck v0.5.0
3022026-05-19T01:06:14.641Z Downloaded clap_lex v1.0.0
3032026-05-19T01:06:14.641Z Downloaded hashbrown v0.17.0
3042026-05-19T01:06:14.644Z Downloaded zerofrom-derive v0.1.6
3052026-05-19T01:06:14.644Z Downloaded scroll_derive v0.12.1
3062026-05-19T01:06:14.648Z Downloaded unicode-width v0.1.14
3072026-05-19T01:06:14.651Z Downloaded stable_deref_trait v1.2.1
3082026-05-19T01:06:14.651Z Downloaded fastrand v2.3.0
3092026-05-19T01:06:14.654Z Downloaded zerocopy-derive v0.7.35
3102026-05-19T01:06:14.654Z Downloaded strsim v0.11.1
3112026-05-19T01:06:14.657Z Downloaded serde-value v0.7.0
3122026-05-19T01:06:14.657Z Downloaded icu_properties v2.1.2
3132026-05-19T01:06:14.657Z Downloaded toml_datetime v0.6.11
3142026-05-19T01:06:14.660Z Downloaded thiserror-impl v1.0.69
3152026-05-19T01:06:14.663Z Downloaded plain v0.2.3
3162026-05-19T01:06:14.663Z Downloaded typeid v1.0.3
3172026-05-19T01:06:14.666Z Downloaded usdt-impl v0.5.0
3182026-05-19T01:06:14.669Z Downloaded pretty-hex v0.4.1
3192026-05-19T01:06:14.669Z Downloaded heck v0.4.1
3202026-05-19T01:06:14.669Z Downloaded terminal_size v0.4.3
3212026-05-19T01:06:14.672Z Downloaded utf8parse v0.2.2
3222026-05-19T01:06:14.672Z Downloaded percent-encoding v2.3.2
3232026-05-19T01:06:14.672Z Downloaded form_urlencoded v1.2.2
3242026-05-19T01:06:14.672Z Downloaded version_check v0.9.5
3252026-05-19T01:06:14.676Z Downloaded zerofrom v0.1.6
3262026-05-19T01:06:14.676Z Downloaded usdt v0.5.0
3272026-05-19T01:06:14.679Z Downloaded equivalent v1.0.2
3282026-05-19T01:06:14.679Z Downloaded tabled_derive v0.7.0
3292026-05-19T01:06:14.679Z Downloaded tinystr v0.8.2
3302026-05-19T01:06:14.683Z Downloaded block-buffer v0.10.4
3312026-05-19T01:06:14.685Z Downloaded writeable v0.6.2
3322026-05-19T01:06:14.689Z Downloaded winnow v0.7.14
3332026-05-19T01:06:14.693Z Downloaded serde_tokenstream v0.2.3
3342026-05-19T01:06:14.693Z Downloaded serde-untagged v0.1.9
3352026-05-19T01:06:14.693Z Downloaded zerovec-derive v0.11.2
3362026-05-19T01:06:14.693Z Downloaded thiserror v1.0.69
3372026-05-19T01:06:14.697Z Downloaded unicode-ident v1.0.24
3382026-05-19T01:06:14.700Z Downloaded pest_meta v2.8.6
3392026-05-19T01:06:14.700Z Downloaded byteorder v1.5.0
3402026-05-19T01:06:14.703Z Downloaded quote v1.0.45
3412026-05-19T01:06:14.703Z Downloaded proc-macro-error v1.0.4
3422026-05-19T01:06:14.706Z Downloaded url v2.5.8
3432026-05-19T01:06:14.706Z Downloaded is_terminal_polyfill v1.70.2
3442026-05-19T01:06:14.706Z Downloaded scroll v0.12.0
3452026-05-19T01:06:14.711Z Downloaded zerotrie v0.2.3
3462026-05-19T01:06:14.714Z Downloaded zerocopy v0.7.35
3472026-05-19T01:06:14.721Z Downloaded zerovec v0.11.5
3482026-05-19T01:06:14.725Z Downloaded unicode-xid v0.2.6
3492026-05-19T01:06:14.728Z Downloaded sha2 v0.10.9
3502026-05-19T01:06:14.728Z Downloaded unicode-width v0.2.0
3512026-05-19T01:06:14.731Z Downloaded fs-err v3.3.0
3522026-05-19T01:06:14.731Z Downloaded anstyle-parse v0.2.7
3532026-05-19T01:06:14.734Z Downloaded typenum v1.19.0
3542026-05-19T01:06:14.734Z Downloaded cargo-util-schemas v0.8.2
3552026-05-19T01:06:14.736Z Downloaded clap_derive v4.5.55
3562026-05-19T01:06:14.736Z Downloaded colorchoice v1.0.4
3572026-05-19T01:06:14.736Z Downloaded camino v1.2.2
3582026-05-19T01:06:14.739Z Downloaded anyhow v1.0.102
3592026-05-19T01:06:14.739Z Downloaded synstructure v0.13.2
3602026-05-19T01:06:14.739Z Downloaded cargo_toml v0.21.0
3612026-05-19T01:06:14.742Z Downloaded bytecount v0.6.9
3622026-05-19T01:06:14.742Z Downloaded usdt-attr-macro v0.5.0
3632026-05-19T01:06:14.747Z Downloaded smallvec v1.15.1
3642026-05-19T01:06:14.751Z Downloaded camino-tempfile v1.4.1
3652026-05-19T01:06:14.755Z Downloaded tempfile v3.25.0
3662026-05-19T01:06:14.758Z Downloaded pest_generator v2.8.6
3672026-05-19T01:06:14.758Z Downloaded once_cell v1.21.3
3682026-05-19T01:06:14.761Z Downloaded autocfg v1.5.0
3692026-05-19T01:06:14.764Z Downloaded semver v1.0.28
3702026-05-19T01:06:14.765Z Downloaded num-traits v0.2.19
3712026-05-19T01:06:14.771Z Downloaded serde_derive v1.0.228
3722026-05-19T01:06:14.774Z Downloaded clap v4.5.60
3732026-05-19T01:06:14.780Z Downloaded proc-macro2 v1.0.106
3742026-05-19T01:06:14.784Z Downloaded pest_derive v2.8.6
3752026-05-19T01:06:14.784Z Downloaded icu_provider v2.1.1
3762026-05-19T01:06:14.793Z Downloaded papergrid v0.11.0
3772026-05-19T01:06:14.796Z Downloaded icu_locale_core v2.1.1
3782026-05-19T01:06:14.800Z Downloaded serde_core v1.0.228
3792026-05-19T01:06:14.803Z Downloaded icu_normalizer v2.1.1
3802026-05-19T01:06:14.807Z Downloaded getrandom v0.4.1
3812026-05-19T01:06:14.810Z Downloaded icu_properties_data v2.1.2
3822026-05-19T01:06:14.813Z Downloaded icu_normalizer_data v2.1.1
3832026-05-19T01:06:14.821Z Downloaded icu_collections v2.1.1
3842026-05-19T01:06:14.831Z Downloaded serde v1.0.228
3852026-05-19T01:06:14.834Z Downloaded memchr v2.8.0
3862026-05-19T01:06:14.837Z Downloaded indexmap v2.14.0
3872026-05-19T01:06:14.861Z Downloaded idna v1.1.0
3882026-05-19T01:06:14.866Z Downloaded pest v2.8.6
3892026-05-19T01:06:14.869Z Downloaded clap_builder v4.5.60
3902026-05-19T01:06:14.872Z Downloaded serde_json v1.0.149
3912026-05-19T01:06:14.880Z Downloaded tabled v0.15.0
3922026-05-19T01:06:14.888Z Downloaded goblin v0.8.2
3932026-05-19T01:06:14.893Z Downloaded syn v1.0.109
3942026-05-19T01:06:14.913Z Downloaded syn v2.0.117
3952026-05-19T01:06:14.926Z Downloaded rustix v1.1.3
3962026-05-19T01:06:14.946Z Downloaded libc v0.2.185
3972026-05-19T01:06:15.010Z Compiling proc-macro2 v1.0.106
3982026-05-19T01:06:15.010Z Compiling unicode-ident v1.0.24
3992026-05-19T01:06:15.010Z Compiling quote v1.0.45
4002026-05-19T01:06:15.010Z Compiling serde_core v1.0.228
4012026-05-19T01:06:15.013Z Compiling libc v0.2.185
4022026-05-19T01:06:15.013Z Compiling version_check v0.9.5
4032026-05-19T01:06:15.013Z Compiling serde v1.0.228
4042026-05-19T01:06:15.013Z Compiling stable_deref_trait v1.2.1
4052026-05-19T01:06:15.014Z Compiling memchr v2.8.0
4062026-05-19T01:06:15.014Z Compiling zmij v1.0.21
4072026-05-19T01:06:15.014Z Compiling thiserror v1.0.69
4082026-05-19T01:06:15.014Z Compiling autocfg v1.5.0
4092026-05-19T01:06:15.014Z Compiling itoa v1.0.17
4102026-05-19T01:06:15.195Z Compiling ucd-trie v0.1.7
4112026-05-19T01:06:15.198Z Compiling writeable v0.6.2
4122026-05-19T01:06:15.382Z Compiling litemap v0.8.1
4132026-05-19T01:06:15.447Z Compiling byteorder v1.5.0
4142026-05-19T01:06:15.465Z Compiling icu_properties_data v2.1.2
4152026-05-19T01:06:15.568Z Compiling rustix v1.1.3
4162026-05-19T01:06:15.689Z Compiling icu_normalizer_data v2.1.1
4172026-05-19T01:06:15.758Z Compiling pest v2.8.6
4182026-05-19T01:06:15.774Z Compiling serde_json v1.0.149
4192026-05-19T01:06:15.810Z Compiling bitflags v2.11.0
4202026-05-19T01:06:15.825Z Compiling num-traits v0.2.19
4212026-05-19T01:06:16.034Z Compiling smallvec v1.15.1
4222026-05-19T01:06:16.040Z Compiling typeid v1.0.3
4232026-05-19T01:06:16.136Z Compiling equivalent v1.0.2
4242026-05-19T01:06:16.163Z Compiling hashbrown v0.17.0
4252026-05-19T01:06:16.190Z Compiling usdt-impl v0.5.0
4262026-05-19T01:06:16.193Z Compiling proc-macro-error-attr v1.0.4
4272026-05-19T01:06:16.209Z Compiling toml_write v0.1.2
4282026-05-19T01:06:16.301Z Compiling syn v1.0.109
4292026-05-19T01:06:16.305Z Compiling erased-serde v0.4.9
4302026-05-19T01:06:16.305Z Compiling winnow v0.7.14
4312026-05-19T01:06:16.351Z Compiling proc-macro-error v1.0.4
4322026-05-19T01:06:16.369Z Compiling errno v0.3.14
4332026-05-19T01:06:16.385Z Compiling thread-id v4.2.2
4342026-05-19T01:06:16.509Z Compiling utf8parse v0.2.2
4352026-05-19T01:06:16.514Z Compiling getrandom v0.4.1
4362026-05-19T01:06:16.580Z Compiling camino v1.2.2
4372026-05-19T01:06:16.599Z Compiling percent-encoding v2.3.2
4382026-05-19T01:06:16.602Z Compiling plain v0.2.3
4392026-05-19T01:06:16.636Z Compiling utf8_iter v1.0.4
4402026-05-19T01:06:16.674Z Compiling indexmap v2.14.0
4412026-05-19T01:06:16.786Z Compiling thiserror v2.0.18
4422026-05-19T01:06:16.789Z Compiling log v0.4.29
4432026-05-19T01:06:16.828Z Compiling form_urlencoded v1.2.2
4442026-05-19T01:06:16.847Z Compiling pest_meta v2.8.6
4452026-05-19T01:06:16.850Z Compiling anstyle-parse v0.2.7
4462026-05-19T01:06:16.942Z Compiling syn v2.0.117
4472026-05-19T01:06:17.018Z Compiling ordered-float v2.10.1
4482026-05-19T01:06:17.091Z Compiling anstyle v1.0.13
4492026-05-19T01:06:17.112Z Compiling colorchoice v1.0.4
4502026-05-19T01:06:17.131Z Compiling pretty-hex v0.4.1
4512026-05-19T01:06:17.174Z Compiling is_terminal_polyfill v1.70.2
4522026-05-19T01:06:17.246Z Compiling anstyle-query v1.1.5
4532026-05-19T01:06:17.284Z Compiling cfg-if v1.0.4
4542026-05-19T01:06:17.302Z Compiling fs-err v3.3.0
4552026-05-19T01:06:17.351Z Compiling anstream v0.6.21
4562026-05-19T01:06:17.370Z Compiling strsim v0.11.1
4572026-05-19T01:06:17.407Z Compiling unicode-width v0.1.14
4582026-05-19T01:06:17.410Z Compiling bytecount v0.6.9
4592026-05-19T01:06:17.445Z Compiling terminal_size v0.4.3
4602026-05-19T01:06:17.463Z Compiling fastrand v2.3.0
4612026-05-19T01:06:17.527Z Compiling anyhow v1.0.102
4622026-05-19T01:06:17.546Z Compiling once_cell v1.21.3
4632026-05-19T01:06:17.581Z Compiling heck v0.5.0
4642026-05-19T01:06:17.606Z Compiling heck v0.4.1
4652026-05-19T01:06:17.793Z Compiling semver v1.0.28
4662026-05-19T01:06:17.844Z Compiling unicode-xid v0.2.6
4672026-05-19T01:06:17.924Z Compiling fnv v1.0.7
4682026-05-19T01:06:17.999Z Compiling clap_lex v1.0.0
4692026-05-19T01:06:17.999Z Compiling tempfile v3.25.0
4702026-05-19T01:06:17.999Z Compiling memmap v0.7.0
4712026-05-19T01:06:18.054Z Compiling papergrid v0.11.0
4722026-05-19T01:06:18.054Z Compiling smawk v0.3.2
4732026-05-19T01:06:18.062Z Compiling unicode-width v0.2.0
4742026-05-19T01:06:18.159Z Compiling clap_builder v4.5.60
4752026-05-19T01:06:18.168Z Compiling unicode-linebreak v0.1.5
4762026-05-19T01:06:18.168Z Compiling camino-tempfile v1.4.1
4772026-05-19T01:06:18.215Z Compiling serde-untagged v0.1.9
4782026-05-19T01:06:18.323Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-05-19T01:06:18.356Z Compiling swrite v0.1.0
4802026-05-19T01:06:18.462Z Compiling textwrap v0.16.2
4812026-05-19T01:06:18.753Z Compiling tabled_derive v0.7.0
4822026-05-19T01:06:19.400Z Compiling tabled v0.15.0
4832026-05-19T01:06:19.522Z Compiling synstructure v0.13.2
4842026-05-19T01:06:19.522Z Compiling pest_generator v2.8.6
4852026-05-19T01:06:20.067Z Compiling serde_derive v1.0.228
4862026-05-19T01:06:20.067Z Compiling zerofrom-derive v0.1.6
4872026-05-19T01:06:20.072Z Compiling yoke-derive v0.8.1
4882026-05-19T01:06:20.072Z Compiling zerovec-derive v0.11.2
4892026-05-19T01:06:20.072Z Compiling displaydoc v0.2.5
4902026-05-19T01:06:20.072Z Compiling thiserror-impl v1.0.69
4912026-05-19T01:06:20.072Z Compiling zerocopy-derive v0.7.35
4922026-05-19T01:06:20.072Z Compiling scroll_derive v0.12.1
4932026-05-19T01:06:20.072Z Compiling thiserror-impl v2.0.18
4942026-05-19T01:06:20.072Z Compiling clap_derive v4.5.55
4952026-05-19T01:06:20.137Z Compiling pest_derive v2.8.6
4962026-05-19T01:06:20.771Z Compiling zerocopy v0.7.35
4972026-05-19T01:06:20.802Z Compiling scroll v0.12.0
4982026-05-19T01:06:21.064Z Compiling zerofrom v0.1.6
4992026-05-19T01:06:21.080Z Compiling goblin v0.8.2
5002026-05-19T01:06:21.167Z Compiling yoke v0.8.1
5012026-05-19T01:06:21.294Z Compiling dtrace-parser v0.2.0
5022026-05-19T01:06:21.322Z Compiling zerovec v0.11.5
5032026-05-19T01:06:21.322Z Compiling zerotrie v0.2.3
5042026-05-19T01:06:21.460Z Compiling clap v4.5.60
5052026-05-19T01:06:21.731Z Compiling tinystr v0.8.2
5062026-05-19T01:06:21.731Z Compiling potential_utf v0.1.4
5072026-05-19T01:06:21.854Z Compiling icu_collections v2.1.1
5082026-05-19T01:06:21.875Z Compiling icu_locale_core v2.1.1
5092026-05-19T01:06:22.393Z Compiling icu_provider v2.1.1
5102026-05-19T01:06:22.482Z Compiling serde_spanned v0.6.9
5112026-05-19T01:06:22.482Z Compiling toml_datetime v0.6.11
5122026-05-19T01:06:22.486Z Compiling serde-value v0.7.0
5132026-05-19T01:06:22.486Z Compiling cargo-platform v0.2.0
5142026-05-19T01:06:22.486Z Compiling macaddr v1.0.1
5152026-05-19T01:06:22.486Z Compiling dof v0.3.0
5162026-05-19T01:06:22.486Z Compiling serde_tokenstream v0.2.3
5172026-05-19T01:06:22.616Z Compiling icu_normalizer v2.1.1
5182026-05-19T01:06:22.616Z Compiling icu_properties v2.1.2
5192026-05-19T01:06:22.796Z Compiling toml_edit v0.22.27
5202026-05-19T01:06:23.312Z Compiling usdt-attr-macro v0.5.0
5212026-05-19T01:06:23.316Z Compiling usdt-macro v0.5.0
5222026-05-19T01:06:23.466Z Compiling idna_adapter v1.2.1
5232026-05-19T01:06:23.569Z Compiling idna v1.1.0
5242026-05-19T01:06:23.830Z Compiling url v2.5.8
5252026-05-19T01:06:23.898Z Compiling usdt v0.5.0
5262026-05-19T01:06:24.079Z Compiling toml v0.8.23
5272026-05-19T01:06:24.407Z Compiling cargo-util-schemas v0.8.2
5282026-05-19T01:06:24.410Z Compiling cargo_toml v0.21.0
5292026-05-19T01:06:25.175Z Compiling cargo_metadata v0.21.0
5302026-05-19T01:06:26.092Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-19T01:06:28.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.55s
5322026-05-19T01:06:28.458Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-19T01:06:29.019Z Downloading crates ...
5342026-05-19T01:06:29.126Z Downloaded assert_matches v1.5.0
5352026-05-19T01:06:29.129Z Downloaded crc32fast v1.5.0
5362026-05-19T01:06:29.132Z Downloaded async-stream-impl v0.3.6
5372026-05-19T01:06:29.132Z Downloaded array-init v0.0.4
5382026-05-19T01:06:29.132Z Downloaded arrayref v0.3.9
5392026-05-19T01:06:29.136Z Downloaded ascii-canvas v3.0.0
5402026-05-19T01:06:29.140Z Downloaded atty v0.2.14
5412026-05-19T01:06:29.140Z Downloaded atomicwrites v0.4.4
5422026-05-19T01:06:29.143Z Downloaded base16ct v0.2.0
5432026-05-19T01:06:29.146Z Downloaded bcrypt-pbkdf v0.10.0
5442026-05-19T01:06:29.149Z Downloaded async-recursion v1.1.1
5452026-05-19T01:06:29.152Z Downloaded adler2 v2.0.1
5462026-05-19T01:06:29.154Z Downloaded atomic-waker v1.1.2
5472026-05-19T01:06:29.157Z Downloaded async-trait v0.1.89
5482026-05-19T01:06:29.157Z Downloaded arrayvec v0.7.6
5492026-05-19T01:06:29.160Z Downloaded bb8 v0.8.6
5502026-05-19T01:06:29.160Z Downloaded backoff v0.4.0
5512026-05-19T01:06:29.163Z Downloaded base64ct v1.8.3
5522026-05-19T01:06:29.166Z Downloaded bit-set v0.8.0
5532026-05-19T01:06:29.169Z Downloaded crypto-bigint v0.5.5
5542026-05-19T01:06:29.172Z Downloaded downcast-rs v2.0.2
5552026-05-19T01:06:29.172Z Downloaded dof v0.4.0
5562026-05-19T01:06:29.175Z Downloaded bcs v0.1.6
5572026-05-19T01:06:29.175Z Downloaded darling_macro v0.23.0
5582026-05-19T01:06:29.175Z Downloaded backon v1.6.0
5592026-05-19T01:06:29.179Z Downloaded fixedbitset v0.4.2
5602026-05-19T01:06:29.179Z Downloaded critical-section v1.2.0
5612026-05-19T01:06:29.181Z Downloaded document-features v0.2.12
5622026-05-19T01:06:29.181Z Downloaded ahash v0.8.12
5632026-05-19T01:06:29.184Z Downloaded env_logger v0.11.9
5642026-05-19T01:06:29.184Z Downloaded embedded-io v0.6.1
5652026-05-19T01:06:29.187Z Downloaded async-bb8-diesel v0.2.1
5662026-05-19T01:06:29.188Z Downloaded endian-type v0.1.2
5672026-05-19T01:06:29.188Z Downloaded derive_builder_core v0.20.2
5682026-05-19T01:06:29.190Z Downloaded cexpr v0.6.0
5692026-05-19T01:06:29.190Z Downloaded dirs-sys-next v0.1.2
5702026-05-19T01:06:29.193Z Downloaded ed25519 v2.2.3
5712026-05-19T01:06:29.193Z Downloaded block-padding v0.3.3
5722026-05-19T01:06:29.194Z Downloaded derive_more v0.99.20
5732026-05-19T01:06:29.196Z Downloaded dropshot_endpoint v0.17.0
5742026-05-19T01:06:29.199Z Downloaded cfg_aliases v0.1.1
5752026-05-19T01:06:29.199Z Downloaded bitfield-macros v0.19.4
5762026-05-19T01:06:29.199Z Downloaded drift v0.1.3
5772026-05-19T01:06:29.202Z Downloaded daft v0.1.5
5782026-05-19T01:06:29.205Z Downloaded cargo-platform v0.1.9
5792026-05-19T01:06:29.206Z Downloaded aead v0.5.2
5802026-05-19T01:06:29.209Z Downloaded bit-set v0.5.3
5812026-05-19T01:06:29.209Z Downloaded crossbeam-channel v0.5.15
5822026-05-19T01:06:29.212Z Downloaded cpufeatures v0.3.0
5832026-05-19T01:06:29.212Z Downloaded ciborium-io v0.2.2
5842026-05-19T01:06:29.212Z Downloaded ciborium-ll v0.2.2
5852026-05-19T01:06:29.215Z Downloaded cobs v0.3.0
5862026-05-19T01:06:29.215Z Downloaded ctr v0.9.2
5872026-05-19T01:06:29.215Z Downloaded cfg_aliases v0.2.1
5882026-05-19T01:06:29.218Z Downloaded foldhash v0.2.0
5892026-05-19T01:06:29.218Z Downloaded derive-ex v0.1.8
5902026-05-19T01:06:29.218Z Downloaded env_filter v1.0.0
5912026-05-19T01:06:29.221Z Downloaded diesel_table_macro_syntax v0.3.0
5922026-05-19T01:06:29.221Z Downloaded dtrace-parser v0.3.0
5932026-05-19T01:06:29.221Z Downloaded cargo_metadata v0.19.2
5942026-05-19T01:06:29.224Z Downloaded display-error-chain v0.2.2
5952026-05-19T01:06:29.224Z Downloaded chacha20 v0.9.1
5962026-05-19T01:06:29.224Z Downloaded bitflags v1.3.2
5972026-05-19T01:06:29.230Z Downloaded cstr-argument v0.1.2
5982026-05-19T01:06:29.233Z Downloaded darling_macro v0.21.3
5992026-05-19T01:06:29.233Z Downloaded crc v3.4.0
6002026-05-19T01:06:29.236Z Downloaded dyn-clone v1.0.20
6012026-05-19T01:06:29.236Z Downloaded defmt-parser v1.0.0
6022026-05-19T01:06:29.239Z Downloaded castaway v0.2.4
6032026-05-19T01:06:29.239Z Downloaded fixedbitset v0.5.7
6042026-05-19T01:06:29.242Z Downloaded crc-catalog v2.4.0
6052026-05-19T01:06:29.242Z Downloaded der_derive v0.7.3
6062026-05-19T01:06:29.242Z Downloaded async-stream v0.3.6
6072026-05-19T01:06:29.246Z Downloaded difflib v0.4.0
6082026-05-19T01:06:29.246Z Downloaded daft-derive v0.1.5
6092026-05-19T01:06:29.249Z Downloaded foreign-types v0.3.2
6102026-05-19T01:06:29.249Z Downloaded foreign-types v0.5.0
6112026-05-19T01:06:29.252Z Downloaded convert_case v0.10.0
6122026-05-19T01:06:29.252Z Downloaded crunchy v0.2.4
6132026-05-19T01:06:29.252Z Downloaded convert_case v0.4.0
6142026-05-19T01:06:29.252Z Downloaded cipher v0.4.4
6152026-05-19T01:06:29.255Z Downloaded blowfish v0.9.1
6162026-05-19T01:06:29.255Z Downloaded foreign-types-macros v0.2.3
6172026-05-19T01:06:29.255Z Downloaded erased-serde v0.3.31
6182026-05-19T01:06:29.258Z Downloaded bitfield-struct v0.6.2
6192026-05-19T01:06:29.258Z Downloaded embedded-io v0.4.0
6202026-05-19T01:06:29.261Z Downloaded dunce v1.0.5
6212026-05-19T01:06:29.264Z Downloaded futures-macro v0.3.32
6222026-05-19T01:06:29.264Z Downloaded foreign-types-shared v0.1.1
6232026-05-19T01:06:29.266Z Downloaded foreign-types-shared v0.3.1
6242026-05-19T01:06:29.266Z Downloaded compression-core v0.4.31
6252026-05-19T01:06:29.266Z Downloaded bzip2 v0.6.1
6262026-05-19T01:06:29.270Z Downloaded constant_time_eq v0.4.2
6272026-05-19T01:06:29.270Z Downloaded dirs-next v2.0.0
6282026-05-19T01:06:29.270Z Downloaded darling_macro v0.20.11
6292026-05-19T01:06:29.273Z Downloaded crucible-workspace-hack v0.1.0
6302026-05-19T01:06:29.273Z Downloaded cbc v0.1.2
6312026-05-19T01:06:29.273Z Downloaded futures-sink v0.3.32
6322026-05-19T01:06:29.273Z Downloaded derive_builder_macro v0.20.2
6332026-05-19T01:06:29.276Z Downloaded cassowary v0.3.0
6342026-05-19T01:06:29.276Z Downloaded futures-io v0.3.32
6352026-05-19T01:06:29.276Z Downloaded curve25519-dalek-derive v0.1.1
6362026-05-19T01:06:29.276Z Downloaded bit-vec v0.8.0
6372026-05-19T01:06:29.279Z Downloaded fallible-iterator v0.2.0
6382026-05-19T01:06:29.279Z Downloaded corncobs v0.1.4
6392026-05-19T01:06:29.282Z Downloaded byte-wrapper v0.1.0
6402026-05-19T01:06:29.282Z Downloaded defmt v1.0.1
6412026-05-19T01:06:29.285Z Downloaded ciborium v0.2.2
6422026-05-19T01:06:29.285Z Downloaded base64 v0.22.1
6432026-05-19T01:06:29.288Z Downloaded hash32 v0.3.1
6442026-05-19T01:06:29.291Z Downloaded globwalk v0.9.1
6452026-05-19T01:06:29.291Z Downloaded ghash v0.5.1
6462026-05-19T01:06:29.291Z Downloaded gethostname v0.5.0
6472026-05-19T01:06:29.291Z Downloaded fxhash v0.2.1
6482026-05-19T01:06:29.295Z Downloaded futures-task v0.3.32
6492026-05-19T01:06:29.295Z Downloaded enum-as-inner v0.6.1
6502026-05-19T01:06:29.295Z Downloaded camino-tempfile-ext v0.3.3
6512026-05-19T01:06:29.298Z Downloaded fd-lock v4.0.4
6522026-05-19T01:06:29.298Z Downloaded hash32 v0.2.1
6532026-05-19T01:06:29.301Z Downloaded bitfield v0.19.4
6542026-05-19T01:06:29.301Z Downloaded float-ord v0.3.2
6552026-05-19T01:06:29.301Z Downloaded bit-vec v0.6.3
6562026-05-19T01:06:29.301Z Downloaded cmake v0.1.57
6572026-05-19T01:06:29.304Z Downloaded base64 v0.21.7
6582026-05-19T01:06:29.304Z Downloaded flagset v0.4.7
6592026-05-19T01:06:29.307Z Downloaded debug-ignore v1.0.5
6602026-05-19T01:06:29.307Z Downloaded hex v0.4.3
6612026-05-19T01:06:29.310Z Downloaded headers-core v0.3.0
6622026-05-19T01:06:29.310Z Downloaded dsl_auto_type v0.2.0
6632026-05-19T01:06:29.310Z Downloaded float-cmp v0.10.0
6642026-05-19T01:06:29.313Z Downloaded data-encoding v2.10.0
6652026-05-19T01:06:29.313Z Downloaded defmt v0.3.100
6662026-05-19T01:06:29.313Z Downloaded crc8 v0.1.1
6672026-05-19T01:06:29.313Z Downloaded blake2 v0.10.6
6682026-05-19T01:06:29.316Z Downloaded funty v2.0.0
6692026-05-19T01:06:29.316Z Downloaded compression-codecs v0.4.37
6702026-05-19T01:06:29.319Z Downloaded argon2 v0.5.3
6712026-05-19T01:06:29.319Z Downloaded find-msvc-tools v0.1.9
6722026-05-19T01:06:29.322Z Downloaded home v0.5.12
6732026-05-19T01:06:29.322Z Downloaded ff v0.13.1
6742026-05-19T01:06:29.322Z Downloaded const_format_proc_macros v0.2.34
6752026-05-19T01:06:29.326Z Downloaded fs-err v2.11.0
6762026-05-19T01:06:29.328Z Downloaded hostname v0.3.1
6772026-05-19T01:06:29.329Z Downloaded darling v0.20.11
6782026-05-19T01:06:29.332Z Downloaded http-range v0.1.5
6792026-05-19T01:06:29.335Z Downloaded filetime v0.2.27
6802026-05-19T01:06:29.335Z Downloaded hyper-tls v0.6.0
6812026-05-19T01:06:29.335Z Downloaded der v0.7.10
6822026-05-19T01:06:29.338Z Downloaded hex-literal v0.4.1
6832026-05-19T01:06:29.338Z Downloaded http-body v1.0.1
6842026-05-19T01:06:29.341Z Downloaded futures-executor v0.3.32
6852026-05-19T01:06:29.341Z Downloaded either v1.15.0
6862026-05-19T01:06:29.341Z Downloaded diff v0.1.13
6872026-05-19T01:06:29.344Z Downloaded futures-core v0.3.32
6882026-05-19T01:06:29.344Z Downloaded ident_case v1.0.1
6892026-05-19T01:06:29.347Z Downloaded globset v0.4.18
6902026-05-19T01:06:29.347Z Downloaded glob v0.3.3
6912026-05-19T01:06:29.347Z Downloaded indoc v1.0.9
6922026-05-19T01:06:29.350Z Downloaded hubpack v0.1.2
6932026-05-19T01:06:29.350Z Downloaded instant v0.1.13
6942026-05-19T01:06:29.353Z Downloaded buf-list v1.1.2
6952026-05-19T01:06:29.353Z Downloaded hubpack_derive v0.1.1
6962026-05-19T01:06:29.353Z Downloaded inout v0.1.4
6972026-05-19T01:06:29.356Z Downloaded hostname v0.4.2
6982026-05-19T01:06:29.356Z Downloaded ena v0.14.4
6992026-05-19T01:06:29.356Z Downloaded ecdsa v0.16.9
7002026-05-19T01:06:29.359Z Downloaded dropshot-api-manager-types v0.7.1
7012026-05-19T01:06:29.359Z Downloaded fs_extra v1.3.0
7022026-05-19T01:06:29.359Z Downloaded group v0.13.0
7032026-05-19T01:06:29.363Z Downloaded chacha20 v0.10.0
7042026-05-19T01:06:29.363Z Downloaded darling v0.23.0
7052026-05-19T01:06:29.366Z Downloaded instability v0.3.11
7062026-05-19T01:06:29.369Z Downloaded is_ci v1.2.0
7072026-05-19T01:06:29.369Z Downloaded is-terminal v0.4.17
7082026-05-19T01:06:29.369Z Downloaded defmt-macros v1.0.1
7092026-05-19T01:06:29.372Z Downloaded console v0.15.11
7102026-05-19T01:06:29.372Z Downloaded deranged v0.5.8
7112026-05-19T01:06:29.375Z Downloaded clang-sys v1.8.1
7122026-05-19T01:06:29.375Z Downloaded diesel-dtrace v0.5.0
7132026-05-19T01:06:29.379Z Downloaded des v0.8.1
7142026-05-19T01:06:29.379Z Downloaded csv-core v0.1.13
7152026-05-19T01:06:29.379Z Downloaded crossbeam-deque v0.8.6
7162026-05-19T01:06:29.382Z Downloaded keccak v0.1.6
7172026-05-19T01:06:29.382Z Downloaded derive_builder v0.20.2
7182026-05-19T01:06:29.385Z Downloaded kstat-rs v0.2.4
7192026-05-19T01:06:29.385Z Downloaded cookie v0.18.1
7202026-05-19T01:06:29.388Z Downloaded colored v3.1.1
7212026-05-19T01:06:29.388Z Downloaded colored v2.2.0
7222026-05-19T01:06:29.391Z Downloaded highway v1.3.0
7232026-05-19T01:06:29.391Z Downloaded git-stub-vcs v0.1.0
7242026-05-19T01:06:29.394Z Downloaded match_cfg v0.1.0
7252026-05-19T01:06:29.394Z Downloaded lru-cache v0.1.2
7262026-05-19T01:06:29.394Z Downloaded libscf-sys v1.1.0
7272026-05-19T01:06:29.397Z Downloaded bzip2 v0.4.4
7282026-05-19T01:06:29.397Z Downloaded async-compression v0.4.41
7292026-05-19T01:06:29.400Z Downloaded lru v0.12.5
7302026-05-19T01:06:29.403Z Downloaded futures-channel v0.3.32
7312026-05-19T01:06:29.403Z Downloaded lalrpop-util v0.19.12
7322026-05-19T01:06:29.403Z Downloaded darling v0.21.3
7332026-05-19T01:06:29.406Z Downloaded linked-hash-map v0.5.6
7342026-05-19T01:06:29.409Z Downloaded ingot v0.1.1
7352026-05-19T01:06:29.409Z Downloaded const-oid v0.9.6
7362026-05-19T01:06:29.409Z Downloaded humantime v2.3.0
7372026-05-19T01:06:29.412Z Downloaded memoffset v0.9.1
7382026-05-19T01:06:29.412Z Downloaded managed v0.8.0
7392026-05-19T01:06:29.412Z Downloaded multimap v0.10.1
7402026-05-19T01:06:29.415Z Downloaded mime v0.3.17
7412026-05-19T01:06:29.415Z Downloaded lazy_static v1.5.0
7422026-05-19T01:06:29.415Z Downloaded getrandom v0.2.17
7432026-05-19T01:06:29.418Z Downloaded allocator-api2 v0.2.21
7442026-05-19T01:06:29.421Z Downloaded http-body-util v0.1.3
7452026-05-19T01:06:29.421Z Downloaded cancel-safe-futures v0.1.5
7462026-05-19T01:06:29.424Z Downloaded httpdate v1.0.3
7472026-05-19T01:06:29.424Z Downloaded git-stub v1.0.0
7482026-05-19T01:06:29.424Z Downloaded foldhash v0.1.5
7492026-05-19T01:06:29.424Z Downloaded console v0.16.2
7502026-05-19T01:06:29.427Z Downloaded indent_write v2.2.0
7512026-05-19T01:06:29.427Z Downloaded hyper-staticfile v0.10.1
7522026-05-19T01:06:29.430Z Downloaded newline-converter v0.3.0
7532026-05-19T01:06:29.430Z Downloaded maplit v1.0.2
7542026-05-19T01:06:29.430Z Downloaded new_debug_unreachable v1.0.6
7552026-05-19T01:06:29.430Z Downloaded ipnetwork v0.21.1
7562026-05-19T01:06:29.434Z Downloaded lzss v0.8.2
7572026-05-19T01:06:29.434Z Downloaded crc-any v2.5.0
7582026-05-19T01:06:29.436Z Downloaded md-5 v0.10.6
7592026-05-19T01:06:29.437Z Downloaded md5 v0.7.0
7602026-05-19T01:06:29.440Z Downloaded impl-trait-for-tuples v0.2.3
7612026-05-19T01:06:29.440Z Downloaded nodrop v0.1.14
7622026-05-19T01:06:29.440Z Downloaded ingot-types v0.1.2
7632026-05-19T01:06:29.443Z Downloaded normalize-line-endings v0.3.0
7642026-05-19T01:06:29.443Z Downloaded newtype-uuid-macros v0.1.0
7652026-05-19T01:06:29.443Z Downloaded jobserver v0.1.34
7662026-05-19T01:06:29.446Z Downloaded elliptic-curve v0.13.8
7672026-05-19T01:06:29.446Z Downloaded futures v0.3.32
7682026-05-19T01:06:29.449Z Downloaded libefi-sys v0.1.0
7692026-05-19T01:06:29.452Z Downloaded internet-checksum v0.2.1
7702026-05-19T01:06:29.452Z Downloaded nibble_vec v0.1.0
7712026-05-19T01:06:29.452Z Downloaded httparse v1.10.1
7722026-05-19T01:06:29.455Z Downloaded libsw v3.5.0
7732026-05-19T01:06:29.455Z Downloaded crossbeam-utils v0.8.21
7742026-05-19T01:06:29.458Z Downloaded newtype_derive v0.1.6
7752026-05-19T01:06:29.458Z Downloaded maybe-uninit v2.0.0
7762026-05-19T01:06:29.458Z Downloaded num-derive v0.4.2
7772026-05-19T01:06:29.461Z Downloaded olpc-cjson v0.1.4
7782026-05-19T01:06:29.461Z Downloaded num-iter v0.1.45
7792026-05-19T01:06:29.461Z Downloaded num-derive v0.3.3
7802026-05-19T01:06:29.464Z Downloaded num-conv v0.2.0
7812026-05-19T01:06:29.464Z Downloaded num v0.4.3
7822026-05-19T01:06:29.464Z Downloaded cookie_store v0.22.1
7832026-05-19T01:06:29.467Z Downloaded half v1.8.3
7842026-05-19T01:06:29.468Z Downloaded darling_core v0.21.3
7852026-05-19T01:06:29.471Z Downloaded libsw-core v0.3.2
7862026-05-19T01:06:29.471Z Downloaded openssl-probe v0.2.1
7872026-05-19T01:06:29.474Z Downloaded derive-where v1.6.0
7882026-05-19T01:06:29.474Z Downloaded openssl-macros v0.1.1
7892026-05-19T01:06:29.477Z Downloaded oso-derive v0.27.3
7902026-05-19T01:06:29.477Z Downloaded opaque-debug v0.3.1
7912026-05-19T01:06:29.477Z Downloaded num_threads v0.1.7
7922026-05-19T01:06:29.477Z Downloaded dropshot_endpoint v0.16.7
7932026-05-19T01:06:29.481Z Downloaded indoc v2.0.7
7942026-05-19T01:06:29.484Z Downloaded libloading v0.8.9
7952026-05-19T01:06:29.484Z Downloaded multer v3.1.0
7962026-05-19T01:06:29.487Z Downloaded const_format v0.2.35
7972026-05-19T01:06:29.490Z Downloaded lock_api v0.4.14
7982026-05-19T01:06:29.490Z Downloaded getrandom v0.3.4
7992026-05-19T01:06:29.493Z Downloaded chacha20poly1305 v0.10.1
8002026-05-19T01:06:29.493Z Downloaded hmac v0.12.1
8012026-05-19T01:06:29.496Z Downloaded arc-swap v1.8.2
8022026-05-19T01:06:29.499Z Downloaded path-slash v0.1.5
8032026-05-19T01:06:29.499Z Downloaded crossbeam-epoch v0.9.18
8042026-05-19T01:06:29.502Z Downloaded parse-size v1.1.0
8052026-05-19T01:06:29.502Z Downloaded half v2.7.1
8062026-05-19T01:06:29.505Z Downloaded hyper-rustls v0.27.7
8072026-05-19T01:06:29.508Z Downloaded ipnet v2.11.0
8082026-05-19T01:06:29.512Z Downloaded parse-display v0.10.0
8092026-05-19T01:06:29.512Z Downloaded num-integer v0.1.46
8102026-05-19T01:06:29.512Z Downloaded peg-runtime v0.8.5
8112026-05-19T01:06:29.512Z Downloaded pbkdf2 v0.11.0
8122026-05-19T01:06:29.516Z Downloaded num-rational v0.4.2
8132026-05-19T01:06:29.516Z Downloaded newtype-uuid v1.3.2
8142026-05-19T01:06:29.516Z Downloaded ingot-macros v0.1.1
8152026-05-19T01:06:29.519Z Downloaded native-tls v0.2.18
8162026-05-19T01:06:29.519Z Downloaded flume v0.11.1
8172026-05-19T01:06:29.522Z Downloaded nanorand v0.7.0
8182026-05-19T01:06:29.522Z Downloaded mime_guess v2.0.5
8192026-05-19T01:06:29.525Z Downloaded nonempty v0.12.0
8202026-05-19T01:06:29.525Z Downloaded num_enum_derive v0.5.11
8212026-05-19T01:06:29.528Z Downloaded phf_shared v0.11.3
8222026-05-19T01:06:29.541Z Downloaded phf_shared v0.12.1
8232026-05-19T01:06:29.544Z Downloaded oxnet v0.1.4
8242026-05-19T01:06:29.544Z Downloaded predicates-core v1.0.10
8252026-05-19T01:06:29.545Z Downloaded derive_more v2.1.1
8262026-05-19T01:06:29.551Z Downloaded precomputed-hash v0.1.1
8272026-05-19T01:06:29.554Z Downloaded pin-utils v0.1.0
8282026-05-19T01:06:29.554Z Downloaded owo-colors v4.3.0
8292026-05-19T01:06:29.555Z Downloaded num_enum_derive v0.7.5
8302026-05-19T01:06:29.558Z Downloaded compact_str v0.8.1
8312026-05-19T01:06:29.558Z Downloaded openssl-probe v0.1.6
8322026-05-19T01:06:29.561Z Downloaded litrs v1.0.0
8332026-05-19T01:06:29.561Z Downloaded heapless v0.8.0
8342026-05-19T01:06:29.564Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-05-19T01:06:29.564Z Downloaded powerfmt v0.2.0
8362026-05-19T01:06:29.564Z Downloaded proc-macro-crate v3.4.0
8372026-05-19T01:06:29.567Z Downloaded predicates-tree v1.0.13
8382026-05-19T01:06:29.567Z Downloaded phf_shared v0.13.1
8392026-05-19T01:06:29.567Z Downloaded pbkdf2 v0.12.2
8402026-05-19T01:06:29.572Z Downloaded paste v1.0.15
8412026-05-19T01:06:29.572Z Downloaded packed_struct v0.10.1
8422026-05-19T01:06:29.575Z Downloaded iana-time-zone v0.1.65
8432026-05-19T01:06:29.575Z Downloaded darling_core v0.20.11
8442026-05-19T01:06:29.578Z Downloaded progenitor-client v0.14.0
8452026-05-19T01:06:29.578Z Downloaded nu-ansi-term v0.50.3
8462026-05-19T01:06:29.582Z Downloaded cc v1.2.56
8472026-05-19T01:06:29.582Z Downloaded progenitor-client v0.10.0
8482026-05-19T01:06:29.582Z Downloaded libbz2-rs-sys v0.2.2
8492026-05-19T01:06:29.585Z Downloaded proc-macro-crate v1.3.1
8502026-05-19T01:06:29.585Z Downloaded peg-macros v0.8.5
8512026-05-19T01:06:29.588Z Downloaded peg v0.8.5
8522026-05-19T01:06:29.588Z Downloaded password-hash v0.4.2
8532026-05-19T01:06:29.592Z Downloaded progenitor-macro v0.14.0
8542026-05-19T01:06:29.592Z Downloaded progenitor-client v0.11.2
8552026-05-19T01:06:29.592Z Downloaded crossterm v0.28.1
8562026-05-19T01:06:29.595Z Downloaded pin-project-lite v0.2.17
8572026-05-19T01:06:29.599Z Downloaded num_enum v0.7.5
8582026-05-19T01:06:29.602Z Downloaded progenitor-macro v0.13.0
8592026-05-19T01:06:29.602Z Downloaded psl-types v2.0.11
8602026-05-19T01:06:29.606Z Downloaded progenitor-macro v0.10.0
8612026-05-19T01:06:29.606Z Downloaded progenitor-macro v0.11.2
8622026-05-19T01:06:29.606Z Downloaded pin-project-internal v1.1.11
8632026-05-19T01:06:29.606Z Downloaded radium v0.7.0
8642026-05-19T01:06:29.606Z Downloaded phf v0.13.1
8652026-05-19T01:06:29.609Z Downloaded phf v0.12.1
8662026-05-19T01:06:29.609Z Downloaded derive_more-impl v2.1.1
8672026-05-19T01:06:29.612Z Downloaded rand_chacha v0.3.1
8682026-05-19T01:06:29.612Z Downloaded pkg-config v0.3.32
8692026-05-19T01:06:29.615Z Downloaded pkcs8 v0.10.2
8702026-05-19T01:06:29.615Z Downloaded pem-rfc7468 v0.7.0
8712026-05-19T01:06:29.618Z Downloaded dropshot-api-manager v0.7.1
8722026-05-19T01:06:29.618Z Downloaded ppv-lite86 v0.2.21
8732026-05-19T01:06:29.622Z Downloaded pem v3.0.6
8742026-05-19T01:06:29.622Z Downloaded bytes v1.11.1
8752026-05-19T01:06:29.625Z Downloaded darling_core v0.23.0
8762026-05-19T01:06:29.628Z Downloaded poly1305 v0.8.0
8772026-05-19T01:06:29.628Z Downloaded omicron-zone-package v0.12.2
8782026-05-19T01:06:29.631Z Downloaded rand_xorshift v0.4.0
8792026-05-19T01:06:29.631Z Downloaded polyval v0.6.2
8802026-05-19T01:06:29.634Z Downloaded ar_archive_writer v0.5.1
8812026-05-19T01:06:29.634Z Downloaded quick-error v1.2.3
8822026-05-19T01:06:29.637Z Downloaded proc-macro-error2 v2.0.1
8832026-05-19T01:06:29.640Z Downloaded parking_lot v0.11.2
8842026-05-19T01:06:29.640Z Downloaded indicatif v0.18.4
8852026-05-19T01:06:29.643Z Downloaded parking_lot_core v0.9.12
8862026-05-19T01:06:29.643Z Downloaded aes-gcm v0.10.3
8872026-05-19T01:06:29.646Z Downloaded parking_lot v0.12.5
8882026-05-19T01:06:29.649Z Downloaded flate2 v1.1.9
8892026-05-19T01:06:29.652Z Downloaded ref-cast-impl v1.0.25
8902026-05-19T01:06:29.652Z Downloaded progenitor v0.13.0
8912026-05-19T01:06:29.652Z Downloaded rfc6979 v0.4.0
8922026-05-19T01:06:29.655Z Downloaded recursive-proc-macro-impl v0.1.1
8932026-05-19T01:06:29.655Z Downloaded recursive v0.1.1
8942026-05-19T01:06:29.655Z Downloaded ref-cast v1.0.25
8952026-05-19T01:06:29.659Z Downloaded progenitor-extras v0.2.0
8962026-05-19T01:06:29.659Z Downloaded psm v0.1.30
8972026-05-19T01:06:29.659Z Downloaded progenitor v0.14.0
8982026-05-19T01:06:29.662Z Downloaded progenitor v0.11.2
8992026-05-19T01:06:29.662Z Downloaded oxide-tokio-rt v0.1.4
9002026-05-19T01:06:29.665Z Downloaded oso v0.27.3
9012026-05-19T01:06:29.665Z Downloaded progenitor v0.10.0
9022026-05-19T01:06:29.668Z Downloaded rustc-hash v2.1.1
9032026-05-19T01:06:29.668Z Downloaded rand_chacha v0.9.0
9042026-05-19T01:06:29.668Z Downloaded primeorder v0.13.6
9052026-05-19T01:06:29.671Z Downloaded predicates v3.1.4
9062026-05-19T01:06:29.671Z Downloaded linear-map v1.2.0
9072026-05-19T01:06:29.671Z Downloaded indexmap v1.9.3
9082026-05-19T01:06:29.674Z Downloaded rustc_version v0.4.1
9092026-05-19T01:06:29.674Z Downloaded russh-cryptovec v0.7.3
9102026-05-19T01:06:29.677Z Downloaded postgres-types v0.2.12
9112026-05-19T01:06:29.677Z Downloaded postcard v1.1.3
9122026-05-19T01:06:29.681Z Downloaded rtoolbox v0.0.3
9132026-05-19T01:06:29.681Z Downloaded expectorate v1.2.0
9142026-05-19T01:06:29.681Z Downloaded password-hash v0.5.0
9152026-05-19T01:06:29.684Z Downloaded p256 v0.13.2
9162026-05-19T01:06:29.684Z Downloaded fatfs v0.3.6
9172026-05-19T01:06:29.687Z Downloaded bumpalo v3.20.2
9182026-05-19T01:06:29.687Z Downloaded postgres-protocol v0.6.10
9192026-05-19T01:06:29.690Z Downloaded rustc_version v0.1.7
9202026-05-19T01:06:29.690Z Downloaded hickory-resolver v0.24.4
9212026-05-19T01:06:29.693Z Downloaded heapless v0.7.17
9222026-05-19T01:06:29.696Z Downloaded salsa20 v0.10.2
9232026-05-19T01:06:29.696Z Downloaded rand_core v0.9.5
9242026-05-19T01:06:29.696Z Downloaded rand_core v0.6.4
9252026-05-19T01:06:29.699Z Downloaded pkcs1 v0.7.5
9262026-05-19T01:06:29.699Z Downloaded parse-display-derive v0.10.0
9272026-05-19T01:06:29.702Z Downloaded scroll_derive v0.13.1
9282026-05-19T01:06:29.702Z Downloaded same-file v1.0.6
9292026-05-19T01:06:29.702Z Downloaded rand_seeder v0.4.0
9302026-05-19T01:06:29.705Z Downloaded scheduled-thread-pool v0.2.7
9312026-05-19T01:06:29.705Z Downloaded progenitor-client v0.13.0
9322026-05-19T01:06:29.706Z Downloaded hickory-server v0.25.2
9332026-05-19T01:06:29.708Z Downloaded miniz_oxide v0.8.9
9342026-05-19T01:06:29.711Z Downloaded secrecy v0.10.3
9352026-05-19T01:06:29.711Z Downloaded hashbrown v0.13.2
9362026-05-19T01:06:29.714Z Downloaded serde-big-array v0.5.1
9372026-05-19T01:06:29.714Z Downloaded secrecy v0.8.0
9382026-05-19T01:06:29.717Z Downloaded ed25519-dalek v2.2.0
9392026-05-19T01:06:29.718Z Downloaded diesel_derives v2.3.7
9402026-05-19T01:06:29.721Z Downloaded scrypt v0.11.0
9412026-05-19T01:06:29.724Z Downloaded sapling-renderdag v0.1.0
9422026-05-19T01:06:29.724Z Downloaded rand_core v0.10.0
9432026-05-19T01:06:29.724Z Downloaded scopeguard v1.2.0
9442026-05-19T01:06:29.726Z Downloaded parking_lot_core v0.8.6
9452026-05-19T01:06:29.726Z Downloaded serde_bytes v0.11.19
9462026-05-19T01:06:29.729Z Downloaded seq-macro v0.3.6
9472026-05-19T01:06:29.729Z Downloaded headers v0.4.1
9482026-05-19T01:06:29.732Z Downloaded serde_repr v0.1.20
9492026-05-19T01:06:29.732Z Downloaded semver v0.1.20
9502026-05-19T01:06:29.735Z Downloaded serde_spanned v1.0.4
9512026-05-19T01:06:29.735Z Downloaded pin-project v1.1.11
9522026-05-19T01:06:29.741Z Downloaded r2d2 v0.8.10
9532026-05-19T01:06:29.743Z Downloaded jiff-static v0.2.21
9542026-05-19T01:06:29.744Z Downloaded memmap2 v0.9.10
9552026-05-19T01:06:29.746Z Downloaded aes v0.8.4
9562026-05-19T01:06:29.749Z Downloaded serde_urlencoded v0.7.1
9572026-05-19T01:06:29.749Z Downloaded sha1 v0.10.6
9582026-05-19T01:06:29.749Z Downloaded resolv-conf v0.7.6
9592026-05-19T01:06:29.753Z Downloaded packed_struct_codegen v0.10.1
9602026-05-19T01:06:29.753Z Downloaded num_enum v0.5.11
9612026-05-19T01:06:29.756Z Downloaded num-complex v0.4.6
9622026-05-19T01:06:29.756Z Downloaded lru-slab v0.1.2
9632026-05-19T01:06:29.759Z Downloaded ignore v0.4.25
9642026-05-19T01:06:29.759Z Downloaded openssl-sys v0.9.114
9652026-05-19T01:06:29.762Z Downloaded signal-hook-mio v0.2.5
9662026-05-19T01:06:29.762Z Downloaded shell-words v1.1.1
9672026-05-19T01:06:29.765Z Downloaded rustls-native-certs v0.8.3
9682026-05-19T01:06:29.765Z Downloaded siphasher v1.0.2
9692026-05-19T01:06:29.768Z Downloaded sigpipe v0.1.3
9702026-05-19T01:06:29.768Z Downloaded hyper-util v0.1.20
9712026-05-19T01:06:29.771Z Downloaded papergrid v0.17.0
9722026-05-19T01:06:29.774Z Downloaded signature v2.2.0
9732026-05-19T01:06:29.778Z Downloaded slog-bunyan v2.5.0
9742026-05-19T01:06:29.778Z Downloaded signal-hook-tokio v0.3.1
9752026-05-19T01:06:29.778Z Downloaded rustls-pemfile v1.0.4
9762026-05-19T01:06:29.781Z Downloaded slog-envlogger v2.2.0
9772026-05-19T01:06:29.781Z Downloaded rustversion v1.0.22
9782026-05-19T01:06:29.784Z Downloaded serde_derive_internals v0.29.1
9792026-05-19T01:06:29.784Z Downloaded crossterm v0.29.0
9802026-05-19T01:06:29.787Z Downloaded minimal-lexical v0.2.1
9812026-05-19T01:06:29.790Z Downloaded serde-hex v0.1.0
9822026-05-19T01:06:29.790Z Downloaded sec1 v0.7.3
9832026-05-19T01:06:29.793Z Downloaded rustls-pemfile v2.2.0
9842026-05-19T01:06:29.793Z Downloaded progenitor-impl v0.13.0
9852026-05-19T01:06:29.796Z Downloaded rusty-fork v0.3.1
9862026-05-19T01:06:29.796Z Downloaded serde_plain v1.0.2
9872026-05-19T01:06:29.796Z Downloaded schemars_derive v0.8.22
9882026-05-19T01:06:29.799Z Downloaded serde_path_to_error v0.1.20
9892026-05-19T01:06:29.800Z Downloaded sct v0.7.1
9902026-05-19T01:06:29.805Z Downloaded pkcs5 v0.7.1
9912026-05-19T01:06:29.808Z Downloaded russh-keys v0.45.0
9922026-05-19T01:06:29.816Z Downloaded quinn-udp v0.5.14
9932026-05-19T01:06:29.819Z Downloaded ssh-cipher v0.2.0
9942026-05-19T01:06:29.822Z Downloaded http v1.4.0
9952026-05-19T01:06:29.826Z Downloaded pretty_assertions v1.4.1
9962026-05-19T01:06:29.829Z Downloaded shlex v1.3.0
9972026-05-19T01:06:29.829Z Downloaded strum v0.26.3
9982026-05-19T01:06:29.833Z Downloaded ssh-encoding v0.2.0
9992026-05-19T01:06:29.833Z Downloaded hickory-resolver v0.25.2
10002026-05-19T01:06:29.836Z Downloaded structmeta-derive v0.3.0
10012026-05-19T01:06:29.836Z Downloaded sqlparser_derive v0.5.0
10022026-05-19T01:06:29.839Z Downloaded prefix-trie v0.7.0
10032026-05-19T01:06:29.842Z Downloaded signal-hook-registry v1.4.8
10042026-05-19T01:06:29.846Z Downloaded sync_wrapper v1.0.2
10052026-05-19T01:06:29.846Z Downloaded structmeta v0.3.0
10062026-05-19T01:06:29.846Z Downloaded prettyplease v0.2.37
10072026-05-19T01:06:29.850Z Downloaded strip-ansi-escapes v0.2.1
10082026-05-19T01:06:29.850Z Downloaded smallvec v0.6.14
10092026-05-19T01:06:29.850Z Downloaded sync-ptr v0.1.4
10102026-05-19T01:06:29.850Z Downloaded progenitor-impl v0.10.0
10112026-05-19T01:06:29.853Z Downloaded subtle v2.6.1
10122026-05-19T01:06:29.853Z Downloaded slab v0.4.12
10132026-05-19T01:06:29.853Z Downloaded tagptr v0.2.0
10142026-05-19T01:06:29.856Z Downloaded tabled_derive v0.11.0
10152026-05-19T01:06:29.856Z Downloaded hashbrown v0.12.3
10162026-05-19T01:06:29.865Z Downloaded take_mut v0.2.2
10172026-05-19T01:06:29.865Z Downloaded slog-json v2.6.1
10182026-05-19T01:06:29.865Z Downloaded tap v1.0.1
10192026-05-19T01:06:29.865Z Downloaded slog-dtrace v0.3.0
10202026-05-19T01:06:29.865Z Downloaded supports-color v3.0.2
10212026-05-19T01:06:29.865Z Downloaded progenitor-impl v0.11.2
10222026-05-19T01:06:29.865Z Downloaded thread-id v5.1.0
10232026-05-19T01:06:29.865Z Downloaded testing_table v0.3.0
10242026-05-19T01:06:29.865Z Downloaded termtree v0.5.1
10252026-05-19T01:06:29.865Z Downloaded progenitor-impl v0.14.0
10262026-05-19T01:06:29.869Z Downloaded strum v0.27.2
10272026-05-19T01:06:29.869Z Downloaded scroll v0.13.0
10282026-05-19T01:06:29.869Z Downloaded rustls-pki-types v1.14.0
10292026-05-19T01:06:29.873Z Downloaded slog-stdlog v4.1.1
10302026-05-19T01:06:29.873Z Downloaded itertools v0.10.5
10312026-05-19T01:06:29.876Z Downloaded tabwriter v1.4.1
10322026-05-19T01:06:29.876Z Downloaded ron v0.8.1
10332026-05-19T01:06:29.879Z Downloaded snafu-derive v0.8.9
10342026-05-19T01:06:29.882Z Downloaded slog-scope v4.4.1
10352026-05-19T01:06:29.882Z Downloaded serde_cbor v0.11.2
10362026-05-19T01:06:29.885Z Downloaded spki v0.7.3
10372026-05-19T01:06:29.885Z Downloaded ryu v1.0.23
10382026-05-19T01:06:29.890Z Downloaded simd-adler32 v0.3.8
10392026-05-19T01:06:29.893Z Downloaded tinyvec_macros v0.1.1
10402026-05-19T01:06:29.896Z Downloaded time-core v0.1.8
10412026-05-19T01:06:29.899Z Downloaded static_assertions v1.1.0
10422026-05-19T01:06:29.899Z Downloaded stringprep v0.1.5
10432026-05-19T01:06:29.899Z Downloaded string_cache v0.8.9
10442026-05-19T01:06:29.902Z Downloaded sqlformat v0.3.5
10452026-05-19T01:06:29.902Z Downloaded stacker v0.1.23
10462026-05-19T01:06:29.905Z Downloaded slog-term v2.9.2
10472026-05-19T01:06:29.908Z Downloaded strum_macros v0.24.3
10482026-05-19T01:06:29.908Z Downloaded support-bundle-viewer v0.1.2
10492026-05-19T01:06:29.908Z Downloaded num-bigint v0.4.6
10502026-05-19T01:06:29.911Z Downloaded tokio-macros v2.7.0
10512026-05-19T01:06:29.914Z Downloaded hashbrown v0.15.5
10522026-05-19T01:06:29.917Z Downloaded strum_macros v0.27.2
10532026-05-19T01:06:29.917Z Downloaded num-bigint-dig v0.8.6
10542026-05-19T01:06:29.920Z Downloaded slog-async v2.8.0
10552026-05-19T01:06:29.923Z Downloaded spin v0.9.8
10562026-05-19T01:06:29.923Z Downloaded serde_with_macros v3.17.0
10572026-05-19T01:06:29.926Z Downloaded quinn v0.11.9
10582026-05-19T01:06:29.926Z Downloaded nom v7.1.3
10592026-05-19T01:06:29.929Z Downloaded mio v1.2.0
10602026-05-19T01:06:29.933Z Downloaded rcgen v0.12.1
10612026-05-19T01:06:29.935Z Downloaded termios v0.3.3
10622026-05-19T01:06:29.935Z Downloaded smf v0.2.3
10632026-05-19T01:06:29.938Z Downloaded rustls-platform-verifier v0.6.2
10642026-05-19T01:06:29.941Z Downloaded thiserror-no-std v2.0.2
10652026-05-19T01:06:29.941Z Downloaded thread_local v1.1.9
10662026-05-19T01:06:29.944Z Downloaded rand v0.8.5
10672026-05-19T01:06:29.947Z Downloaded rayon-core v1.13.0
10682026-05-19T01:06:29.950Z Downloaded tower-service v0.3.3
10692026-05-19T01:06:29.950Z Downloaded trait-variant v0.1.2
10702026-05-19T01:06:29.950Z Downloaded aws-lc-rs v1.16.0
10712026-05-19T01:06:29.956Z Downloaded time-macros v0.2.27
10722026-05-19T01:06:29.959Z Downloaded qorb v0.4.1
10732026-05-19T01:06:29.961Z Downloaded similar v2.7.0
10742026-05-19T01:06:29.964Z Downloaded tiny-keccak v2.0.2
10752026-05-19T01:06:29.964Z Downloaded typify-macro v0.6.2
10762026-05-19T01:06:29.967Z Downloaded iddqd v0.3.18
10772026-05-19T01:06:29.970Z Downloaded unarray v0.1.4
10782026-05-19T01:06:29.973Z Downloaded typify-macro v0.4.3
10792026-05-19T01:06:29.973Z Downloaded strum_macros v0.26.4
10802026-05-19T01:06:29.973Z Downloaded tokio-native-tls v0.3.1
10812026-05-19T01:06:29.976Z Downloaded tokio-rustls v0.25.0
10822026-05-19T01:06:29.977Z Downloaded tokio-dtrace v0.1.1
10832026-05-19T01:06:29.979Z Downloaded try-lock v0.2.5
10842026-05-19T01:06:29.979Z Downloaded tower-layer v0.3.3
10852026-05-19T01:06:29.979Z Downloaded tls_codec v0.4.2
10862026-05-19T01:06:29.983Z Downloaded itertools v0.12.1
10872026-05-19T01:06:29.987Z Downloaded unicode-truncate v1.1.0
10882026-05-19T01:06:29.990Z Downloaded universal-hash v0.5.1
10892026-05-19T01:06:29.990Z Downloaded topological-sort v0.2.2
10902026-05-19T01:06:29.990Z Downloaded signal-hook v0.3.18
10912026-05-19T01:06:29.993Z Downloaded unit-prefix v0.5.2
10922026-05-19T01:06:29.993Z Downloaded iri-string v0.7.10
10932026-05-19T01:06:29.996Z Downloaded socket2 v0.5.10
10942026-05-19T01:06:30.002Z Downloaded tokio-tungstenite v0.21.0
10952026-05-19T01:06:30.005Z Downloaded schemars v0.9.0
10962026-05-19T01:06:30.011Z Downloaded untrusted v0.9.0
10972026-05-19T01:06:30.014Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-05-19T01:06:30.014Z Downloaded thiserror-impl-no-std v2.0.2
10992026-05-19T01:06:30.014Z Downloaded term v1.2.1
11002026-05-19T01:06:30.018Z Downloaded usdt-attr-macro v0.6.0
11012026-05-19T01:06:30.018Z Downloaded void v1.0.2
11022026-05-19T01:06:30.018Z Downloaded usdt v0.6.0
11032026-05-19T01:06:30.021Z Downloaded waitgroup v0.1.2
11042026-05-19T01:06:30.021Z Downloaded socket2 v0.6.3
11052026-05-19T01:06:30.021Z Downloaded slog v2.8.2
11062026-05-19T01:06:30.024Z Downloaded toml_writer v1.0.6+spec-1.1.0
11072026-05-19T01:06:30.024Z Downloaded usdt-macro v0.6.0
11082026-05-19T01:06:30.027Z Downloaded publicsuffix v2.3.0
11092026-05-19T01:06:30.027Z Downloaded rsa v0.9.10
11102026-05-19T01:06:30.030Z Downloaded futures-util v0.3.32
11112026-05-19T01:06:30.038Z Downloaded wait-timeout v0.2.1
11122026-05-19T01:06:30.042Z Downloaded libxml v0.3.3
11132026-05-19T01:06:30.045Z Downloaded want v0.3.1
11142026-05-19T01:06:30.045Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-19T01:06:30.045Z Downloaded tokio-rustls v0.24.1
11162026-05-19T01:06:30.048Z Downloaded tls_codec_derive v0.4.2
11172026-05-19T01:06:30.048Z Downloaded schemars v1.2.1
11182026-05-19T01:06:30.055Z Downloaded itertools v0.14.0
11192026-05-19T01:06:30.059Z Downloaded untrusted v0.7.1
11202026-05-19T01:06:30.062Z Downloaded unicase v2.9.0
11212026-05-19T01:06:30.062Z Downloaded term v0.7.0
11222026-05-19T01:06:30.065Z Downloaded xshell-macros v0.2.7
11232026-05-19T01:06:30.065Z Downloaded zeroize_derive v1.4.3
11242026-05-19T01:06:30.065Z Downloaded rustls-webpki v0.103.9
11252026-05-19T01:06:30.068Z Downloaded rand v0.9.2
11262026-05-19T01:06:30.068Z Downloaded xattr v1.6.1
11272026-05-19T01:06:30.071Z Downloaded test-strategy v0.4.5
11282026-05-19T01:06:30.074Z Downloaded tokio-stream v0.1.18
11292026-05-19T01:06:30.077Z Downloaded hyper v1.8.1
11302026-05-19T01:06:30.080Z Downloaded utf-8 v0.7.6
11312026-05-19T01:06:30.080Z Downloaded samael v0.0.19
11322026-05-19T01:06:30.083Z Downloaded hashbrown v0.16.1
11332026-05-19T01:06:30.086Z Downloaded zone_cfg_derive v0.3.1
11342026-05-19T01:06:30.086Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-05-19T01:06:30.089Z Downloaded tokio-tungstenite v0.23.1
11362026-05-19T01:06:30.089Z Downloaded h2 v0.4.13
11372026-05-19T01:06:30.093Z Downloaded uzers v0.12.2
11382026-05-19T01:06:30.096Z Downloaded snafu v0.8.9
11392026-05-19T01:06:30.099Z Downloaded zone v0.3.1
11402026-05-19T01:06:30.099Z Downloaded itertools v0.13.0
11412026-05-19T01:06:30.104Z Downloaded vergen-git2 v1.0.7
11422026-05-19T01:06:30.104Z Downloaded vsss-rs v3.3.4
11432026-05-19T01:06:30.108Z Downloaded tui-tree-widget v0.23.1
11442026-05-19T01:06:30.108Z Downloaded vergen-gitcl v1.0.8
11452026-05-19T01:06:30.108Z Downloaded tinyvec v1.10.0
11462026-05-19T01:06:30.111Z Downloaded p521 v0.13.3
11472026-05-19T01:06:30.114Z Downloaded whoami v1.6.1
11482026-05-19T01:06:30.114Z Downloaded twox-hash v2.1.2
11492026-05-19T01:06:30.119Z Downloaded blake3 v1.8.3
11502026-05-19T01:06:30.123Z Downloaded walkdir v2.5.0
11512026-05-19T01:06:30.123Z Downloaded whoami v2.1.0
11522026-05-19T01:06:30.123Z Downloaded tokio-rustls v0.26.4
11532026-05-19T01:06:30.127Z Downloaded serde_yaml v0.9.34+deprecated
11542026-05-19T01:06:30.127Z Downloaded aho-corasick v1.1.4
11552026-05-19T01:06:30.130Z Downloaded unicode-properties v0.1.4
11562026-05-19T01:06:30.130Z Downloaded schemars v0.8.22
11572026-05-19T01:06:30.137Z Downloaded wyz v0.5.1
11582026-05-19T01:06:30.140Z Downloaded subprocess v0.2.15
11592026-05-19T01:06:30.140Z Downloaded toml v0.9.12+spec-1.1.0
11602026-05-19T01:06:30.143Z Downloaded usdt-impl v0.6.0
11612026-05-19T01:06:30.143Z Downloaded toml v0.7.8
11622026-05-19T01:06:30.143Z Downloaded tar v0.4.45
11632026-05-19T01:06:30.147Z Downloaded libm v0.2.16
11642026-05-19T01:06:30.152Z Downloaded zeroize v1.8.2
11652026-05-19T01:06:30.155Z Downloaded vergen v9.0.6
11662026-05-19T01:06:30.155Z Downloaded tungstenite v0.21.0
11672026-05-19T01:06:30.158Z Downloaded rustyline v14.0.0
11682026-05-19T01:06:30.162Z Downloaded tungstenite v0.23.0
11692026-05-19T01:06:30.163Z Downloaded rand v0.10.0
11702026-05-19T01:06:30.166Z Downloaded zstd-safe v7.2.4
11712026-05-19T01:06:30.166Z Downloaded vergen-lib v0.1.6
11722026-05-19T01:06:30.166Z Downloaded bitvec v1.0.1
11732026-05-19T01:06:30.175Z Downloaded xshell v0.2.7
11742026-05-19T01:06:30.178Z Downloaded unicode-bidi v0.3.18
11752026-05-19T01:06:30.178Z Downloaded zerocopy v0.6.6
11762026-05-19T01:06:30.181Z Downloaded yasna v0.5.2
11772026-05-19T01:06:30.181Z Downloaded tracing-attributes v0.1.31
11782026-05-19T01:06:30.184Z Downloaded typify v0.6.2
11792026-05-19T01:06:30.185Z Downloaded unsafe-libyaml v0.2.11
11802026-05-19T01:06:30.189Z Downloaded typify v0.4.3
11812026-05-19T01:06:30.192Z Downloaded hkdf v0.12.4
11822026-05-19T01:06:30.192Z Downloaded toml v1.0.6+spec-1.1.0
11832026-05-19T01:06:30.201Z Downloaded vte v0.14.1
11842026-05-19T01:06:30.204Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-19T01:06:30.205Z Downloaded steno v0.4.1
11862026-05-19T01:06:30.208Z Downloaded rpassword v7.4.0
11872026-05-19T01:06:30.211Z Downloaded tokio-postgres v0.7.16
11882026-05-19T01:06:30.219Z Downloaded russh v0.45.0
11892026-05-19T01:06:30.222Z Downloaded zstd v0.13.3
11902026-05-19T01:06:30.225Z Downloaded tracing-core v0.1.36
11912026-05-19T01:06:30.230Z Downloaded reedline v0.40.0
11922026-05-19T01:06:30.234Z Downloaded zopfli v0.8.3
11932026-05-19T01:06:30.240Z Downloaded chrono v0.4.44
11942026-05-19T01:06:30.258Z Downloaded unicode_categories v0.1.1
11952026-05-19T01:06:30.262Z Downloaded ssh-key v0.6.7
11962026-05-19T01:06:30.266Z Downloaded uuid v1.23.0
11972026-05-19T01:06:30.273Z Downloaded regex v1.12.3
11982026-05-19T01:06:30.278Z Downloaded reqwest v0.13.2
11992026-05-19T01:06:30.281Z Downloaded reqwest v0.12.28
12002026-05-19T01:06:30.285Z Downloaded p384 v0.13.1
12012026-05-19T01:06:30.289Z Downloaded yansi v1.0.1
12022026-05-19T01:06:30.292Z Downloaded bindgen v0.71.1
12032026-05-19T01:06:30.297Z Downloaded rayon v1.11.0
12042026-05-19T01:06:30.306Z Downloaded toml_edit v0.19.15
12052026-05-19T01:06:30.316Z Downloaded zip v0.6.6
12062026-05-19T01:06:30.319Z Downloaded git2 v0.20.4
12072026-05-19T01:06:30.323Z Downloaded x509-cert v0.2.5
12082026-05-19T01:06:30.326Z Downloaded lalrpop v0.19.12
12092026-05-19T01:06:30.333Z Downloaded tower v0.5.3
12102026-05-19T01:06:30.338Z Downloaded rustls-webpki v0.101.7
12112026-05-19T01:06:30.346Z Downloaded zerocopy-derive v0.8.40
12122026-05-19T01:06:30.351Z Downloaded quick-xml v0.37.5
12132026-05-19T01:06:30.355Z Downloaded moka v0.12.13
12142026-05-19T01:06:30.359Z Downloaded unicode-normalization v0.1.25
12152026-05-19T01:06:30.364Z Downloaded salty v0.3.0
12162026-05-19T01:06:30.368Z Downloaded typed-path v0.9.3
12172026-05-19T01:06:30.372Z Downloaded unicode-segmentation v1.12.0
12182026-05-19T01:06:30.375Z Downloaded serde_with v3.17.0
12192026-05-19T01:06:30.383Z Downloaded proptest v1.10.0
12202026-05-19T01:06:30.389Z Downloaded tokio-util v0.7.18
12212026-05-19T01:06:30.394Z Downloaded goblin v0.10.5
12222026-05-19T01:06:30.398Z Downloaded petname v2.0.2
12232026-05-19T01:06:30.401Z Downloaded rustls-webpki v0.102.8
12242026-05-19T01:06:30.414Z Downloaded portable-atomic v1.13.1
12252026-05-19T01:06:30.420Z Downloaded zip v4.6.1
12262026-05-19T01:06:30.423Z Downloaded tough v0.20.0
12272026-05-19T01:06:30.431Z Downloaded curve25519-dalek v4.1.3
12282026-05-19T01:06:30.436Z Downloaded nix v0.27.1
12292026-05-19T01:06:30.442Z Downloaded object v0.30.4
12302026-05-19T01:06:30.448Z Downloaded tower-http v0.6.8
12312026-05-19T01:06:30.459Z Downloaded winnow v0.5.40
12322026-05-19T01:06:30.467Z Downloaded bstr v1.12.1
12332026-05-19T01:06:30.472Z Downloaded quinn-proto v0.11.13
12342026-05-19T01:06:30.476Z Downloaded dropshot v0.16.7
12352026-05-19T01:06:30.489Z Downloaded winnow v0.6.26
12362026-05-19T01:06:30.494Z Downloaded openssl v0.10.78
12372026-05-19T01:06:30.499Z Downloaded smoltcp v0.9.1
12382026-05-19T01:06:30.505Z Downloaded time v0.3.47
12392026-05-19T01:06:30.512Z Downloaded regex-syntax v0.6.29
12402026-05-19T01:06:30.517Z Downloaded object v0.37.3
12412026-05-19T01:06:30.523Z Downloaded vcpkg v0.2.15
12422026-05-19T01:06:30.546Z Downloaded tabled v0.20.0
12432026-05-19T01:06:30.556Z Downloaded nix v0.28.0
12442026-05-19T01:06:30.563Z Downloaded rustls v0.21.12
12452026-05-19T01:06:30.569Z Downloaded nix v0.31.2
12462026-05-19T01:06:30.576Z Downloaded nix v0.29.0
12472026-05-19T01:06:30.582Z Downloaded hickory-proto v0.24.4
12482026-05-19T01:06:30.590Z Downloaded regress v0.10.5
12492026-05-19T01:06:30.595Z Downloaded webpki-roots v1.0.6
12502026-05-19T01:06:30.598Z Downloaded hickory-proto v0.25.2
12512026-05-19T01:06:30.606Z Downloaded zlib-rs v0.6.2
12522026-05-19T01:06:30.609Z Downloaded smoltcp v0.11.0
12532026-05-19T01:06:30.616Z Downloaded regex-syntax v0.8.10
12542026-05-19T01:06:30.621Z Downloaded rustix v0.38.44
12552026-05-19T01:06:30.634Z Downloaded zerocopy v0.8.40
12562026-05-19T01:06:30.639Z Downloaded regress v0.11.1
12572026-05-19T01:06:30.644Z Downloaded openapiv3 v2.2.0
12582026-05-19T01:06:30.651Z Downloaded diesel v2.3.7
12592026-05-19T01:06:30.663Z Downloaded rustls v0.22.4
12602026-05-19T01:06:30.670Z Downloaded rustls v0.23.37
12612026-05-19T01:06:30.678Z Downloaded dropshot v0.17.0
12622026-05-19T01:06:30.692Z Downloaded radix_trie v0.2.1
12632026-05-19T01:06:30.695Z Downloaded polar-core v0.27.3
12642026-05-19T01:06:30.701Z Downloaded sqlparser v0.61.0
12652026-05-19T01:06:30.707Z Downloaded typify-impl v0.6.2
12662026-05-19T01:06:30.720Z Downloaded typify-impl v0.4.3
12672026-05-19T01:06:30.729Z Downloaded ratatui v0.29.0
12682026-05-19T01:06:30.740Z Downloaded sled v0.34.7
12692026-05-19T01:06:30.746Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-05-19T01:06:30.753Z Downloaded regex-automata v0.4.14
12712026-05-19T01:06:30.762Z Downloaded tracing v0.1.44
12722026-05-19T01:06:30.782Z Downloaded petgraph v0.6.5
12732026-05-19T01:06:30.801Z Downloaded chrono-tz v0.10.4
12742026-05-19T01:06:30.811Z Downloaded zerocopy-derive v0.6.6
12752026-05-19T01:06:30.826Z Downloaded libz-sys v1.1.24
12762026-05-19T01:06:30.838Z Downloaded jiff v0.2.21
12772026-05-19T01:06:30.849Z Downloaded csv v1.4.0
12782026-05-19T01:06:30.861Z Downloaded tokio v1.52.1
12792026-05-19T01:06:30.883Z Downloaded petgraph v0.8.3
12802026-05-19T01:06:30.896Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-05-19T01:06:30.914Z Downloaded sha3 v0.10.8
12822026-05-19T01:06:30.964Z Downloaded encoding_rs v0.8.35
12832026-05-19T01:06:30.978Z Downloaded ring v0.17.14
12842026-05-19T01:06:31.002Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-19T01:06:31.499Z Downloaded aws-lc-sys v0.37.1
12862026-05-19T01:06:31.750Z Compiling libc v0.2.185
12872026-05-19T01:06:31.753Z Compiling serde v1.0.228
12882026-05-19T01:06:31.753Z Compiling find-msvc-tools v0.1.9
12892026-05-19T01:06:31.753Z Compiling shlex v1.3.0
12902026-05-19T01:06:31.753Z Compiling log v0.4.29
12912026-05-19T01:06:31.753Z Compiling smallvec v1.15.1
12922026-05-19T01:06:31.753Z Compiling typenum v1.19.0
12932026-05-19T01:06:31.753Z Compiling subtle v2.6.1
12942026-05-19T01:06:31.753Z Compiling generic-array v0.14.7
12952026-05-19T01:06:31.753Z Compiling scopeguard v1.2.0
12962026-05-19T01:06:31.894Z Compiling const-oid v0.9.6
12972026-05-19T01:06:31.954Z Compiling portable-atomic v1.13.1
12982026-05-19T01:06:31.981Z Compiling syn v2.0.117
12992026-05-19T01:06:31.993Z Compiling zerocopy v0.8.40
13002026-05-19T01:06:31.998Z Compiling serde_json v1.0.149
13012026-05-19T01:06:31.998Z Compiling critical-section v1.2.0
13022026-05-19T01:06:32.073Z Compiling lock_api v0.4.14
13032026-05-19T01:06:32.077Z Compiling parking_lot_core v0.9.12
13042026-05-19T01:06:32.101Z Compiling pin-project-lite v0.2.17
13052026-05-19T01:06:32.115Z Compiling pkg-config v0.3.32
13062026-05-19T01:06:32.130Z Compiling bitflags v2.11.0
13072026-05-19T01:06:32.174Z Compiling libm v0.2.16
13082026-05-19T01:06:32.187Z Compiling num-traits v0.2.19
13092026-05-19T01:06:32.210Z Compiling futures-core v0.3.32
13102026-05-19T01:06:32.252Z Compiling percent-encoding v2.3.2
13112026-05-19T01:06:32.306Z Compiling cpufeatures v0.2.17
13122026-05-19T01:06:32.322Z Compiling futures-sink v0.3.32
13132026-05-19T01:06:32.391Z Compiling futures-task v0.3.32
13142026-05-19T01:06:32.391Z Compiling getrandom v0.4.1
13152026-05-19T01:06:32.408Z Compiling slab v0.4.12
13162026-05-19T01:06:32.448Z Compiling futures-channel v0.3.32
13172026-05-19T01:06:32.464Z Compiling futures-io v0.3.32
13182026-05-19T01:06:32.504Z Compiling getrandom v0.3.4
13192026-05-19T01:06:32.533Z Compiling rand_core v0.10.0
13202026-05-19T01:06:32.573Z Compiling rustversion v1.0.22
13212026-05-19T01:06:32.612Z Compiling indexmap v2.14.0
13222026-05-19T01:06:32.626Z Compiling form_urlencoded v1.2.2
13232026-05-19T01:06:32.626Z Compiling base64ct v1.8.3
13242026-05-19T01:06:32.724Z Compiling dunce v1.0.5
13252026-05-19T01:06:32.784Z Compiling ident_case v1.0.1
13262026-05-19T01:06:32.788Z Compiling fs_extra v1.3.0
13272026-05-19T01:06:32.840Z Compiling getrandom v0.2.17
13282026-05-19T01:06:32.854Z Compiling jobserver v0.1.34
13292026-05-19T01:06:32.869Z Compiling errno v0.3.14
13302026-05-19T01:06:32.909Z Compiling mio v1.2.0
13312026-05-19T01:06:32.924Z Compiling socket2 v0.6.3
13322026-05-19T01:06:32.994Z Compiling rand_core v0.6.4
13332026-05-19T01:06:33.009Z Compiling signal-hook-registry v1.4.8
13342026-05-19T01:06:33.040Z Compiling once_cell v1.21.3
13352026-05-19T01:06:33.086Z Compiling cc v1.2.56
13362026-05-19T01:06:33.099Z Compiling parking_lot v0.12.5
13372026-05-19T01:06:33.209Z Compiling pem-rfc7468 v0.7.0
13382026-05-19T01:06:33.264Z Compiling flagset v0.4.7
13392026-05-19T01:06:33.292Z Compiling rustix v1.1.3
13402026-05-19T01:06:33.299Z Compiling iana-time-zone v0.1.65
13412026-05-19T01:06:33.335Z Compiling uuid v1.23.0
13422026-05-19T01:06:33.348Z Compiling rustc_version v0.4.1
13432026-05-19T01:06:33.375Z Compiling regex-syntax v0.8.10
13442026-05-19T01:06:33.394Z Compiling vcpkg v0.2.15
13452026-05-19T01:06:33.441Z Compiling aws-lc-rs v1.16.0
13462026-05-19T01:06:33.515Z Compiling rand_core v0.9.5
13472026-05-19T01:06:33.529Z Compiling tracing-core v0.1.36
13482026-05-19T01:06:33.543Z Compiling untrusted v0.7.1
13492026-05-19T01:06:33.562Z Compiling openssl-probe v0.2.1
13502026-05-19T01:06:33.600Z Compiling base64 v0.22.1
13512026-05-19T01:06:33.687Z Compiling schemars v0.8.22
13522026-05-19T01:06:33.702Z Compiling httparse v1.10.1
13532026-05-19T01:06:33.748Z Compiling untrusted v0.9.0
13542026-05-19T01:06:33.763Z Compiling dyn-clone v1.0.20
13552026-05-19T01:06:33.807Z Compiling atomic-waker v1.1.2
13562026-05-19T01:06:33.825Z Compiling tower-layer v0.3.3
13572026-05-19T01:06:33.842Z Compiling try-lock v0.2.5
13582026-05-19T01:06:33.888Z Compiling cmake v0.1.57
13592026-05-19T01:06:33.925Z Compiling tower-service v0.3.3
13602026-05-19T01:06:33.955Z Compiling rustls v0.23.37
13612026-05-19T01:06:33.955Z Compiling tinyvec_macros v0.1.1
13622026-05-19T01:06:33.984Z Compiling want v0.3.1
13632026-05-19T01:06:33.988Z Compiling spin v0.9.8
13642026-05-19T01:06:34.008Z Compiling aho-corasick v1.1.4
13652026-05-19T01:06:34.033Z Compiling tinyvec v1.10.0
13662026-05-19T01:06:34.050Z Compiling foreign-types-shared v0.1.1
13672026-05-19T01:06:34.092Z Compiling crc32fast v1.5.0
13682026-05-19T01:06:34.107Z Compiling httpdate v1.0.3
13692026-05-19T01:06:34.121Z Compiling openssl v0.10.78
13702026-05-19T01:06:34.149Z Compiling pin-utils v0.1.0
13712026-05-19T01:06:34.152Z Compiling num-conv v0.2.0
13722026-05-19T01:06:34.179Z Compiling time-core v0.1.8
13732026-05-19T01:06:34.193Z Compiling powerfmt v0.2.0
13742026-05-19T01:06:34.211Z Compiling foreign-types v0.3.2
13752026-05-19T01:06:34.239Z Compiling wait-timeout v0.2.1
13762026-05-19T01:06:34.291Z Compiling usdt-impl v0.6.0
13772026-05-19T01:06:34.311Z Compiling simd-adler32 v0.3.8
13782026-05-19T01:06:34.324Z Compiling syn v1.0.109
13792026-05-19T01:06:34.344Z Compiling time-macros v0.2.27
13802026-05-19T01:06:34.358Z Compiling deranged v0.5.8
13812026-05-19T01:06:34.378Z Compiling siphasher v1.0.2
13822026-05-19T01:06:34.411Z Compiling quick-error v1.2.3
13832026-05-19T01:06:34.424Z Compiling num_threads v0.1.7
13842026-05-19T01:06:34.449Z Compiling bit-vec v0.8.0
13852026-05-19T01:06:34.464Z Compiling native-tls v0.2.18
13862026-05-19T01:06:34.521Z Compiling crossbeam-utils v0.8.21
13872026-05-19T01:06:34.538Z Compiling unicode-normalization v0.1.25
13882026-05-19T01:06:34.578Z Compiling slog v2.8.2
13892026-05-19T01:06:34.583Z Compiling heapless v0.7.17
13902026-05-19T01:06:34.605Z Compiling rand_xorshift v0.4.0
13912026-05-19T01:06:34.697Z Compiling bit-set v0.8.0
13922026-05-19T01:06:34.710Z Compiling thread-id v5.1.0
13932026-05-19T01:06:34.726Z Compiling sync_wrapper v1.0.2
13942026-05-19T01:06:34.741Z Compiling aws-lc-sys v0.37.1
13952026-05-19T01:06:34.759Z Compiling ring v0.17.14
13962026-05-19T01:06:34.793Z Compiling openssl-sys v0.9.114
13972026-05-19T01:06:34.802Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-05-19T01:06:34.823Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-05-19T01:06:34.854Z Compiling cookie v0.18.1
14002026-05-19T01:06:34.868Z Compiling signal-hook v0.3.18
14012026-05-19T01:06:34.882Z Compiling tempfile v3.25.0
14022026-05-19T01:06:34.895Z Compiling regex-automata v0.4.14
14032026-05-19T01:06:35.097Z Compiling synstructure v0.13.2
14042026-05-19T01:06:35.111Z Compiling serde_derive_internals v0.29.1
14052026-05-19T01:06:35.114Z Compiling pest_generator v2.8.6
14062026-05-19T01:06:35.160Z Compiling darling_core v0.20.11
14072026-05-19T01:06:35.202Z Compiling rusty-fork v0.3.1
14082026-05-19T01:06:35.315Z Compiling darling_core v0.21.3
14092026-05-19T01:06:35.432Z Compiling anyhow v1.0.102
14102026-05-19T01:06:35.520Z Compiling time v0.3.47
14112026-05-19T01:06:35.545Z Compiling paste v1.0.15
14122026-05-19T01:06:35.732Z Compiling adler2 v2.0.1
14132026-05-19T01:06:35.761Z Compiling unicode-properties v0.1.4
14142026-05-19T01:06:35.849Z Compiling zstd-safe v7.2.4
14152026-05-19T01:06:35.864Z Compiling allocator-api2 v0.2.21
14162026-05-19T01:06:35.878Z Compiling unicode-bidi v0.3.18
14172026-05-19T01:06:35.881Z Compiling unarray v0.1.4
14182026-05-19T01:06:35.958Z Compiling miniz_oxide v0.8.9
14192026-05-19T01:06:36.202Z Compiling stringprep v0.1.5
14202026-05-19T01:06:36.232Z Compiling num-integer v0.1.46
14212026-05-19T01:06:36.369Z Compiling vergen-lib v0.1.6
14222026-05-19T01:06:36.430Z Compiling curve25519-dalek v4.1.3
14232026-05-19T01:06:36.571Z Compiling ff v0.13.1
14242026-05-19T01:06:36.582Z Compiling hash32 v0.2.1
14252026-05-19T01:06:36.596Z Compiling memoffset v0.9.1
14262026-05-19T01:06:36.599Z Compiling zlib-rs v0.6.2
14272026-05-19T01:06:36.673Z Compiling base16ct v0.2.0
14282026-05-19T01:06:36.714Z Compiling num-bigint-dig v0.8.6
14292026-05-19T01:06:36.783Z Compiling ryu v1.0.23
14302026-05-19T01:06:36.797Z Compiling ref-cast v1.0.25
14312026-05-19T01:06:36.797Z Compiling litrs v1.0.0
14322026-05-19T01:06:36.825Z Compiling psl-types v2.0.11
14332026-05-19T01:06:36.851Z Compiling serde_derive v1.0.228
14342026-05-19T01:06:36.865Z Compiling zeroize_derive v1.4.3
14352026-05-19T01:06:36.919Z Compiling zerofrom-derive v0.1.6
14362026-05-19T01:06:36.959Z Compiling yoke-derive v0.8.1
14372026-05-19T01:06:36.976Z Compiling zerocopy-derive v0.8.40
14382026-05-19T01:06:37.114Z Compiling zerovec-derive v0.11.2
14392026-05-19T01:06:37.138Z Compiling displaydoc v0.2.5
14402026-05-19T01:06:37.331Z Compiling tokio-macros v2.7.0
14412026-05-19T01:06:37.536Z Compiling futures-macro v0.3.32
14422026-05-19T01:06:37.539Z Compiling zeroize v1.8.2
14432026-05-19T01:06:37.881Z Compiling der_derive v0.7.3
14442026-05-19T01:06:37.947Z Compiling thiserror-impl v2.0.18
14452026-05-19T01:06:38.093Z Compiling rustls-pki-types v1.14.0
14462026-05-19T01:06:38.163Z Compiling tracing-attributes v0.1.31
14472026-05-19T01:06:38.311Z Compiling crypto-common v0.1.7
14482026-05-19T01:06:38.327Z Compiling zerofrom v0.1.6
14492026-05-19T01:06:38.376Z Compiling block-buffer v0.10.4
14502026-05-19T01:06:38.422Z Compiling futures-util v0.3.32
14512026-05-19T01:06:38.466Z Compiling yoke v0.8.1
14522026-05-19T01:06:38.480Z Compiling block-padding v0.3.3
14532026-05-19T01:06:38.572Z Compiling digest v0.10.7
14542026-05-19T01:06:38.572Z Compiling schemars_derive v0.8.22
14552026-05-19T01:06:38.651Z Compiling zerovec v0.11.5
14562026-05-19T01:06:38.666Z Compiling zerotrie v0.2.3
14572026-05-19T01:06:38.845Z Compiling hmac v0.12.1
14582026-05-19T01:06:38.861Z Compiling inout v0.1.4
14592026-05-19T01:06:38.982Z Compiling sha2 v0.10.9
14602026-05-19T01:06:39.015Z Compiling cipher v0.4.4
14612026-05-19T01:06:39.044Z Compiling der v0.7.10
14622026-05-19T01:06:39.169Z Compiling tinystr v0.8.2
14632026-05-19T01:06:39.183Z Compiling potential_utf v0.1.4
14642026-05-19T01:06:39.298Z Compiling salsa20 v0.10.2
14652026-05-19T01:06:39.322Z Compiling icu_collections v2.1.1
14662026-05-19T01:06:39.364Z Compiling icu_locale_core v2.1.1
14672026-05-19T01:06:39.386Z Compiling pbkdf2 v0.12.2
14682026-05-19T01:06:39.456Z Compiling thiserror v2.0.18
14692026-05-19T01:06:39.514Z Compiling scrypt v0.11.0
14702026-05-19T01:06:39.529Z Compiling aes v0.8.4
14712026-05-19T01:06:39.576Z Compiling cbc v0.1.2
14722026-05-19T01:06:39.758Z Compiling tracing v0.1.44
14732026-05-19T01:06:39.810Z Compiling pest_derive v2.8.6
14742026-05-19T01:06:39.845Z Compiling scroll_derive v0.13.1
14752026-05-19T01:06:39.860Z Compiling darling_macro v0.20.11
14762026-05-19T01:06:39.889Z Compiling openssl-macros v0.1.1
14772026-05-19T01:06:40.045Z Compiling icu_provider v2.1.1
14782026-05-19T01:06:40.061Z Compiling spki v0.7.3
14792026-05-19T01:06:40.280Z Compiling pkcs5 v0.7.1
14802026-05-19T01:06:40.295Z Compiling icu_properties v2.1.2
14812026-05-19T01:06:40.309Z Compiling icu_normalizer v2.1.1
14822026-05-19T01:06:40.323Z Compiling bytes v1.11.1
14832026-05-19T01:06:40.337Z Compiling chrono v0.4.44
14842026-05-19T01:06:40.376Z Compiling ipnet v2.11.0
14852026-05-19T01:06:40.392Z Compiling darling v0.20.11
14862026-05-19T01:06:40.426Z Compiling dtrace-parser v0.3.0
14872026-05-19T01:06:40.486Z Compiling derive_builder_core v0.20.2
14882026-05-19T01:06:40.627Z Compiling pkcs8 v0.10.2
14892026-05-19T01:06:40.669Z Compiling scroll v0.13.0
14902026-05-19T01:06:40.762Z Compiling signature v2.2.0
14912026-05-19T01:06:40.777Z Compiling rustls-native-certs v0.8.3
14922026-05-19T01:06:40.853Z Compiling tokio v1.52.1
14932026-05-19T01:06:40.887Z Compiling http v1.4.0
14942026-05-19T01:06:40.943Z Compiling goblin v0.10.5
14952026-05-19T01:06:40.958Z Compiling scroll_derive v0.12.1
14962026-05-19T01:06:40.961Z Compiling thiserror-impl v1.0.69
14972026-05-19T01:06:40.961Z Compiling serde_spanned v0.6.9
14982026-05-19T01:06:41.089Z Compiling toml_datetime v0.6.11
14992026-05-19T01:06:41.116Z Compiling serde_tokenstream v0.2.3
15002026-05-19T01:06:41.179Z Compiling idna_adapter v1.2.1
15012026-05-19T01:06:41.337Z Compiling ppv-lite86 v0.2.21
15022026-05-19T01:06:41.359Z Compiling idna v1.1.0
15032026-05-19T01:06:41.362Z Compiling derive_builder_macro v0.20.2
15042026-05-19T01:06:41.388Z Compiling erased-serde v0.3.31
15052026-05-19T01:06:41.452Z Compiling md-5 v0.10.6
15062026-05-19T01:06:41.557Z Compiling http-body v1.0.1
15072026-05-19T01:06:41.640Z Compiling rand_chacha v0.9.0
15082026-05-19T01:06:41.672Z Compiling url v2.5.8
15092026-05-19T01:06:41.686Z Compiling scroll v0.12.0
15102026-05-19T01:06:41.728Z Compiling http-body-util v0.1.3
15112026-05-19T01:06:41.742Z Compiling rand_chacha v0.3.1
15122026-05-19T01:06:41.806Z Compiling webpki-roots v1.0.6
15132026-05-19T01:06:41.862Z Compiling rand v0.9.2
15142026-05-19T01:06:41.882Z Compiling darling_macro v0.21.3
15152026-05-19T01:06:41.945Z Compiling zerocopy-derive v0.7.35
15162026-05-19T01:06:41.969Z Compiling iri-string v0.7.10
15172026-05-19T01:06:41.983Z Compiling cfg_aliases v0.2.1
15182026-05-19T01:06:41.999Z Compiling smoltcp v0.9.1
15192026-05-19T01:06:42.029Z Compiling rustix v0.38.44
15202026-05-19T01:06:42.067Z Compiling fallible-iterator v0.2.0
15212026-05-19T01:06:42.351Z Compiling thiserror v1.0.69
15222026-05-19T01:06:42.386Z Compiling nix v0.31.2
15232026-05-19T01:06:42.400Z Compiling rand v0.8.5
15242026-05-19T01:06:42.403Z Compiling darling v0.21.3
15252026-05-19T01:06:42.472Z Compiling proptest v1.10.0
15262026-05-19T01:06:42.495Z Compiling postgres-protocol v0.6.10
15272026-05-19T01:06:42.509Z Compiling goblin v0.8.2
15282026-05-19T01:06:42.527Z Compiling derive_builder v0.20.2
15292026-05-19T01:06:42.771Z Compiling publicsuffix v2.3.0
15302026-05-19T01:06:42.800Z Compiling sec1 v0.7.3
15312026-05-19T01:06:42.866Z Compiling zerocopy v0.7.35
15322026-05-19T01:06:42.957Z Compiling cargo-platform v0.1.9
15332026-05-19T01:06:42.999Z Compiling serde_urlencoded v0.7.1
15342026-05-19T01:06:43.062Z Compiling hubpack_derive v0.1.1
15352026-05-19T01:06:43.089Z Compiling ipnetwork v0.21.1
15362026-05-19T01:06:43.123Z Compiling flate2 v1.1.9
15372026-05-19T01:06:43.155Z Compiling hkdf v0.12.4
15382026-05-19T01:06:43.228Z Compiling crypto-bigint v0.5.5
15392026-05-19T01:06:43.266Z Compiling document-features v0.2.12
15402026-05-19T01:06:43.332Z Compiling oxnet v0.1.4
15412026-05-19T01:06:43.346Z Compiling regex v1.12.3
15422026-05-19T01:06:43.458Z Compiling curve25519-dalek-derive v0.1.1
15432026-05-19T01:06:43.477Z Compiling daft-derive v0.1.5
15442026-05-19T01:06:43.516Z Compiling ref-cast-impl v1.0.25
15452026-05-19T01:06:43.542Z Compiling async-trait v0.1.89
15462026-05-19T01:06:43.557Z Compiling strum_macros v0.27.2
15472026-05-19T01:06:43.638Z Compiling dof v0.4.0
15482026-05-19T01:06:43.845Z Compiling group v0.13.0
15492026-05-19T01:06:43.908Z Compiling num-iter v0.1.45
15502026-05-19T01:06:44.140Z Compiling terminal_size v0.4.3
15512026-05-19T01:06:44.217Z Compiling phf_shared v0.13.1
15522026-05-19T01:06:44.297Z Compiling lazy_static v1.5.0
15532026-05-19T01:06:44.312Z Compiling vergen v9.0.6
15542026-05-19T01:06:44.354Z Compiling fs-err v3.3.0
15552026-05-19T01:06:44.409Z Compiling ahash v0.8.12
15562026-05-19T01:06:44.424Z Compiling foldhash v0.2.0
15572026-05-19T01:06:44.476Z Compiling bumpalo v3.20.2
15582026-05-19T01:06:44.514Z Compiling managed v0.8.0
15592026-05-19T01:06:44.565Z Compiling libbz2-rs-sys v0.2.2
15602026-05-19T01:06:44.613Z Compiling tokio-util v0.7.18
15612026-05-19T01:06:44.628Z Compiling tower v0.5.3
15622026-05-19T01:06:44.643Z Compiling tokio-native-tls v0.3.1
15632026-05-19T01:06:44.663Z Compiling foldhash v0.1.5
15642026-05-19T01:06:44.748Z Compiling unicode-segmentation v1.12.0
15652026-05-19T01:06:44.762Z Compiling winnow v0.5.40
15662026-05-19T01:06:44.835Z Compiling newtype-uuid v1.3.2
15672026-05-19T01:06:44.853Z Compiling bitflags v1.3.2
15682026-05-19T01:06:44.856Z Compiling object v0.37.3
15692026-05-19T01:06:44.989Z Compiling bzip2 v0.6.1
15702026-05-19T01:06:45.166Z Compiling tower-http v0.6.8
15712026-05-19T01:06:45.197Z Compiling daft v0.1.5
15722026-05-19T01:06:45.227Z Compiling hashbrown v0.15.5
15732026-05-19T01:06:45.242Z Compiling dof v0.3.0
15742026-05-19T01:06:45.256Z Compiling clap_builder v4.5.60
15752026-05-19T01:06:45.276Z Compiling usdt-attr-macro v0.6.0
15762026-05-19T01:06:45.309Z Compiling usdt-macro v0.6.0
15772026-05-19T01:06:45.432Z Compiling h2 v0.4.13
15782026-05-19T01:06:45.494Z Compiling zopfli v0.8.3
15792026-05-19T01:06:45.625Z Compiling strum v0.27.2
15802026-05-19T01:06:45.650Z Compiling hashbrown v0.16.1
15812026-05-19T01:06:45.796Z Compiling phf v0.13.1
15822026-05-19T01:06:45.851Z Compiling signal-hook-mio v0.2.5
15832026-05-19T01:06:45.973Z Compiling elliptic-curve v0.13.8
15842026-05-19T01:06:46.108Z Compiling toml_edit v0.19.15
15852026-05-19T01:06:46.111Z Compiling cookie_store v0.22.1
15862026-05-19T01:06:46.137Z Compiling cargo_metadata v0.19.2
15872026-05-19T01:06:46.137Z Compiling bzip2 v0.4.4
15882026-05-19T01:06:46.209Z Compiling hubpack v0.1.2
15892026-05-19T01:06:46.247Z Compiling zstd v0.13.3
15902026-05-19T01:06:46.263Z Compiling postgres-types v0.2.12
15912026-05-19T01:06:46.378Z Compiling serde_with_macros v3.17.0
15922026-05-19T01:06:46.393Z Compiling dtrace-parser v0.2.0
15932026-05-19T01:06:46.443Z Compiling ed25519 v2.2.3
15942026-05-19T01:06:46.528Z Compiling pkcs1 v0.7.5
15952026-05-19T01:06:46.607Z Compiling hex v0.4.3
15962026-05-19T01:06:46.793Z Compiling serde-big-array v0.5.1
15972026-05-19T01:06:46.840Z Compiling rfc6979 v0.4.0
15982026-05-19T01:06:46.889Z Compiling bstr v1.12.1
15992026-05-19T01:06:46.939Z Compiling enum-as-inner v0.6.1
16002026-05-19T01:06:46.953Z Compiling strum_macros v0.26.4
16012026-05-19T01:06:46.980Z Compiling serde_repr v0.1.20
16022026-05-19T01:06:47.169Z Compiling clap_derive v4.5.55
16032026-05-19T01:06:47.373Z Compiling phf_shared v0.11.3
16042026-05-19T01:06:47.417Z Compiling float-cmp v0.10.0
16052026-05-19T01:06:47.474Z Compiling thread-id v4.2.2
16062026-05-19T01:06:47.474Z Compiling memmap2 v0.9.10
16072026-05-19T01:06:47.548Z Compiling env_filter v1.0.0
16082026-05-19T01:06:47.551Z Compiling encoding_rs v0.8.35
16092026-05-19T01:06:47.577Z Compiling keccak v0.1.6
16102026-05-19T01:06:47.580Z Compiling data-encoding v2.10.0
16112026-05-19T01:06:47.603Z Compiling mime v0.3.17
16122026-05-19T01:06:47.606Z Compiling fixedbitset v0.5.7
16132026-05-19T01:06:47.745Z Compiling fixedbitset v0.4.2
16142026-05-19T01:06:47.902Z Compiling whoami v2.1.0
16152026-05-19T01:06:47.905Z Compiling precomputed-hash v0.1.1
16162026-05-19T01:06:47.983Z Compiling either v1.15.0
16172026-05-19T01:06:47.999Z Compiling static_assertions v1.1.0
16182026-05-19T01:06:48.023Z Compiling predicates-core v1.0.10
16192026-05-19T01:06:48.086Z Compiling difflib v0.4.0
16202026-05-19T01:06:48.218Z Compiling new_debug_unreachable v1.0.6
16212026-05-19T01:06:48.231Z Compiling rustc-hash v2.1.1
16222026-05-19T01:06:48.256Z Compiling normalize-line-endings v0.3.0
16232026-05-19T01:06:48.303Z Compiling jiff v0.2.21
16242026-05-19T01:06:48.318Z Compiling string_cache v0.8.9
16252026-05-19T01:06:48.340Z Compiling predicates v3.1.4
16262026-05-19T01:06:48.369Z Compiling iddqd v0.3.18
16272026-05-19T01:06:48.383Z Compiling itertools v0.13.0
16282026-05-19T01:06:48.466Z Compiling hyper v1.8.1
16292026-05-19T01:06:48.568Z Compiling tokio-postgres v0.7.16
16302026-05-19T01:06:48.685Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16312026-05-19T01:06:48.775Z Compiling strum v0.26.3
16322026-05-19T01:06:48.823Z Compiling toml_edit v0.22.27
16332026-05-19T01:06:48.928Z Compiling hickory-proto v0.25.2
16342026-05-19T01:06:49.006Z Compiling clap v4.5.60
16352026-05-19T01:06:49.023Z Compiling petgraph v0.6.5
16362026-05-19T01:06:49.040Z Compiling petgraph v0.8.3
16372026-05-19T01:06:49.103Z Compiling sha3 v0.10.8
16382026-05-19T01:06:49.184Z Compiling env_logger v0.11.9
16392026-05-19T01:06:49.507Z Compiling usdt v0.6.0
16402026-05-19T01:06:49.563Z Compiling hyper-util v0.1.20
16412026-05-19T01:06:49.581Z Compiling serde_with v3.17.0
16422026-05-19T01:06:49.595Z Compiling usdt-impl v0.5.0
16432026-05-19T01:06:49.668Z Compiling toml v0.7.8
16442026-05-19T01:06:49.792Z Compiling similar v2.7.0
16452026-05-19T01:06:50.099Z Compiling crossterm v0.28.1
16462026-05-19T01:06:50.294Z Compiling ecdsa v0.16.9
16472026-05-19T01:06:50.540Z Compiling ed25519-dalek v2.2.0
16482026-05-19T01:06:50.634Z Compiling rsa v0.9.10
16492026-05-19T01:06:50.678Z Compiling zip v0.6.6
16502026-05-19T01:06:51.029Z Compiling hyper-tls v0.6.0
16512026-05-19T01:06:51.215Z Compiling zip v4.6.1
16522026-05-19T01:06:51.294Z Compiling tokio-stream v0.1.18
16532026-05-19T01:06:51.324Z Compiling heck v0.4.1
16542026-05-19T01:06:51.338Z Compiling buf-list v1.1.2
16552026-05-19T01:06:51.387Z Compiling toml_parser v1.0.9+spec-1.1.0
16562026-05-19T01:06:51.497Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-19T01:06:51.539Z Compiling openapiv3 v2.2.0
16582026-05-19T01:06:51.554Z Compiling x509-cert v0.2.5
16592026-05-19T01:06:51.571Z Compiling sha1 v0.10.6
16602026-05-19T01:06:51.586Z Compiling crossbeam-epoch v0.9.18
16612026-05-19T01:06:51.629Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-19T01:06:51.778Z Compiling peg-runtime v0.8.5
16632026-05-19T01:06:51.806Z Compiling lalrpop-util v0.19.12
16642026-05-19T01:06:51.820Z Compiling thread_local v1.1.9
16652026-05-19T01:06:51.929Z Compiling slog-async v2.8.0
16662026-05-19T01:06:51.929Z Compiling futures-executor v0.3.32
16672026-05-19T01:06:52.018Z Compiling crossbeam-channel v0.5.15
16682026-05-19T01:06:52.032Z Compiling filetime v0.2.27
16692026-05-19T01:06:52.081Z Compiling is-terminal v0.4.17
16702026-05-19T01:06:52.096Z Compiling take_mut v0.2.2
16712026-05-19T01:06:52.140Z Compiling term v1.2.1
16722026-05-19T01:06:52.192Z Compiling xattr v1.6.1
16732026-05-19T01:06:52.207Z Compiling futures v0.3.32
16742026-05-19T01:06:52.340Z Compiling tar v0.4.45
16752026-05-19T01:06:52.493Z Compiling slog-term v2.9.2
16762026-05-19T01:07:09.330Z Compiling rustls-webpki v0.103.9
16772026-05-19T01:07:12.108Z Compiling tokio-rustls v0.26.4
16782026-05-19T01:07:12.108Z Compiling rustls-platform-verifier v0.6.2
16792026-05-19T01:07:12.298Z Compiling hyper-rustls v0.27.7
16802026-05-19T01:07:12.489Z Compiling reqwest v0.12.28
16812026-05-19T01:07:12.489Z Compiling reqwest v0.13.2
16822026-05-19T01:07:14.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-19T01:07:14.710Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-19T01:07:17.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s
16852026-05-19T01:07:17.798Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-19T01:07:17.853ZMay 19 01:07:17.759 INFO Starting download, target: Cockroach
16872026-05-19T01:07:17.853ZMay 19 01:07:17.760 INFO Starting download, target: DendriteStub
16882026-05-19T01:07:17.853ZMay 19 01:07:17.760 INFO Starting download, target: Console
16892026-05-19T01:07:17.853ZMay 19 01:07:17.760 INFO Starting download, target: Clickhouse
16902026-05-19T01:07:17.853ZMay 19 01:07:17.760 INFO Starting download, target: MaghemiteMgd
16912026-05-19T01:07:17.856ZMay 19 01:07:17.760 INFO Starting download, target: TransceiverControl
16922026-05-19T01:07:17.856ZMay 19 01:07:17.760 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-19T01:07:17.856ZMay 19 01:07:17.760 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-05-19T01:07:17.856ZMay 19 01:07:17.760 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16952026-05-19T01:07:17.856ZMay 19 01:07:17.760 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16962026-05-19T01:07:17.856ZMay 19 01:07:17.760 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16972026-05-19T01:07:17.856ZMay 19 01:07:17.760 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16982026-05-19T01:07:18.225ZMay 19 01:07:18.132 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-19T01:07:18.429ZMay 19 01:07:18.332 INFO Download complete, target: TransceiverControl
17002026-05-19T01:07:18.915ZMay 19 01:07:18.821 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17012026-05-19T01:07:19.149ZMay 19 01:07:19.055 INFO Download complete, target: Console
17022026-05-19T01:07:19.582ZMay 19 01:07:19.485 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17032026-05-19T01:07:19.716ZMay 19 01:07:19.620 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17042026-05-19T01:07:19.790ZMay 19 01:07:19.695 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17052026-05-19T01:07:20.160ZMay 19 01:07:20.067 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17062026-05-19T01:07:20.160ZMay 19 01:07:20.067 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17072026-05-19T01:07:21.902ZMay 19 01:07:21.808 INFO Download complete, target: DendriteStub
17082026-05-19T01:07:22.092ZMay 19 01:07:21.999 INFO Download complete, target: MaghemiteMgd
17092026-05-19T01:07:24.911ZMay 19 01:07:24.805 INFO Checking that binary works, target: Cockroach
17102026-05-19T01:07:25.129ZMay 19 01:07:25.029 INFO Download complete, target: Cockroach
17112026-05-19T01:07:26.604ZMay 19 01:07:26.511 INFO Checking that binary works, target: Clickhouse
17122026-05-19T01:07:26.730ZMay 19 01:07:26.631 INFO Download complete, target: Clickhouse
17132026-05-19T01:07:26.733ZAll prerequisites installed successfully
17142026-05-19T01:07:26.733Z
17152026-05-19T01:07:26.733Zreal 1:56.285521940
17162026-05-19T01:07:26.733Zuser 6:43.553740239
17172026-05-19T01:07:26.733Zsys 1:38.689750782
17182026-05-19T01:07:26.734Ztrap 0.262447624
17192026-05-19T01:07:26.734Ztflt 1.828150894
17202026-05-19T01:07:26.734Zdflt 2.270697370
17212026-05-19T01:07:26.734Zkflt 0.042974442
17222026-05-19T01:07:26.734Zlock 21:52.751547544
17232026-05-19T01:07:26.734Zslp 18:30.914471046
17242026-05-19T01:07:26.734Zlat 23.664470651
17252026-05-19T01:07:26.734Zstop 2:42.077662787
17262026-05-19T01:07:26.734Z+ ptime -m cargo xtask download softnpu
17272026-05-19T01:07:27.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17282026-05-19T01:07:27.277Z Running `target/debug/xtask download softnpu`
17292026-05-19T01:07:28.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17302026-05-19T01:07:28.114Z Running `target/debug/xtask-downloader softnpu`
17312026-05-19T01:07:28.162ZMay 19 01:07:28.068 INFO Starting download, target: Softnpu
17322026-05-19T01:07:28.165ZMay 19 01:07:28.068 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-19T01:07:28.830ZMay 19 01:07:28.736 INFO Download complete, target: Softnpu
17342026-05-19T01:07:28.834Z
17352026-05-19T01:07:28.837Zreal 2.095373667
17362026-05-19T01:07:28.837Zuser 1.339796246
17372026-05-19T01:07:28.837Zsys 0.661362396
17382026-05-19T01:07:28.837Ztrap 0.000599440
17392026-05-19T01:07:28.837Ztflt 0.000216210
17402026-05-19T01:07:28.837Zdflt 0.000305860
17412026-05-19T01:07:28.837Zkflt 0.000000000
17422026-05-19T01:07:28.837Zlock 12.460677762
17432026-05-19T01:07:28.837Zslp 0.516172735
17442026-05-19T01:07:28.837Zlat 0.077577422
17452026-05-19T01:07:28.838Zstop 0.000188770
17462026-05-19T01:07:28.838Z+ export CARGO_INCREMENTAL=0
17472026-05-19T01:07:28.838Z+ CARGO_INCREMENTAL=0
17482026-05-19T01:07:28.838Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-19T01:07:29.716Z Compiling proc-macro2 v1.0.106
17502026-05-19T01:07:29.716Z Compiling quote v1.0.45
17512026-05-19T01:07:29.716Z Compiling unicode-ident v1.0.24
17522026-05-19T01:07:29.716Z Compiling libc v0.2.185
17532026-05-19T01:07:29.716Z Compiling serde_core v1.0.228
17542026-05-19T01:07:29.719Z Compiling serde v1.0.228
17552026-05-19T01:07:29.720Z Compiling cfg-if v1.0.4
17562026-05-19T01:07:29.720Z Compiling version_check v0.9.5
17572026-05-19T01:07:29.865Z Compiling find-msvc-tools v0.1.9
17582026-05-19T01:07:29.868Z Compiling shlex v1.3.0
17592026-05-19T01:07:29.868Z Compiling typenum v1.19.0
17602026-05-19T01:07:29.869Z Compiling autocfg v1.5.0
17612026-05-19T01:07:29.869Z Compiling zmij v1.0.21
17622026-05-19T01:07:29.869Z Compiling serde_json v1.0.149
17632026-05-19T01:07:29.919Z Compiling memchr v2.8.0
17642026-05-19T01:07:29.987Z Compiling portable-atomic v1.13.1
17652026-05-19T01:07:30.058Z Compiling zerocopy v0.8.40
17662026-05-19T01:07:30.149Z Compiling libm v0.2.16
17672026-05-19T01:07:30.377Z Compiling generic-array v0.14.7
17682026-05-19T01:07:30.381Z Compiling smallvec v1.15.1
17692026-05-19T01:07:30.410Z Compiling num-traits v0.2.19
17702026-05-19T01:07:30.425Z Compiling parking_lot_core v0.9.12
17712026-05-19T01:07:30.453Z Compiling icu_properties_data v2.1.2
17722026-05-19T01:07:30.457Z Compiling icu_normalizer_data v2.1.1
17732026-05-19T01:07:30.485Z Compiling itoa v1.0.17
17742026-05-19T01:07:30.500Z Compiling getrandom v0.4.1
17752026-05-19T01:07:30.555Z Compiling log v0.4.29
17762026-05-19T01:07:30.622Z Compiling stable_deref_trait v1.2.1
17772026-05-19T01:07:30.640Z Compiling pkg-config v0.3.32
17782026-05-19T01:07:30.685Z Compiling subtle v2.6.1
17792026-05-19T01:07:30.734Z Compiling jobserver v0.1.34
17802026-05-19T01:07:30.749Z Compiling getrandom v0.2.17
17812026-05-19T01:07:30.827Z Compiling errno v0.3.14
17822026-05-19T01:07:30.857Z Compiling scopeguard v1.2.0
17832026-05-19T01:07:30.885Z Compiling rand_core v0.6.4
17842026-05-19T01:07:30.949Z Compiling cc v1.2.56
17852026-05-19T01:07:31.012Z Compiling lock_api v0.4.14
17862026-05-19T01:07:31.119Z Compiling percent-encoding v2.3.2
17872026-05-19T01:07:31.137Z Compiling writeable v0.6.2
17882026-05-19T01:07:31.142Z Compiling litemap v0.8.1
17892026-05-19T01:07:31.162Z Compiling syn v2.0.117
17902026-05-19T01:07:31.230Z Compiling fnv v1.0.7
17912026-05-19T01:07:31.247Z Compiling thiserror v2.0.18
17922026-05-19T01:07:31.293Z Compiling pin-project-lite v0.2.17
17932026-05-19T01:07:31.357Z Compiling getrandom v0.3.4
17942026-05-19T01:07:31.434Z Compiling critical-section v1.2.0
17952026-05-19T01:07:31.480Z Compiling equivalent v1.0.2
17962026-05-19T01:07:31.480Z Compiling rustversion v1.0.22
17972026-05-19T01:07:31.569Z Compiling schemars v0.8.22
17982026-05-19T01:07:31.573Z Compiling dunce v1.0.5
17992026-05-19T01:07:31.615Z Compiling fs_extra v1.3.0
18002026-05-19T01:07:31.631Z Compiling rand_core v0.10.0
18012026-05-19T01:07:31.693Z Compiling utf8_iter v1.0.4
18022026-05-19T01:07:31.706Z Compiling cmake v0.1.57
18032026-05-19T01:07:31.824Z Compiling form_urlencoded v1.2.2
18042026-05-19T01:07:31.916Z Compiling signal-hook-registry v1.4.8
18052026-05-19T01:07:31.977Z Compiling once_cell v1.21.3
18062026-05-19T01:07:32.070Z Compiling const-oid v0.9.6
18072026-05-19T01:07:32.108Z Compiling hashbrown v0.17.0
18082026-05-19T01:07:32.230Z Compiling bitflags v2.11.0
18092026-05-19T01:07:32.250Z Compiling semver v1.0.28
18102026-05-19T01:07:32.299Z Compiling ring v0.17.14
18112026-05-19T01:07:32.338Z Compiling aws-lc-sys v0.37.1
18122026-05-19T01:07:32.352Z Compiling parking_lot v0.12.5
18132026-05-19T01:07:32.369Z Compiling socket2 v0.6.3
18142026-05-19T01:07:32.439Z Compiling mio v1.2.0
18152026-05-19T01:07:32.520Z Compiling rustix v1.1.3
18162026-05-19T01:07:32.564Z Compiling aws-lc-rs v1.16.0
18172026-05-19T01:07:32.604Z Compiling futures-core v0.3.32
18182026-05-19T01:07:32.664Z Compiling indexmap v2.14.0
18192026-05-19T01:07:32.682Z Compiling thiserror v1.0.69
18202026-05-19T01:07:32.765Z Compiling strsim v0.11.1
18212026-05-19T01:07:32.813Z Compiling byteorder v1.5.0
18222026-05-19T01:07:32.828Z Compiling httparse v1.10.1
18232026-05-19T01:07:32.857Z Compiling ucd-trie v0.1.7
18242026-05-19T01:07:32.998Z Compiling iana-time-zone v0.1.65
18252026-05-19T01:07:33.061Z Compiling pest v2.8.6
18262026-05-19T01:07:33.084Z Compiling ident_case v1.0.1
18272026-05-19T01:07:33.101Z Compiling heck v0.5.0
18282026-05-19T01:07:33.117Z Compiling vcpkg v0.2.15
18292026-05-19T01:07:33.168Z Compiling syn v1.0.109
18302026-05-19T01:07:33.206Z Compiling uuid v1.23.0
18312026-05-19T01:07:33.232Z Compiling cpufeatures v0.2.17
18322026-05-19T01:07:33.334Z Compiling regex-syntax v0.8.10
18332026-05-19T01:07:33.368Z Compiling rustc_version v0.4.1
18342026-05-19T01:07:33.568Z Compiling rustls v0.23.37
18352026-05-19T01:07:33.658Z Compiling futures-sink v0.3.32
18362026-05-19T01:07:33.672Z Compiling openssl-sys v0.9.114
18372026-05-19T01:07:33.742Z Compiling slab v0.4.12
18382026-05-19T01:07:33.758Z Compiling futures-channel v0.3.32
18392026-05-19T01:07:33.775Z Compiling futures-io v0.3.32
18402026-05-19T01:07:33.804Z Compiling futures-task v0.3.32
18412026-05-19T01:07:33.932Z Compiling plain v0.2.3
18422026-05-19T01:07:33.953Z Compiling crc32fast v1.5.0
18432026-05-19T01:07:33.970Z Compiling synstructure v0.13.2
18442026-05-19T01:07:33.997Z Compiling serde_derive_internals v0.29.1
18452026-05-19T01:07:34.021Z Compiling dyn-clone v1.0.20
18462026-05-19T01:07:34.049Z Compiling aho-corasick v1.1.4
18472026-05-19T01:07:34.078Z Compiling crossbeam-utils v0.8.21
18482026-05-19T01:07:34.147Z Compiling pest_meta v2.8.6
18492026-05-19T01:07:34.224Z Compiling num-conv v0.2.0
18502026-05-19T01:07:34.242Z Compiling time-core v0.1.8
18512026-05-19T01:07:34.370Z Compiling pretty-hex v0.4.1
18522026-05-19T01:07:34.403Z Compiling openssl v0.10.78
18532026-05-19T01:07:34.433Z Compiling time-macros v0.2.27
18542026-05-19T01:07:34.627Z Compiling base64 v0.22.1
18552026-05-19T01:07:34.723Z Compiling anyhow v1.0.102
18562026-05-19T01:07:34.727Z Compiling pest_generator v2.8.6
18572026-05-19T01:07:34.765Z Compiling base64ct v1.8.3
18582026-05-19T01:07:34.844Z Compiling darling_core v0.21.3
18592026-05-19T01:07:34.853Z Compiling regex-automata v0.4.14
18602026-05-19T01:07:34.872Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18612026-05-19T01:07:35.022Z Compiling pem-rfc7468 v0.7.0
18622026-05-19T01:07:35.040Z Compiling native-tls v0.2.18
18632026-05-19T01:07:35.069Z Compiling flagset v0.4.7
18642026-05-19T01:07:35.128Z Compiling rand_core v0.9.5
18652026-05-19T01:07:35.236Z Compiling serde_derive v1.0.228
18662026-05-19T01:07:35.271Z Compiling zeroize_derive v1.4.3
18672026-05-19T01:07:35.274Z Compiling zerofrom-derive v0.1.6
18682026-05-19T01:07:35.321Z Compiling yoke-derive v0.8.1
18692026-05-19T01:07:35.358Z Compiling zerovec-derive v0.11.2
18702026-05-19T01:07:35.378Z Compiling displaydoc v0.2.5
18712026-05-19T01:07:35.398Z Compiling zerocopy-derive v0.8.40
18722026-05-19T01:07:35.416Z Compiling tokio-macros v2.7.0
18732026-05-19T01:07:35.435Z Compiling futures-macro v0.3.32
18742026-05-19T01:07:35.456Z Compiling thiserror-impl v2.0.18
18752026-05-19T01:07:35.875Z Compiling zeroize v1.8.2
18762026-05-19T01:07:36.151Z Compiling schemars_derive v0.8.22
18772026-05-19T01:07:36.198Z Compiling tracing-attributes v0.1.31
18782026-05-19T01:07:36.298Z Compiling der_derive v0.7.3
18792026-05-19T01:07:36.408Z Compiling thiserror-impl v1.0.69
18802026-05-19T01:07:36.423Z Compiling zerofrom v0.1.6
18812026-05-19T01:07:36.627Z Compiling yoke v0.8.1
18822026-05-19T01:07:36.661Z Compiling crypto-common v0.1.7
18832026-05-19T01:07:36.786Z Compiling zerovec v0.11.5
18842026-05-19T01:07:36.825Z Compiling zerotrie v0.2.3
18852026-05-19T01:07:36.999Z Compiling block-buffer v0.10.4
18862026-05-19T01:07:37.168Z Compiling digest v0.10.7
18872026-05-19T01:07:37.284Z Compiling pest_derive v2.8.6
18882026-05-19T01:07:37.300Z Compiling futures-util v0.3.32
18892026-05-19T01:07:37.378Z Compiling tinystr v0.8.2
18902026-05-19T01:07:37.404Z Compiling potential_utf v0.1.4
18912026-05-19T01:07:37.416Z Compiling hmac v0.12.1
18922026-05-19T01:07:37.436Z Compiling block-padding v0.3.3
18932026-05-19T01:07:37.552Z Compiling icu_locale_core v2.1.1
18942026-05-19T01:07:37.574Z Compiling icu_collections v2.1.1
18952026-05-19T01:07:37.594Z Compiling inout v0.1.4
18962026-05-19T01:07:37.620Z Compiling sha2 v0.10.9
18972026-05-19T01:07:37.779Z Compiling cipher v0.4.4
18982026-05-19T01:07:37.811Z Compiling rustls-pki-types v1.14.0
18992026-05-19T01:07:38.044Z Compiling scroll_derive v0.12.1
19002026-05-19T01:07:38.327Z Compiling icu_provider v2.1.1
19012026-05-19T01:07:38.388Z Compiling bytes v1.11.1
19022026-05-19T01:07:38.487Z Compiling chrono v0.4.44
19032026-05-19T01:07:38.533Z Compiling serde_tokenstream v0.2.3
19042026-05-19T01:07:38.666Z Compiling icu_normalizer v2.1.1
19052026-05-19T01:07:38.693Z Compiling icu_properties v2.1.2
19062026-05-19T01:07:38.788Z Compiling scroll_derive v0.13.1
19072026-05-19T01:07:38.994Z Compiling tokio v1.52.1
19082026-05-19T01:07:39.695Z Compiling idna_adapter v1.2.1
19092026-05-19T01:07:39.780Z Compiling ppv-lite86 v0.2.21
19102026-05-19T01:07:39.834Z Compiling idna v1.1.0
19112026-05-19T01:07:39.853Z Compiling openssl-macros v0.1.1
19122026-05-19T01:07:40.025Z Compiling http v1.4.0
19132026-05-19T01:07:40.049Z Compiling der v0.7.10
19142026-05-19T01:07:40.088Z Compiling regex v1.12.3
19152026-05-19T01:07:40.117Z Compiling darling_macro v0.21.3
19162026-05-19T01:07:40.167Z Compiling url v2.5.8
19172026-05-19T01:07:40.239Z Compiling zerocopy-derive v0.7.35
19182026-05-19T01:07:40.272Z Compiling slog v2.8.2
19192026-05-19T01:07:40.485Z Compiling tracing-core v0.1.36
19202026-05-19T01:07:40.549Z Compiling untrusted v0.9.0
19212026-05-19T01:07:40.605Z Compiling darling v0.21.3
19222026-05-19T01:07:40.912Z Compiling tracing v0.1.44
19232026-05-19T01:07:41.018Z Compiling spki v0.7.3
19242026-05-19T01:07:41.048Z Compiling salsa20 v0.10.2
19252026-05-19T01:07:41.150Z Compiling pbkdf2 v0.12.2
19262026-05-19T01:07:41.486Z Compiling cookie v0.18.1
19272026-05-19T01:07:41.569Z Compiling camino v1.2.2
19282026-05-19T01:07:41.742Z Compiling scrypt v0.11.0
19292026-05-19T01:07:41.776Z Compiling rand_chacha v0.9.0
19302026-05-19T01:07:41.836Z Compiling cbc v0.1.2
19312026-05-19T01:07:41.857Z Compiling aes v0.8.4
19322026-05-19T01:07:42.160Z Compiling usdt-impl v0.5.0
19332026-05-19T01:07:42.248Z Compiling winnow v0.7.14
19342026-05-19T01:07:42.323Z Compiling paste v1.0.15
19352026-05-19T01:07:42.346Z Compiling either v1.15.0
19362026-05-19T01:07:42.400Z Compiling usdt-impl v0.6.0
19372026-05-19T01:07:42.475Z Compiling ref-cast v1.0.25
19382026-05-19T01:07:42.640Z Compiling pkcs5 v0.7.1
19392026-05-19T01:07:42.683Z Compiling rand v0.9.2
19402026-05-19T01:07:42.726Z Compiling tokio-util v0.7.18
19412026-05-19T01:07:42.774Z Compiling http-body v1.0.1
19422026-05-19T01:07:43.007Z Compiling scroll v0.13.0
19432026-05-19T01:07:43.067Z Compiling scroll v0.12.0
19442026-05-19T01:07:43.111Z Compiling toml_datetime v0.6.11
19452026-05-19T01:07:43.274Z Compiling serde_spanned v0.6.9
19462026-05-19T01:07:43.354Z Compiling heapless v0.7.17
19472026-05-19T01:07:43.384Z Compiling bzip2-sys v0.1.13+1.0.8
19482026-05-19T01:07:43.448Z Compiling openssl-probe v0.2.1
19492026-05-19T01:07:43.593Z Compiling atomic-waker v1.1.2
19502026-05-19T01:07:43.625Z Compiling zstd-safe v7.2.4
19512026-05-19T01:07:43.639Z Compiling untrusted v0.7.1
19522026-05-19T01:07:43.700Z Compiling signal-hook v0.3.18
19532026-05-19T01:07:43.734Z Compiling toml_parser v1.0.9+spec-1.1.0
19542026-05-19T01:07:43.857Z Compiling goblin v0.8.2
19552026-05-19T01:07:43.868Z Compiling goblin v0.10.5
19562026-05-19T01:07:43.887Z Compiling pkcs8 v0.10.2
19572026-05-19T01:07:44.076Z Compiling zerocopy v0.7.35
19582026-05-19T01:07:44.196Z Compiling ref-cast-impl v1.0.25
19592026-05-19T01:07:44.277Z Compiling darling_core v0.20.11
19602026-05-19T01:07:44.292Z Compiling curve25519-dalek v4.1.3
19612026-05-19T01:07:44.426Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-19T01:07:44.511Z Compiling memoffset v0.9.1
19632026-05-19T01:07:44.556Z Compiling fastrand v2.3.0
19642026-05-19T01:07:44.713Z Compiling tower-service v0.3.3
19652026-05-19T01:07:44.744Z Compiling rustix v0.38.44
19662026-05-19T01:07:44.831Z Compiling tower-layer v0.3.3
19672026-05-19T01:07:45.056Z Compiling try-lock v0.2.5
19682026-05-19T01:07:45.085Z Compiling litrs v1.0.0
19692026-05-19T01:07:45.145Z Compiling tinyvec_macros v0.1.1
19702026-05-19T01:07:45.195Z Compiling winnow v0.5.40
19712026-05-19T01:07:45.230Z Compiling tinyvec v1.10.0
19722026-05-19T01:07:45.245Z Compiling want v0.3.1
19732026-05-19T01:07:45.308Z Compiling h2 v0.4.13
19742026-05-19T01:07:45.548Z Compiling document-features v0.2.12
19752026-05-19T01:07:46.067Z Compiling dof v0.3.0
19762026-05-19T01:07:46.238Z Compiling darling_macro v0.20.11
19772026-05-19T01:07:46.463Z Compiling toml_edit v0.19.15
19782026-05-19T01:07:46.616Z Compiling dof v0.4.0
19792026-05-19T01:07:46.619Z Compiling dtrace-parser v0.2.0
19802026-05-19T01:07:46.701Z Compiling dtrace-parser v0.3.0
19812026-05-19T01:07:46.807Z Compiling ipnet v2.11.0
19822026-05-19T01:07:46.903Z Compiling async-trait v0.1.89
19832026-05-19T01:07:46.930Z Compiling daft-derive v0.1.5
19842026-05-19T01:07:47.264Z Compiling spin v0.9.8
19852026-05-19T01:07:47.314Z Compiling thread-id v4.2.2
19862026-05-19T01:07:47.355Z Compiling thread-id v5.1.0
19872026-05-19T01:07:47.411Z Compiling smoltcp v0.9.1
19882026-05-19T01:07:47.456Z Compiling num-bigint-dig v0.8.6
19892026-05-19T01:07:47.495Z Compiling httpdate v1.0.3
19902026-05-19T01:07:47.636Z Compiling pin-utils v0.1.0
19912026-05-19T01:07:47.654Z Compiling powerfmt v0.2.0
19922026-05-19T01:07:47.728Z Compiling foreign-types-shared v0.1.1
19932026-05-19T01:07:47.760Z Compiling cfg_aliases v0.2.1
19942026-05-19T01:07:47.812Z Compiling foreign-types v0.3.2
19952026-05-19T01:07:47.849Z Compiling nix v0.31.2
19962026-05-19T01:07:47.899Z Compiling deranged v0.5.8
19972026-05-19T01:07:47.942Z Compiling tempfile v3.25.0
19982026-05-19T01:07:48.067Z Compiling darling v0.20.11
19992026-05-19T01:07:48.239Z Compiling ipnetwork v0.21.1
20002026-05-19T01:07:48.311Z Compiling hyper v1.8.1
20012026-05-19T01:07:48.460Z Compiling curve25519-dalek-derive v0.1.1
20022026-05-19T01:07:48.539Z Compiling strum_macros v0.26.4
20032026-05-19T01:07:48.800Z Compiling wait-timeout v0.2.1
20042026-05-19T01:07:48.838Z Compiling quick-error v1.2.3
20052026-05-19T01:07:49.046Z Compiling siphasher v1.0.2
20062026-05-19T01:07:49.082Z Compiling utf8parse v0.2.2
20072026-05-19T01:07:49.109Z Compiling anstyle v1.0.13
20082026-05-19T01:07:49.202Z Compiling simd-adler32 v0.3.8
20092026-05-19T01:07:49.248Z Compiling bit-vec v0.8.0
20102026-05-19T01:07:49.308Z Compiling num_threads v0.1.7
20112026-05-19T01:07:49.370Z Compiling hyper-util v0.1.20
20122026-05-19T01:07:49.453Z Compiling bit-set v0.8.0
20132026-05-19T01:07:49.495Z Compiling time v0.3.47
20142026-05-19T01:07:49.755Z Compiling anstyle-parse v0.2.7
20152026-05-19T01:07:49.808Z Compiling rusty-fork v0.3.1
20162026-05-19T01:07:50.081Z Compiling derive_builder_core v0.20.2
20172026-05-19T01:07:50.113Z Compiling unicode-normalization v0.1.25
20182026-05-19T01:07:50.872Z Compiling rustls-native-certs v0.8.3
20192026-05-19T01:07:51.030Z Compiling signature v2.2.0
20202026-05-19T01:07:51.072Z Compiling hubpack_derive v0.1.1
20212026-05-19T01:07:51.129Z Compiling rand_xorshift v0.4.0
20222026-05-19T01:07:51.185Z Compiling strum_macros v0.27.2
20232026-05-19T01:07:51.238Z Compiling sync_wrapper v1.0.2
20242026-05-19T01:07:51.259Z Compiling fs-err v3.3.0
20252026-05-19T01:07:51.296Z Compiling ahash v0.8.12
20262026-05-19T01:07:51.368Z Compiling colorchoice v1.0.4
20272026-05-19T01:07:51.393Z Compiling unicode-segmentation v1.12.0
20282026-05-19T01:07:51.483Z Compiling unicode-properties v0.1.4
20292026-05-19T01:07:51.511Z Compiling object v0.37.3
20302026-05-19T01:07:51.558Z Compiling is_terminal_polyfill v1.70.2
20312026-05-19T01:07:51.575Z Compiling allocator-api2 v0.2.21
20322026-05-19T01:07:51.656Z Compiling unarray v0.1.4
20332026-05-19T01:07:51.672Z Compiling adler2 v2.0.1
20342026-05-19T01:07:51.753Z Compiling unicode-bidi v0.3.18
20352026-05-19T01:07:51.788Z Compiling anstyle-query v1.1.5
20362026-05-19T01:07:51.833Z Compiling miniz_oxide v0.8.9
20372026-05-19T01:07:51.932Z Compiling anstream v0.6.21
20382026-05-19T01:07:51.947Z Compiling proptest v1.10.0
20392026-05-19T01:07:52.237Z Compiling stringprep v0.1.5
20402026-05-19T01:07:52.406Z Compiling tower v0.5.3
20412026-05-19T01:07:52.558Z Compiling derive_builder_macro v0.20.2
20422026-05-19T01:07:52.688Z Compiling usdt-macro v0.6.0
20432026-05-19T01:07:52.841Z Compiling usdt-attr-macro v0.6.0
20442026-05-19T01:07:53.259Z Compiling http-body-util v0.1.3
20452026-05-19T01:07:53.396Z Compiling webpki-roots v1.0.6
20462026-05-19T01:07:53.470Z Compiling rand_chacha v0.3.1
20472026-05-19T01:07:53.472Z Compiling erased-serde v0.3.31
20482026-05-19T01:07:53.502Z Compiling md-5 v0.10.6
20492026-05-19T01:07:53.573Z Compiling num-integer v0.1.46
20502026-05-19T01:07:53.607Z Compiling hash32 v0.2.1
20512026-05-19T01:07:53.671Z Compiling vergen-lib v0.1.6
20522026-05-19T01:07:53.694Z Compiling ff v0.13.1
20532026-05-19T01:07:53.760Z Compiling zlib-rs v0.6.2
20542026-05-19T01:07:53.777Z Compiling ryu v1.0.23
20552026-05-19T01:07:53.810Z Compiling psl-types v2.0.11
20562026-05-19T01:07:53.829Z Compiling base16ct v0.2.0
20572026-05-19T01:07:53.832Z Compiling iri-string v0.7.10
20582026-05-19T01:07:53.878Z Compiling fallible-iterator v0.2.0
20592026-05-19T01:07:53.935Z Compiling publicsuffix v2.3.0
20602026-05-19T01:07:53.987Z Compiling sec1 v0.7.3
20612026-05-19T01:07:53.990Z Compiling newtype-uuid v1.3.2
20622026-05-19T01:07:53.990Z Compiling serde_urlencoded v0.7.1
20632026-05-19T01:07:54.118Z Compiling group v0.13.0
20642026-05-19T01:07:54.205Z Compiling postgres-protocol v0.6.10
20652026-05-19T01:07:54.208Z Compiling num-iter v0.1.45
20662026-05-19T01:07:54.329Z Compiling rand v0.8.5
20672026-05-19T01:07:54.592Z Compiling oxnet v0.1.4
20682026-05-19T01:07:54.709Z Compiling derive_builder v0.20.2
20692026-05-19T01:07:54.779Z Compiling tokio-native-tls v0.3.1
20702026-05-19T01:07:54.820Z Compiling heck v0.4.1
20712026-05-19T01:07:54.835Z Compiling phf_shared v0.13.1
20722026-05-19T01:07:54.975Z Compiling tower-http v0.6.8
20732026-05-19T01:07:54.978Z Compiling lazy_static v1.5.0
20742026-05-19T01:07:55.082Z Compiling terminal_size v0.4.3
20752026-05-19T01:07:55.099Z Compiling serde_with_macros v3.17.0
20762026-05-19T01:07:55.130Z Compiling cargo-platform v0.1.9
20772026-05-19T01:07:55.133Z Compiling hkdf v0.12.4
20782026-05-19T01:07:55.190Z Compiling crypto-bigint v0.5.5
20792026-05-19T01:07:55.232Z Compiling serde_repr v0.1.20
20802026-05-19T01:07:55.269Z Compiling enum-as-inner v0.6.1
20812026-05-19T01:07:55.284Z Compiling clap_derive v4.5.55
20822026-05-19T01:07:55.329Z Compiling vergen v9.0.6
20832026-05-19T01:07:55.413Z Compiling bumpalo v3.20.2
20842026-05-19T01:07:55.459Z Compiling managed v0.8.0
20852026-05-19T01:07:55.502Z Compiling foldhash v0.2.0
20862026-05-19T01:07:55.732Z Compiling foldhash v0.1.5
20872026-05-19T01:07:55.749Z Compiling flate2 v1.1.9
20882026-05-19T01:07:55.766Z Compiling libbz2-rs-sys v0.2.2
20892026-05-19T01:07:55.785Z Compiling bitflags v1.3.2
20902026-05-19T01:07:55.788Z Compiling clap_lex v1.0.0
20912026-05-19T01:07:55.875Z Compiling hashbrown v0.15.5
20922026-05-19T01:07:56.016Z Compiling clap_builder v4.5.60
20932026-05-19T01:07:56.124Z Compiling elliptic-curve v0.13.8
20942026-05-19T01:07:56.151Z Compiling hashbrown v0.16.1
20952026-05-19T01:07:56.229Z Compiling bzip2 v0.6.1
20962026-05-19T01:07:56.263Z Compiling zopfli v0.8.3
20972026-05-19T01:07:56.356Z Compiling cargo_metadata v0.19.2
20982026-05-19T01:07:56.445Z Compiling zstd v0.13.3
20992026-05-19T01:07:56.870Z Compiling phf v0.13.1
21002026-05-19T01:07:56.873Z Compiling hyper-tls v0.6.0
21012026-05-19T01:07:56.901Z Compiling daft v0.1.5
21022026-05-19T01:07:57.048Z Compiling signal-hook-mio v0.2.5
21032026-05-19T01:07:57.122Z Compiling cookie_store v0.22.1
21042026-05-19T01:07:57.178Z Compiling postgres-types v0.2.12
21052026-05-19T01:07:57.193Z Compiling bzip2 v0.4.4
21062026-05-19T01:07:57.234Z Compiling strum v0.27.2
21072026-05-19T01:07:57.450Z Compiling hubpack v0.1.2
21082026-05-19T01:07:57.536Z Compiling ed25519 v2.2.3
21092026-05-19T01:07:57.588Z Compiling phf_shared v0.11.3
21102026-05-19T01:07:57.681Z Compiling crossbeam-epoch v0.9.18
21112026-05-19T01:07:57.745Z Compiling pkcs1 v0.7.5
21122026-05-19T01:07:57.817Z Compiling hex v0.4.3
21132026-05-19T01:07:57.848Z Compiling serde-big-array v0.5.1
21142026-05-19T01:07:57.913Z Compiling rfc6979 v0.4.0
21152026-05-19T01:07:57.948Z Compiling bstr v1.12.1
21162026-05-19T01:07:58.056Z Compiling float-cmp v0.10.0
21172026-05-19T01:07:58.106Z Compiling env_filter v1.0.0
21182026-05-19T01:07:58.126Z Compiling memmap2 v0.9.10
21192026-05-19T01:07:58.159Z Compiling encoding_rs v0.8.35
21202026-05-19T01:07:58.198Z Compiling jiff v0.2.21
21212026-05-19T01:07:58.226Z Compiling rustc-hash v2.1.1
21222026-05-19T01:07:58.358Z Compiling precomputed-hash v0.1.1
21232026-05-19T01:07:58.374Z Compiling difflib v0.4.0
21242026-05-19T01:07:58.389Z Compiling fixedbitset v0.4.2
21252026-05-19T01:07:58.392Z Compiling keccak v0.1.6
21262026-05-19T01:07:58.435Z Compiling mime v0.3.17
21272026-05-19T01:07:58.464Z Compiling normalize-line-endings v0.3.0
21282026-05-19T01:07:58.536Z Compiling toml_write v0.1.2
21292026-05-19T01:07:58.577Z Compiling data-encoding v2.10.0
21302026-05-19T01:07:58.609Z Compiling static_assertions v1.1.0
21312026-05-19T01:07:58.623Z Compiling fixedbitset v0.5.7
21322026-05-19T01:07:58.695Z Compiling whoami v2.1.0
21332026-05-19T01:07:58.747Z Compiling predicates-core v1.0.10
21342026-05-19T01:07:58.810Z Compiling new_debug_unreachable v1.0.6
21352026-05-19T01:07:58.842Z Compiling petgraph v0.8.3
21362026-05-19T01:07:58.915Z Compiling hickory-proto v0.25.2
21372026-05-19T01:07:58.931Z Compiling tokio-postgres v0.7.16
21382026-05-19T01:07:59.051Z Compiling string_cache v0.8.9
21392026-05-19T01:07:59.158Z Compiling predicates v3.1.4
21402026-05-19T01:07:59.286Z Compiling toml_edit v0.22.27
21412026-05-19T01:07:59.461Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21422026-05-19T01:07:59.499Z Compiling petgraph v0.6.5
21432026-05-19T01:07:59.742Z Compiling sha3 v0.10.8
21442026-05-19T01:08:00.019Z Compiling similar v2.7.0
21452026-05-19T01:08:00.078Z Compiling iddqd v0.3.18
21462026-05-19T01:08:00.748Z Compiling zip v4.6.1
21472026-05-19T01:08:00.942Z Compiling usdt v0.6.0
21482026-05-19T01:08:00.946Z Compiling env_logger v0.11.9
21492026-05-19T01:08:01.169Z Compiling serde_with v3.17.0
21502026-05-19T01:08:01.207Z Compiling ecdsa v0.16.9
21512026-05-19T01:08:01.286Z Compiling rsa v0.9.10
21522026-05-19T01:08:01.620Z Compiling ed25519-dalek v2.2.0
21532026-05-19T01:08:01.872Z Compiling clap v4.5.60
21542026-05-19T01:08:01.975Z Compiling zip v0.6.6
21552026-05-19T01:08:02.053Z Compiling crossterm v0.28.1
21562026-05-19T01:08:02.516Z Compiling strum v0.26.3
21572026-05-19T01:08:02.539Z Compiling toml v0.7.8
21582026-05-19T01:08:02.556Z Compiling tokio-stream v0.1.18
21592026-05-19T01:08:02.723Z Compiling buf-list v1.1.2
21602026-05-19T01:08:02.738Z Compiling itertools v0.13.0
21612026-05-19T01:08:02.975Z Compiling x509-cert v0.2.5
21622026-05-19T01:08:03.034Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-19T01:08:03.220Z Compiling openapiv3 v2.2.0
21642026-05-19T01:08:03.256Z Compiling sha1 v0.10.6
21652026-05-19T01:08:03.411Z Compiling peg-runtime v0.8.5
21662026-05-19T01:08:03.815Z Compiling lalrpop-util v0.19.12
21672026-05-19T01:08:19.325Z Compiling rustls-webpki v0.103.9
21682026-05-19T01:08:19.891Z Compiling macaddr v1.0.1
21692026-05-19T01:08:19.990Z Compiling structmeta-derive v0.3.0
21702026-05-19T01:08:20.052Z Compiling rayon-core v1.13.0
21712026-05-19T01:08:20.118Z Compiling crucible-workspace-hack v0.1.0
21722026-05-19T01:08:20.135Z Compiling itertools v0.14.0
21732026-05-19T01:08:20.192Z Compiling secrecy v0.10.3
21742026-05-19T01:08:20.282Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752026-05-19T01:08:20.342Z Compiling heapless v0.8.0
21762026-05-19T01:08:20.386Z Compiling rustls v0.22.4
21772026-05-19T01:08:20.693Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782026-05-19T01:08:20.712Z Compiling crossbeam-deque v0.8.6
21792026-05-19T01:08:20.819Z Compiling toml_edit v0.23.10+spec-1.0.0
21802026-05-19T01:08:20.860Z Compiling rustls-webpki v0.102.8
21812026-05-19T01:08:20.876Z Compiling futures-executor v0.3.32
21822026-05-19T01:08:20.949Z Compiling hash32 v0.3.1
21832026-05-19T01:08:20.980Z Compiling structmeta v0.3.0
21842026-05-19T01:08:21.123Z Compiling multer v3.1.0
21852026-05-19T01:08:21.159Z Compiling thread_local v1.1.9
21862026-05-19T01:08:21.222Z Compiling compression-core v0.4.31
21872026-05-19T01:08:21.344Z Compiling match_cfg v0.1.0
21882026-05-19T01:08:21.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21892026-05-19T01:08:21.407Z Compiling ingot-macros v0.1.1
21902026-05-19T01:08:21.424Z Compiling smoltcp v0.11.0
21912026-05-19T01:08:21.441Z Compiling unicode-width v0.2.0
21922026-05-19T01:08:21.445Z Compiling slog-async v2.8.0
21932026-05-19T01:08:21.471Z Compiling hostname v0.3.1
21942026-05-19T01:08:21.542Z Compiling proc-macro-crate v3.4.0
21952026-05-19T01:08:21.645Z Compiling compression-codecs v0.4.37
21962026-05-19T01:08:21.774Z Compiling derive-ex v0.1.8
21972026-05-19T01:08:21.823Z Compiling futures v0.3.32
21982026-05-19T01:08:21.852Z Compiling slog-json v2.6.1
21992026-05-19T01:08:21.926Z Compiling crossbeam-channel v0.5.15
22002026-05-19T01:08:21.997Z Compiling half v2.7.1
22012026-05-19T01:08:22.039Z Compiling newtype-uuid-macros v0.1.0
22022026-05-19T01:08:22.119Z Compiling cobs v0.3.0
22032026-05-19T01:08:22.316Z Compiling thiserror-impl-no-std v2.0.2
22042026-05-19T01:08:22.371Z Compiling universal-hash v0.5.1
22052026-05-19T01:08:22.414Z Compiling async-stream-impl v0.3.6
22062026-05-19T01:08:22.537Z Compiling serde_spanned v1.0.4
22072026-05-19T01:08:22.635Z Compiling toml_datetime v1.0.0+spec-1.1.0
22082026-05-19T01:08:22.721Z Compiling is-terminal v0.4.17
22092026-05-19T01:08:22.736Z Compiling proc-macro-error-attr v1.0.4
22102026-05-19T01:08:22.765Z Compiling dropshot v0.17.0
22112026-05-19T01:08:22.834Z Compiling tokio-rustls v0.26.4
22122026-05-19T01:08:22.955Z Compiling rustls-platform-verifier v0.6.2
22132026-05-19T01:08:22.984Z Compiling term v1.2.1
22142026-05-19T01:08:23.001Z Compiling toml_writer v1.0.6+spec-1.1.0
22152026-05-19T01:08:23.077Z Compiling hyper-rustls v0.27.7
22162026-05-19T01:08:23.126Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22172026-05-19T01:08:23.182Z Compiling opaque-debug v0.3.1
22182026-05-19T01:08:23.277Z Compiling convert_case v0.4.0
22192026-05-19T01:08:23.295Z Compiling ciborium-io v0.2.2
22202026-05-19T01:08:23.310Z Compiling take_mut v0.2.2
22212026-05-19T01:08:23.338Z Compiling reqwest v0.12.28
22222026-05-19T01:08:23.362Z Compiling reqwest v0.13.2
22232026-05-19T01:08:23.378Z Compiling thiserror-no-std v2.0.2
22242026-05-19T01:08:23.404Z Compiling ciborium-ll v0.2.2
22252026-05-19T01:08:23.450Z Compiling test-strategy v0.4.5
22262026-05-19T01:08:23.472Z Compiling slog-term v2.9.2
22272026-05-19T01:08:23.488Z Compiling poly1305 v0.8.0
22282026-05-19T01:08:23.598Z Compiling derive_more v0.99.20
22292026-05-19T01:08:23.699Z Compiling toml v1.0.6+spec-1.1.0
22302026-05-19T01:08:23.995Z Compiling ingot-types v0.1.2
22312026-05-19T01:08:24.128Z Compiling tokio-rustls v0.25.0
22322026-05-19T01:08:24.399Z Compiling ingot v0.1.1
22332026-05-19T01:08:24.470Z Compiling async-stream v0.3.6
22342026-05-19T01:08:24.624Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22352026-05-19T01:08:24.678Z Compiling postcard v1.1.3
22362026-05-19T01:08:24.716Z Compiling slog-bunyan v2.5.0
22372026-05-19T01:08:24.762Z Compiling num_enum_derive v0.7.5
22382026-05-19T01:08:24.792Z Compiling async-compression v0.4.41
22392026-05-19T01:08:25.069Z Compiling parse-display-derive v0.10.0
22402026-05-19T01:08:25.084Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22412026-05-19T01:08:25.268Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22422026-05-19T01:08:25.521Z Compiling proc-macro-crate v1.3.1
22432026-05-19T01:08:25.697Z Compiling backon v1.6.0
22442026-05-19T01:08:25.746Z Compiling waitgroup v0.1.2
22452026-05-19T01:08:25.875Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22462026-05-19T01:08:25.948Z Compiling password-hash v0.5.0
22472026-05-19T01:08:25.967Z Compiling chacha20 v0.9.1
22482026-05-19T01:08:26.086Z Compiling dropshot_endpoint v0.17.0
22492026-05-19T01:08:26.310Z Compiling rustls-pemfile v2.2.0
22502026-05-19T01:08:26.554Z Compiling blake2 v0.10.6
22512026-05-19T01:08:26.573Z Compiling aead v0.5.2
22522026-05-19T01:08:26.638Z Compiling foreign-types-macros v0.2.3
22532026-05-19T01:08:26.654Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22542026-05-19T01:08:26.657Z Compiling serde_path_to_error v0.1.20
22552026-05-19T01:08:26.689Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22562026-05-19T01:08:26.701Z Compiling hostname v0.4.2
22572026-05-19T01:08:26.793Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22582026-05-19T01:08:26.898Z Compiling proc-macro-error v1.0.4
22592026-05-19T01:08:26.966Z Compiling instant v0.1.13
22602026-05-19T01:08:27.005Z Compiling cpufeatures v0.3.0
22612026-05-19T01:08:27.021Z Compiling foreign-types-shared v0.3.1
22622026-05-19T01:08:27.037Z Compiling debug-ignore v1.0.5
22632026-05-19T01:08:27.094Z Compiling typeid v1.0.3
22642026-05-19T01:08:27.111Z Compiling chacha20 v0.10.0
22652026-05-19T01:08:27.114Z Compiling backoff v0.4.0
22662026-05-19T01:08:27.114Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-05-19T01:08:27.157Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22682026-05-19T01:08:27.177Z Compiling argon2 v0.5.3
22692026-05-19T01:08:27.234Z Compiling foreign-types v0.5.0
22702026-05-19T01:08:27.249Z Compiling chacha20poly1305 v0.10.1
22712026-05-19T01:08:27.281Z Compiling parse-display v0.10.0
22722026-05-19T01:08:27.337Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-19T01:08:27.386Z Compiling num_enum_derive v0.5.11
22742026-05-19T01:08:27.422Z Compiling num_enum v0.7.5
22752026-05-19T01:08:27.437Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22762026-05-19T01:08:27.549Z Compiling ciborium v0.2.2
22772026-05-19T01:08:27.717Z Compiling vsss-rs v3.3.4
22782026-05-19T01:08:27.837Z Compiling tabwriter v1.4.1
22792026-05-19T01:08:27.977Z Compiling regress v0.10.5
22802026-05-19T01:08:28.179Z Compiling byte-wrapper v0.1.0
22812026-05-19T01:08:28.199Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22822026-05-19T01:08:28.225Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-05-19T01:08:28.228Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22842026-05-19T01:08:28.323Z Compiling cstr-argument v0.1.2
22852026-05-19T01:08:28.388Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22862026-05-19T01:08:28.531Z Compiling erased-serde v0.4.9
22872026-05-19T01:08:28.545Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-05-19T01:08:28.628Z Compiling num_enum v0.5.11
22892026-05-19T01:08:28.660Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-05-19T01:08:28.811Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-05-19T01:08:28.868Z Compiling rand v0.10.0
22922026-05-19T01:08:28.947Z Compiling rayon v1.11.0
22932026-05-19T01:08:28.982Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22942026-05-19T01:08:29.011Z Compiling libefi-sys v0.1.0
22952026-05-19T01:08:29.071Z Compiling colored v3.1.1
22962026-05-19T01:08:29.087Z Compiling indent_write v2.2.0
22972026-05-19T01:08:29.090Z Compiling zone_cfg_derive v0.3.1
22982026-05-19T01:08:29.244Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22992026-05-19T01:08:29.260Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23002026-05-19T01:08:29.345Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23012026-05-19T01:08:29.365Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-05-19T01:08:29.521Z Compiling camino-tempfile v1.4.1
23032026-05-19T01:08:29.603Z Compiling itertools v0.12.1
23042026-05-19T01:08:29.678Z Compiling usdt-macro v0.5.0
23052026-05-19T01:08:29.723Z Compiling usdt-attr-macro v0.5.0
23062026-05-19T01:08:29.768Z Compiling bitfield-struct v0.6.2
23072026-05-19T01:08:29.869Z Compiling num-derive v0.4.2
23082026-05-19T01:08:29.888Z Compiling ordered-float v2.10.1
23092026-05-19T01:08:29.945Z Compiling blake3 v1.8.3
23102026-05-19T01:08:30.194Z Compiling memmap v0.7.0
23112026-05-19T01:08:30.326Z Compiling sigpipe v0.1.3
23122026-05-19T01:08:30.389Z Compiling glob v0.3.3
23132026-05-19T01:08:30.413Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23142026-05-19T01:08:30.452Z Compiling swrite v0.1.0
23152026-05-19T01:08:30.467Z Compiling usdt v0.5.0
23162026-05-19T01:08:30.470Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23172026-05-19T01:08:30.582Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23182026-05-19T01:08:30.768Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23192026-05-19T01:08:30.861Z Compiling serde-value v0.7.0
23202026-05-19T01:08:31.062Z Compiling zone v0.3.1
23212026-05-19T01:08:31.089Z Compiling serde-untagged v0.1.9
23222026-05-19T01:08:31.178Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-19T01:08:31.336Z Compiling toml v0.8.23
23242026-05-19T01:08:31.423Z Compiling smf v0.2.3
23252026-05-19T01:08:31.470Z Compiling filetime v0.2.27
23262026-05-19T01:08:31.484Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23272026-05-19T01:08:31.501Z Compiling xattr v1.6.1
23282026-05-19T01:08:31.504Z Compiling constant_time_eq v0.4.2
23292026-05-19T01:08:31.566Z Compiling arrayref v0.3.9
23302026-05-19T01:08:31.610Z Compiling arrayvec v0.7.6
23312026-05-19T01:08:31.656Z Compiling whoami v1.6.1
23322026-05-19T01:08:31.705Z Compiling unicode-xid v0.2.6
23332026-05-19T01:08:31.738Z Compiling same-file v1.0.6
23342026-05-19T01:08:31.760Z Compiling tar v0.4.45
23352026-05-19T01:08:31.773Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-05-19T01:08:31.868Z Compiling walkdir v2.5.0
23372026-05-19T01:08:31.882Z Compiling cargo-util-schemas v0.8.2
23382026-05-19T01:08:32.127Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23392026-05-19T01:08:32.384Z Compiling tokio-dtrace v0.1.1
23402026-05-19T01:08:32.461Z Compiling console v0.16.2
23412026-05-19T01:08:32.610Z Compiling gethostname v0.5.0
23422026-05-19T01:08:32.625Z Compiling cargo-platform v0.2.0
23432026-05-19T01:08:32.678Z Compiling topological-sort v0.2.2
23442026-05-19T01:08:32.694Z Compiling unit-prefix v0.5.2
23452026-05-19T01:08:32.736Z Compiling oxide-tokio-rt v0.1.4
23462026-05-19T01:08:32.776Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23472026-05-19T01:08:32.870Z Compiling indicatif v0.18.4
23482026-05-19T01:08:32.885Z Compiling shell-words v1.1.1
23492026-05-19T01:08:33.116Z Compiling cargo_metadata v0.21.0
23502026-05-19T01:08:42.307Z Compiling progenitor-client v0.14.0
23512026-05-19T01:08:42.337Z Compiling progenitor-client v0.10.0
23522026-05-19T01:08:42.337Z Compiling omicron-zone-package v0.12.2
23532026-05-19T01:08:42.428Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23542026-05-19T01:08:42.429Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23552026-05-19T01:08:42.462Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-19T01:08:42.510Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23572026-05-19T01:08:42.751Z Compiling progenitor-extras v0.2.0
23582026-05-19T01:08:42.788Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23592026-05-19T01:08:42.820Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23602026-05-19T01:08:42.841Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23612026-05-19T01:08:42.887Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-05-19T01:08:43.019Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632026-05-19T01:08:47.576Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-19T01:08:54.945Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-19T01:08:58.038Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-19T01:08:59.014Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-19T01:09:08.187Z Finished `release` profile [optimized] target(s) in 1m 39s
23682026-05-19T01:09:08.335Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-19T01:09:08.396ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-19T01:09:08.398ZCreated new build target 'test' and set it as active
23712026-05-19T01:09:08.401Z
23722026-05-19T01:09:08.401Zreal 1:39.560829289
23732026-05-19T01:09:08.401Zuser 16:26.157165087
23742026-05-19T01:09:08.402Zsys 2:32.061768430
23752026-05-19T01:09:08.402Ztrap 0.454474891
23762026-05-19T01:09:08.402Ztflt 2.835471148
23772026-05-19T01:09:08.402Zdflt 4.066616116
23782026-05-19T01:09:08.402Zkflt 0.000492100
23792026-05-19T01:09:08.402Zlock 51:26.348097174
23802026-05-19T01:09:08.402Zslp 42:21.043274705
23812026-05-19T01:09:08.402Zlat 40.945259174
23822026-05-19T01:09:08.402Zstop 5:15.067635098
23832026-05-19T01:09:08.402Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-19T01:09:09.284Z Finished `release` profile [optimized] target(s) in 0.87s
23852026-05-19T01:09:09.355Z Running `target/release/omicron-package -t test package`
23862026-05-19T01:09:09.415ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-19T01:09:10.809Z Compiling heck v0.5.0
23882026-05-19T01:09:10.809Z Compiling regress v0.11.1
23892026-05-19T01:09:10.809Z Compiling unsafe-libyaml v0.2.11
23902026-05-19T01:09:11.068Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-19T01:09:11.089Z Compiling regress v0.10.5
23922026-05-19T01:09:11.117Z Compiling unicode-width v0.1.14
23932026-05-19T01:09:11.138Z Compiling is-terminal v0.4.17
23942026-05-19T01:09:11.156Z Compiling prettyplease v0.2.37
23952026-05-19T01:09:11.156Z Compiling bytecount v0.6.9
23962026-05-19T01:09:11.159Z Compiling rustls v0.22.4
23972026-05-19T01:09:11.159Z Compiling rustls-webpki v0.102.8
23982026-05-19T01:09:11.195Z Compiling derive-where v1.6.0
23992026-05-19T01:09:11.198Z Compiling thread_local v1.1.9
24002026-05-19T01:09:11.198Z Compiling compression-core v0.4.31
24012026-05-19T01:09:11.216Z Compiling match_cfg v0.1.0
24022026-05-19T01:09:11.313Z Compiling multer v3.1.0
24032026-05-19T01:09:11.313Z Compiling slog-async v2.8.0
24042026-05-19T01:09:11.353Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24052026-05-19T01:09:11.377Z Compiling hostname v0.3.1
24062026-05-19T01:09:11.398Z Compiling crossbeam-channel v0.5.15
24072026-05-19T01:09:11.401Z Compiling slog-json v2.6.1
24082026-05-19T01:09:11.401Z Compiling futures-executor v0.3.32
24092026-05-19T01:09:11.461Z Compiling compression-codecs v0.4.37
24102026-05-19T01:09:11.464Z Compiling toml_datetime v1.0.0+spec-1.1.0
24112026-05-19T01:09:11.533Z Compiling serde_yaml v0.9.34+deprecated
24122026-05-19T01:09:11.555Z Compiling serde_spanned v1.0.4
24132026-05-19T01:09:11.660Z Compiling term v1.2.1
24142026-05-19T01:09:11.701Z Compiling take_mut v0.2.2
24152026-05-19T01:09:11.722Z Compiling toml_writer v1.0.6+spec-1.1.0
24162026-05-19T01:09:11.746Z Compiling async-compression v0.4.41
24172026-05-19T01:09:11.750Z Compiling futures v0.3.32
24182026-05-19T01:09:11.795Z Compiling slog-bunyan v2.5.0
24192026-05-19T01:09:11.918Z Compiling toml v1.0.6+spec-1.1.0
24202026-05-19T01:09:11.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212026-05-19T01:09:11.961Z Compiling dropshot v0.17.0
24222026-05-19T01:09:11.982Z Compiling slog-term v2.9.2
24232026-05-19T01:09:12.030Z Compiling async-stream v0.3.6
24242026-05-19T01:09:12.089Z Compiling num-rational v0.4.2
24252026-05-19T01:09:12.111Z Compiling progenitor-client v0.14.0
24262026-05-19T01:09:12.215Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24272026-05-19T01:09:12.236Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-05-19T01:09:12.255Z Compiling waitgroup v0.1.2
24292026-05-19T01:09:12.314Z Compiling backon v1.6.0
24302026-05-19T01:09:12.407Z Compiling rustls-pemfile v2.2.0
24312026-05-19T01:09:12.432Z Compiling num-complex v0.4.6
24322026-05-19T01:09:12.454Z Compiling hostname v0.4.2
24332026-05-19T01:09:12.457Z Compiling serde_path_to_error v0.1.20
24342026-05-19T01:09:12.457Z Compiling instant v0.1.13
24352026-05-19T01:09:12.514Z Compiling debug-ignore v1.0.5
24362026-05-19T01:09:12.540Z Compiling typify-impl v0.6.2
24372026-05-19T01:09:12.610Z Compiling backoff v0.4.0
24382026-05-19T01:09:12.610Z Compiling progenitor-extras v0.2.0
24392026-05-19T01:09:12.653Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-05-19T01:09:12.656Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-19T01:09:12.869Z Compiling num v0.4.3
24422026-05-19T01:09:12.872Z Compiling parse-display v0.10.0
24432026-05-19T01:09:12.913Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-19T01:09:12.932Z Compiling progenitor-client v0.13.0
24452026-05-19T01:09:12.955Z Compiling progenitor-client v0.10.0
24462026-05-19T01:09:12.979Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-19T01:09:13.065Z Compiling macaddr v1.0.1
24482026-05-19T01:09:13.086Z Compiling float-ord v0.3.2
24492026-05-19T01:09:13.109Z Compiling console v0.15.11
24502026-05-19T01:09:13.228Z Compiling newline-converter v0.3.0
24512026-05-19T01:09:13.272Z Compiling atomicwrites v0.4.4
24522026-05-19T01:09:13.327Z Compiling slog-dtrace v0.3.0
24532026-05-19T01:09:13.468Z Compiling tokio-rustls v0.25.0
24542026-05-19T01:09:13.524Z Compiling expectorate v1.2.0
24552026-05-19T01:09:13.545Z Compiling async-recursion v1.1.1
24562026-05-19T01:09:13.612Z Compiling cancel-safe-futures v0.1.5
24572026-05-19T01:09:13.651Z Compiling owo-colors v4.3.0
24582026-05-19T01:09:13.727Z Compiling libsw-core v0.3.2
24592026-05-19T01:09:13.761Z Compiling resolv-conf v0.7.6
24602026-05-19T01:09:13.784Z Compiling toml v0.8.23
24612026-05-19T01:09:13.940Z Compiling libsw v3.5.0
24622026-05-19T01:09:14.123Z Compiling linear-map v1.2.0
24632026-05-19T01:09:14.157Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-19T01:09:14.218Z Compiling linked-hash-map v0.5.6
24652026-05-19T01:09:14.261Z Compiling minimal-lexical v0.2.1
24662026-05-19T01:09:14.398Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24672026-05-19T01:09:14.398Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24682026-05-19T01:09:14.441Z Compiling lru-cache v0.1.2
24692026-05-19T01:09:14.445Z Compiling unicode-xid v0.2.6
24702026-05-19T01:09:14.481Z Compiling nom v7.1.3
24712026-05-19T01:09:14.514Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24722026-05-19T01:09:14.535Z Compiling globset v0.4.18
24732026-05-19T01:09:14.583Z Compiling hickory-proto v0.24.4
24742026-05-19T01:09:14.613Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-19T01:09:14.633Z Compiling convert_case v0.10.0
24762026-05-19T01:09:14.928Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24772026-05-19T01:09:15.000Z Compiling derive_more-impl v2.1.1
24782026-05-19T01:09:15.463Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-19T01:09:15.768Z Compiling pin-project-internal v1.1.11
24802026-05-19T01:09:15.850Z Compiling derive_more v2.1.1
24812026-05-19T01:09:15.876Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24822026-05-19T01:09:15.980Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24832026-05-19T01:09:16.012Z Compiling typify-macro v0.6.2
24842026-05-19T01:09:16.228Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-05-19T01:09:16.475Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862026-05-19T01:09:16.796Z Compiling pin-project v1.1.11
24872026-05-19T01:09:16.933Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24882026-05-19T01:09:17.150Z Compiling hickory-resolver v0.24.4
24892026-05-19T01:09:17.246Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24902026-05-19T01:09:17.377Z Compiling papergrid v0.11.0
24912026-05-19T01:09:17.424Z Compiling tabled_derive v0.7.0
24922026-05-19T01:09:17.618Z Compiling typify v0.6.2
24932026-05-19T01:09:17.887Z Compiling progenitor-impl v0.14.0
24942026-05-19T01:09:18.013Z Compiling progenitor-impl v0.13.0
24952026-05-19T01:09:18.348Z Compiling qorb v0.4.1
24962026-05-19T01:09:18.969Z Compiling pem v3.0.6
24972026-05-19T01:09:19.694Z Compiling snafu-derive v0.8.9
24982026-05-19T01:09:20.033Z Compiling progenitor-macro v0.14.0
24992026-05-19T01:09:20.152Z Compiling progenitor-macro v0.13.0
25002026-05-19T01:09:20.278Z Compiling termtree v0.5.1
25012026-05-19T01:09:20.493Z Compiling tabled v0.15.0
25022026-05-19T01:09:21.354Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25032026-05-19T01:09:22.247Z Compiling snafu v0.8.9
25042026-05-19T01:09:22.643Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25052026-05-19T01:09:22.689Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-19T01:09:22.844Z Compiling crossterm v0.29.0
25072026-05-19T01:09:23.109Z Compiling phf_shared v0.12.1
25082026-05-19T01:09:23.394Z Compiling olpc-cjson v0.1.4
25092026-05-19T01:09:23.645Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-19T01:09:24.081Z Compiling progenitor v0.14.0
25112026-05-19T01:09:24.122Z Compiling serde_plain v1.0.2
25122026-05-19T01:09:24.214Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25132026-05-19T01:09:24.261Z Compiling vte v0.14.1
25142026-05-19T01:09:24.282Z Compiling progenitor v0.13.0
25152026-05-19T01:09:24.450Z Compiling csv-core v0.1.13
25162026-05-19T01:09:24.482Z Compiling chrono-tz v0.10.4
25172026-05-19T01:09:24.531Z Compiling highway v1.3.0
25182026-05-19T01:09:24.737Z Compiling typed-path v0.9.3
25192026-05-19T01:09:24.879Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25202026-05-19T01:09:24.929Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25212026-05-19T01:09:25.290Z Compiling csv v1.4.0
25222026-05-19T01:09:25.374Z Compiling strip-ansi-escapes v0.2.1
25232026-05-19T01:09:25.750Z Compiling phf v0.12.1
25242026-05-19T01:09:25.910Z Compiling tough v0.20.0
25252026-05-19T01:09:25.950Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-19T01:09:26.277Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-19T01:09:26.762Z Compiling const_format_proc_macros v0.2.34
25282026-05-19T01:09:27.138Z Compiling fd-lock v4.0.4
25292026-05-19T01:09:27.322Z Compiling peg-macros v0.8.5
25302026-05-19T01:09:27.630Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25312026-05-19T01:09:27.659Z Compiling nu-ansi-term v0.50.3
25322026-05-19T01:09:27.912Z Compiling reedline v0.40.0
25332026-05-19T01:09:28.158Z Compiling const_format v0.2.35
25342026-05-19T01:09:28.287Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-05-19T01:09:28.594Z Compiling peg v0.8.5
25362026-05-19T01:09:28.654Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372026-05-19T01:09:28.692Z Compiling bcs v0.1.6
25382026-05-19T01:09:29.121Z Compiling semver v0.1.20
25392026-05-19T01:09:29.418Z Compiling rustc_version v0.1.7
25402026-05-19T01:09:29.662Z Compiling newtype_derive v0.1.6
25412026-05-19T01:09:29.685Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25422026-05-19T01:09:29.802Z Compiling smawk v0.3.2
25432026-05-19T01:09:29.890Z Compiling unicode-linebreak v0.1.5
25442026-05-19T01:09:29.937Z Compiling humantime v2.3.0
25452026-05-19T01:09:30.112Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25462026-05-19T01:09:30.194Z Compiling textwrap v0.16.2
25472026-05-19T01:09:30.485Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25482026-05-19T01:09:30.511Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25492026-05-19T01:09:30.940Z Compiling dropshot-api-manager-types v0.7.1
25502026-05-19T01:09:31.322Z Compiling base64 v0.21.7
25512026-05-19T01:09:31.543Z Compiling steno v0.4.1
25522026-05-19T01:09:31.613Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-19T01:09:31.811Z Compiling tagptr v0.2.0
25542026-05-19T01:09:31.863Z Compiling utf-8 v0.7.6
25552026-05-19T01:09:32.044Z Compiling moka v0.12.13
25562026-05-19T01:09:32.059Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-19T01:09:32.099Z Compiling tungstenite v0.21.0
25582026-05-19T01:09:32.241Z Compiling radium v0.7.0
25592026-05-19T01:09:32.275Z Compiling tap v1.0.1
25602026-05-19T01:09:32.427Z Compiling maybe-uninit v2.0.0
25612026-05-19T01:09:32.743Z Compiling tokio-tungstenite v0.21.0
25622026-05-19T01:09:33.048Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25632026-05-19T01:09:33.123Z Compiling hickory-resolver v0.25.2
25642026-05-19T01:09:33.148Z Compiling wyz v0.5.1
25652026-05-19T01:09:33.151Z Compiling zerocopy-derive v0.6.6
25662026-05-19T01:09:33.235Z Compiling display-error-chain v0.2.2
25672026-05-19T01:09:33.397Z Compiling packed_struct v0.10.1
25682026-05-19T01:09:33.432Z Compiling crc-catalog v2.4.0
25692026-05-19T01:09:33.530Z Compiling funty v2.0.0
25702026-05-19T01:09:33.559Z Compiling crc v3.4.0
25712026-05-19T01:09:33.861Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25722026-05-19T01:09:33.955Z Compiling zerocopy v0.6.6
25732026-05-19T01:09:33.975Z Compiling bitvec v1.0.1
25742026-05-19T01:09:34.235Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-05-19T01:09:34.335Z Compiling num-derive v0.3.3
25762026-05-19T01:09:34.477Z Compiling packed_struct_codegen v0.10.1
25772026-05-19T01:09:34.978Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25782026-05-19T01:09:35.221Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25792026-05-19T01:09:35.472Z Compiling bitfield-macros v0.19.4
25802026-05-19T01:09:35.755Z Compiling proc-macro-error-attr2 v2.0.0
25812026-05-19T01:09:36.161Z Compiling indexmap v1.9.3
25822026-05-19T01:09:36.233Z Compiling nodrop v0.1.14
25832026-05-19T01:09:36.405Z Compiling array-init v0.0.4
25842026-05-19T01:09:36.460Z Compiling bitfield v0.19.4
25852026-05-19T01:09:36.624Z Compiling proc-macro-error2 v2.0.1
25862026-05-19T01:09:36.837Z Compiling libscf-sys v1.1.0
25872026-05-19T01:09:36.970Z Compiling smallvec v0.6.14
25882026-05-19T01:09:37.001Z Compiling typify-impl v0.4.3
25892026-05-19T01:09:37.020Z Compiling hashbrown v0.12.3
25902026-05-19T01:09:37.249Z Compiling serde-hex v0.1.0
25912026-05-19T01:09:38.153Z Compiling tabled_derive v0.11.0
25922026-05-19T01:09:38.241Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25932026-05-19T01:09:38.379Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-05-19T01:09:38.897Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-19T01:09:39.078Z Compiling ron v0.8.1
25962026-05-19T01:09:39.142Z Compiling papergrid v0.17.0
25972026-05-19T01:09:39.197Z Compiling testing_table v0.3.0
25982026-05-19T01:09:39.350Z Compiling hashbrown v0.13.2
25992026-05-19T01:09:39.373Z Compiling vergen-gitcl v1.0.8
26002026-05-19T01:09:39.417Z Compiling dirs-sys-next v0.1.2
26012026-05-19T01:09:39.569Z Compiling maplit v1.0.2
26022026-05-19T01:09:39.602Z Compiling glob v0.3.3
26032026-05-19T01:09:39.631Z Compiling crunchy v0.2.4
26042026-05-19T01:09:39.690Z Compiling diesel_derives v2.3.7
26052026-05-19T01:09:39.693Z Compiling crc-any v2.5.0
26062026-05-19T01:09:39.990Z Compiling object v0.30.4
26072026-05-19T01:09:39.993Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26082026-05-19T01:09:39.993Z Compiling clang-sys v1.8.1
26092026-05-19T01:09:40.061Z Compiling dirs-next v2.0.0
26102026-05-19T01:09:40.129Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-19T01:09:40.151Z Compiling dsl_auto_type v0.2.0
26122026-05-19T01:09:40.208Z Compiling scheduled-thread-pool v0.2.7
26132026-05-19T01:09:40.386Z Compiling tabled v0.20.0
26142026-05-19T01:09:40.425Z Compiling typify-macro v0.4.3
26152026-05-19T01:09:40.655Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-19T01:09:40.696Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-19T01:09:40.807Z Compiling tiny-keccak v2.0.2
26182026-05-19T01:09:40.888Z Compiling path-slash v0.1.5
26192026-05-19T01:09:40.928Z Compiling xshell-macros v0.2.7
26202026-05-19T01:09:41.066Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-19T01:09:41.180Z Compiling r2d2 v0.8.10
26222026-05-19T01:09:41.334Z Compiling xshell v0.2.7
26232026-05-19T01:09:41.459Z Compiling term v0.7.0
26242026-05-19T01:09:41.479Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-05-19T01:09:41.990Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-19T01:09:42.044Z Compiling downcast-rs v2.0.2
26272026-05-19T01:09:42.065Z Compiling bit-vec v0.6.3
26282026-05-19T01:09:42.183Z Compiling ascii-canvas v3.0.0
26292026-05-19T01:09:42.318Z Compiling bit-set v0.5.3
26302026-05-19T01:09:42.449Z Compiling itertools v0.10.5
26312026-05-19T01:09:42.478Z Compiling ena v0.14.4
26322026-05-19T01:09:42.510Z Compiling libloading v0.8.9
26332026-05-19T01:09:42.708Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-05-19T01:09:42.729Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26352026-05-19T01:09:42.751Z Compiling bindgen v0.71.1
26362026-05-19T01:09:43.036Z Compiling diff v0.1.13
26372026-05-19T01:09:43.292Z Compiling unicase v2.9.0
26382026-05-19T01:09:43.572Z Compiling regex-syntax v0.6.29
26392026-05-19T01:09:43.627Z Compiling crc8 v0.1.1
26402026-05-19T01:09:43.941Z Compiling typify v0.4.3
26412026-05-19T01:09:44.080Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-05-19T01:09:44.762Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-05-19T01:09:44.785Z Compiling cexpr v0.6.0
26442026-05-19T01:09:44.930Z Compiling lalrpop v0.19.12
26452026-05-19T01:09:45.355Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-05-19T01:09:45.388Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-05-19T01:09:45.433Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-19T01:09:45.457Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-19T01:09:45.592Z Compiling headers-core v0.3.0
26502026-05-19T01:09:45.642Z Compiling libxml v0.3.3
26512026-05-19T01:09:45.788Z Compiling headers v0.4.1
26522026-05-19T01:09:45.844Z Compiling diesel v2.3.7
26532026-05-19T01:09:45.954Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-19T01:09:46.109Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-19T01:09:46.331Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26562026-05-19T01:09:46.795Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-05-19T01:09:47.166Z Compiling strum_macros v0.24.3
26582026-05-19T01:09:47.279Z Compiling indoc v1.0.9
26592026-05-19T01:09:47.856Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-19T01:09:48.075Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-19T01:09:48.243Z Compiling derive_builder v0.20.2
26622026-05-19T01:09:48.413Z Compiling oso-derive v0.27.3
26632026-05-19T01:09:48.445Z Compiling quick-xml v0.37.5
26642026-05-19T01:09:48.519Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-19T01:09:48.756Z Compiling half v1.8.3
26662026-05-19T01:09:48.939Z Compiling openssl-probe v0.1.6
26672026-05-19T01:09:49.195Z Compiling serde_cbor v0.11.2
26682026-05-19T01:09:49.273Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26692026-05-19T01:09:49.395Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-19T01:09:49.510Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-19T01:09:49.768Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-19T01:09:49.978Z Compiling bb8 v0.8.6
26732026-05-19T01:09:50.003Z Compiling samael v0.0.19
26742026-05-19T01:09:50.006Z Compiling trait-variant v0.1.2
26752026-05-19T01:09:50.048Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26762026-05-19T01:09:50.235Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26772026-05-19T01:09:50.326Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26782026-05-19T01:09:50.369Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26792026-05-19T01:09:50.563Z Compiling fxhash v0.2.1
26802026-05-19T01:09:50.586Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26812026-05-19T01:09:50.621Z Compiling salty v0.3.0
26822026-05-19T01:09:50.784Z Compiling progenitor-impl v0.11.2
26832026-05-19T01:09:50.932Z Compiling progenitor-impl v0.10.0
26842026-05-19T01:09:51.066Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-19T01:09:51.101Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-19T01:09:51.468Z Compiling kstat-rs v0.2.4
26872026-05-19T01:09:51.724Z Compiling libz-sys v1.1.24
26882026-05-19T01:09:51.747Z Compiling nonempty v0.12.0
26892026-05-19T01:09:51.983Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902026-05-19T01:09:52.004Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26912026-05-19T01:09:52.322Z Compiling polar-core v0.27.3
26922026-05-19T01:09:52.974Z Compiling progenitor-macro v0.11.2
26932026-05-19T01:09:53.143Z Compiling progenitor-macro v0.10.0
26942026-05-19T01:09:54.272Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-19T01:09:55.586Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-19T01:09:55.610Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-19T01:09:56.162Z Compiling progenitor-client v0.11.2
26982026-05-19T01:09:56.749Z Compiling darling_core v0.23.0
26992026-05-19T01:09:56.770Z Compiling nanorand v0.7.0
27002026-05-19T01:09:56.926Z Compiling arc-swap v1.8.2
27012026-05-19T01:09:57.150Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27022026-05-19T01:09:57.172Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032026-05-19T01:09:57.293Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27042026-05-19T01:09:58.902Z Compiling fs-err v2.11.0
27052026-05-19T01:09:59.371Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27062026-05-19T01:10:00.429Z Compiling parking_lot_core v0.8.6
27072026-05-19T01:10:00.740Z Compiling mime_guess v2.0.5
27082026-05-19T01:10:01.275Z Compiling oso v0.27.3
27092026-05-19T01:10:01.581Z Compiling darling_macro v0.23.0
27102026-05-19T01:10:01.625Z Compiling slog-scope v4.4.1
27112026-05-19T01:10:02.083Z Compiling progenitor v0.10.0
27122026-05-19T01:10:02.107Z Compiling flume v0.11.1
27132026-05-19T01:10:02.274Z Compiling progenitor v0.11.2
27142026-05-19T01:10:02.463Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-05-19T01:10:02.511Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27162026-05-19T01:10:04.794Z Compiling async-bb8-diesel v0.2.1
27172026-05-19T01:10:04.836Z Compiling diesel-dtrace v0.5.0
27182026-05-19T01:10:04.998Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-05-19T01:10:05.175Z Compiling primeorder v0.13.6
27202026-05-19T01:10:05.452Z Compiling git-stub v1.0.0
27212026-05-19T01:10:05.489Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-19T01:10:05.722Z Compiling instability v0.3.11
27232026-05-19T01:10:05.901Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-05-19T01:10:06.220Z Compiling git-stub-vcs v0.1.0
27252026-05-19T01:10:06.620Z Compiling p384 v0.13.1
27262026-05-19T01:10:06.757Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-19T01:10:07.705Z Compiling darling v0.23.0
27282026-05-19T01:10:07.809Z Compiling slog-stdlog v4.1.1
27292026-05-19T01:10:08.283Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-19T01:10:08.383Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-05-19T01:10:08.476Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27322026-05-19T01:10:08.549Z Compiling ignore v0.4.25
27332026-05-19T01:10:08.552Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-19T01:10:08.757Z Compiling castaway v0.2.4
27352026-05-19T01:10:08.913Z Compiling atty v0.2.14
27362026-05-19T01:10:09.063Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-19T01:10:09.296Z Compiling parse-size v1.1.0
27382026-05-19T01:10:09.520Z Compiling indoc v2.0.7
27392026-05-19T01:10:09.542Z Compiling http-range v0.1.5
27402026-05-19T01:10:09.883Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-19T01:10:09.958Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-19T01:10:10.752Z Compiling globwalk v0.9.1
27432026-05-19T01:10:11.284Z Compiling compact_str v0.8.1
27442026-05-19T01:10:11.449Z Compiling parking_lot v0.11.2
27452026-05-19T01:10:12.384Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-05-19T01:10:12.426Z Compiling slog-envlogger v2.2.0
27472026-05-19T01:10:13.516Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-19T01:10:13.614Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-19T01:10:13.900Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-19T01:10:13.987Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-19T01:10:14.117Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-19T01:10:14.255Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-19T01:10:14.780Z Compiling predicates-tree v1.0.13
27542026-05-19T01:10:14.827Z Compiling unicode-truncate v1.1.0
27552026-05-19T01:10:14.958Z Compiling lru v0.12.5
27562026-05-19T01:10:15.041Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-19T01:10:15.099Z Compiling rand_seeder v0.4.0
27582026-05-19T01:10:15.188Z Compiling prefix-trie v0.7.0
27592026-05-19T01:10:15.210Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-19T01:10:15.237Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-19T01:10:15.359Z Compiling vergen-git2 v1.0.7
27622026-05-19T01:10:15.461Z Compiling cassowary v0.3.0
27632026-05-19T01:10:15.574Z Compiling corncobs v0.1.4
27642026-05-19T01:10:15.628Z Compiling hickory-server v0.25.2
27652026-05-19T01:10:15.668Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-19T01:10:15.727Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-19T01:10:15.824Z Compiling ratatui v0.29.0
27682026-05-19T01:10:15.845Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-05-19T01:10:15.973Z Compiling camino-tempfile-ext v0.3.3
27702026-05-19T01:10:16.084Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712026-05-19T01:10:16.434Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-19T01:10:16.643Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27732026-05-19T01:10:16.726Z Compiling hyper-staticfile v0.10.1
27742026-05-19T01:10:17.072Z Compiling sled v0.34.7
27752026-05-19T01:10:17.946Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-19T01:10:18.108Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-19T01:10:18.650Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-19T01:10:19.974Z Compiling secrecy v0.8.0
27792026-05-19T01:10:20.168Z Compiling rustls v0.21.12
27802026-05-19T01:10:20.389Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27812026-05-19T01:10:20.684Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-19T01:10:20.707Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27832026-05-19T01:10:21.492Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-19T01:10:21.792Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-19T01:10:22.596Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-19T01:10:22.774Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-19T01:10:23.057Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-19T01:10:24.283Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-19T01:10:24.659Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-05-19T01:10:24.885Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-05-19T01:10:25.107Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-05-19T01:10:25.332Z Compiling rustls-webpki v0.101.7
27932026-05-19T01:10:25.629Z Compiling sct v0.7.1
27942026-05-19T01:10:25.898Z Compiling nix v0.29.0
27952026-05-19T01:10:25.919Z Compiling dropshot v0.16.7
27962026-05-19T01:10:26.157Z Compiling void v1.0.2
27972026-05-19T01:10:26.305Z Compiling lzss v0.8.2
27982026-05-19T01:10:26.507Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-19T01:10:26.609Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-19T01:10:26.802Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-19T01:10:27.011Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-19T01:10:27.835Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-19T01:10:27.877Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-19T01:10:28.122Z Compiling tungstenite v0.23.0
28052026-05-19T01:10:28.538Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-19T01:10:28.907Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-05-19T01:10:29.088Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-05-19T01:10:29.128Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-05-19T01:10:29.310Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-05-19T01:10:29.352Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-19T01:10:29.534Z Compiling nix v0.27.1
28122026-05-19T01:10:30.469Z Compiling dropshot_endpoint v0.16.7
28132026-05-19T01:10:30.493Z Compiling serde_bytes v0.11.19
28142026-05-19T01:10:30.724Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28152026-05-19T01:10:30.870Z Compiling tokio-tungstenite v0.23.1
28162026-05-19T01:10:30.896Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28172026-05-19T01:10:31.257Z Compiling git2 v0.20.4
28182026-05-19T01:10:31.283Z Compiling tokio-rustls v0.24.1
28192026-05-19T01:10:32.016Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28202026-05-19T01:10:34.062Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28212026-05-19T01:10:34.296Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-05-19T01:10:35.945Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28232026-05-19T01:10:36.608Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-19T01:10:37.030Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-19T01:10:37.142Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-19T01:10:37.290Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-19T01:10:38.998Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-19T01:10:39.500Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-19T01:10:39.680Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-19T01:10:39.760Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-19T01:10:40.646Z Compiling rustls-pemfile v1.0.4
28322026-05-19T01:10:40.671Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28332026-05-19T01:10:41.050Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28342026-05-19T01:10:41.558Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28352026-05-19T01:10:42.074Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28362026-05-19T01:10:43.372Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-19T01:10:44.115Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-19T01:10:44.219Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-19T01:10:44.444Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-19T01:10:44.905Z Compiling signal-hook-tokio v0.3.1
28412026-05-19T01:10:45.090Z Compiling twox-hash v2.1.2
28422026-05-19T01:10:45.167Z Compiling yasna v0.5.2
28432026-05-19T01:10:45.257Z Compiling is_ci v1.2.0
28442026-05-19T01:10:45.474Z Compiling supports-color v3.0.2
28452026-05-19T01:10:45.612Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28462026-05-19T01:10:45.770Z Compiling rcgen v0.12.1
28472026-05-19T01:10:45.894Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-19T01:10:46.152Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-19T01:10:46.558Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-19T01:10:46.702Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-19T01:10:46.766Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-19T01:10:47.020Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-05-19T01:10:48.428Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-05-19T01:10:48.607Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-05-19T01:10:50.343Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-19T01:10:50.922Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28572026-05-19T01:10:51.160Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28582026-05-19T01:10:51.390Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-19T01:10:51.632Z Compiling fatfs v0.3.6
28602026-05-19T01:10:51.744Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-19T01:10:52.123Z Compiling subprocess v0.2.15
28622026-05-19T01:10:52.884Z Compiling rtoolbox v0.0.3
28632026-05-19T01:10:53.167Z Compiling seq-macro v0.3.6
28642026-05-19T01:10:53.669Z Compiling assert_matches v1.5.0
28652026-05-19T01:10:53.798Z Compiling rpassword v7.4.0
28662026-05-19T01:10:54.100Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28672026-05-19T01:10:54.321Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-19T01:10:54.385Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-19T01:10:54.898Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28702026-05-19T01:10:55.071Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28712026-05-19T01:10:55.487Z Compiling tui-tree-widget v0.23.1
28722026-05-19T01:10:55.781Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-19T01:10:55.828Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-19T01:10:55.901Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-19T01:10:56.365Z Compiling uzers v0.12.2
28762026-05-19T01:10:57.508Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-19T01:10:57.822Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-19T01:10:58.839Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-19T01:10:59.208Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-19T01:11:00.901Z Compiling support-bundle-viewer v0.1.2
28812026-05-19T01:11:02.791Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28822026-05-19T01:11:03.459Z Compiling multimap v0.10.1
28832026-05-19T01:11:11.529Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28842026-05-19T01:11:11.851Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28852026-05-19T01:11:13.111Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28862026-05-19T01:11:22.177Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-19T01:16:31.751Z Finished `release` profile [optimized] target(s) in 7m 22s
28882026-05-19T01:17:16.516Z
28892026-05-19T01:17:16.516Zreal 8:08.093592713
28902026-05-19T01:17:16.516Zuser 1:16:51.233849568
28912026-05-19T01:17:16.519Zsys 3:27.131147658
28922026-05-19T01:17:16.519Ztrap 1.699409756
28932026-05-19T01:17:16.519Ztflt 2.917247271
28942026-05-19T01:17:16.519Zdflt 18.366960589
28952026-05-19T01:17:16.519Zkflt 0.094882992
28962026-05-19T01:17:16.519Zlock 6:21:42.458095370
28972026-05-19T01:17:16.519Zslp 2:11:59.346878736
28982026-05-19T01:17:16.519Zlat 2:19.576523764
28992026-05-19T01:17:16.519Zstop 5:08.577707645
29002026-05-19T01:17:16.519Z+ mapfile -t packages
29012026-05-19T01:17:16.519Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-19T01:17:17.448Z Finished `release` profile [optimized] target(s) in 0.92s
29032026-05-19T01:17:17.519Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-19T01:17:17.569ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-19T01:17:17.572Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-19T01:17:18.095Z Compiling libc v0.2.185
29072026-05-19T01:17:18.095Z Compiling serde v1.0.228
29082026-05-19T01:17:18.100Z Compiling serde_core v1.0.228
29092026-05-19T01:17:18.100Z Compiling rustix v1.1.3
29102026-05-19T01:17:18.100Z Compiling bitflags v2.11.0
29112026-05-19T01:17:18.100Z Compiling serde_json v1.0.149
29122026-05-19T01:17:18.188Z Compiling num-traits v0.2.19
29132026-05-19T01:17:18.213Z Compiling syn v2.0.117
29142026-05-19T01:17:18.240Z Compiling smallvec v1.15.1
29152026-05-19T01:17:18.279Z Compiling indexmap v2.14.0
29162026-05-19T01:17:18.279Z Compiling usdt-impl v0.5.0
29172026-05-19T01:17:18.300Z Compiling syn v1.0.109
29182026-05-19T01:17:18.312Z Compiling percent-encoding v2.3.2
29192026-05-19T01:17:18.316Z Compiling getrandom v0.4.1
29202026-05-19T01:17:18.474Z Compiling log v0.4.29
29212026-05-19T01:17:18.566Z Compiling form_urlencoded v1.2.2
29222026-05-19T01:17:18.676Z Compiling fs-err v3.3.0
29232026-05-19T01:17:18.676Z Compiling heck v0.4.1
29242026-05-19T01:17:18.694Z Compiling once_cell v1.21.3
29252026-05-19T01:17:18.697Z Compiling anyhow v1.0.102
29262026-05-19T01:17:18.903Z Compiling errno v0.3.14
29272026-05-19T01:17:18.903Z Compiling thread-id v4.2.2
29282026-05-19T01:17:18.906Z Compiling memmap v0.7.0
29292026-05-19T01:17:19.215Z Compiling ordered-float v2.10.1
29302026-05-19T01:17:19.746Z Compiling proc-macro-error v1.0.4
29312026-05-19T01:17:19.890Z Compiling terminal_size v0.4.3
29322026-05-19T01:17:19.890Z Compiling tempfile v3.25.0
29332026-05-19T01:17:19.987Z Compiling clap_builder v4.5.60
29342026-05-19T01:17:19.987Z Compiling textwrap v0.16.2
29352026-05-19T01:17:20.008Z Compiling tabled_derive v0.7.0
29362026-05-19T01:17:20.126Z Compiling camino-tempfile v1.4.1
29372026-05-19T01:17:20.649Z Compiling tabled v0.15.0
29382026-05-19T01:17:20.707Z Compiling synstructure v0.13.2
29392026-05-19T01:17:20.707Z Compiling pest_generator v2.8.6
29402026-05-19T01:17:21.099Z Compiling serde_derive v1.0.228
29412026-05-19T01:17:21.099Z Compiling zerovec-derive v0.11.2
29422026-05-19T01:17:21.103Z Compiling displaydoc v0.2.5
29432026-05-19T01:17:21.103Z Compiling thiserror-impl v1.0.69
29442026-05-19T01:17:21.103Z Compiling zerocopy-derive v0.7.35
29452026-05-19T01:17:21.103Z Compiling scroll_derive v0.12.1
29462026-05-19T01:17:21.103Z Compiling thiserror-impl v2.0.18
29472026-05-19T01:17:21.120Z Compiling clap_derive v4.5.55
29482026-05-19T01:17:21.140Z Compiling zerofrom-derive v0.1.6
29492026-05-19T01:17:21.149Z Compiling yoke-derive v0.8.1
29502026-05-19T01:17:21.213Z Compiling pest_derive v2.8.6
29512026-05-19T01:17:21.854Z Compiling scroll v0.12.0
29522026-05-19T01:17:21.939Z Compiling zerocopy v0.7.35
29532026-05-19T01:17:22.134Z Compiling goblin v0.8.2
29542026-05-19T01:17:22.261Z Compiling thiserror v1.0.69
29552026-05-19T01:17:22.311Z Compiling thiserror v2.0.18
29562026-05-19T01:17:22.325Z Compiling zerofrom v0.1.6
29572026-05-19T01:17:22.349Z Compiling dtrace-parser v0.2.0
29582026-05-19T01:17:22.463Z Compiling yoke v0.8.1
29592026-05-19T01:17:22.680Z Compiling zerovec v0.11.5
29602026-05-19T01:17:22.763Z Compiling zerotrie v0.2.3
29612026-05-19T01:17:22.840Z Compiling clap v4.5.60
29622026-05-19T01:17:23.214Z Compiling tinystr v0.8.2
29632026-05-19T01:17:23.290Z Compiling potential_utf v0.1.4
29642026-05-19T01:17:23.453Z Compiling icu_locale_core v2.1.1
29652026-05-19T01:17:23.496Z Compiling icu_collections v2.1.1
29662026-05-19T01:17:24.250Z Compiling icu_provider v2.1.1
29672026-05-19T01:17:24.656Z Compiling icu_properties v2.1.2
29682026-05-19T01:17:24.684Z Compiling icu_normalizer v2.1.1
29692026-05-19T01:17:24.749Z Compiling toml_datetime v0.6.11
29702026-05-19T01:17:24.760Z Compiling serde_spanned v0.6.9
29712026-05-19T01:17:24.772Z Compiling dof v0.3.0
29722026-05-19T01:17:24.824Z Compiling serde-value v0.7.0
29732026-05-19T01:17:24.941Z Compiling toml_edit v0.22.27
29742026-05-19T01:17:24.953Z Compiling serde_tokenstream v0.2.3
29752026-05-19T01:17:25.121Z Compiling cargo-platform v0.2.0
29762026-05-19T01:17:25.164Z Compiling macaddr v1.0.1
29772026-05-19T01:17:25.575Z Compiling idna_adapter v1.2.1
29782026-05-19T01:17:25.685Z Compiling idna v1.1.0
29792026-05-19T01:17:25.732Z Compiling usdt-attr-macro v0.5.0
29802026-05-19T01:17:25.786Z Compiling usdt-macro v0.5.0
29812026-05-19T01:17:26.090Z Compiling url v2.5.8
29822026-05-19T01:17:26.385Z Compiling usdt v0.5.0
29832026-05-19T01:17:26.484Z Compiling toml v0.8.23
29842026-05-19T01:17:26.902Z Compiling cargo-util-schemas v0.8.2
29852026-05-19T01:17:26.902Z Compiling cargo_toml v0.21.0
29862026-05-19T01:17:27.941Z Compiling cargo_metadata v0.21.0
29872026-05-19T01:17:30.987Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-19T01:17:33.995Z Finished `release` profile [optimized] target(s) in 16.41s
29892026-05-19T01:17:34.153Z
29902026-05-19T01:17:34.156Zreal 16.548594946
29912026-05-19T01:17:34.156Zuser 2:21.095285732
29922026-05-19T01:17:34.156Zsys 16.389557690
29932026-05-19T01:17:34.156Ztrap 0.092240111
29942026-05-19T01:17:34.156Ztflt 0.434147118
29952026-05-19T01:17:34.156Zdflt 1.534777286
29962026-05-19T01:17:34.156Zkflt 0.000087730
29972026-05-19T01:17:34.156Zlock 5:19.286614618
29982026-05-19T01:17:34.156Zslp 3:28.400103363
29992026-05-19T01:17:34.156Zlat 5.925306806
30002026-05-19T01:17:34.156Zstop 17.913333701
30012026-05-19T01:17:34.156Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-19T01:17:34.156Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-19T01:17:34.156Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-19T01:17:34.156Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-19T01:17:34.156Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-19T01:17:35.095Z Compiling newtype-uuid-macros v0.1.0
30072026-05-19T01:17:35.098Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-19T01:17:35.098Z Compiling regress v0.10.5
30092026-05-19T01:17:35.239Z Compiling structmeta-derive v0.3.0
30102026-05-19T01:17:35.256Z Compiling rustls v0.22.4
30112026-05-19T01:17:35.270Z Compiling rustls-webpki v0.102.8
30122026-05-19T01:17:35.273Z Compiling multer v3.1.0
30132026-05-19T01:17:35.285Z Compiling debug-ignore v1.0.5
30142026-05-19T01:17:35.288Z Compiling match_cfg v0.1.0
30152026-05-19T01:17:35.288Z Compiling compression-core v0.4.31
30162026-05-19T01:17:35.288Z Compiling slog-json v2.6.1
30172026-05-19T01:17:35.316Z Compiling async-stream-impl v0.3.6
30182026-05-19T01:17:35.319Z Compiling toml_datetime v1.0.0+spec-1.1.0
30192026-05-19T01:17:35.319Z Compiling serde_spanned v1.0.4
30202026-05-19T01:17:35.319Z Compiling dropshot v0.17.0
30212026-05-19T01:17:35.319Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-19T01:17:35.566Z Compiling hostname v0.3.1
30232026-05-19T01:17:35.584Z Compiling compression-codecs v0.4.37
30242026-05-19T01:17:35.602Z Compiling itertools v0.14.0
30252026-05-19T01:17:35.618Z Compiling toml v1.0.6+spec-1.1.0
30262026-05-19T01:17:35.635Z Compiling waitgroup v0.1.2
30272026-05-19T01:17:35.638Z Compiling rustls-pemfile v2.2.0
30282026-05-19T01:17:35.717Z Compiling slog-bunyan v2.5.0
30292026-05-19T01:17:35.720Z Compiling dropshot_endpoint v0.17.0
30302026-05-19T01:17:35.736Z Compiling hostname v0.4.2
30312026-05-19T01:17:35.790Z Compiling async-compression v0.4.41
30322026-05-19T01:17:35.807Z Compiling serde_path_to_error v0.1.20
30332026-05-19T01:17:35.846Z Compiling progenitor-client v0.14.0
30342026-05-19T01:17:35.872Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-19T01:17:35.909Z Compiling macaddr v1.0.1
30362026-05-19T01:17:35.909Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-19T01:17:36.012Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-05-19T01:17:36.056Z Compiling async-stream v0.3.6
30392026-05-19T01:17:36.075Z Compiling instant v0.1.13
30402026-05-19T01:17:36.092Z Compiling progenitor-client v0.10.0
30412026-05-19T01:17:36.119Z Compiling backon v1.6.0
30422026-05-19T01:17:36.119Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-05-19T01:17:36.168Z Compiling backoff v0.4.0
30442026-05-19T01:17:36.184Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30452026-05-19T01:17:36.188Z Compiling universal-hash v0.5.1
30462026-05-19T01:17:36.214Z Compiling opaque-debug v0.3.1
30472026-05-19T01:17:36.249Z Compiling half v2.7.1
30482026-05-19T01:17:36.302Z Compiling progenitor-extras v0.2.0
30492026-05-19T01:17:36.335Z Compiling unsafe-libyaml v0.2.11
30502026-05-19T01:17:36.352Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-19T01:17:36.352Z Compiling crucible-workspace-hack v0.1.0
30522026-05-19T01:17:36.382Z Compiling structmeta v0.3.0
30532026-05-19T01:17:36.398Z Compiling ciborium-io v0.2.2
30542026-05-19T01:17:36.415Z Compiling convert_case v0.4.0
30552026-05-19T01:17:36.607Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-05-19T01:17:36.610Z Compiling ciborium-ll v0.2.2
30572026-05-19T01:17:36.610Z Compiling regress v0.11.1
30582026-05-19T01:17:36.610Z Compiling aead v0.5.2
30592026-05-19T01:17:36.610Z Compiling secrecy v0.10.3
30602026-05-19T01:17:36.636Z Compiling derive-ex v0.1.8
30612026-05-19T01:17:36.670Z Compiling parse-display-derive v0.10.0
30622026-05-19T01:17:36.724Z Compiling ciborium v0.2.2
30632026-05-19T01:17:36.763Z Compiling poly1305 v0.8.0
30642026-05-19T01:17:36.781Z Compiling chacha20 v0.9.1
30652026-05-19T01:17:36.798Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30662026-05-19T01:17:36.816Z Compiling derive_more v0.99.20
30672026-05-19T01:17:36.833Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682026-05-19T01:17:36.892Z Compiling serde_yaml v0.9.34+deprecated
30692026-05-19T01:17:37.012Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30702026-05-19T01:17:37.063Z Compiling thiserror-impl-no-std v2.0.2
30712026-05-19T01:17:37.099Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-19T01:17:37.115Z Compiling byte-wrapper v0.1.0
30732026-05-19T01:17:37.222Z Compiling blake2 v0.10.6
30742026-05-19T01:17:37.300Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30752026-05-19T01:17:37.329Z Compiling password-hash v0.5.0
30762026-05-19T01:17:37.358Z Compiling chacha20poly1305 v0.10.1
30772026-05-19T01:17:37.511Z Compiling indent_write v2.2.0
30782026-05-19T01:17:37.534Z Compiling heapless v0.8.0
30792026-05-19T01:17:37.537Z Compiling ingot-macros v0.1.1
30802026-05-19T01:17:37.566Z Compiling toml_edit v0.23.10+spec-1.0.0
30812026-05-19T01:17:37.678Z Compiling tokio-rustls v0.25.0
30822026-05-19T01:17:37.793Z Compiling argon2 v0.5.3
30832026-05-19T01:17:37.838Z Compiling hash32 v0.3.1
30842026-05-19T01:17:38.018Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-05-19T01:17:38.058Z Compiling smoltcp v0.11.0
30862026-05-19T01:17:38.277Z Compiling typify-impl v0.6.2
30872026-05-19T01:17:38.314Z Compiling thiserror-no-std v2.0.2
30882026-05-19T01:17:38.410Z Compiling vsss-rs v3.3.4
30892026-05-19T01:17:38.428Z Compiling test-strategy v0.4.5
30902026-05-19T01:17:38.431Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30912026-05-19T01:17:38.496Z Compiling parse-display v0.10.0
30922026-05-19T01:17:38.510Z Compiling proc-macro-crate v3.4.0
30932026-05-19T01:17:38.670Z Compiling tabwriter v1.4.1
30942026-05-19T01:17:38.733Z Compiling num-rational v0.4.2
30952026-05-19T01:17:38.826Z Compiling cobs v0.3.0
30962026-05-19T01:17:38.928Z Compiling num-complex v0.4.6
30972026-05-19T01:17:38.991Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-05-19T01:17:39.021Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30992026-05-19T01:17:39.044Z Compiling postcard v1.1.3
31002026-05-19T01:17:39.089Z Compiling num_enum_derive v0.7.5
31012026-05-19T01:17:39.170Z Compiling proc-macro-error v1.0.4
31022026-05-19T01:17:39.222Z Compiling proc-macro-crate v1.3.1
31032026-05-19T01:17:39.339Z Compiling num v0.4.3
31042026-05-19T01:17:39.339Z Compiling foreign-types-macros v0.2.3
31052026-05-19T01:17:39.412Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31062026-05-19T01:17:39.434Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31072026-05-19T01:17:39.463Z Compiling foreign-types-shared v0.3.1
31082026-05-19T01:17:39.483Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31092026-05-19T01:17:39.512Z Compiling float-ord v0.3.2
31102026-05-19T01:17:39.579Z Compiling rayon-core v1.13.0
31112026-05-19T01:17:39.652Z Compiling colored v3.1.1
31122026-05-19T01:17:39.669Z Compiling cpufeatures v0.3.0
31132026-05-19T01:17:39.684Z Compiling num_enum_derive v0.5.11
31142026-05-19T01:17:39.768Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31152026-05-19T01:17:39.787Z Compiling chacha20 v0.10.0
31162026-05-19T01:17:39.958Z Compiling crossbeam-deque v0.8.6
31172026-05-19T01:17:39.978Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31182026-05-19T01:17:39.981Z Compiling camino-tempfile v1.4.1
31192026-05-19T01:17:40.076Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-05-19T01:17:40.080Z Compiling foreign-types v0.5.0
31212026-05-19T01:17:40.080Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31222026-05-19T01:17:40.080Z Compiling cstr-argument v0.1.2
31232026-05-19T01:17:40.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31242026-05-19T01:17:40.178Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31252026-05-19T01:17:40.207Z Compiling num_enum v0.7.5
31262026-05-19T01:17:40.235Z Compiling rand v0.10.0
31272026-05-19T01:17:40.255Z Compiling toml v0.8.23
31282026-05-19T01:17:40.354Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-05-19T01:17:40.357Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-05-19T01:17:40.463Z Compiling zone_cfg_derive v0.3.1
31312026-05-19T01:17:40.492Z Compiling ingot-types v0.1.2
31322026-05-19T01:17:40.509Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31332026-05-19T01:17:40.535Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31342026-05-19T01:17:40.569Z Compiling rayon v1.11.0
31352026-05-19T01:17:40.589Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31362026-05-19T01:17:40.614Z Compiling itertools v0.12.1
31372026-05-19T01:17:40.654Z Compiling num-derive v0.4.2
31382026-05-19T01:17:40.684Z Compiling sigpipe v0.1.3
31392026-05-19T01:17:40.740Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31402026-05-19T01:17:40.780Z Compiling num_enum v0.5.11
31412026-05-19T01:17:40.795Z Compiling glob v0.3.3
31422026-05-19T01:17:40.810Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31432026-05-19T01:17:40.910Z Compiling ingot v0.1.1
31442026-05-19T01:17:40.927Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31452026-05-19T01:17:40.945Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31462026-05-19T01:17:40.964Z Compiling smf v0.2.3
31472026-05-19T01:17:41.052Z Compiling whoami v1.6.1
31482026-05-19T01:17:41.184Z Compiling prettyplease v0.2.37
31492026-05-19T01:17:41.203Z Compiling gethostname v0.5.0
31502026-05-19T01:17:41.219Z Compiling atomicwrites v0.4.4
31512026-05-19T01:17:41.258Z Compiling usdt-attr-macro v0.5.0
31522026-05-19T01:17:41.349Z Compiling usdt-macro v0.5.0
31532026-05-19T01:17:41.366Z Compiling memmap v0.7.0
31542026-05-19T01:17:41.438Z Compiling derive-where v1.6.0
31552026-05-19T01:17:41.456Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-19T01:17:41.510Z Compiling progenitor-client v0.13.0
31572026-05-19T01:17:41.578Z Compiling cancel-safe-futures v0.1.5
31582026-05-19T01:17:41.617Z Compiling owo-colors v4.3.0
31592026-05-19T01:17:41.638Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31602026-05-19T01:17:41.820Z Compiling zone v0.3.1
31612026-05-19T01:17:41.859Z Compiling resolv-conf v0.7.6
31622026-05-19T01:17:41.901Z Compiling libsw-core v0.3.2
31632026-05-19T01:17:42.039Z Compiling async-recursion v1.1.1
31642026-05-19T01:17:42.059Z Compiling libsw v3.5.0
31652026-05-19T01:17:42.155Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-19T01:17:42.231Z Compiling usdt v0.5.0
31672026-05-19T01:17:42.271Z Compiling console v0.15.11
31682026-05-19T01:17:42.342Z Compiling newline-converter v0.3.0
31692026-05-19T01:17:42.388Z Compiling libefi-sys v0.1.0
31702026-05-19T01:17:42.503Z Compiling linear-map v1.2.0
31712026-05-19T01:17:42.552Z Compiling hickory-proto v0.24.4
31722026-05-19T01:17:42.581Z Compiling bitfield-struct v0.6.2
31732026-05-19T01:17:42.598Z Compiling semver v0.1.20
31742026-05-19T01:17:42.684Z Compiling expectorate v1.2.0
31752026-05-19T01:17:42.704Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31762026-05-19T01:17:42.720Z Compiling linked-hash-map v0.5.6
31772026-05-19T01:17:42.836Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31782026-05-19T01:17:42.855Z Compiling rustc_version v0.1.7
31792026-05-19T01:17:42.878Z Compiling tokio-dtrace v0.1.1
31802026-05-19T01:17:42.896Z Compiling typify-macro v0.6.2
31812026-05-19T01:17:42.915Z Compiling lru-cache v0.1.2
31822026-05-19T01:17:42.935Z Compiling dropshot-api-manager-types v0.7.1
31832026-05-19T01:17:42.939Z Compiling pin-project-internal v1.1.11
31842026-05-19T01:17:42.964Z Compiling slog-dtrace v0.3.0
31852026-05-19T01:17:42.981Z Compiling minimal-lexical v0.2.1
31862026-05-19T01:17:43.013Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-05-19T01:17:43.073Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31882026-05-19T01:17:43.114Z Compiling oxide-tokio-rt v0.1.4
31892026-05-19T01:17:43.128Z Compiling newtype_derive v0.1.6
31902026-05-19T01:17:43.176Z Compiling typify-impl v0.4.3
31912026-05-19T01:17:43.255Z Compiling nom v7.1.3
31922026-05-19T01:17:43.273Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-05-19T01:17:43.277Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-05-19T01:17:43.308Z Compiling snafu-derive v0.8.9
31952026-05-19T01:17:43.311Z Compiling phf_shared v0.12.1
31962026-05-19T01:17:43.353Z Compiling pem v3.0.6
31972026-05-19T01:17:43.440Z Compiling csv-core v0.1.13
31982026-05-19T01:17:43.467Z Compiling chrono-tz v0.10.4
31992026-05-19T01:17:43.556Z Compiling xshell-macros v0.2.7
32002026-05-19T01:17:43.675Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-05-19T01:17:43.721Z Compiling highway v1.3.0
32022026-05-19T01:17:43.737Z Compiling same-file v1.0.6
32032026-05-19T01:17:43.873Z Compiling walkdir v2.5.0
32042026-05-19T01:17:43.915Z Compiling csv v1.4.0
32052026-05-19T01:17:43.932Z Compiling xshell v0.2.7
32062026-05-19T01:17:43.936Z Compiling phf v0.12.1
32072026-05-19T01:17:44.096Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32082026-05-19T01:17:44.116Z Compiling pin-project v1.1.11
32092026-05-19T01:17:44.135Z Compiling const_format_proc_macros v0.2.34
32102026-05-19T01:17:44.224Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-19T01:17:44.239Z Compiling globset v0.4.18
32122026-05-19T01:17:44.257Z Compiling olpc-cjson v0.1.4
32132026-05-19T01:17:44.454Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-19T01:17:44.485Z Compiling primeorder v0.13.6
32152026-05-19T01:17:44.503Z Compiling serde_plain v1.0.2
32162026-05-19T01:17:44.507Z Compiling typed-path v0.9.3
32172026-05-19T01:17:44.507Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32182026-05-19T01:17:44.663Z Compiling hickory-resolver v0.24.4
32192026-05-19T01:17:44.738Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-05-19T01:17:44.767Z Compiling typify v0.6.2
32212026-05-19T01:17:44.882Z Compiling progenitor-impl v0.14.0
32222026-05-19T01:17:44.901Z Compiling progenitor-impl v0.13.0
32232026-05-19T01:17:44.969Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32242026-05-19T01:17:45.012Z Compiling const_format v0.2.35
32252026-05-19T01:17:45.275Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-05-19T01:17:45.330Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32272026-05-19T01:17:45.354Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32282026-05-19T01:17:45.377Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-19T01:17:45.505Z Compiling snafu v0.8.9
32302026-05-19T01:17:45.587Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-05-19T01:17:45.787Z Compiling qorb v0.4.1
32322026-05-19T01:17:45.811Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-05-19T01:17:45.903Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-05-19T01:17:46.078Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-05-19T01:17:46.119Z Compiling tough v0.20.0
32362026-05-19T01:17:46.335Z Compiling tabled_derive v0.7.0
32372026-05-19T01:17:46.357Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-05-19T01:17:46.453Z Compiling bcs v0.1.6
32392026-05-19T01:17:46.806Z Compiling salty v0.3.0
32402026-05-19T01:17:46.905Z Compiling termtree v0.5.1
32412026-05-19T01:17:47.011Z Compiling textwrap v0.16.2
32422026-05-19T01:17:47.090Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-05-19T01:17:47.112Z Compiling steno v0.4.1
32442026-05-19T01:17:47.132Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32452026-05-19T01:17:47.304Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32462026-05-19T01:17:47.335Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-05-19T01:17:47.351Z Compiling tabled v0.15.0
32482026-05-19T01:17:47.577Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32492026-05-19T01:17:47.592Z Compiling progenitor-macro v0.14.0
32502026-05-19T01:17:47.610Z Compiling progenitor-macro v0.13.0
32512026-05-19T01:17:47.627Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32522026-05-19T01:17:47.631Z Compiling humantime v2.3.0
32532026-05-19T01:17:47.663Z Compiling base64 v0.21.7
32542026-05-19T01:17:47.754Z Compiling typify-macro v0.4.3
32552026-05-19T01:17:47.911Z Compiling radium v0.7.0
32562026-05-19T01:17:47.957Z Compiling tagptr v0.2.0
32572026-05-19T01:17:48.019Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32582026-05-19T01:17:48.123Z Compiling moka v0.12.13
32592026-05-19T01:17:48.206Z Compiling p384 v0.13.1
32602026-05-19T01:17:48.330Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-19T01:17:48.400Z Compiling maybe-uninit v2.0.0
32622026-05-19T01:17:48.645Z Compiling tap v1.0.1
32632026-05-19T01:17:48.787Z Compiling wyz v0.5.1
32642026-05-19T01:17:48.792Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-19T01:17:48.951Z Compiling hickory-resolver v0.25.2
32662026-05-19T01:17:49.013Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32672026-05-19T01:17:49.051Z Compiling proc-macro-error-attr2 v2.0.0
32682026-05-19T01:17:49.101Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32692026-05-19T01:17:49.365Z Compiling parking_lot_core v0.8.6
32702026-05-19T01:17:49.383Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-05-19T01:17:49.486Z Compiling funty v2.0.0
32722026-05-19T01:17:49.566Z Compiling typify v0.4.3
32732026-05-19T01:17:49.583Z Compiling utf-8 v0.7.6
32742026-05-19T01:17:49.620Z Compiling packed_struct v0.10.1
32752026-05-19T01:17:49.704Z Compiling proc-macro-error2 v2.0.1
32762026-05-19T01:17:49.724Z Compiling tungstenite v0.21.0
32772026-05-19T01:17:49.786Z Compiling polyval v0.6.2
32782026-05-19T01:17:49.804Z Compiling git-stub v1.0.0
32792026-05-19T01:17:49.831Z Compiling num-derive v0.3.3
32802026-05-19T01:17:49.942Z Compiling bitvec v1.0.1
32812026-05-19T01:17:50.045Z Compiling packed_struct_codegen v0.10.1
32822026-05-19T01:17:50.061Z Compiling bitfield-macros v0.19.4
32832026-05-19T01:17:50.100Z Compiling zerocopy-derive v0.6.6
32842026-05-19T01:17:50.119Z Compiling indexmap v1.9.3
32852026-05-19T01:17:50.178Z Compiling crc-catalog v2.4.0
32862026-05-19T01:17:50.223Z Compiling nodrop v0.1.14
32872026-05-19T01:17:50.305Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-05-19T01:17:50.354Z Compiling array-init v0.0.4
32892026-05-19T01:17:50.376Z Compiling crc v3.4.0
32902026-05-19T01:17:50.525Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-05-19T01:17:50.623Z Compiling tokio-tungstenite v0.21.0
32922026-05-19T01:17:50.645Z Compiling tabled_derive v0.11.0
32932026-05-19T01:17:50.736Z Compiling git-stub-vcs v0.1.0
32942026-05-19T01:17:50.786Z Compiling libscf-sys v1.1.0
32952026-05-19T01:17:50.834Z Compiling bitfield v0.19.4
32962026-05-19T01:17:50.869Z Compiling ghash v0.5.1
32972026-05-19T01:17:50.955Z Compiling smallvec v0.6.14
32982026-05-19T01:17:50.985Z Compiling zerocopy v0.6.6
32992026-05-19T01:17:51.032Z Compiling progenitor-impl v0.11.2
33002026-05-19T01:17:51.159Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-19T01:17:51.179Z Compiling papergrid v0.17.0
33022026-05-19T01:17:51.197Z Compiling testing_table v0.3.0
33032026-05-19T01:17:51.231Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-19T01:17:51.388Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-19T01:17:51.407Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-19T01:17:51.465Z Compiling ctr v0.9.2
33072026-05-19T01:17:51.487Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-19T01:17:51.659Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-19T01:17:51.699Z Compiling hashbrown v0.12.3
33102026-05-19T01:17:51.718Z Compiling corncobs v0.1.4
33112026-05-19T01:17:51.852Z Compiling unicase v2.9.0
33122026-05-19T01:17:51.896Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-19T01:17:51.919Z Compiling aes-gcm v0.10.3
33142026-05-19T01:17:51.953Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-19T01:17:51.998Z Compiling parking_lot v0.11.2
33162026-05-19T01:17:52.069Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-05-19T01:17:52.088Z Compiling mime_guess v2.0.5
33182026-05-19T01:17:52.131Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-05-19T01:17:52.284Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33202026-05-19T01:17:52.328Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-19T01:17:52.347Z Compiling tabled v0.20.0
33222026-05-19T01:17:52.416Z Compiling serde-hex v0.1.0
33232026-05-19T01:17:52.481Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33242026-05-19T01:17:52.756Z Compiling progenitor v0.14.0
33252026-05-19T01:17:52.759Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-19T01:17:52.759Z Compiling progenitor v0.13.0
33272026-05-19T01:17:52.760Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33282026-05-19T01:17:52.898Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-05-19T01:17:52.945Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33302026-05-19T01:17:52.963Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-05-19T01:17:52.983Z Compiling progenitor-impl v0.10.0
33322026-05-19T01:17:53.010Z Compiling ron v0.8.1
33332026-05-19T01:17:53.027Z Compiling hashbrown v0.13.2
33342026-05-19T01:17:53.075Z Compiling progenitor-client v0.11.2
33352026-05-19T01:17:53.152Z Compiling blowfish v0.9.1
33362026-05-19T01:17:53.425Z Compiling prefix-trie v0.7.0
33372026-05-19T01:17:53.443Z Compiling ssh-encoding v0.2.0
33382026-05-19T01:17:53.469Z Compiling fxhash v0.2.1
33392026-05-19T01:17:53.548Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33402026-05-19T01:17:53.641Z Compiling secrecy v0.8.0
33412026-05-19T01:17:53.739Z Compiling crc-any v2.5.0
33422026-05-19T01:17:53.824Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-05-19T01:17:53.846Z Compiling progenitor-macro v0.11.2
33442026-05-19T01:17:53.850Z Compiling hickory-server v0.25.2
33452026-05-19T01:17:54.022Z Compiling ssh-cipher v0.2.0
33462026-05-19T01:17:54.078Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-05-19T01:17:54.225Z Compiling sled v0.34.7
33482026-05-19T01:17:54.409Z Compiling object v0.30.4
33492026-05-19T01:17:54.908Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-05-19T01:17:55.141Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-05-19T01:17:55.186Z Compiling bcrypt-pbkdf v0.10.0
33522026-05-19T01:17:55.202Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33532026-05-19T01:17:55.511Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-19T01:17:55.577Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33552026-05-19T01:17:55.707Z Compiling progenitor-macro v0.10.0
33562026-05-19T01:17:55.798Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33572026-05-19T01:17:55.855Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-19T01:17:55.900Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-05-19T01:17:55.935Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-05-19T01:17:56.490Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-05-19T01:17:56.584Z Compiling password-hash v0.4.2
33622026-05-19T01:17:56.711Z Compiling crc8 v0.1.1
33632026-05-19T01:17:56.855Z Compiling half v1.8.3
33642026-05-19T01:17:56.988Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-05-19T01:17:57.156Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33662026-05-19T01:17:57.375Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33672026-05-19T01:17:57.469Z Compiling http-range v0.1.5
33682026-05-19T01:17:57.483Z Compiling path-slash v0.1.5
33692026-05-19T01:17:57.578Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-05-19T01:17:57.619Z Compiling serde_cbor v0.11.2
33712026-05-19T01:17:57.642Z Compiling pbkdf2 v0.11.0
33722026-05-19T01:17:57.691Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33732026-05-19T01:17:57.727Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-05-19T01:17:57.984Z Compiling ssh-key v0.6.7
33752026-05-19T01:17:58.114Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-05-19T01:17:58.210Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33772026-05-19T01:17:58.248Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33782026-05-19T01:17:58.265Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-05-19T01:17:58.372Z Compiling p256 v0.13.2
33802026-05-19T01:17:58.441Z Compiling p521 v0.13.3
33812026-05-19T01:17:58.686Z Compiling yasna v0.5.2
33822026-05-19T01:17:58.772Z Compiling kstat-rs v0.2.4
33832026-05-19T01:17:58.808Z Compiling headers-core v0.3.0
33842026-05-19T01:17:58.934Z Compiling nanorand v0.7.0
33852026-05-19T01:17:58.938Z Compiling progenitor v0.11.2
33862026-05-19T01:17:58.967Z Compiling atty v0.2.14
33872026-05-19T01:17:59.035Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33882026-05-19T01:17:59.068Z Compiling russh-cryptovec v0.7.3
33892026-05-19T01:17:59.100Z Compiling home v0.5.12
33902026-05-19T01:17:59.104Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-05-19T01:17:59.134Z Compiling md5 v0.7.0
33922026-05-19T01:17:59.184Z Compiling flume v0.11.1
33932026-05-19T01:17:59.214Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-05-19T01:17:59.250Z Compiling rcgen v0.12.1
33952026-05-19T01:17:59.271Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33962026-05-19T01:17:59.288Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-05-19T01:17:59.394Z Compiling russh-keys v0.45.0
33982026-05-19T01:17:59.412Z Compiling headers v0.4.1
33992026-05-19T01:17:59.452Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-05-19T01:17:59.541Z Compiling hyper-staticfile v0.10.1
34012026-05-19T01:17:59.632Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34022026-05-19T01:17:59.700Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34032026-05-19T01:18:00.022Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-05-19T01:18:00.077Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-05-19T01:18:00.095Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-05-19T01:18:00.144Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34072026-05-19T01:18:00.187Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-19T01:18:00.446Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-19T01:18:00.476Z Compiling num-bigint v0.4.6
34102026-05-19T01:18:00.665Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-05-19T01:18:00.703Z Compiling progenitor v0.10.0
34122026-05-19T01:18:00.781Z Compiling des v0.8.1
34132026-05-19T01:18:00.801Z Compiling subprocess v0.2.15
34142026-05-19T01:18:00.854Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-05-19T01:18:00.888Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-05-19T01:18:01.000Z Compiling display-error-chain v0.2.2
34172026-05-19T01:18:01.020Z Compiling hex-literal v0.4.1
34182026-05-19T01:18:01.151Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-05-19T01:18:01.168Z Compiling colored v2.2.0
34202026-05-19T01:18:01.168Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-05-19T01:18:01.199Z Compiling socket2 v0.5.10
34222026-05-19T01:18:01.338Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-19T01:18:01.439Z Compiling internet-checksum v0.2.1
34242026-05-19T01:18:01.649Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-05-19T01:18:01.655Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-05-19T01:18:01.776Z Compiling russh v0.45.0
34272026-05-19T01:18:04.308Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-19T01:18:04.968Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-19T01:18:05.442Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-19T01:18:06.926Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-19T01:18:14.738Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-19T01:18:14.738Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-05-19T01:18:14.741Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-05-19T01:18:14.741Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-19T01:18:16.498Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-19T01:18:16.514Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-19T01:18:20.573Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-19T01:18:21.908Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-19T01:18:40.851Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-19T01:18:59.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34412026-05-19T01:18:59.298Z
34422026-05-19T01:18:59.298Zreal 1:25.081006140
34432026-05-19T01:18:59.298Zuser 8:17.080458695
34442026-05-19T01:18:59.298Zsys 1:40.686409981
34452026-05-19T01:18:59.299Ztrap 0.259553239
34462026-05-19T01:18:59.299Ztflt 0.542773098
34472026-05-19T01:18:59.299Zdflt 1.611257238
34482026-05-19T01:18:59.299Zkflt 0.000393960
34492026-05-19T01:18:59.302Zlock 29:34.389620356
34502026-05-19T01:18:59.302Zslp 19:22.123002616
34512026-05-19T01:18:59.302Zlat 38.855357142
34522026-05-19T01:18:59.302Zstop 2:44.920743347
34532026-05-19T01:18:59.302Z+ mkdir tests
34542026-05-19T01:18:59.305Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-19T01:18:59.305Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-19T01:18:59.328Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-19T01:18:59.356Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-19T01:18:59.385Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-19T01:18:59.413Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-19T01:18:59.732Z+ 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)
34612026-05-19T01:18:59.735Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
34622026-05-19T01:20:18.690ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-19T01:20:18.690Za .github/buildomat/ci-env.sh 1K
34642026-05-19T01:20:18.690Za out/target/test 1K
34652026-05-19T01:20:18.690Za out/npuzone/npuzone 27402K
34662026-05-19T01:20:18.690Za package-manifest.toml 35K
34672026-05-19T01:20:18.690Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-19T01:20:18.690Za target/release/omicron-package 44932K
34692026-05-19T01:20:18.690Za target/release/xtask 11449K
34702026-05-19T01:20:18.690Za target/debug/bootstrap 352212K
34712026-05-19T01:20:18.690Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-19T01:20:18.690Za tests/commtest-6ff027522a55cd83 32299K
34732026-05-19T01:20:18.690Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-19T01:20:18.690Za tests/end_to_end_tests-06879957ae11aa92 393323K
34752026-05-19T01:20:18.691Za tools/opte_version 1K
34762026-05-19T01:20:18.691Za tools/opte_version_override 2K
34772026-05-19T01:20:18.691Za out/clickhouse.tar.gz 319023K
34782026-05-19T01:20:18.691Za out/clickhouse_keeper.tar.gz 304364K
34792026-05-19T01:20:18.691Za out/clickhouse_server.tar.gz 319022K
34802026-05-19T01:20:18.691Za out/cockroachdb.tar.gz 164663K
34812026-05-19T01:20:18.691Za out/crucible-pantry-zone.tar.gz 43697K
34822026-05-19T01:20:18.691Za out/crucible-utils.tar 17744K
34832026-05-19T01:20:18.691Za out/crucible-zone.tar.gz 57835K
34842026-05-19T01:20:18.691Za out/external-dns.tar.gz 49314K
34852026-05-19T01:20:18.691Za out/internal-dns.tar.gz 49314K
34862026-05-19T01:20:18.691Za out/mg-ddm-gz.tar 95141K
34872026-05-19T01:20:18.691Za out/nexus.tar.gz 220041K
34882026-05-19T01:20:18.691Za out/ntp.tar.gz 31660K
34892026-05-19T01:20:18.691Za out/omicron-gateway-softnpu.tar.gz 28514K
34902026-05-19T01:20:18.691Za out/omicron-sled-agent.tar 198944K
34912026-05-19T01:20:18.691Za out/overlay.tar.gz 3K
34922026-05-19T01:20:18.691Za out/oximeter.tar.gz 65358K
34932026-05-19T01:20:18.691Za out/oxlog.tar 3782K
34942026-05-19T01:20:18.691Za out/probe.tar.gz 3037K
34952026-05-19T01:20:18.691Za out/propolis-server.tar.gz 38727K
34962026-05-19T01:20:18.691Za out/pumpkind-gz.tar 26647K
34972026-05-19T01:20:18.691Za out/switch-softnpu.tar.gz 392865K
34982026-05-19T01:20:18.695Z
34992026-05-19T01:20:18.695Zreal 1:18.956441028
35002026-05-19T01:20:18.695Zuser 1:16.336528962
35012026-05-19T01:20:18.695Zsys 4.350528394
35022026-05-19T01:20:18.695Ztrap 0.006184152
35032026-05-19T01:20:18.695Ztflt 0.000000000
35042026-05-19T01:20:18.695Zdflt 0.000000000
35052026-05-19T01:20:18.695Zkflt 0.000000000
35062026-05-19T01:20:18.695Zlock 0.000000000
35072026-05-19T01:20:18.695Zslp 1:16.253825351
35082026-05-19T01:20:18.695Zlat 0.961578902
35092026-05-19T01:20:18.695Zstop 0.000519990
35102026-05-19T01:20:18.695Zprocess exited: duration 888309 ms, exit code 0
 
35112026-05-19T01:20:18.709Zfound 1 output files
35122026-05-19T01:20:18.710Zuploading: /work/package.tar.gz (2431148404 bytes)
35132026-05-19T01:20:47.739Zuploaded: /work/package.tar.gz