01KM08FWJ8VHYDVJ155BA9ZZWV: helios / package

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

Buildomat Job: 01KM08GJZ7W9WKDNBJ886S2GC0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T10:41:30.254Zjob assigned to worker 01KM08H2B3ZXYEQ7ZGKMZ9ZRA0 [factory aws, i-0371e6b02519772e5] (queued for 1 m 4 s)
 
22026-03-18T10:41:38.380Zstarting task 0: "setup"
32026-03-18T10:41:38.389Z++ uname -s
42026-03-18T10:41:38.392Z+ kern=SunOS
52026-03-18T10:41:38.392Z+ build_user=build
62026-03-18T10:41:38.392Z+ build_uid=12345
72026-03-18T10:41:38.392Z+ work_dir=/work
82026-03-18T10:41:38.392Z+ input_dir=/input
92026-03-18T10:41:38.392Z+ [[ 0 == 12345 ]]
102026-03-18T10:41:38.392Z+ case "$kern" in
112026-03-18T10:41:38.392Z+ groupadd -g 12345 build
122026-03-18T10:41:38.394Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T10:41:40.401Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T10:41:40.514Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T10:41:40.516Z+ home_fs=zfs
162026-03-18T10:41:40.516Z+ [[ zfs == autofs ]]
172026-03-18T10:41:40.516Z+ mkdir -p /home/build
182026-03-18T10:41:40.519Z+ chown build:build /home/build /work
192026-03-18T10:41:42.520Z+ chmod 0700 /home/build /work
202026-03-18T10:41:42.523Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-18T10:41:42.530Zstarting task 1: "rust-toolchain"
222026-03-18T10:41:42.535Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T10:41:42.535Z * rust toolchain channel = "1.94.0"
242026-03-18T10:41:42.535Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T10:41:42.535Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-18T10:41:42.535Z * rust toolchain profile = "default"
272026-03-18T10:41:42.535Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T10:41:42.538Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T10:41:42.538Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T10:41:42.631Zinfo: downloading installer
312026-03-18T10:41:44.300Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T10:41:44.300Zwarn: /opt/ooce/bin
332026-03-18T10:41:44.300Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T10:41:44.300Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T10:41:44.300Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T10:41:44.300Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T10:41:44.300Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T10:41:44.300Zerror: cannot install while Rust is installed
392026-03-18T10:41:44.300Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T10:41:44.300Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T10:41:44.300Zwarn: /home/build/.rustup/settings.toml
422026-03-18T10:41:44.300Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T10:41:44.300Zwarn: instead of the one inferred from the default host triple.
442026-03-18T10:41:44.323Zinfo: profile set to default
452026-03-18T10:41:44.323Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T10:41:44.326Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T10:41:44.473Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T10:41:44.476Zinfo: downloading 6 components
492026-03-18T10:41:59.731Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T10:41:59.731Z
512026-03-18T10:41:59.765Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T10:41:59.765Z
532026-03-18T10:41:59.769Z
542026-03-18T10:41:59.769ZRust is installed now. Great!
552026-03-18T10:41:59.769Z
562026-03-18T10:41:59.769ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T10:41:59.769Zenvironment variable. This has not been done automatically.
582026-03-18T10:41:59.769Z
592026-03-18T10:41:59.769ZTo configure your current shell, you need to source
602026-03-18T10:41:59.769Zthe corresponding env file under $HOME/.cargo.
612026-03-18T10:41:59.769Z
622026-03-18T10:41:59.769ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T10:41:59.769Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T10:41:59.769Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T10:41:59.769Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T10:41:59.769Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T10:41:59.769Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T10:41:59.769Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T10:41:59.769Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T10:41:59.769Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T10:41:59.872Z+ rustup --version
722026-03-18T10:41:59.879Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T10:41:59.882Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T10:41:59.906Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T10:41:59.910Z+ cargo --version
762026-03-18T10:41:59.921Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T10:41:59.924Z+ rustc --version
782026-03-18T10:41:59.950Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T10:41:59.954Zprocess exited: duration 17431 ms, exit code 0
 
802026-03-18T10:41:59.959Zstarting task 2: "authentication"
812026-03-18T10:41:59.979Zprocess exited: duration 20 ms, exit code 0
 
822026-03-18T10:41:59.985Zstarting task 3: "clone repository"
832026-03-18T10:41:59.990Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T10:41:59.993Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T10:42:00.035ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T10:42:16.529Z+ cd /work/oxidecomputer/omicron
872026-03-18T10:42:16.529Z+ git fetch origin d4bf5726b7d7d77631c11bec36c60af4707051fd
882026-03-18T10:42:16.846ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T10:42:16.846Z * branch d4bf5726b7d7d77631c11bec36c60af4707051fd -> FETCH_HEAD
902026-03-18T10:42:16.859Z+ [[ -n andy/pgsql18 ]]
912026-03-18T10:42:16.862Z++ git branch --show-current
922026-03-18T10:42:16.864Z+ current=main
932026-03-18T10:42:16.864Z+ [[ main != andy/pgsql18 ]]
942026-03-18T10:42:16.864Z+ git branch -f andy/pgsql18 d4bf5726b7d7d77631c11bec36c60af4707051fd
952026-03-18T10:42:16.867Z+ git checkout -f andy/pgsql18
962026-03-18T10:42:17.192ZSwitched to branch 'andy/pgsql18'
972026-03-18T10:42:17.195Z+ git reset --hard d4bf5726b7d7d77631c11bec36c60af4707051fd
982026-03-18T10:42:17.212ZHEAD is now at d4bf5726b Use PostgreSQL v18 client libraries
992026-03-18T10:42:17.215Zprocess exited: duration 17234 ms, exit code 0
 
1002026-03-18T10:42:17.223Zstarting task 4: "build"
1012026-03-18T10:42:17.228Z+ source .github/buildomat/ci-env.sh
1022026-03-18T10:42:17.231Z++ export CARGO_TERM_COLOR=always
1032026-03-18T10:42:17.231Z++ CARGO_TERM_COLOR=always
1042026-03-18T10:42:17.231Z+ cargo --version
1052026-03-18T10:42:17.241Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T10:42:17.243Z+ rustc --version
1072026-03-18T10:42:17.269Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T10:42:17.273Z+ WORK=/work
1092026-03-18T10:42:17.273Z+ pfexec mkdir -p /work
1102026-03-18T10:42:17.278Z+ pfexec chown build /work
1112026-03-18T10:42:17.281Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T10:42:27.228Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T10:42:36.845Z Startup: Caching catalogs ... Done
1142026-03-18T10:42:58.712ZPlanning: Solver setup ... Done (20.283s)
1152026-03-18T10:42:58.884ZPlanning: Running solver ... Done (0.152s)
1162026-03-18T10:42:59.045ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-18T10:42:59.077ZPlanning: Fetching manifests: 0/5 0% complete
1182026-03-18T10:42:59.353ZPlanning: Fetching manifests: 5/5 100% complete
1192026-03-18T10:42:59.405ZPlanning: Package planning ... Done (0.053s)
1202026-03-18T10:42:59.465ZPlanning: Merging actions ... Done (0.059s)
1212026-03-18T10:42:59.714ZPlanning: Checking for conflicting actions ... Done (0.250s)
1222026-03-18T10:42:59.729ZPlanning: Consolidating action changes ... Done (0.013s)
1232026-03-18T10:43:00.635ZPlanning: Evaluating mediators ... Done (0.907s)
1242026-03-18T10:43:00.646ZPlanning: Planning completed in 23.67 seconds
1252026-03-18T10:43:00.661Z Packages to install: 5
1262026-03-18T10:43:00.661Z Mediators to change: 3
1272026-03-18T10:43:00.661Z Services to change: 1
1282026-03-18T10:43:00.661Z Estimated space available: 155.43 GB
1292026-03-18T10:43:00.661ZEstimated space to be consumed: 1.86 GB
1302026-03-18T10:43:00.664Z Create boot environment: No
1312026-03-18T10:43:00.664ZCreate backup boot environment: No
1322026-03-18T10:43:00.664Z Rebuild boot archive: No
1332026-03-18T10:43:00.664Z
1342026-03-18T10:43:00.664ZChanged mediators:
1352026-03-18T10:43:00.664Z mediator clang:
1362026-03-18T10:43:00.664Z version: None -> 15 (system default)
1372026-03-18T10:43:00.665Z
1382026-03-18T10:43:00.665Z mediator llvm:
1392026-03-18T10:43:00.665Z version: 14 (system default) -> 15 (system default)
1402026-03-18T10:43:00.665Z
1412026-03-18T10:43:00.665Z mediator postgresql:
1422026-03-18T10:43:00.665Z version: 15 (system default) -> 18 (system default)
1432026-03-18T10:43:00.665Z
1442026-03-18T10:43:00.665ZChanged packages:
1452026-03-18T10:43:00.665Zhelios-dev
1462026-03-18T10:43:00.665Z developer/build-essential
1472026-03-18T10:43:00.665Z None -> 11-2.0
1482026-03-18T10:43:00.665Z library/libxmlsec1
1492026-03-18T10:43:00.665Z None -> 1.2.35-2.0
1502026-03-18T10:43:00.665Z ooce/developer/clang-15
1512026-03-18T10:43:00.665Z None -> 15.0.7-2.0
1522026-03-18T10:43:00.665Z ooce/developer/llvm-15
1532026-03-18T10:43:00.665Z None -> 15.0.7-2.0
1542026-03-18T10:43:00.665Z ooce/library/postgresql-18
1552026-03-18T10:43:00.665Z None -> 18.1-2.0
1562026-03-18T10:43:00.665Z
1572026-03-18T10:43:00.665ZServices:
1582026-03-18T10:43:00.665Z restart_fmri:
1592026-03-18T10:43:00.665Z svc:/system/update-man-index:default
1602026-03-18T10:43:00.714Z
1612026-03-18T10:43:00.714ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-03-18T10:43:05.996ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (28.9M/s)
1632026-03-18T10:43:11.266ZDownload: 4252/4272 items 218.9/219.0MB 99% complete (22.1M/s)
1642026-03-18T10:43:11.331ZDownload: Completed 218.99 MB in 10.62 seconds (20.6M/s)
1652026-03-18T10:43:11.533Z Actions: 1/4789 actions (Installing new actions)
1662026-03-18T10:43:15.914Z Actions: Completed 4789 actions in 4.38 seconds.
1672026-03-18T10:43:16.258Z Done (0.338s)
1682026-03-18T10:43:16.258Z Done (0.000s)
1692026-03-18T10:43:17.166Z Done (0.907s)
1702026-03-18T10:43:21.300Z Done (3.797s)
1712026-03-18T10:43:21.384Z Done (0.018s)
1722026-03-18T10:43:21.386Z Done (0.000s)
1732026-03-18T10:43:21.571Z Done (0.000s)
1742026-03-18T10:43:22.534ZPlanning: Evaluating mediator changes ... Done
1752026-03-18T10:43:22.680ZPlanning: Checking for conflicting actions ... Done
1762026-03-18T10:43:22.683ZPlanning: Consolidating action changes ... Done
1772026-03-18T10:43:22.902ZPlanning: Evaluating mediators ... Done
1782026-03-18T10:43:22.904ZPlanning: Planning completed in 0.37 seconds
1792026-03-18T10:43:22.933Z Mediators to change: 2
1802026-03-18T10:43:22.933Z Create boot environment: No
1812026-03-18T10:43:22.936ZCreate backup boot environment: No
1822026-03-18T10:43:23.016Z Done
1832026-03-18T10:43:23.016Z Done
1842026-03-18T10:43:23.772Z Done
1852026-03-18T10:43:27.099Z Done
1862026-03-18T10:43:27.183Z Done
1872026-03-18T10:43:27.185Z Done
1882026-03-18T10:43:27.336Z Done
1892026-03-18T10:43:27.666ZPlanning: Evaluating mediator changes ... Done
1902026-03-18T10:43:27.813ZPlanning: Checking for conflicting actions ... Done
1912026-03-18T10:43:27.817ZPlanning: Consolidating action changes ... Done
1922026-03-18T10:43:28.034ZPlanning: Evaluating mediators ... Done
1932026-03-18T10:43:28.037ZPlanning: Planning completed in 0.37 seconds
1942026-03-18T10:43:28.064Z Mediators to change: 1
1952026-03-18T10:43:28.064Z Create boot environment: No
1962026-03-18T10:43:28.066ZCreate backup boot environment: No
1972026-03-18T10:43:28.124Z Done
1982026-03-18T10:43:28.124Z Done
1992026-03-18T10:43:28.836Z Done
2002026-03-18T10:43:32.185Z Done
2012026-03-18T10:43:32.270Z Done
2022026-03-18T10:43:32.273Z Done
2032026-03-18T10:43:32.411Z Done
2042026-03-18T10:43:32.783ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-18T10:43:32.783Zclang system 15 system
2062026-03-18T10:43:32.783Zcsh system system illumos
2072026-03-18T10:43:32.783Zctags system system illumos
2082026-03-18T10:43:32.783Zfile system system illumos
2092026-03-18T10:43:32.783Zgcc vendor 12 vendor
2102026-03-18T10:43:32.783Zgcc system 10 system
2112026-03-18T10:43:32.783Zgcc system 7 system
2122026-03-18T10:43:32.783Zgo system 1.20 system
2132026-03-18T10:43:32.783Zgo system 1.19 system
2142026-03-18T10:43:32.783Zllvm system 15 system
2152026-03-18T10:43:32.783Zllvm system 14 system
2162026-03-18T10:43:32.783Zmariadb system 10.6 system
2172026-03-18T10:43:32.783Zmta vendor vendor dma
2182026-03-18T10:43:32.783Zopenjdk system 17 system
2192026-03-18T10:43:32.783Zopenjdk system 11 system
2202026-03-18T10:43:32.783Zopenjdk system 1.8 system
2212026-03-18T10:43:32.783Zopenssl vendor 3 vendor
2222026-03-18T10:43:32.783Zperl system 5.36 system
2232026-03-18T10:43:32.783Zpostgresql system 18 system
2242026-03-18T10:43:32.783Zpostgresql system 15 system
2252026-03-18T10:43:32.783Zpostgresql system 13 system
2262026-03-18T10:43:32.783Zpython vendor 3 vendor
2272026-03-18T10:43:32.784Zpython system 2 system
2282026-03-18T10:43:32.784Zpython3 system 3.11 system
2292026-03-18T10:43:32.784Zruby system 3.0 system
2302026-03-18T10:43:32.784Zwords vendor vendor american-english
2312026-03-18T10:43:32.784Zwords system system australian-english
2322026-03-18T10:43:32.784Zwords system system british-english
2332026-03-18T10:43:32.784Zwords system system canadian-english
2342026-03-18T10:43:32.784Zwords system system french
2352026-03-18T10:43:32.784Zwords system system italian
2362026-03-18T10:43:32.784Zwords system system ngerman
2372026-03-18T10:43:32.784Zwords system system ogerman
2382026-03-18T10:43:32.784Zwords system system spanish
2392026-03-18T10:43:33.083ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-18T10:43:33.083Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-18T10:43:38.953ZFMRI IFO
2422026-03-18T10:43:38.953Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-18T10:43:38.953Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-18T10:43:38.953Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-18T10:43:38.953Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-18T10:43:38.953Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-18T10:43:38.953Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-18T10:43:38.954Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-03-18T10:43:38.954Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-03-18T10:43:38.954Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-03-18T10:43:38.954Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-03-18T10:43:38.954Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-03-18T10:43:38.954Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-03-18T10:43:38.954Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-03-18T10:43:38.954Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-03-18T10:43:38.955Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-03-18T10:43:38.955Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-03-18T10:43:38.955Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-03-18T10:43:40.171Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-03-18T10:43:40.464Z Updating crates.io index
2612026-03-18T10:43:40.502Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-03-18T10:43:41.310Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-03-18T10:43:41.827Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-03-18T10:43:42.084Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-03-18T10:43:42.684Z Updating git repository `https://github.com/oxidecomputer/falcon`
2662026-03-18T10:43:43.622Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-03-18T10:43:44.118Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-03-18T10:43:45.481Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-03-18T10:43:47.081Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-03-18T10:43:48.003Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-03-18T10:43:48.290Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-03-18T10:43:48.990Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-03-18T10:43:49.530Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-03-18T10:43:49.877Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-03-18T10:43:50.249Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-03-18T10:43:51.106Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-03-18T10:43:51.578Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-03-18T10:43:52.045Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-03-18T10:43:52.423Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-03-18T10:43:52.828Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-03-18T10:43:53.243Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-03-18T10:43:53.485Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-03-18T10:43:53.743Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-03-18T10:43:54.207Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-03-18T10:43:54.854Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-03-18T10:43:55.265Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-03-18T10:43:55.548Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-03-18T10:43:55.861Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-03-18T10:43:57.040Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-03-18T10:43:57.537Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-03-18T10:43:57.824Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-03-18T10:43:58.154Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-03-18T10:43:58.491Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-03-18T10:43:58.808Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-03-18T10:43:59.204Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-03-18T10:43:59.479Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-03-18T10:43:59.762Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-03-18T10:44:00.180Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-03-18T10:44:14.941Z Downloading crates ...
3002026-03-18T10:44:15.041Z Downloaded cargo-platform v0.2.0
3012026-03-18T10:44:15.046Z Downloaded anstyle-query v1.1.5
3022026-03-18T10:44:15.046Z Downloaded anstyle-parse v0.2.7
3032026-03-18T10:44:15.046Z Downloaded camino-tempfile v1.4.1
3042026-03-18T10:44:15.046Z Downloaded anstyle v1.0.13
3052026-03-18T10:44:15.055Z Downloaded anstream v0.6.21
3062026-03-18T10:44:15.055Z Downloaded scroll_derive v0.12.1
3072026-03-18T10:44:15.055Z Downloaded bytecount v0.6.9
3082026-03-18T10:44:15.063Z Downloaded toml_datetime v0.6.11
3092026-03-18T10:44:15.063Z Downloaded is_terminal_polyfill v1.70.2
3102026-03-18T10:44:15.063Z Downloaded form_urlencoded v1.2.2
3112026-03-18T10:44:15.063Z Downloaded bitflags v2.11.0
3122026-03-18T10:44:15.068Z Downloaded equivalent v1.0.2
3132026-03-18T10:44:15.068Z Downloaded fastrand v2.3.0
3142026-03-18T10:44:15.068Z Downloaded thread-id v4.2.2
3152026-03-18T10:44:15.068Z Downloaded usdt-attr-macro v0.5.0
3162026-03-18T10:44:15.068Z Downloaded typeid v1.0.3
3172026-03-18T10:44:15.084Z Downloaded errno v0.3.14
3182026-03-18T10:44:15.084Z Downloaded utf8parse v0.2.2
3192026-03-18T10:44:15.084Z Downloaded idna_adapter v1.2.1
3202026-03-18T10:44:15.084Z Downloaded block-buffer v0.10.4
3212026-03-18T10:44:15.084Z Downloaded zerofrom v0.1.6
3222026-03-18T10:44:15.085Z Downloaded autocfg v1.5.0
3232026-03-18T10:44:15.101Z Downloaded zerofrom-derive v0.1.6
3242026-03-18T10:44:15.101Z Downloaded unicode-xid v0.2.6
3252026-03-18T10:44:15.101Z Downloaded version_check v0.9.5
3262026-03-18T10:44:15.101Z Downloaded terminal_size v0.4.3
3272026-03-18T10:44:15.101Z Downloaded toml_write v0.1.2
3282026-03-18T10:44:15.101Z Downloaded swrite v0.1.0
3292026-03-18T10:44:15.101Z Downloaded generic-array v0.14.7
3302026-03-18T10:44:15.101Z Downloaded utf8_iter v1.0.4
3312026-03-18T10:44:15.101Z Downloaded usdt-macro v0.5.0
3322026-03-18T10:44:15.101Z Downloaded heck v0.5.0
3332026-03-18T10:44:15.102Z Downloaded yoke-derive v0.8.1
3342026-03-18T10:44:15.102Z Downloaded typenum v1.19.0
3352026-03-18T10:44:15.102Z Downloaded thiserror v1.0.69
3362026-03-18T10:44:15.102Z Downloaded unicode-linebreak v0.1.5
3372026-03-18T10:44:15.102Z Downloaded plain v0.2.3
3382026-03-18T10:44:15.102Z Downloaded ordered-float v2.10.1
3392026-03-18T10:44:15.102Z Downloaded heck v0.4.1
3402026-03-18T10:44:15.107Z Downloaded itoa v1.0.17
3412026-03-18T10:44:15.107Z Downloaded colorchoice v1.0.4
3422026-03-18T10:44:15.107Z Downloaded camino v1.2.2
3432026-03-18T10:44:15.107Z Downloaded serde-untagged v0.1.9
3442026-03-18T10:44:15.107Z Downloaded proc-macro-error v1.0.4
3452026-03-18T10:44:15.107Z Downloaded yoke v0.8.1
3462026-03-18T10:44:15.107Z Downloaded memmap v0.7.0
3472026-03-18T10:44:15.107Z Downloaded tinystr v0.8.2
3482026-03-18T10:44:15.107Z Downloaded usdt v0.5.0
3492026-03-18T10:44:15.113Z Downloaded writeable v0.6.2
3502026-03-18T10:44:15.113Z Downloaded zerovec-derive v0.11.2
3512026-03-18T10:44:15.113Z Downloaded usdt-impl v0.5.0
3522026-03-18T10:44:15.113Z Downloaded smawk v0.3.2
3532026-03-18T10:44:15.114Z Downloaded proc-macro-error-attr v1.0.4
3542026-03-18T10:44:15.114Z Downloaded once_cell v1.21.3
3552026-03-18T10:44:15.118Z Downloaded zmij v1.0.21
3562026-03-18T10:44:15.118Z Downloaded ucd-trie v0.1.7
3572026-03-18T10:44:15.118Z Downloaded thiserror-impl v2.0.18
3582026-03-18T10:44:15.118Z Downloaded toml v0.8.23
3592026-03-18T10:44:15.122Z Downloaded serde-value v0.7.0
3602026-03-18T10:44:15.122Z Downloaded thiserror v2.0.18
3612026-03-18T10:44:15.129Z Downloaded zerocopy-derive v0.7.35
3622026-03-18T10:44:15.144Z Downloaded stable_deref_trait v1.2.1
3632026-03-18T10:44:15.144Z Downloaded potential_utf v0.1.4
3642026-03-18T10:44:15.144Z Downloaded macaddr v1.0.1
3652026-03-18T10:44:15.144Z Downloaded textwrap v0.16.2
3662026-03-18T10:44:15.144Z Downloaded unicode-ident v1.0.24
3672026-03-18T10:44:15.154Z Downloaded pretty-hex v0.4.1
3682026-03-18T10:44:15.154Z Downloaded strsim v0.11.1
3692026-03-18T10:44:15.154Z Downloaded percent-encoding v2.3.2
3702026-03-18T10:44:15.154Z Downloaded toml_edit v0.22.27
3712026-03-18T10:44:15.154Z Downloaded cpufeatures v0.2.17
3722026-03-18T10:44:15.154Z Downloaded tabled_derive v0.7.0
3732026-03-18T10:44:15.154Z Downloaded clap_lex v1.0.0
3742026-03-18T10:44:15.154Z Downloaded dtrace-parser v0.2.0
3752026-03-18T10:44:15.155Z Downloaded url v2.5.8
3762026-03-18T10:44:15.155Z Downloaded cfg-if v1.0.4
3772026-03-18T10:44:15.155Z Downloaded dof v0.3.0
3782026-03-18T10:44:15.155Z Downloaded fnv v1.0.7
3792026-03-18T10:44:15.155Z Downloaded litemap v0.8.1
3802026-03-18T10:44:15.155Z Downloaded zerotrie v0.2.3
3812026-03-18T10:44:15.162Z Downloaded thiserror-impl v1.0.69
3822026-03-18T10:44:15.162Z Downloaded digest v0.10.7
3832026-03-18T10:44:15.162Z Downloaded displaydoc v0.2.5
3842026-03-18T10:44:15.162Z Downloaded erased-serde v0.4.9
3852026-03-18T10:44:15.162Z Downloaded zerovec v0.11.5
3862026-03-18T10:44:15.169Z Downloaded fs-err v3.3.0
3872026-03-18T10:44:15.169Z Downloaded byteorder v1.5.0
3882026-03-18T10:44:15.173Z Downloaded icu_provider v2.1.1
3892026-03-18T10:44:15.173Z Downloaded log v0.4.29
3902026-03-18T10:44:15.173Z Downloaded zerocopy v0.7.35
3912026-03-18T10:44:15.185Z Downloaded winnow v0.7.14
3922026-03-18T10:44:15.203Z Downloaded serde_spanned v0.6.9
3932026-03-18T10:44:15.207Z Downloaded sha2 v0.10.9
3942026-03-18T10:44:15.207Z Downloaded scroll v0.12.0
3952026-03-18T10:44:15.207Z Downloaded serde_tokenstream v0.2.3
3962026-03-18T10:44:15.207Z Downloaded unicode-width v0.2.0
3972026-03-18T10:44:15.208Z Downloaded synstructure v0.13.2
3982026-03-18T10:44:15.208Z Downloaded crypto-common v0.1.7
3992026-03-18T10:44:15.208Z Downloaded cargo_toml v0.21.0
4002026-03-18T10:44:15.208Z Downloaded unicode-width v0.1.14
4012026-03-18T10:44:15.208Z Downloaded quote v1.0.44
4022026-03-18T10:44:15.208Z Downloaded cargo_metadata v0.21.0
4032026-03-18T10:44:15.208Z Downloaded anyhow v1.0.102
4042026-03-18T10:44:15.212Z Downloaded papergrid v0.11.0
4052026-03-18T10:44:15.218Z Downloaded semver v1.0.27
4062026-03-18T10:44:15.223Z Downloaded tempfile v3.25.0
4072026-03-18T10:44:15.223Z Downloaded cargo-util-schemas v0.8.2
4082026-03-18T10:44:15.223Z Downloaded smallvec v1.15.1
4092026-03-18T10:44:15.226Z Downloaded clap_derive v4.5.55
4102026-03-18T10:44:15.232Z Downloaded serde_core v1.0.228
4112026-03-18T10:44:15.236Z Downloaded pest_generator v2.8.6
4122026-03-18T10:44:15.236Z Downloaded getrandom v0.4.1
4132026-03-18T10:44:15.242Z Downloaded icu_normalizer_data v2.1.1
4142026-03-18T10:44:15.242Z Downloaded proc-macro2 v1.0.106
4152026-03-18T10:44:15.260Z Downloaded clap v4.5.60
4162026-03-18T10:44:15.267Z Downloaded serde_derive v1.0.228
4172026-03-18T10:44:15.267Z Downloaded pest_derive v2.8.6
4182026-03-18T10:44:15.267Z Downloaded icu_properties v2.1.2
4192026-03-18T10:44:15.267Z Downloaded memchr v2.8.0
4202026-03-18T10:44:15.267Z Downloaded icu_locale_core v2.1.1
4212026-03-18T10:44:15.281Z Downloaded num-traits v0.2.19
4222026-03-18T10:44:15.281Z Downloaded icu_normalizer v2.1.1
4232026-03-18T10:44:15.290Z Downloaded icu_collections v2.1.1
4242026-03-18T10:44:15.290Z Downloaded serde v1.0.228
4252026-03-18T10:44:15.294Z Downloaded pest_meta v2.8.6
4262026-03-18T10:44:15.294Z Downloaded indexmap v2.13.0
4272026-03-18T10:44:15.294Z Downloaded icu_properties_data v2.1.2
4282026-03-18T10:44:15.315Z Downloaded pest v2.8.6
4292026-03-18T10:44:15.321Z Downloaded serde_json v1.0.149
4302026-03-18T10:44:15.327Z Downloaded idna v1.1.0
4312026-03-18T10:44:15.330Z Downloaded hashbrown v0.16.1
4322026-03-18T10:44:15.341Z Downloaded goblin v0.8.2
4332026-03-18T10:44:15.346Z Downloaded clap_builder v4.5.60
4342026-03-18T10:44:15.353Z Downloaded syn v1.0.109
4352026-03-18T10:44:15.358Z Downloaded tabled v0.15.0
4362026-03-18T10:44:15.371Z Downloaded syn v2.0.117
4372026-03-18T10:44:15.387Z Downloaded rustix v1.1.3
4382026-03-18T10:44:15.410Z Downloaded libc v0.2.180
4392026-03-18T10:44:15.496Z Compiling proc-macro2 v1.0.106
4402026-03-18T10:44:15.498Z Compiling unicode-ident v1.0.24
4412026-03-18T10:44:15.498Z Compiling quote v1.0.44
4422026-03-18T10:44:15.498Z Compiling serde_core v1.0.228
4432026-03-18T10:44:15.498Z Compiling libc v0.2.180
4442026-03-18T10:44:15.498Z Compiling version_check v0.9.5
4452026-03-18T10:44:15.499Z Compiling stable_deref_trait v1.2.1
4462026-03-18T10:44:15.499Z Compiling memchr v2.8.0
4472026-03-18T10:44:15.499Z Compiling serde v1.0.228
4482026-03-18T10:44:15.499Z Compiling zmij v1.0.21
4492026-03-18T10:44:15.499Z Compiling ucd-trie v0.1.7
4502026-03-18T10:44:15.499Z Compiling autocfg v1.5.0
4512026-03-18T10:44:15.499Z Compiling thiserror v1.0.69
4522026-03-18T10:44:15.716Z Compiling itoa v1.0.17
4532026-03-18T10:44:15.720Z Compiling litemap v0.8.1
4542026-03-18T10:44:16.078Z Compiling writeable v0.6.2
4552026-03-18T10:44:16.186Z Compiling byteorder v1.5.0
4562026-03-18T10:44:16.303Z Compiling pest v2.8.6
4572026-03-18T10:44:16.360Z Compiling icu_properties_data v2.1.2
4582026-03-18T10:44:16.392Z Compiling rustix v1.1.3
4592026-03-18T10:44:16.395Z Compiling icu_normalizer_data v2.1.1
4602026-03-18T10:44:16.444Z Compiling bitflags v2.11.0
4612026-03-18T10:44:16.582Z Compiling serde_json v1.0.149
4622026-03-18T10:44:16.610Z Compiling num-traits v0.2.19
4632026-03-18T10:44:16.640Z Compiling equivalent v1.0.2
4642026-03-18T10:44:16.698Z Compiling hashbrown v0.16.1
4652026-03-18T10:44:16.834Z Compiling smallvec v1.15.1
4662026-03-18T10:44:16.892Z Compiling typeid v1.0.3
4672026-03-18T10:44:16.920Z Compiling usdt-impl v0.5.0
4682026-03-18T10:44:17.052Z Compiling proc-macro-error-attr v1.0.4
4692026-03-18T10:44:17.161Z Compiling errno v0.3.14
4702026-03-18T10:44:17.222Z Compiling thread-id v4.2.2
4712026-03-18T10:44:17.252Z Compiling toml_write v0.1.2
4722026-03-18T10:44:17.252Z Compiling syn v1.0.109
4732026-03-18T10:44:17.316Z Compiling winnow v0.7.14
4742026-03-18T10:44:17.319Z Compiling erased-serde v0.4.9
4752026-03-18T10:44:17.551Z Compiling indexmap v2.13.0
4762026-03-18T10:44:17.555Z Compiling proc-macro-error v1.0.4
4772026-03-18T10:44:17.639Z Compiling plain v0.2.3
4782026-03-18T10:44:17.694Z Compiling syn v2.0.117
4792026-03-18T10:44:17.723Z Compiling camino v1.2.2
4802026-03-18T10:44:17.753Z Compiling thiserror v2.0.18
4812026-03-18T10:44:17.813Z Compiling pest_meta v2.8.6
4822026-03-18T10:44:17.869Z Compiling utf8parse v0.2.2
4832026-03-18T10:44:17.874Z Compiling percent-encoding v2.3.2
4842026-03-18T10:44:17.896Z Compiling getrandom v0.4.1
4852026-03-18T10:44:17.921Z Compiling log v0.4.29
4862026-03-18T10:44:17.924Z Compiling utf8_iter v1.0.4
4872026-03-18T10:44:18.036Z Compiling anstyle-parse v0.2.7
4882026-03-18T10:44:18.110Z Compiling form_urlencoded v1.2.2
4892026-03-18T10:44:18.340Z Compiling anstyle-query v1.1.5
4902026-03-18T10:44:18.371Z Compiling pretty-hex v0.4.1
4912026-03-18T10:44:18.374Z Compiling anstyle v1.0.13
4922026-03-18T10:44:18.463Z Compiling ordered-float v2.10.1
4932026-03-18T10:44:18.500Z Compiling is_terminal_polyfill v1.70.2
4942026-03-18T10:44:18.502Z Compiling cfg-if v1.0.4
4952026-03-18T10:44:18.557Z Compiling colorchoice v1.0.4
4962026-03-18T10:44:18.646Z Compiling fs-err v3.3.0
4972026-03-18T10:44:18.704Z Compiling heck v0.5.0
4982026-03-18T10:44:18.733Z Compiling anstream v0.6.21
4992026-03-18T10:44:18.736Z Compiling once_cell v1.21.3
5002026-03-18T10:44:18.736Z Compiling strsim v0.11.1
5012026-03-18T10:44:18.814Z Compiling bytecount v0.6.9
5022026-03-18T10:44:18.869Z Compiling unicode-xid v0.2.6
5032026-03-18T10:44:18.896Z Compiling anyhow v1.0.102
5042026-03-18T10:44:18.949Z Compiling terminal_size v0.4.3
5052026-03-18T10:44:19.074Z Compiling unicode-width v0.1.14
5062026-03-18T10:44:19.077Z Compiling fnv v1.0.7
5072026-03-18T10:44:19.128Z Compiling fastrand v2.3.0
5082026-03-18T10:44:19.178Z Compiling heck v0.4.1
5092026-03-18T10:44:19.216Z Compiling clap_lex v1.0.0
5102026-03-18T10:44:19.276Z Compiling memmap v0.7.0
5112026-03-18T10:44:19.312Z Compiling smawk v0.3.2
5122026-03-18T10:44:19.343Z Compiling unicode-width v0.2.0
5132026-03-18T10:44:19.455Z Compiling semver v1.0.27
5142026-03-18T10:44:19.495Z Compiling clap_builder v4.5.60
5152026-03-18T10:44:19.525Z Compiling papergrid v0.11.0
5162026-03-18T10:44:19.579Z Compiling tempfile v3.25.0
5172026-03-18T10:44:19.635Z Compiling unicode-linebreak v0.1.5
5182026-03-18T10:44:19.723Z Compiling swrite v0.1.0
5192026-03-18T10:44:19.860Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-18T10:44:19.974Z Compiling serde-untagged v0.1.9
5212026-03-18T10:44:20.037Z Compiling textwrap v0.16.2
5222026-03-18T10:44:20.079Z Compiling camino-tempfile v1.4.1
5232026-03-18T10:44:20.571Z Compiling tabled_derive v0.7.0
5242026-03-18T10:44:21.393Z Compiling synstructure v0.13.2
5252026-03-18T10:44:21.393Z Compiling pest_generator v2.8.6
5262026-03-18T10:44:21.445Z Compiling tabled v0.15.0
5272026-03-18T10:44:22.117Z Compiling serde_derive v1.0.228
5282026-03-18T10:44:22.119Z Compiling zerofrom-derive v0.1.6
5292026-03-18T10:44:22.120Z Compiling yoke-derive v0.8.1
5302026-03-18T10:44:22.120Z Compiling zerovec-derive v0.11.2
5312026-03-18T10:44:22.120Z Compiling displaydoc v0.2.5
5322026-03-18T10:44:22.120Z Compiling thiserror-impl v1.0.69
5332026-03-18T10:44:22.120Z Compiling zerocopy-derive v0.7.35
5342026-03-18T10:44:22.120Z Compiling scroll_derive v0.12.1
5352026-03-18T10:44:22.120Z Compiling thiserror-impl v2.0.18
5362026-03-18T10:44:22.229Z Compiling pest_derive v2.8.6
5372026-03-18T10:44:22.253Z Compiling clap_derive v4.5.55
5382026-03-18T10:44:23.020Z Compiling scroll v0.12.0
5392026-03-18T10:44:23.338Z Compiling zerocopy v0.7.35
5402026-03-18T10:44:23.354Z Compiling goblin v0.8.2
5412026-03-18T10:44:23.395Z Compiling zerofrom v0.1.6
5422026-03-18T10:44:23.584Z Compiling yoke v0.8.1
5432026-03-18T10:44:23.725Z Compiling dtrace-parser v0.2.0
5442026-03-18T10:44:23.802Z Compiling zerovec v0.11.5
5452026-03-18T10:44:23.802Z Compiling zerotrie v0.2.3
5462026-03-18T10:44:24.114Z Compiling clap v4.5.60
5472026-03-18T10:44:24.423Z Compiling tinystr v0.8.2
5482026-03-18T10:44:24.423Z Compiling potential_utf v0.1.4
5492026-03-18T10:44:24.567Z Compiling icu_collections v2.1.1
5502026-03-18T10:44:24.638Z Compiling icu_locale_core v2.1.1
5512026-03-18T10:44:25.414Z Compiling icu_provider v2.1.1
5522026-03-18T10:44:25.535Z Compiling serde_spanned v0.6.9
5532026-03-18T10:44:25.535Z Compiling toml_datetime v0.6.11
5542026-03-18T10:44:25.539Z Compiling serde-value v0.7.0
5552026-03-18T10:44:25.539Z Compiling cargo-platform v0.2.0
5562026-03-18T10:44:25.539Z Compiling macaddr v1.0.1
5572026-03-18T10:44:25.559Z Compiling dof v0.3.0
5582026-03-18T10:44:25.562Z Compiling serde_tokenstream v0.2.3
5592026-03-18T10:44:25.721Z Compiling icu_properties v2.1.2
5602026-03-18T10:44:25.723Z Compiling icu_normalizer v2.1.1
5612026-03-18T10:44:25.785Z Compiling toml_edit v0.22.27
5622026-03-18T10:44:26.526Z Compiling usdt-attr-macro v0.5.0
5632026-03-18T10:44:26.529Z Compiling usdt-macro v0.5.0
5642026-03-18T10:44:26.873Z Compiling idna_adapter v1.2.1
5652026-03-18T10:44:27.008Z Compiling idna v1.1.0
5662026-03-18T10:44:27.272Z Compiling usdt v0.5.0
5672026-03-18T10:44:27.361Z Compiling url v2.5.8
5682026-03-18T10:44:27.605Z Compiling toml v0.8.23
5692026-03-18T10:44:28.077Z Compiling cargo-util-schemas v0.8.2
5702026-03-18T10:44:28.077Z Compiling cargo_toml v0.21.0
5712026-03-18T10:44:29.231Z Compiling cargo_metadata v0.21.0
5722026-03-18T10:44:30.514Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-03-18T10:44:33.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.44s
5742026-03-18T10:44:33.642Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-03-18T10:44:34.372Z Downloading crates ...
5762026-03-18T10:44:34.468Z Downloaded adler2 v2.0.1
5772026-03-18T10:44:34.492Z Downloaded debug-ignore v1.0.5
5782026-03-18T10:44:34.503Z Downloaded crunchy v0.2.4
5792026-03-18T10:44:34.503Z Downloaded bcrypt-pbkdf v0.10.0
5802026-03-18T10:44:34.503Z Downloaded aes-gcm v0.10.3
5812026-03-18T10:44:34.504Z Downloaded bitfield-macros v0.19.4
5822026-03-18T10:44:34.504Z Downloaded bit-set v0.8.0
5832026-03-18T10:44:34.504Z Downloaded darling v0.20.11
5842026-03-18T10:44:34.509Z Downloaded base16ct v1.0.0
5852026-03-18T10:44:34.509Z Downloaded async-recursion v1.1.1
5862026-03-18T10:44:34.510Z Downloaded float-cmp v0.10.0
5872026-03-18T10:44:34.510Z Downloaded dtrace-parser v0.3.0
5882026-03-18T10:44:34.510Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-03-18T10:44:34.510Z Downloaded ctr v0.9.2
5902026-03-18T10:44:34.510Z Downloaded array-init v0.0.4
5912026-03-18T10:44:34.516Z Downloaded aead v0.5.2
5922026-03-18T10:44:34.516Z Downloaded ena v0.14.4
5932026-03-18T10:44:34.517Z Downloaded base64ct v1.8.3
5942026-03-18T10:44:34.522Z Downloaded darling_macro v0.21.3
5952026-03-18T10:44:34.522Z Downloaded endian-type v0.1.2
5962026-03-18T10:44:34.522Z Downloaded curve25519-dalek-derive v0.1.1
5972026-03-18T10:44:34.531Z Downloaded cstr-argument v0.1.2
5982026-03-18T10:44:34.531Z Downloaded env_logger v0.11.9
5992026-03-18T10:44:34.531Z Downloaded cargo-platform v0.1.9
6002026-03-18T10:44:34.531Z Downloaded derive_builder v0.20.2
6012026-03-18T10:44:34.537Z Downloaded darling_macro v0.20.11
6022026-03-18T10:44:34.537Z Downloaded crossbeam-deque v0.8.6
6032026-03-18T10:44:34.537Z Downloaded bitfield-struct v0.6.2
6042026-03-18T10:44:34.537Z Downloaded crucible-workspace-hack v0.1.0
6052026-03-18T10:44:34.537Z Downloaded bit-set v0.5.3
6062026-03-18T10:44:34.550Z Downloaded dropshot-api-manager-types v0.6.0
6072026-03-18T10:44:34.550Z Downloaded convert_case v0.4.0
6082026-03-18T10:44:34.550Z Downloaded defmt-parser v1.0.0
6092026-03-18T10:44:34.550Z Downloaded block-padding v0.3.3
6102026-03-18T10:44:34.550Z Downloaded base16ct v0.2.0
6112026-03-18T10:44:34.550Z Downloaded async-stream-impl v0.3.6
6122026-03-18T10:44:34.550Z Downloaded atomic-waker v1.1.2
6132026-03-18T10:44:34.550Z Downloaded foreign-types v0.5.0
6142026-03-18T10:44:34.556Z Downloaded defmt v0.3.100
6152026-03-18T10:44:34.556Z Downloaded atomicwrites v0.4.4
6162026-03-18T10:44:34.556Z Downloaded crc8 v0.1.1
6172026-03-18T10:44:34.556Z Downloaded crc-catalog v2.4.0
6182026-03-18T10:44:34.557Z Downloaded ed25519 v2.2.3
6192026-03-18T10:44:34.557Z Downloaded der v0.7.10
6202026-03-18T10:44:34.562Z Downloaded enum-as-inner v0.6.1
6212026-03-18T10:44:34.562Z Downloaded bb8 v0.8.6
6222026-03-18T10:44:34.562Z Downloaded env_filter v1.0.0
6232026-03-18T10:44:34.562Z Downloaded dirs-next v2.0.0
6242026-03-18T10:44:34.571Z Downloaded float-ord v0.3.2
6252026-03-18T10:44:34.571Z Downloaded atty v0.2.14
6262026-03-18T10:44:34.571Z Downloaded cfg_aliases v0.1.1
6272026-03-18T10:44:34.571Z Downloaded embedded-io v0.4.0
6282026-03-18T10:44:34.571Z Downloaded darling_macro v0.23.0
6292026-03-18T10:44:34.571Z Downloaded embedded-io v0.6.1
6302026-03-18T10:44:34.574Z Downloaded dyn-clone v1.0.20
6312026-03-18T10:44:34.575Z Downloaded crc v3.4.0
6322026-03-18T10:44:34.575Z Downloaded cfg_aliases v0.2.1
6332026-03-18T10:44:34.575Z Downloaded async-stream v0.3.6
6342026-03-18T10:44:34.583Z Downloaded dof v0.4.0
6352026-03-18T10:44:34.583Z Downloaded display-error-chain v0.2.2
6362026-03-18T10:44:34.584Z Downloaded downcast-rs v2.0.2
6372026-03-18T10:44:34.584Z Downloaded foreign-types-shared v0.3.1
6382026-03-18T10:44:34.587Z Downloaded foreign-types-shared v0.1.1
6392026-03-18T10:44:34.587Z Downloaded cobs v0.3.0
6402026-03-18T10:44:34.587Z Downloaded ciborium-io v0.2.2
6412026-03-18T10:44:34.588Z Downloaded difflib v0.4.0
6422026-03-18T10:44:34.588Z Downloaded assert_matches v1.5.0
6432026-03-18T10:44:34.588Z Downloaded defmt v1.0.1
6442026-03-18T10:44:34.592Z Downloaded bit-vec v0.6.3
6452026-03-18T10:44:34.592Z Downloaded cassowary v0.3.0
6462026-03-18T10:44:34.592Z Downloaded foreign-types v0.3.2
6472026-03-18T10:44:34.597Z Downloaded camino-tempfile-ext v0.3.3
6482026-03-18T10:44:34.597Z Downloaded blowfish v0.9.1
6492026-03-18T10:44:34.597Z Downloaded flagset v0.4.7
6502026-03-18T10:44:34.608Z Downloaded cipher v0.4.4
6512026-03-18T10:44:34.608Z Downloaded funty v2.0.0
6522026-03-18T10:44:34.608Z Downloaded critical-section v1.2.0
6532026-03-18T10:44:34.612Z Downloaded csv-core v0.1.13
6542026-03-18T10:44:34.612Z Downloaded futures-io v0.3.32
6552026-03-18T10:44:34.612Z Downloaded futures-core v0.3.32
6562026-03-18T10:44:34.612Z Downloaded foreign-types-macros v0.2.3
6572026-03-18T10:44:34.612Z Downloaded globwalk v0.9.1
6582026-03-18T10:44:34.613Z Downloaded futures-sink v0.3.32
6592026-03-18T10:44:34.613Z Downloaded futures-macro v0.3.32
6602026-03-18T10:44:34.613Z Downloaded darling v0.23.0
6612026-03-18T10:44:34.617Z Downloaded ecdsa v0.16.9
6622026-03-18T10:44:34.617Z Downloaded fixedbitset v0.4.2
6632026-03-18T10:44:34.617Z Downloaded constant_time_eq v0.4.2
6642026-03-18T10:44:34.621Z Downloaded dunce v1.0.5
6652026-03-18T10:44:34.621Z Downloaded arrayvec v0.7.6
6662026-03-18T10:44:34.627Z Downloaded castaway v0.2.4
6672026-03-18T10:44:34.628Z Downloaded buf-list v1.1.2
6682026-03-18T10:44:34.639Z Downloaded bitfield v0.19.4
6692026-03-18T10:44:34.639Z Downloaded futures-task v0.3.32
6702026-03-18T10:44:34.640Z Downloaded deranged v0.5.8
6712026-03-18T10:44:34.640Z Downloaded crossbeam-epoch v0.9.18
6722026-03-18T10:44:34.640Z Downloaded cexpr v0.6.0
6732026-03-18T10:44:34.646Z Downloaded cargo_metadata v0.19.2
6742026-03-18T10:44:34.646Z Downloaded git-stub v1.0.0
6752026-03-18T10:44:34.646Z Downloaded cbc v0.1.2
6762026-03-18T10:44:34.646Z Downloaded backoff v0.4.0
6772026-03-18T10:44:34.646Z Downloaded cpufeatures v0.3.0
6782026-03-18T10:44:34.646Z Downloaded gethostname v0.5.0
6792026-03-18T10:44:34.646Z Downloaded fxhash v0.2.1
6802026-03-18T10:44:34.646Z Downloaded convert_case v0.10.0
6812026-03-18T10:44:34.658Z Downloaded ciborium-ll v0.2.2
6822026-03-18T10:44:34.658Z Downloaded defmt-macros v1.0.1
6832026-03-18T10:44:34.658Z Downloaded derive_builder_macro v0.20.2
6842026-03-18T10:44:34.658Z Downloaded erased-serde v0.3.31
6852026-03-18T10:44:34.658Z Downloaded chacha20 v0.9.1
6862026-03-18T10:44:34.658Z Downloaded der_derive v0.7.3
6872026-03-18T10:44:34.658Z Downloaded headers-core v0.3.0
6882026-03-18T10:44:34.658Z Downloaded cargo_toml v0.22.3
6892026-03-18T10:44:34.662Z Downloaded foldhash v0.2.0
6902026-03-18T10:44:34.662Z Downloaded foldhash v0.1.5
6912026-03-18T10:44:34.662Z Downloaded cmake v0.1.57
6922026-03-18T10:44:34.662Z Downloaded data-encoding v2.10.0
6932026-03-18T10:44:34.692Z Downloaded bcs v0.1.6
6942026-03-18T10:44:34.692Z Downloaded derive-ex v0.1.8
6952026-03-18T10:44:34.692Z Downloaded fixedbitset v0.5.7
6962026-03-18T10:44:34.692Z Downloaded hash32 v0.2.1
6972026-03-18T10:44:34.711Z Downloaded hex-literal v0.4.1
6982026-03-18T10:44:34.711Z Downloaded console v0.15.11
6992026-03-18T10:44:34.711Z Downloaded hex v0.4.3
7002026-03-18T10:44:34.711Z Downloaded fallible-iterator v0.2.0
7012026-03-18T10:44:34.712Z Downloaded drift v0.1.3
7022026-03-18T10:44:34.712Z Downloaded ghash v0.5.1
7032026-03-18T10:44:34.712Z Downloaded fs_extra v1.3.0
7042026-03-18T10:44:34.712Z Downloaded home v0.5.12
7052026-03-18T10:44:34.712Z Downloaded diesel-dtrace v0.5.0
7062026-03-18T10:44:34.712Z Downloaded hubpack_derive v0.1.1
7072026-03-18T10:44:34.712Z Downloaded http-body v1.0.1
7082026-03-18T10:44:34.712Z Downloaded daft-derive v0.1.5
7092026-03-18T10:44:34.712Z Downloaded ident_case v1.0.1
7102026-03-18T10:44:34.712Z Downloaded httpdate v1.0.3
7112026-03-18T10:44:34.712Z Downloaded indent_write v2.2.0
7122026-03-18T10:44:34.712Z Downloaded fs-err v2.11.0
7132026-03-18T10:44:34.712Z Downloaded hostname v0.4.2
7142026-03-18T10:44:34.736Z Downloaded http-range v0.1.5
7152026-03-18T10:44:34.736Z Downloaded hostname v0.3.1
7162026-03-18T10:44:34.736Z Downloaded darling v0.21.3
7172026-03-18T10:44:34.736Z Downloaded hyper-tls v0.6.0
7182026-03-18T10:44:34.736Z Downloaded hubpack v0.1.2
7192026-03-18T10:44:34.736Z Downloaded filetime v0.2.27
7202026-03-18T10:44:34.736Z Downloaded des v0.8.1
7212026-03-18T10:44:34.736Z Downloaded console v0.16.2
7222026-03-18T10:44:34.736Z Downloaded bzip2 v0.6.1
7232026-03-18T10:44:34.737Z Downloaded glob v0.3.3
7242026-03-18T10:44:34.767Z Downloaded is_ci v1.2.0
7252026-03-18T10:44:34.767Z Downloaded is-terminal v0.4.17
7262026-03-18T10:44:34.767Z Downloaded fd-lock v4.0.4
7272026-03-18T10:44:34.767Z Downloaded diff v0.1.13
7282026-03-18T10:44:34.767Z Downloaded async-bb8-diesel v0.2.1
7292026-03-18T10:44:34.767Z Downloaded either v1.15.0
7302026-03-18T10:44:34.767Z Downloaded crossbeam-utils v0.8.21
7312026-03-18T10:44:34.767Z Downloaded daft v0.1.5
7322026-03-18T10:44:34.767Z Downloaded colored v3.1.1
7332026-03-18T10:44:34.767Z Downloaded internet-checksum v0.2.1
7342026-03-18T10:44:34.781Z Downloaded kstat-rs v0.2.4
7352026-03-18T10:44:34.781Z Downloaded keccak v0.1.6
7362026-03-18T10:44:34.781Z Downloaded derive-where v1.6.0
7372026-03-18T10:44:34.781Z Downloaded instant v0.1.13
7382026-03-18T10:44:34.781Z Downloaded lalrpop-util v0.19.12
7392026-03-18T10:44:34.781Z Downloaded libscf-sys v1.1.0
7402026-03-18T10:44:34.781Z Downloaded linked-hash-map v0.5.6
7412026-03-18T10:44:34.781Z Downloaded lazy_static v1.5.0
7422026-03-18T10:44:34.781Z Downloaded instability v0.3.11
7432026-03-18T10:44:34.781Z Downloaded inout v0.1.4
7442026-03-18T10:44:34.782Z Downloaded group v0.13.0
7452026-03-18T10:44:34.782Z Downloaded highway v1.3.0
7462026-03-18T10:44:34.782Z Downloaded humantime v2.3.0
7472026-03-18T10:44:34.782Z Downloaded http-body-util v0.1.3
7482026-03-18T10:44:34.782Z Downloaded getrandom v0.2.17
7492026-03-18T10:44:34.782Z Downloaded futures-channel v0.3.32
7502026-03-18T10:44:34.782Z Downloaded impl-trait-for-tuples v0.2.3
7512026-03-18T10:44:34.787Z Downloaded md5 v0.7.0
7522026-03-18T10:44:34.787Z Downloaded match_cfg v0.1.0
7532026-03-18T10:44:34.787Z Downloaded lzss v0.8.2
7542026-03-18T10:44:34.787Z Downloaded mime v0.3.17
7552026-03-18T10:44:34.787Z Downloaded memoffset v0.9.1
7562026-03-18T10:44:34.787Z Downloaded maplit v1.0.2
7572026-03-18T10:44:34.788Z Downloaded multimap v0.10.1
7582026-03-18T10:44:34.788Z Downloaded maybe-uninit v2.0.0
7592026-03-18T10:44:34.788Z Downloaded managed v0.8.0
7602026-03-18T10:44:34.788Z Downloaded lru-slab v0.1.2
7612026-03-18T10:44:34.788Z Downloaded globset v0.4.18
7622026-03-18T10:44:34.793Z Downloaded lru v0.12.5
7632026-03-18T10:44:34.793Z Downloaded indoc v1.0.9
7642026-03-18T10:44:34.793Z Downloaded ipnetwork v0.21.1
7652026-03-18T10:44:34.793Z Downloaded half v1.8.3
7662026-03-18T10:44:34.842Z Downloaded blake2 v0.10.6
7672026-03-18T10:44:34.843Z Downloaded new_debug_unreachable v1.0.6
7682026-03-18T10:44:34.843Z Downloaded newtype_derive v0.1.6
7692026-03-18T10:44:34.843Z Downloaded ahash v0.8.12
7702026-03-18T10:44:34.843Z Downloaded newtype-uuid-macros v0.1.0
7712026-03-18T10:44:34.843Z Downloaded newline-converter v0.3.0
7722026-03-18T10:44:34.843Z Downloaded ingot-types v0.1.2
7732026-03-18T10:44:34.843Z Downloaded ipnet v2.11.0
7742026-03-18T10:44:34.843Z Downloaded jobserver v0.1.34
7752026-03-18T10:44:34.843Z Downloaded elliptic-curve v0.13.8
7762026-03-18T10:44:34.843Z Downloaded nibble_vec v0.1.0
7772026-03-18T10:44:34.844Z Downloaded derive_more v0.99.20
7782026-03-18T10:44:34.844Z Downloaded num_threads v0.1.7
7792026-03-18T10:44:34.844Z Downloaded chacha20poly1305 v0.10.1
7802026-03-18T10:44:34.854Z Downloaded base64 v0.22.1
7812026-03-18T10:44:34.854Z Downloaded num-conv v0.2.0
7822026-03-18T10:44:34.855Z Downloaded normalize-line-endings v0.3.0
7832026-03-18T10:44:34.855Z Downloaded nodrop v0.1.14
7842026-03-18T10:44:34.855Z Downloaded hmac v0.12.1
7852026-03-18T10:44:34.855Z Downloaded num v0.4.3
7862026-03-18T10:44:34.855Z Downloaded libefi-sys v0.1.0
7872026-03-18T10:44:34.855Z Downloaded hickory-client v0.25.2
7882026-03-18T10:44:34.855Z Downloaded libsw-core v0.3.2
7892026-03-18T10:44:34.856Z Downloaded libsw v3.5.0
7902026-03-18T10:44:34.856Z Downloaded num-derive v0.3.3
7912026-03-18T10:44:34.856Z Downloaded num-iter v0.1.45
7922026-03-18T10:44:34.856Z Downloaded openssl-macros v0.1.1
7932026-03-18T10:44:34.856Z Downloaded openssl-probe v0.2.1
7942026-03-18T10:44:34.856Z Downloaded httparse v1.10.1
7952026-03-18T10:44:34.856Z Downloaded opaque-debug v0.3.1
7962026-03-18T10:44:34.856Z Downloaded olpc-cjson v0.1.4
7972026-03-18T10:44:34.856Z Downloaded allocator-api2 v0.2.21
7982026-03-18T10:44:34.856Z Downloaded num_enum_derive v0.5.11
7992026-03-18T10:44:34.856Z Downloaded oso-derive v0.27.3
8002026-03-18T10:44:34.856Z Downloaded mime_guess v2.0.5
8012026-03-18T10:44:34.856Z Downloaded lru-cache v0.1.2
8022026-03-18T10:44:34.864Z Downloaded linear-map v1.2.0
8032026-03-18T10:44:34.864Z Downloaded ingot-macros v0.1.1
8042026-03-18T10:44:34.864Z Downloaded iana-time-zone v0.1.65
8052026-03-18T10:44:34.864Z Downloaded packed_struct_codegen v0.10.1
8062026-03-18T10:44:34.865Z Downloaded md-5 v0.10.6
8072026-03-18T10:44:34.865Z Downloaded lock_api v0.4.14
8082026-03-18T10:44:34.865Z Downloaded futures v0.3.32
8092026-03-18T10:44:34.869Z Downloaded half v2.7.1
8102026-03-18T10:44:34.869Z Downloaded getrandom v0.3.4
8112026-03-18T10:44:34.869Z Downloaded hyper-rustls v0.27.7
8122026-03-18T10:44:34.875Z Downloaded arc-swap v1.8.2
8132026-03-18T10:44:34.880Z Downloaded newtype-uuid v1.3.2
8142026-03-18T10:44:34.881Z Downloaded compact_str v0.8.1
8152026-03-18T10:44:34.881Z Downloaded bytes v1.11.1
8162026-03-18T10:44:34.886Z Downloaded native-tls v0.2.18
8172026-03-18T10:44:34.886Z Downloaded parse-display v0.10.0
8182026-03-18T10:44:34.886Z Downloaded parse-size v1.1.0
8192026-03-18T10:44:34.890Z Downloaded flume v0.11.1
8202026-03-18T10:44:34.890Z Downloaded pbkdf2 v0.11.0
8212026-03-18T10:44:34.903Z Downloaded peg-runtime v0.8.5
8222026-03-18T10:44:34.903Z Downloaded nu-ansi-term v0.50.3
8232026-03-18T10:44:34.903Z Downloaded nanorand v0.7.0
8242026-03-18T10:44:34.912Z Downloaded darling_core v0.21.3
8252026-03-18T10:44:34.912Z Downloaded phf_shared v0.12.1
8262026-03-18T10:44:34.912Z Downloaded phf_shared v0.11.3
8272026-03-18T10:44:34.912Z Downloaded pbkdf2 v0.12.2
8282026-03-18T10:44:34.912Z Downloaded path-slash v0.1.5
8292026-03-18T10:44:34.912Z Downloaded ed25519-dalek v2.2.0
8302026-03-18T10:44:34.917Z Downloaded crypto-bigint v0.5.5
8312026-03-18T10:44:34.917Z Downloaded phf_shared v0.13.1
8322026-03-18T10:44:34.917Z Downloaded dropshot_endpoint v0.16.7
8332026-03-18T10:44:34.923Z Downloaded num_enum_derive v0.7.5
8342026-03-18T10:44:34.923Z Downloaded pin-utils v0.1.0
8352026-03-18T10:44:34.923Z Downloaded num_enum v0.5.11
8362026-03-18T10:44:34.934Z Downloaded openssl-probe v0.1.6
8372026-03-18T10:44:34.934Z Downloaded num_enum v0.7.5
8382026-03-18T10:44:34.939Z Downloaded num-complex v0.4.6
8392026-03-18T10:44:34.939Z Downloaded libloading v0.8.9
8402026-03-18T10:44:34.939Z Downloaded num-rational v0.4.2
8412026-03-18T10:44:34.939Z Downloaded num-derive v0.4.2
8422026-03-18T10:44:34.939Z Downloaded indexmap v1.9.3
8432026-03-18T10:44:34.939Z Downloaded nonempty v0.12.0
8442026-03-18T10:44:34.948Z Downloaded owo-colors v4.3.0
8452026-03-18T10:44:34.948Z Downloaded memmap2 v0.9.10
8462026-03-18T10:44:34.948Z Downloaded crc-any v2.5.0
8472026-03-18T10:44:34.948Z Downloaded packed_struct v0.10.1
8482026-03-18T10:44:34.954Z Downloaded oxide-tokio-rt v0.1.3
8492026-03-18T10:44:34.954Z Downloaded oxnet v0.1.4
8502026-03-18T10:44:34.954Z Downloaded backon v1.6.0
8512026-03-18T10:44:34.954Z Downloaded predicates-tree v1.0.13
8522026-03-18T10:44:34.955Z Downloaded predicates-core v1.0.10
8532026-03-18T10:44:34.967Z Downloaded precomputed-hash v0.1.1
8542026-03-18T10:44:34.967Z Downloaded powerfmt v0.2.0
8552026-03-18T10:44:34.967Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-03-18T10:44:34.967Z Downloaded proc-macro-crate v3.4.0
8572026-03-18T10:44:34.967Z Downloaded proc-macro-crate v1.3.1
8582026-03-18T10:44:34.968Z Downloaded fatfs v0.3.6
8592026-03-18T10:44:34.974Z Downloaded ingot v0.1.1
8602026-03-18T10:44:34.974Z Downloaded base64 v0.21.7
8612026-03-18T10:44:34.974Z Downloaded indoc v2.0.7
8622026-03-18T10:44:34.974Z Downloaded multer v3.1.0
8632026-03-18T10:44:34.974Z Downloaded parking_lot_core v0.8.6
8642026-03-18T10:44:34.974Z Downloaded progenitor-client v0.11.2
8652026-03-18T10:44:34.983Z Downloaded hyper-staticfile v0.10.1
8662026-03-18T10:44:34.983Z Downloaded futures-executor v0.3.32
8672026-03-18T10:44:34.983Z Downloaded progenitor-macro v0.13.0
8682026-03-18T10:44:34.983Z Downloaded progenitor-client v0.10.0
8692026-03-18T10:44:34.983Z Downloaded progenitor-macro v0.11.2
8702026-03-18T10:44:34.983Z Downloaded progenitor-macro v0.10.0
8712026-03-18T10:44:34.992Z Downloaded darling_core v0.23.0
8722026-03-18T10:44:34.992Z Downloaded psl-types v2.0.11
8732026-03-18T10:44:34.992Z Downloaded const_format v0.2.35
8742026-03-18T10:44:34.992Z Downloaded pem v3.0.6
8752026-03-18T10:44:34.997Z Downloaded peg-macros v0.8.5
8762026-03-18T10:44:34.997Z Downloaded peg v0.8.5
8772026-03-18T10:44:34.997Z Downloaded phf v0.13.1
8782026-03-18T10:44:34.997Z Downloaded pem-rfc7468 v0.7.0
8792026-03-18T10:44:35.003Z Downloaded quick-error v1.2.3
8802026-03-18T10:44:35.003Z Downloaded headers v0.4.1
8812026-03-18T10:44:35.003Z Downloaded phf v0.12.1
8822026-03-18T10:44:35.010Z Downloaded heapless v0.7.17
8832026-03-18T10:44:35.011Z Downloaded num-integer v0.1.46
8842026-03-18T10:44:35.015Z Downloaded pkcs8 v0.10.2
8852026-03-18T10:44:35.015Z Downloaded rand_chacha v0.3.1
8862026-03-18T10:44:35.015Z Downloaded libbz2-rs-sys v0.2.2
8872026-03-18T10:44:35.015Z Downloaded ar_archive_writer v0.5.1
8882026-03-18T10:44:35.019Z Downloaded polyval v0.6.2
8892026-03-18T10:44:35.019Z Downloaded rand_xorshift v0.4.0
8902026-03-18T10:44:35.026Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-03-18T10:44:35.026Z Downloaded crossbeam-channel v0.5.15
8922026-03-18T10:44:35.033Z Downloaded flate2 v1.1.9
8932026-03-18T10:44:35.033Z Downloaded ppv-lite86 v0.2.21
8942026-03-18T10:44:35.044Z Downloaded ignore v0.4.25
8952026-03-18T10:44:35.044Z Downloaded derive_more v2.1.1
8962026-03-18T10:44:35.049Z Downloaded ref-cast-impl v1.0.25
8972026-03-18T10:44:35.049Z Downloaded recursive v0.1.1
8982026-03-18T10:44:35.049Z Downloaded rfc6979 v0.4.0
8992026-03-18T10:44:35.049Z Downloaded progenitor v0.11.2
9002026-03-18T10:44:35.049Z Downloaded proc-macro-error2 v2.0.1
9012026-03-18T10:44:35.049Z Downloaded primeorder v0.13.6
9022026-03-18T10:44:35.055Z Downloaded cc v1.2.56
9032026-03-18T10:44:35.055Z Downloaded bumpalo v3.20.2
9042026-03-18T10:44:35.058Z Downloaded predicates v3.1.4
9052026-03-18T10:44:35.058Z Downloaded progenitor-client v0.13.0
9062026-03-18T10:44:35.059Z Downloaded psm v0.1.30
9072026-03-18T10:44:35.065Z Downloaded parking_lot_core v0.9.12
9082026-03-18T10:44:35.072Z Downloaded progenitor-extras v0.1.1
9092026-03-18T10:44:35.072Z Downloaded progenitor v0.13.0
9102026-03-18T10:44:35.073Z Downloaded progenitor v0.10.0
9112026-03-18T10:44:35.073Z Downloaded parking_lot v0.12.5
9122026-03-18T10:44:35.073Z Downloaded indicatif v0.18.4
9132026-03-18T10:44:35.076Z Downloaded dropshot-api-manager v0.6.0
9142026-03-18T10:44:35.076Z Downloaded parking_lot v0.11.2
9152026-03-18T10:44:35.079Z Downloaded rtoolbox v0.0.3
9162026-03-18T10:44:35.079Z Downloaded radium v0.7.0
9172026-03-18T10:44:35.080Z Downloaded r2d2 v0.8.10
9182026-03-18T10:44:35.087Z Downloaded rustc-hash v2.1.1
9192026-03-18T10:44:35.087Z Downloaded rustc_version v0.1.7
9202026-03-18T10:44:35.087Z Downloaded pin-project-internal v1.1.11
9212026-03-18T10:44:35.093Z Downloaded poly1305 v0.8.0
9222026-03-18T10:44:35.093Z Downloaded pkg-config v0.3.32
9232026-03-18T10:44:35.094Z Downloaded pin-project-lite v0.2.17
9242026-03-18T10:44:35.113Z Downloaded paste v1.0.15
9252026-03-18T10:44:35.113Z Downloaded russh-cryptovec v0.7.3
9262026-03-18T10:44:35.113Z Downloaded rustc_version v0.4.1
9272026-03-18T10:44:35.113Z Downloaded rand_seeder v0.4.0
9282026-03-18T10:44:35.113Z Downloaded rand_core v0.10.0
9292026-03-18T10:44:35.113Z Downloaded pkcs1 v0.7.5
9302026-03-18T10:44:35.155Z Downloaded hickory-resolver v0.24.4
9312026-03-18T10:44:35.155Z Downloaded rand_core v0.9.5
9322026-03-18T10:44:35.156Z Downloaded litrs v1.0.0
9332026-03-18T10:44:35.156Z Downloaded miniz_oxide v0.8.9
9342026-03-18T10:44:35.156Z Downloaded rand_chacha v0.9.0
9352026-03-18T10:44:35.156Z Downloaded salsa20 v0.10.2
9362026-03-18T10:44:35.156Z Downloaded postgres-protocol v0.6.10
9372026-03-18T10:44:35.156Z Downloaded pkcs5 v0.7.1
9382026-03-18T10:44:35.156Z Downloaded postgres-types v0.2.12
9392026-03-18T10:44:35.170Z Downloaded rand_core v0.6.4
9402026-03-18T10:44:35.170Z Downloaded same-file v1.0.6
9412026-03-18T10:44:35.170Z Downloaded diesel_derives v2.3.7
9422026-03-18T10:44:35.171Z Downloaded sapling-renderdag v0.1.0
9432026-03-18T10:44:35.171Z Downloaded papergrid v0.17.0
9442026-03-18T10:44:35.171Z Downloaded ref-cast v1.0.25
9452026-03-18T10:44:35.171Z Downloaded scrypt v0.11.0
9462026-03-18T10:44:35.171Z Downloaded scopeguard v1.2.0
9472026-03-18T10:44:35.171Z Downloaded scheduled-thread-pool v0.2.7
9482026-03-18T10:44:35.171Z Downloaded p256 v0.13.2
9492026-03-18T10:44:35.171Z Downloaded oso v0.27.3
9502026-03-18T10:44:35.171Z Downloaded omicron-zone-package v0.12.2
9512026-03-18T10:44:35.171Z Downloaded scroll_derive v0.13.1
9522026-03-18T10:44:35.171Z Downloaded password-hash v0.5.0
9532026-03-18T10:44:35.171Z Downloaded password-hash v0.4.2
9542026-03-18T10:44:35.172Z Downloaded serde_bytes v0.11.19
9552026-03-18T10:44:35.172Z Downloaded parse-display-derive v0.10.0
9562026-03-18T10:44:35.172Z Downloaded cookie_store v0.22.1
9572026-03-18T10:44:35.172Z Downloaded semver v0.1.20
9582026-03-18T10:44:35.172Z Downloaded secrecy v0.8.0
9592026-03-18T10:44:35.172Z Downloaded secrecy v0.10.3
9602026-03-18T10:44:35.172Z Downloaded resolv-conf v0.7.6
9612026-03-18T10:44:35.189Z Downloaded serde-big-array v0.5.1
9622026-03-18T10:44:35.189Z Downloaded pin-project v1.1.11
9632026-03-18T10:44:35.189Z Downloaded serde_repr v0.1.20
9642026-03-18T10:44:35.189Z Downloaded serde_spanned v1.0.4
9652026-03-18T10:44:35.189Z Downloaded jiff-static v0.2.21
9662026-03-18T10:44:35.216Z Downloaded derive_more-impl v2.1.1
9672026-03-18T10:44:35.216Z Downloaded rustls-native-certs v0.8.3
9682026-03-18T10:44:35.216Z Downloaded serde_plain v1.0.2
9692026-03-18T10:44:35.217Z Downloaded heapless v0.8.0
9702026-03-18T10:44:35.217Z Downloaded shell-words v1.1.1
9712026-03-18T10:44:35.217Z Downloaded sha1 v0.10.6
9722026-03-18T10:44:35.217Z Downloaded serde_urlencoded v0.7.1
9732026-03-18T10:44:35.217Z Downloaded signal-hook-mio v0.2.5
9742026-03-18T10:44:35.217Z Downloaded signature v2.2.0
9752026-03-18T10:44:35.225Z Downloaded hickory-resolver v0.25.2
9762026-03-18T10:44:35.225Z Downloaded quinn-udp v0.5.14
9772026-03-18T10:44:35.226Z Downloaded rusty-fork v0.3.1
9782026-03-18T10:44:35.226Z Downloaded signal-hook-tokio v0.3.1
9792026-03-18T10:44:35.226Z Downloaded sigpipe v0.1.3
9802026-03-18T10:44:35.226Z Downloaded rustversion v1.0.22
9812026-03-18T10:44:35.226Z Downloaded siphasher v1.0.2
9822026-03-18T10:44:35.226Z Downloaded rustls-pemfile v2.2.0
9832026-03-18T10:44:35.226Z Downloaded rustls-pemfile v1.0.4
9842026-03-18T10:44:35.227Z Downloaded slog-bunyan v2.5.0
9852026-03-18T10:44:35.227Z Downloaded postcard v1.1.3
9862026-03-18T10:44:35.227Z Downloaded openssl-sys v0.9.111
9872026-03-18T10:44:35.227Z Downloaded slog-envlogger v2.2.0
9882026-03-18T10:44:35.227Z Downloaded prefix-trie v0.7.0
9892026-03-18T10:44:35.235Z Downloaded minimal-lexical v0.2.1
9902026-03-18T10:44:35.235Z Downloaded scroll v0.13.0
9912026-03-18T10:44:35.235Z Downloaded aes v0.8.4
9922026-03-18T10:44:35.235Z Downloaded expectorate v1.2.0
9932026-03-18T10:44:35.244Z Downloaded hashbrown v0.12.3
9942026-03-18T10:44:35.244Z Downloaded cookie v0.18.1
9952026-03-18T10:44:35.244Z Downloaded const-oid v0.9.6
9962026-03-18T10:44:35.244Z Downloaded colored v2.2.0
9972026-03-18T10:44:35.248Z Downloaded serde_derive_internals v0.29.1
9982026-03-18T10:44:35.248Z Downloaded sec1 v0.7.3
9992026-03-18T10:44:35.248Z Downloaded sct v0.7.1
10002026-03-18T10:44:35.249Z Downloaded sqlparser_derive v0.5.0
10012026-03-18T10:44:35.249Z Downloaded serde-hex v0.1.0
10022026-03-18T10:44:35.255Z Downloaded crossterm v0.29.0
10032026-03-18T10:44:35.260Z Downloaded russh-keys v0.45.0
10042026-03-18T10:44:35.260Z Downloaded aho-corasick v1.1.4
10052026-03-18T10:44:35.263Z Downloaded ssh-cipher v0.2.0
10062026-03-18T10:44:35.263Z Downloaded serde_path_to_error v0.1.20
10072026-03-18T10:44:35.264Z Downloaded seq-macro v0.3.6
10082026-03-18T10:44:35.269Z Downloaded ciborium v0.2.2
10092026-03-18T10:44:35.269Z Downloaded rcgen v0.12.1
10102026-03-18T10:44:35.277Z Downloaded chacha20 v0.10.0
10112026-03-18T10:44:35.277Z Downloaded cancel-safe-futures v0.1.5
10122026-03-18T10:44:35.277Z Downloaded bitflags v1.3.2
10132026-03-18T10:44:35.277Z Downloaded structmeta-derive v0.3.0
10142026-03-18T10:44:35.280Z Downloaded structmeta v0.3.0
10152026-03-18T10:44:35.280Z Downloaded shlex v1.3.0
10162026-03-18T10:44:35.280Z Downloaded hickory-server v0.25.2
10172026-03-18T10:44:35.284Z Downloaded strip-ansi-escapes v0.2.1
10182026-03-18T10:44:35.284Z Downloaded ssh-encoding v0.2.0
10192026-03-18T10:44:35.287Z Downloaded rustls-pki-types v1.14.0
10202026-03-18T10:44:35.290Z Downloaded signal-hook-registry v1.4.8
10212026-03-18T10:44:35.290Z Downloaded slab v0.4.12
10222026-03-18T10:44:35.290Z Downloaded simd-adler32 v0.3.8
10232026-03-18T10:44:35.296Z Downloaded http v1.4.0
10242026-03-18T10:44:35.296Z Downloaded git-stub-vcs v0.1.0
10252026-03-18T10:44:35.300Z Downloaded darling_core v0.20.11
10262026-03-18T10:44:35.318Z Downloaded slog-async v2.8.0
10272026-03-18T10:44:35.318Z Downloaded prettyplease v0.2.37
10282026-03-18T10:44:35.319Z Downloaded supports-color v3.0.2
10292026-03-18T10:44:35.319Z Downloaded tabled_derive v0.11.0
10302026-03-18T10:44:35.324Z Downloaded take_mut v0.2.2
10312026-03-18T10:44:35.324Z Downloaded tagptr v0.2.0
10322026-03-18T10:44:35.324Z Downloaded smallvec v0.6.14
10332026-03-18T10:44:35.324Z Downloaded snafu-derive v0.8.9
10342026-03-18T10:44:35.324Z Downloaded slog-stdlog v4.1.1
10352026-03-18T10:44:35.324Z Downloaded tabwriter v1.4.1
10362026-03-18T10:44:35.324Z Downloaded sync_wrapper v1.0.2
10372026-03-18T10:44:35.324Z Downloaded sync-ptr v0.1.4
10382026-03-18T10:44:35.325Z Downloaded slog-json v2.6.1
10392026-03-18T10:44:35.325Z Downloaded hyper-util v0.1.20
10402026-03-18T10:44:35.325Z Downloaded progenitor-impl v0.11.2
10412026-03-18T10:44:35.334Z Downloaded progenitor-impl v0.13.0
10422026-03-18T10:44:35.334Z Downloaded slog-term v2.9.2
10432026-03-18T10:44:35.334Z Downloaded subtle v2.6.1
10442026-03-18T10:44:35.344Z Downloaded tap v1.0.1
10452026-03-18T10:44:35.345Z Downloaded slog-scope v4.4.1
10462026-03-18T10:44:35.345Z Downloaded strum v0.27.2
10472026-03-18T10:44:35.345Z Downloaded spki v0.7.3
10482026-03-18T10:44:35.345Z Downloaded serde_cbor v0.11.2
10492026-03-18T10:44:35.345Z Downloaded testing_table v0.3.0
10502026-03-18T10:44:35.345Z Downloaded strum v0.26.3
10512026-03-18T10:44:35.356Z Downloaded thread-id v5.1.0
10522026-03-18T10:44:35.356Z Downloaded thiserror-impl-no-std v2.0.2
10532026-03-18T10:44:35.356Z Downloaded slog-dtrace v0.3.0
10542026-03-18T10:44:35.356Z Downloaded time-core v0.1.8
10552026-03-18T10:44:35.356Z Downloaded termtree v0.5.1
10562026-03-18T10:44:35.356Z Downloaded sqlformat v0.3.5
10572026-03-18T10:44:35.357Z Downloaded serde_with_macros v3.17.0
10582026-03-18T10:44:35.357Z Downloaded tinyvec_macros v0.1.1
10592026-03-18T10:44:35.357Z Downloaded itertools v0.10.5
10602026-03-18T10:44:35.366Z Downloaded rustls-platform-verifier v0.6.2
10612026-03-18T10:44:35.367Z Downloaded hashbrown v0.13.2
10622026-03-18T10:44:35.367Z Downloaded pretty_assertions v1.4.1
10632026-03-18T10:44:35.367Z Downloaded schemars_derive v0.8.22
10642026-03-18T10:44:35.376Z Downloaded crc32fast v1.5.0
10652026-03-18T10:44:35.377Z Downloaded clang-sys v1.8.1
10662026-03-18T10:44:35.377Z Downloaded bzip2 v0.4.4
10672026-03-18T10:44:35.377Z Downloaded static_assertions v1.1.0
10682026-03-18T10:44:35.377Z Downloaded stacker v0.1.23
10692026-03-18T10:44:35.384Z Downloaded stringprep v0.1.5
10702026-03-18T10:44:35.384Z Downloaded string_cache v0.8.9
10712026-03-18T10:44:35.384Z Downloaded find-msvc-tools v0.1.9
10722026-03-18T10:44:35.384Z Downloaded hash32 v0.3.1
10732026-03-18T10:44:35.384Z Downloaded ryu v1.0.23
10742026-03-18T10:44:35.384Z Downloaded strum_macros v0.27.2
10752026-03-18T10:44:35.394Z Downloaded crossterm v0.28.1
10762026-03-18T10:44:35.394Z Downloaded strum_macros v0.26.4
10772026-03-18T10:44:35.406Z Downloaded support-bundle-viewer v0.1.2
10782026-03-18T10:44:35.406Z Downloaded strum_macros v0.24.3
10792026-03-18T10:44:35.406Z Downloaded ff v0.13.1
10802026-03-18T10:44:35.406Z Downloaded corncobs v0.1.4
10812026-03-18T10:44:35.406Z Downloaded topological-sort v0.2.2
10822026-03-18T10:44:35.406Z Downloaded async-trait v0.1.89
10832026-03-18T10:44:35.406Z Downloaded smf v0.2.3
10842026-03-18T10:44:35.406Z Downloaded ron v0.8.1
10852026-03-18T10:44:35.410Z Downloaded dsl_auto_type v0.2.0
10862026-03-18T10:44:35.410Z Downloaded arrayref v0.3.9
10872026-03-18T10:44:35.410Z Downloaded publicsuffix v2.3.0
10882026-03-18T10:44:35.410Z Downloaded const_format_proc_macros v0.2.34
10892026-03-18T10:44:35.420Z Downloaded bit-vec v0.8.0
10902026-03-18T10:44:35.420Z Downloaded document-features v0.2.12
10912026-03-18T10:44:35.420Z Downloaded progenitor-impl v0.10.0
10922026-03-18T10:44:35.429Z Downloaded mio v1.1.1
10932026-03-18T10:44:35.429Z Downloaded derive_builder_core v0.20.2
10942026-03-18T10:44:35.429Z Downloaded termios v0.3.3
10952026-03-18T10:44:35.430Z Downloaded tiny-keccak v2.0.2
10962026-03-18T10:44:35.437Z Downloaded time-macros v0.2.27
10972026-03-18T10:44:35.437Z Downloaded tower-layer v0.3.3
10982026-03-18T10:44:35.437Z Downloaded thiserror-no-std v2.0.2
10992026-03-18T10:44:35.437Z Downloaded typify-macro v0.4.3
11002026-03-18T10:44:35.445Z Downloaded try-lock v0.2.5
11012026-03-18T10:44:35.445Z Downloaded trait-variant v0.1.2
11022026-03-18T10:44:35.445Z Downloaded serde_yaml v0.9.34+deprecated
11032026-03-18T10:44:35.445Z Downloaded rand v0.8.5
11042026-03-18T10:44:35.446Z Downloaded rayon-core v1.13.0
11052026-03-18T10:44:35.450Z Downloaded quinn v0.11.9
11062026-03-18T10:44:35.450Z Downloaded typify-macro v0.6.1
11072026-03-18T10:44:35.450Z Downloaded tokio-native-tls v0.3.1
11082026-03-18T10:44:35.455Z Downloaded unarray v0.1.4
11092026-03-18T10:44:35.455Z Downloaded untrusted v0.9.0
11102026-03-18T10:44:35.455Z Downloaded tokio-macros v2.6.0
11112026-03-18T10:44:35.455Z Downloaded tls_codec_derive v0.4.2
11122026-03-18T10:44:35.459Z Downloaded tls_codec v0.4.2
11132026-03-18T10:44:35.459Z Downloaded signal-hook v0.3.18
11142026-03-18T10:44:35.465Z Downloaded unicode-truncate v1.1.0
11152026-03-18T10:44:35.465Z Downloaded qorb v0.4.1
11162026-03-18T10:44:35.468Z Downloaded similar v2.7.0
11172026-03-18T10:44:35.471Z Downloaded tokio-dtrace v0.1.1
11182026-03-18T10:44:35.471Z Downloaded untrusted v0.7.1
11192026-03-18T10:44:35.472Z Downloaded universal-hash v0.5.1
11202026-03-18T10:44:35.475Z Downloaded unit-prefix v0.5.2
11212026-03-18T10:44:35.475Z Downloaded schemars v0.8.22
11222026-03-18T10:44:35.482Z Downloaded utf-8 v0.7.6
11232026-03-18T10:44:35.485Z Downloaded tokio-tungstenite v0.21.0
11242026-03-18T10:44:35.485Z Downloaded tokio-tungstenite v0.23.1
11252026-03-18T10:44:35.490Z Downloaded socket2 v0.5.10
11262026-03-18T10:44:35.494Z Downloaded schemars v0.9.0
11272026-03-18T10:44:35.498Z Downloaded usdt-macro v0.6.0
11282026-03-18T10:44:35.505Z Downloaded usdt v0.6.0
11292026-03-18T10:44:35.505Z Downloaded iri-string v0.7.10
11302026-03-18T10:44:35.510Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-03-18T10:44:35.510Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-03-18T10:44:35.511Z Downloaded term v0.7.0
11332026-03-18T10:44:35.516Z Downloaded socket2 v0.6.2
11342026-03-18T10:44:35.517Z Downloaded thread_local v1.1.9
11352026-03-18T10:44:35.520Z Downloaded itertools v0.13.0
11362026-03-18T10:44:35.520Z Downloaded want v0.3.1
11372026-03-18T10:44:35.526Z Downloaded void v1.0.2
11382026-03-18T10:44:35.526Z Downloaded wait-timeout v0.2.1
11392026-03-18T10:44:35.526Z Downloaded term v1.2.1
11402026-03-18T10:44:35.533Z Downloaded waitgroup v0.1.2
11412026-03-18T10:44:35.533Z Downloaded rustls-webpki v0.103.9
11422026-03-18T10:44:35.533Z Downloaded tui-tree-widget v0.23.1
11432026-03-18T10:44:35.541Z Downloaded iddqd v0.3.17
11442026-03-18T10:44:35.541Z Downloaded rsa v0.9.10
11452026-03-18T10:44:35.548Z Downloaded unicase v2.9.0
11462026-03-18T10:44:35.548Z Downloaded rand v0.9.2
11472026-03-18T10:44:35.548Z Downloaded num-bigint v0.4.6
11482026-03-18T10:44:35.552Z Downloaded tokio-rustls v0.26.4
11492026-03-18T10:44:35.552Z Downloaded tokio-rustls v0.25.0
11502026-03-18T10:44:35.552Z Downloaded tokio-rustls v0.24.1
11512026-03-18T10:44:35.559Z Downloaded subprocess v0.2.15
11522026-03-18T10:44:35.559Z Downloaded num-bigint-dig v0.8.6
11532026-03-18T10:44:35.563Z Downloaded xattr v1.6.1
11542026-03-18T10:44:35.564Z Downloaded libxml v0.3.3
11552026-03-18T10:44:35.568Z Downloaded tokio-stream v0.1.18
11562026-03-18T10:44:35.573Z Downloaded usdt-attr-macro v0.6.0
11572026-03-18T10:44:35.573Z Downloaded xshell-macros v0.2.7
11582026-03-18T10:44:35.573Z Downloaded usdt-impl v0.6.0
11592026-03-18T10:44:35.573Z Downloaded vergen-lib v0.1.6
11602026-03-18T10:44:35.579Z Downloaded vergen-git2 v1.0.7
11612026-03-18T10:44:35.579Z Downloaded snafu v0.8.9
11622026-03-18T10:44:35.583Z Downloaded zone_cfg_derive v0.3.1
11632026-03-18T10:44:35.583Z Downloaded zone v0.3.1
11642026-03-18T10:44:35.583Z Downloaded zeroize_derive v1.4.3
11652026-03-18T10:44:35.583Z Downloaded slog v2.8.2
11662026-03-18T10:44:35.587Z Downloaded schemars v1.2.1
11672026-03-18T10:44:35.595Z Downloaded vergen-gitcl v1.0.8
11682026-03-18T10:44:35.599Z Downloaded itertools v0.12.1
11692026-03-18T10:44:35.603Z Downloaded test-strategy v0.4.5
11702026-03-18T10:44:35.607Z Downloaded itertools v0.14.0
11712026-03-18T10:44:35.612Z Downloaded whoami v1.6.1
11722026-03-18T10:44:35.615Z Downloaded walkdir v2.5.0
11732026-03-18T10:44:35.615Z Downloaded libm v0.2.16
11742026-03-18T10:44:35.627Z Downloaded twox-hash v2.1.2
11752026-03-18T10:44:35.637Z Downloaded rand v0.10.0
11762026-03-18T10:44:35.637Z Downloaded vsss-rs v3.3.4
11772026-03-18T10:44:35.637Z Downloaded tracing-attributes v0.1.31
11782026-03-18T10:44:35.637Z Downloaded hkdf v0.12.4
11792026-03-18T10:44:35.642Z Downloaded whoami v2.1.0
11802026-03-18T10:44:35.643Z Downloaded hyper v1.8.1
11812026-03-18T10:44:35.643Z Downloaded xshell v0.2.7
11822026-03-18T10:44:35.643Z Downloaded wyz v0.5.1
11832026-03-18T10:44:35.643Z Downloaded tar v0.4.44
11842026-03-18T10:44:35.648Z Downloaded h2 v0.4.13
11852026-03-18T10:44:35.653Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-03-18T10:44:35.653Z Downloaded samael v0.0.19
11872026-03-18T10:44:35.656Z Downloaded zstd-safe v7.2.4
11882026-03-18T10:44:35.656Z Downloaded zstd v0.13.3
11892026-03-18T10:44:35.659Z Downloaded zeroize v1.8.2
11902026-03-18T10:44:35.659Z Downloaded xz2 v0.1.7
11912026-03-18T10:44:35.665Z Downloaded tower-service v0.3.3
11922026-03-18T10:44:35.665Z Downloaded spin v0.9.8
11932026-03-18T10:44:35.665Z Downloaded vergen v9.0.6
11942026-03-18T10:44:35.670Z Downloaded nom v7.1.3
11952026-03-18T10:44:35.670Z Downloaded toml v0.9.12+spec-1.1.0
11962026-03-18T10:44:35.687Z Downloaded hashbrown v0.15.5
11972026-03-18T10:44:35.690Z Downloaded tracing-core v0.1.36
11982026-03-18T10:44:35.690Z Downloaded dirs-sys-next v0.1.2
11992026-03-18T10:44:35.690Z Downloaded argon2 v0.5.3
12002026-03-18T10:44:35.690Z Downloaded russh v0.45.0
12012026-03-18T10:44:35.690Z Downloaded ascii-canvas v3.0.0
12022026-03-18T10:44:35.690Z Downloaded steno v0.4.1
12032026-03-18T10:44:35.690Z Downloaded tinyvec v1.10.0
12042026-03-18T10:44:35.694Z Downloaded unicode-bidi v0.3.18
12052026-03-18T10:44:35.697Z Downloaded tungstenite v0.23.0
12062026-03-18T10:44:35.704Z Downloaded unicode-properties v0.1.4
12072026-03-18T10:44:35.707Z Downloaded typify v0.6.1
12082026-03-18T10:44:35.707Z Downloaded p521 v0.13.3
12092026-03-18T10:44:35.707Z Downloaded rustyline v14.0.0
12102026-03-18T10:44:35.716Z Downloaded yasna v0.5.2
12112026-03-18T10:44:35.719Z Downloaded toml v0.7.8
12122026-03-18T10:44:35.722Z Downloaded zerocopy v0.6.6
12132026-03-18T10:44:35.731Z Downloaded blake3 v1.8.3
12142026-03-18T10:44:35.736Z Downloaded uzers v0.12.2
12152026-03-18T10:44:35.740Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-03-18T10:44:35.746Z Downloaded rpassword v7.4.0
12172026-03-18T10:44:35.746Z Downloaded ron v0.12.0
12182026-03-18T10:44:35.751Z Downloaded vte v0.14.1
12192026-03-18T10:44:35.756Z Downloaded tungstenite v0.21.0
12202026-03-18T10:44:35.756Z Downloaded typify v0.4.3
12212026-03-18T10:44:35.759Z Downloaded futures-util v0.3.32
12222026-03-18T10:44:35.766Z Downloaded unsafe-libyaml v0.2.11
12232026-03-18T10:44:35.775Z Downloaded toml_edit v0.19.15
12242026-03-18T10:44:35.788Z Downloaded uuid v1.21.0
12252026-03-18T10:44:35.792Z Downloaded aws-lc-rs v1.16.0
12262026-03-18T10:44:35.800Z Downloaded bindgen v0.71.1
12272026-03-18T10:44:35.821Z Downloaded unicode_categories v0.1.1
12282026-03-18T10:44:35.834Z Downloaded regex v1.12.3
12292026-03-18T10:44:35.834Z Downloaded tokio-postgres v0.7.16
12302026-03-18T10:44:35.834Z Downloaded zopfli v0.8.3
12312026-03-18T10:44:35.835Z Downloaded bitvec v1.0.1
12322026-03-18T10:44:35.841Z Downloaded reedline v0.40.0
12332026-03-18T10:44:35.846Z Downloaded zip v0.6.6
12342026-03-18T10:44:35.851Z Downloaded reqwest v0.12.28
12352026-03-18T10:44:35.860Z Downloaded git2 v0.20.4
12362026-03-18T10:44:35.864Z Downloaded yansi v1.0.1
12372026-03-18T10:44:35.870Z Downloaded ssh-key v0.6.7
12382026-03-18T10:44:35.872Z Downloaded rayon v1.11.0
12392026-03-18T10:44:35.879Z Downloaded p384 v0.13.1
12402026-03-18T10:44:35.884Z Downloaded typed-path v0.9.3
12412026-03-18T10:44:35.896Z Downloaded portable-atomic v1.13.1
12422026-03-18T10:44:35.901Z Downloaded unicode-segmentation v1.12.0
12432026-03-18T10:44:35.901Z Downloaded chrono v0.4.44
12442026-03-18T10:44:35.906Z Downloaded reqwest v0.13.2
12452026-03-18T10:44:35.915Z Downloaded tower v0.5.3
12462026-03-18T10:44:35.928Z Downloaded zerocopy-derive v0.8.40
12472026-03-18T10:44:35.938Z Downloaded salty v0.3.0
12482026-03-18T10:44:35.943Z Downloaded tokio-util v0.7.18
12492026-03-18T10:44:35.948Z Downloaded moka v0.12.13
12502026-03-18T10:44:35.952Z Downloaded goblin v0.10.5
12512026-03-18T10:44:35.994Z Downloaded rustls-webpki v0.102.8
12522026-03-18T10:44:36.010Z Downloaded zip v4.6.1
12532026-03-18T10:44:36.010Z Downloaded x509-cert v0.2.5
12542026-03-18T10:44:36.010Z Downloaded unicode-normalization v0.1.25
12552026-03-18T10:44:36.010Z Downloaded rustls-webpki v0.101.7
12562026-03-18T10:44:36.010Z Downloaded tough v0.20.0
12572026-03-18T10:44:36.015Z Downloaded serde_with v3.17.0
12582026-03-18T10:44:36.015Z Downloaded nix v0.27.1
12592026-03-18T10:44:36.019Z Downloaded curve25519-dalek v4.1.3
12602026-03-18T10:44:36.031Z Downloaded quick-xml v0.37.5
12612026-03-18T10:44:36.034Z Downloaded object v0.30.4
12622026-03-18T10:44:36.038Z Downloaded proptest v1.10.0
12632026-03-18T10:44:36.044Z Downloaded petname v2.0.2
12642026-03-18T10:44:36.048Z Downloaded tower-http v0.6.8
12652026-03-18T10:44:36.054Z Downloaded lalrpop v0.19.12
12662026-03-18T10:44:36.065Z Downloaded winnow v0.5.40
12672026-03-18T10:44:36.071Z Downloaded quinn-proto v0.11.13
12682026-03-18T10:44:36.087Z Downloaded winnow v0.6.26
12692026-03-18T10:44:36.109Z Downloaded tabled v0.20.0
12702026-03-18T10:44:36.115Z Downloaded openssl v0.10.75
12712026-03-18T10:44:36.121Z Downloaded nix v0.29.0
12722026-03-18T10:44:36.125Z Downloaded polar-core v0.27.3
12732026-03-18T10:44:36.128Z Downloaded radix_trie v0.2.1
12742026-03-18T10:44:36.132Z Downloaded nix v0.28.0
12752026-03-18T10:44:36.142Z Downloaded time v0.3.47
12762026-03-18T10:44:36.150Z Downloaded smoltcp v0.9.1
12772026-03-18T10:44:36.158Z Downloaded regex-syntax v0.6.29
12782026-03-18T10:44:36.165Z Downloaded zlib-rs v0.6.2
12792026-03-18T10:44:36.168Z Downloaded bstr v1.12.1
12802026-03-18T10:44:36.176Z Downloaded vcpkg v0.2.15
12812026-03-18T10:44:36.206Z Downloaded webpki-roots v1.0.6
12822026-03-18T10:44:36.210Z Downloaded smoltcp v0.11.0
12832026-03-18T10:44:36.218Z Downloaded rustls v0.22.4
12842026-03-18T10:44:36.229Z Downloaded zerocopy v0.8.40
12852026-03-18T10:44:36.236Z Downloaded regress v0.10.5
12862026-03-18T10:44:36.243Z Downloaded rustls v0.23.37
12872026-03-18T10:44:36.253Z Downloaded diesel v2.3.7
12882026-03-18T10:44:36.269Z Downloaded regex-syntax v0.8.10
12892026-03-18T10:44:36.273Z Downloaded rustix v0.38.44
12902026-03-18T10:44:36.291Z Downloaded hickory-proto v0.25.2
12912026-03-18T10:44:36.302Z Downloaded openapiv3 v2.2.0
12922026-03-18T10:44:36.313Z Downloaded hickory-proto v0.24.4
12932026-03-18T10:44:36.323Z Downloaded rustls v0.21.12
12942026-03-18T10:44:36.331Z Downloaded sqlparser v0.61.0
12952026-03-18T10:44:36.338Z Downloaded object v0.37.3
12962026-03-18T10:44:36.347Z Downloaded nix v0.31.1
12972026-03-18T10:44:36.357Z Downloaded dropshot v0.16.7
12982026-03-18T10:44:36.375Z Downloaded sled v0.34.7
12992026-03-18T10:44:36.391Z Downloaded typify-impl v0.6.1
13002026-03-18T10:44:36.402Z Downloaded tracing v0.1.44
13012026-03-18T10:44:36.419Z Downloaded typify-impl v0.4.3
13022026-03-18T10:44:36.432Z Downloaded zerocopy-derive v0.6.6
13032026-03-18T10:44:36.439Z Downloaded regex-automata v0.4.14
13042026-03-18T10:44:36.449Z Downloaded ratatui v0.29.0
13052026-03-18T10:44:36.464Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-03-18T10:44:36.497Z Downloaded chrono-tz v0.10.4
13072026-03-18T10:44:36.514Z Downloaded lzma-sys v0.1.20
13082026-03-18T10:44:36.535Z Downloaded petgraph v0.6.5
13092026-03-18T10:44:36.545Z Downloaded jiff v0.2.21
13102026-03-18T10:44:36.569Z Downloaded petgraph v0.8.3
13112026-03-18T10:44:36.585Z Downloaded csv v1.4.0
13122026-03-18T10:44:36.603Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-18T10:44:36.625Z Downloaded sha3 v0.10.8
13142026-03-18T10:44:36.629Z Downloaded libz-sys v1.1.24
13152026-03-18T10:44:36.645Z Downloaded tokio v1.49.0
13162026-03-18T10:44:36.708Z Downloaded encoding_rs v0.8.35
13172026-03-18T10:44:36.737Z Downloaded ring v0.17.14
13182026-03-18T10:44:36.779Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-18T10:44:37.384Z Downloaded aws-lc-sys v0.37.1
13202026-03-18T10:44:37.699Z Compiling libc v0.2.180
13212026-03-18T10:44:37.702Z Compiling serde v1.0.228
13222026-03-18T10:44:37.702Z Compiling log v0.4.29
13232026-03-18T10:44:37.702Z Compiling find-msvc-tools v0.1.9
13242026-03-18T10:44:37.702Z Compiling shlex v1.3.0
13252026-03-18T10:44:37.702Z Compiling smallvec v1.15.1
13262026-03-18T10:44:37.702Z Compiling typenum v1.19.0
13272026-03-18T10:44:37.702Z Compiling subtle v2.6.1
13282026-03-18T10:44:37.702Z Compiling generic-array v0.14.7
13292026-03-18T10:44:37.702Z Compiling scopeguard v1.2.0
13302026-03-18T10:44:37.863Z Compiling portable-atomic v1.13.1
13312026-03-18T10:44:38.015Z Compiling const-oid v0.9.6
13322026-03-18T10:44:38.018Z Compiling critical-section v1.2.0
13332026-03-18T10:44:38.056Z Compiling syn v2.0.117
13342026-03-18T10:44:38.079Z Compiling zerocopy v0.8.40
13352026-03-18T10:44:38.097Z Compiling parking_lot_core v0.9.12
13362026-03-18T10:44:38.165Z Compiling lock_api v0.4.14
13372026-03-18T10:44:38.168Z Compiling pin-project-lite v0.2.17
13382026-03-18T10:44:38.209Z Compiling serde_json v1.0.149
13392026-03-18T10:44:38.235Z Compiling pkg-config v0.3.32
13402026-03-18T10:44:38.281Z Compiling bitflags v2.11.0
13412026-03-18T10:44:38.285Z Compiling libm v0.2.16
13422026-03-18T10:44:38.285Z Compiling num-traits v0.2.19
13432026-03-18T10:44:38.349Z Compiling futures-core v0.3.32
13442026-03-18T10:44:38.420Z Compiling percent-encoding v2.3.2
13452026-03-18T10:44:38.444Z Compiling allocator-api2 v0.2.21
13462026-03-18T10:44:38.589Z Compiling foldhash v0.2.0
13472026-03-18T10:44:38.589Z Compiling cpufeatures v0.2.17
13482026-03-18T10:44:38.662Z Compiling futures-sink v0.3.32
13492026-03-18T10:44:38.731Z Compiling futures-io v0.3.32
13502026-03-18T10:44:38.734Z Compiling futures-task v0.3.32
13512026-03-18T10:44:38.734Z Compiling getrandom v0.4.1
13522026-03-18T10:44:38.819Z Compiling futures-channel v0.3.32
13532026-03-18T10:44:38.865Z Compiling slab v0.4.12
13542026-03-18T10:44:38.869Z Compiling rand_core v0.10.0
13552026-03-18T10:44:38.936Z Compiling hashbrown v0.16.1
13562026-03-18T10:44:38.982Z Compiling rustversion v1.0.22
13572026-03-18T10:44:39.007Z Compiling getrandom v0.3.4
13582026-03-18T10:44:39.030Z Compiling form_urlencoded v1.2.2
13592026-03-18T10:44:39.076Z Compiling ident_case v1.0.1
13602026-03-18T10:44:39.113Z Compiling base64ct v1.8.3
13612026-03-18T10:44:39.145Z Compiling dunce v1.0.5
13622026-03-18T10:44:39.182Z Compiling fs_extra v1.3.0
13632026-03-18T10:44:39.233Z Compiling getrandom v0.2.17
13642026-03-18T10:44:39.256Z Compiling jobserver v0.1.34
13652026-03-18T10:44:39.259Z Compiling errno v0.3.14
13662026-03-18T10:44:39.305Z Compiling mio v1.1.1
13672026-03-18T10:44:39.350Z Compiling socket2 v0.6.2
13682026-03-18T10:44:39.458Z Compiling rand_core v0.6.4
13692026-03-18T10:44:39.489Z Compiling signal-hook-registry v1.4.8
13702026-03-18T10:44:39.540Z Compiling cc v1.2.56
13712026-03-18T10:44:39.560Z Compiling once_cell v1.21.3
13722026-03-18T10:44:39.654Z Compiling parking_lot v0.12.5
13732026-03-18T10:44:39.719Z Compiling pem-rfc7468 v0.7.0
13742026-03-18T10:44:39.740Z Compiling indexmap v2.13.0
13752026-03-18T10:44:39.809Z Compiling flagset v0.4.7
13762026-03-18T10:44:39.833Z Compiling rustix v1.1.3
13772026-03-18T10:44:39.857Z Compiling iana-time-zone v0.1.65
13782026-03-18T10:44:39.880Z Compiling uuid v1.21.0
13792026-03-18T10:44:39.883Z Compiling rustc_version v0.4.1
13802026-03-18T10:44:39.976Z Compiling vcpkg v0.2.15
13812026-03-18T10:44:39.998Z Compiling regex-syntax v0.8.10
13822026-03-18T10:44:40.045Z Compiling aws-lc-rs v1.16.0
13832026-03-18T10:44:40.163Z Compiling tracing-core v0.1.36
13842026-03-18T10:44:40.196Z Compiling crossbeam-utils v0.8.21
13852026-03-18T10:44:40.318Z Compiling rand_core v0.9.5
13862026-03-18T10:44:40.367Z Compiling schemars v0.8.22
13872026-03-18T10:44:40.391Z Compiling untrusted v0.9.0
13882026-03-18T10:44:40.446Z Compiling openssl-probe v0.2.1
13892026-03-18T10:44:40.487Z Compiling httparse v1.10.1
13902026-03-18T10:44:40.567Z Compiling cmake v0.1.57
13912026-03-18T10:44:40.629Z Compiling syn v1.0.109
13922026-03-18T10:44:40.656Z Compiling untrusted v0.7.1
13932026-03-18T10:44:40.659Z Compiling base64 v0.22.1
13942026-03-18T10:44:40.708Z Compiling tower-layer v0.3.3
13952026-03-18T10:44:40.801Z Compiling tinyvec_macros v0.1.1
13962026-03-18T10:44:40.831Z Compiling dyn-clone v1.0.20
13972026-03-18T10:44:40.854Z Compiling tower-service v0.3.3
13982026-03-18T10:44:40.899Z Compiling rustls v0.23.37
13992026-03-18T10:44:40.962Z Compiling try-lock v0.2.5
14002026-03-18T10:44:41.010Z Compiling atomic-waker v1.1.2
14012026-03-18T10:44:41.013Z Compiling tinyvec v1.10.0
14022026-03-18T10:44:41.060Z Compiling spin v0.9.8
14032026-03-18T10:44:41.063Z Compiling aho-corasick v1.1.4
14042026-03-18T10:44:41.152Z Compiling want v0.3.1
14052026-03-18T10:44:41.152Z Compiling httpdate v1.0.3
14062026-03-18T10:44:41.155Z Compiling time-core v0.1.8
14072026-03-18T10:44:41.155Z Compiling pin-utils v0.1.0
14082026-03-18T10:44:41.195Z Compiling num-conv v0.2.0
14092026-03-18T10:44:41.214Z Compiling foreign-types-shared v0.1.1
14102026-03-18T10:44:41.300Z Compiling crc32fast v1.5.0
14112026-03-18T10:44:41.336Z Compiling powerfmt v0.2.0
14122026-03-18T10:44:41.380Z Compiling openssl v0.10.75
14132026-03-18T10:44:41.404Z Compiling foreign-types v0.3.2
14142026-03-18T10:44:41.408Z Compiling wait-timeout v0.2.1
14152026-03-18T10:44:41.450Z Compiling usdt-impl v0.6.0
14162026-03-18T10:44:41.475Z Compiling native-tls v0.2.18
14172026-03-18T10:44:41.477Z Compiling time-macros v0.2.27
14182026-03-18T10:44:41.521Z Compiling quick-error v1.2.3
14192026-03-18T10:44:41.521Z Compiling either v1.15.0
14202026-03-18T10:44:41.524Z Compiling siphasher v1.0.2
14212026-03-18T10:44:41.628Z Compiling deranged v0.5.8
14222026-03-18T10:44:41.707Z Compiling bit-vec v0.8.0
14232026-03-18T10:44:41.730Z Compiling num_threads v0.1.7
14242026-03-18T10:44:41.754Z Compiling simd-adler32 v0.3.8
14252026-03-18T10:44:41.826Z Compiling aws-lc-sys v0.37.1
14262026-03-18T10:44:41.826Z Compiling ring v0.17.14
14272026-03-18T10:44:41.829Z Compiling openssl-sys v0.9.111
14282026-03-18T10:44:41.829Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-18T10:44:41.916Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-18T10:44:41.920Z Compiling unicode-normalization v0.1.25
14312026-03-18T10:44:42.011Z Compiling bit-set v0.8.0
14322026-03-18T10:44:42.057Z Compiling tempfile v3.25.0
14332026-03-18T10:44:42.125Z Compiling crossbeam-epoch v0.9.18
14342026-03-18T10:44:42.240Z Compiling synstructure v0.13.2
14352026-03-18T10:44:42.294Z Compiling pest_generator v2.8.6
14362026-03-18T10:44:42.458Z Compiling serde_derive_internals v0.29.1
14372026-03-18T10:44:42.481Z Compiling darling_core v0.20.11
14382026-03-18T10:44:42.655Z Compiling regex-automata v0.4.14
14392026-03-18T10:44:42.658Z Compiling rusty-fork v0.3.1
14402026-03-18T10:44:43.016Z Compiling time v0.3.47
14412026-03-18T10:44:43.088Z Compiling darling_core v0.21.3
14422026-03-18T10:44:43.108Z Compiling rand_xorshift v0.4.0
14432026-03-18T10:44:43.144Z Compiling slog v2.8.2
14442026-03-18T10:44:43.336Z Compiling heapless v0.7.17
14452026-03-18T10:44:43.356Z Compiling thread-id v5.1.0
14462026-03-18T10:44:43.380Z Compiling sync_wrapper v1.0.2
14472026-03-18T10:44:43.403Z Compiling cookie v0.18.1
14482026-03-18T10:44:43.477Z Compiling unicode-segmentation v1.12.0
14492026-03-18T10:44:43.531Z Compiling paste v1.0.15
14502026-03-18T10:44:43.583Z Compiling zstd-safe v7.2.4
14512026-03-18T10:44:43.605Z Compiling rayon-core v1.13.0
14522026-03-18T10:44:43.667Z Compiling unicode-properties v0.1.4
14532026-03-18T10:44:43.678Z Compiling unicode-bidi v0.3.18
14542026-03-18T10:44:43.767Z Compiling signal-hook v0.3.18
14552026-03-18T10:44:43.849Z Compiling anyhow v1.0.102
14562026-03-18T10:44:43.852Z Compiling adler2 v2.0.1
14572026-03-18T10:44:43.901Z Compiling unarray v0.1.4
14582026-03-18T10:44:44.020Z Compiling miniz_oxide v0.8.9
14592026-03-18T10:44:44.107Z Compiling crossbeam-deque v0.8.6
14602026-03-18T10:44:44.155Z Compiling stringprep v0.1.5
14612026-03-18T10:44:44.201Z Compiling num-integer v0.1.46
14622026-03-18T10:44:44.401Z Compiling vergen-lib v0.1.6
14632026-03-18T10:44:44.432Z Compiling curve25519-dalek v4.1.3
14642026-03-18T10:44:44.562Z Compiling ff v0.13.1
14652026-03-18T10:44:44.635Z Compiling hash32 v0.2.1
14662026-03-18T10:44:44.662Z Compiling memoffset v0.9.1
14672026-03-18T10:44:44.749Z Compiling fallible-iterator v0.2.0
14682026-03-18T10:44:44.780Z Compiling num-bigint-dig v0.8.6
14692026-03-18T10:44:44.872Z Compiling zlib-rs v0.6.2
14702026-03-18T10:44:44.896Z Compiling ryu v1.0.23
14712026-03-18T10:44:44.901Z Compiling serde_derive v1.0.228
14722026-03-18T10:44:44.947Z Compiling zeroize_derive v1.4.3
14732026-03-18T10:44:44.953Z Compiling zerofrom-derive v0.1.6
14742026-03-18T10:44:44.990Z Compiling yoke-derive v0.8.1
14752026-03-18T10:44:45.039Z Compiling zerocopy-derive v0.8.40
14762026-03-18T10:44:45.140Z Compiling zerovec-derive v0.11.2
14772026-03-18T10:44:45.179Z Compiling displaydoc v0.2.5
14782026-03-18T10:44:45.253Z Compiling tokio-macros v2.6.0
14792026-03-18T10:44:45.838Z Compiling zeroize v1.8.2
14802026-03-18T10:44:45.844Z Compiling futures-macro v0.3.32
14812026-03-18T10:44:46.189Z Compiling der_derive v0.7.3
14822026-03-18T10:44:46.257Z Compiling thiserror-impl v2.0.18
14832026-03-18T10:44:46.597Z Compiling rustls-pki-types v1.14.0
14842026-03-18T10:44:46.669Z Compiling tracing-attributes v0.1.31
14852026-03-18T10:44:46.748Z Compiling pest_derive v2.8.6
14862026-03-18T10:44:46.912Z Compiling crypto-common v0.1.7
14872026-03-18T10:44:46.948Z Compiling zerofrom v0.1.6
14882026-03-18T10:44:46.978Z Compiling block-buffer v0.10.4
14892026-03-18T10:44:47.000Z Compiling futures-util v0.3.32
14902026-03-18T10:44:47.090Z Compiling yoke v0.8.1
14912026-03-18T10:44:47.141Z Compiling block-padding v0.3.3
14922026-03-18T10:44:47.206Z Compiling digest v0.10.7
14932026-03-18T10:44:47.229Z Compiling scroll_derive v0.13.1
14942026-03-18T10:44:47.365Z Compiling zerovec v0.11.5
14952026-03-18T10:44:47.404Z Compiling zerotrie v0.2.3
14962026-03-18T10:44:47.427Z Compiling inout v0.1.4
14972026-03-18T10:44:47.524Z Compiling der v0.7.10
14982026-03-18T10:44:47.612Z Compiling hmac v0.12.1
14992026-03-18T10:44:47.663Z Compiling cipher v0.4.4
15002026-03-18T10:44:47.819Z Compiling sha2 v0.10.9
15012026-03-18T10:44:47.840Z Compiling pbkdf2 v0.12.2
15022026-03-18T10:44:47.999Z Compiling salsa20 v0.10.2
15032026-03-18T10:44:48.017Z Compiling tinystr v0.8.2
15042026-03-18T10:44:48.081Z Compiling potential_utf v0.1.4
15052026-03-18T10:44:48.107Z Compiling thiserror v2.0.18
15062026-03-18T10:44:48.239Z Compiling scrypt v0.11.0
15072026-03-18T10:44:48.263Z Compiling icu_locale_core v2.1.1
15082026-03-18T10:44:48.305Z Compiling icu_collections v2.1.1
15092026-03-18T10:44:48.322Z Compiling cbc v0.1.2
15102026-03-18T10:44:48.402Z Compiling aes v0.8.4
15112026-03-18T10:44:48.524Z Compiling schemars_derive v0.8.22
15122026-03-18T10:44:48.546Z Compiling scroll v0.13.0
15132026-03-18T10:44:48.642Z Compiling tracing v0.1.44
15142026-03-18T10:44:48.663Z Compiling darling_macro v0.20.11
15152026-03-18T10:44:48.924Z Compiling spki v0.7.3
15162026-03-18T10:44:48.976Z Compiling goblin v0.10.5
15172026-03-18T10:44:49.006Z Compiling openssl-macros v0.1.1
15182026-03-18T10:44:49.208Z Compiling icu_provider v2.1.1
15192026-03-18T10:44:49.259Z Compiling pkcs5 v0.7.1
15202026-03-18T10:44:49.308Z Compiling darling v0.20.11
15212026-03-18T10:44:49.402Z Compiling thiserror-impl v1.0.69
15222026-03-18T10:44:49.424Z Compiling derive_builder_core v0.20.2
15232026-03-18T10:44:49.516Z Compiling dtrace-parser v0.3.0
15242026-03-18T10:44:49.538Z Compiling icu_properties v2.1.2
15252026-03-18T10:44:49.538Z Compiling icu_normalizer v2.1.1
15262026-03-18T10:44:49.710Z Compiling bytes v1.11.1
15272026-03-18T10:44:49.767Z Compiling chrono v0.4.44
15282026-03-18T10:44:49.841Z Compiling pkcs8 v0.10.2
15292026-03-18T10:44:49.930Z Compiling ipnet v2.11.0
15302026-03-18T10:44:50.254Z Compiling signature v2.2.0
15312026-03-18T10:44:50.278Z Compiling rustls-native-certs v0.8.3
15322026-03-18T10:44:50.283Z Compiling scroll_derive v0.12.1
15332026-03-18T10:44:50.320Z Compiling serde_tokenstream v0.2.3
15342026-03-18T10:44:50.494Z Compiling tokio v1.49.0
15352026-03-18T10:44:50.571Z Compiling http v1.4.0
15362026-03-18T10:44:50.591Z Compiling toml_datetime v0.6.11
15372026-03-18T10:44:50.623Z Compiling serde_spanned v0.6.9
15382026-03-18T10:44:50.644Z Compiling derive_builder_macro v0.20.2
15392026-03-18T10:44:50.694Z Compiling erased-serde v0.3.31
15402026-03-18T10:44:50.745Z Compiling idna_adapter v1.2.1
15412026-03-18T10:44:50.819Z Compiling md-5 v0.10.6
15422026-03-18T10:44:50.932Z Compiling idna v1.1.0
15432026-03-18T10:44:50.953Z Compiling webpki-roots v1.0.6
15442026-03-18T10:44:51.068Z Compiling darling_macro v0.21.3
15452026-03-18T10:44:51.109Z Compiling zerocopy-derive v0.7.35
15462026-03-18T10:44:51.132Z Compiling litrs v1.0.0
15472026-03-18T10:44:51.153Z Compiling thiserror v1.0.69
15482026-03-18T10:44:51.179Z Compiling scroll v0.12.0
15492026-03-18T10:44:51.301Z Compiling ppv-lite86 v0.2.21
15502026-03-18T10:44:51.329Z Compiling url v2.5.8
15512026-03-18T10:44:51.434Z Compiling base16ct v0.2.0
15522026-03-18T10:44:51.437Z Compiling cfg_aliases v0.2.1
15532026-03-18T10:44:51.552Z Compiling http-body v1.0.1
15542026-03-18T10:44:51.578Z Compiling smoltcp v0.9.1
15552026-03-18T10:44:51.582Z Compiling ref-cast v1.0.25
15562026-03-18T10:44:51.686Z Compiling rustix v0.38.44
15572026-03-18T10:44:51.686Z Compiling iri-string v0.7.10
15582026-03-18T10:44:51.736Z Compiling rand_chacha v0.9.0
15592026-03-18T10:44:51.768Z Compiling http-body-util v0.1.3
15602026-03-18T10:44:51.775Z Compiling rand_chacha v0.3.1
15612026-03-18T10:44:51.842Z Compiling psl-types v2.0.11
15622026-03-18T10:44:51.865Z Compiling darling v0.21.3
15632026-03-18T10:44:51.869Z Compiling document-features v0.2.12
15642026-03-18T10:44:52.012Z Compiling rand v0.9.2
15652026-03-18T10:44:52.090Z Compiling rand v0.8.5
15662026-03-18T10:44:52.113Z Compiling publicsuffix v2.3.0
15672026-03-18T10:44:52.141Z Compiling sec1 v0.7.3
15682026-03-18T10:44:52.303Z Compiling zerocopy v0.7.35
15692026-03-18T10:44:52.377Z Compiling nix v0.31.1
15702026-03-18T10:44:52.400Z Compiling goblin v0.8.2
15712026-03-18T10:44:52.684Z Compiling derive_builder v0.20.2
15722026-03-18T10:44:52.742Z Compiling serde_urlencoded v0.7.1
15732026-03-18T10:44:52.746Z Compiling cargo-platform v0.1.9
15742026-03-18T10:44:52.861Z Compiling dof v0.4.0
15752026-03-18T10:44:52.900Z Compiling proptest v1.10.0
15762026-03-18T10:44:53.108Z Compiling postgres-protocol v0.6.10
15772026-03-18T10:44:53.130Z Compiling flate2 v1.1.9
15782026-03-18T10:44:53.133Z Compiling hkdf v0.12.4
15792026-03-18T10:44:53.133Z Compiling hubpack_derive v0.1.1
15802026-03-18T10:44:53.198Z Compiling ipnetwork v0.21.1
15812026-03-18T10:44:53.272Z Compiling crypto-bigint v0.5.5
15822026-03-18T10:44:53.375Z Compiling regex v1.12.3
15832026-03-18T10:44:53.559Z Compiling oxnet v0.1.4
15842026-03-18T10:44:53.756Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-18T10:44:53.759Z Compiling ref-cast-impl v1.0.25
15862026-03-18T10:44:53.868Z Compiling async-trait v0.1.89
15872026-03-18T10:44:53.924Z Compiling daft-derive v0.1.5
15882026-03-18T10:44:53.929Z Compiling strum_macros v0.27.2
15892026-03-18T10:44:54.102Z Compiling group v0.13.0
15902026-03-18T10:44:54.523Z Compiling num-iter v0.1.45
15912026-03-18T10:44:54.648Z Compiling proc-macro-error v1.0.4
15922026-03-18T10:44:54.720Z Compiling heck v0.4.1
15932026-03-18T10:44:54.809Z Compiling terminal_size v0.4.3
15942026-03-18T10:44:54.862Z Compiling phf_shared v0.13.1
15952026-03-18T10:44:54.926Z Compiling lazy_static v1.5.0
15962026-03-18T10:44:55.000Z Compiling vergen v9.0.6
15972026-03-18T10:44:55.039Z Compiling fs-err v3.3.0
15982026-03-18T10:44:55.063Z Compiling ahash v0.8.12
15992026-03-18T10:44:55.086Z Compiling managed v0.8.0
16002026-03-18T10:44:55.089Z Compiling libbz2-rs-sys v0.2.2
16012026-03-18T10:44:55.137Z Compiling bitflags v1.3.2
16022026-03-18T10:44:55.211Z Compiling bumpalo v3.20.2
16032026-03-18T10:44:55.248Z Compiling winnow v0.5.40
16042026-03-18T10:44:55.253Z Compiling foldhash v0.1.5
16052026-03-18T10:44:55.300Z Compiling object v0.37.3
16062026-03-18T10:44:55.433Z Compiling console v0.16.2
16072026-03-18T10:44:55.462Z Compiling hashbrown v0.15.5
16082026-03-18T10:44:55.494Z Compiling zopfli v0.8.3
16092026-03-18T10:44:55.521Z Compiling dof v0.3.0
16102026-03-18T10:44:55.547Z Compiling clap_builder v4.5.60
16112026-03-18T10:44:55.574Z Compiling usdt-macro v0.6.0
16122026-03-18T10:44:55.668Z Compiling tokio-util v0.7.18
16132026-03-18T10:44:56.051Z Compiling tower v0.5.3
16142026-03-18T10:44:56.213Z Compiling newtype-uuid v1.3.2
16152026-03-18T10:44:56.236Z Compiling tokio-native-tls v0.3.1
16162026-03-18T10:44:56.258Z Compiling bzip2 v0.6.1
16172026-03-18T10:44:56.474Z Compiling usdt-attr-macro v0.6.0
16182026-03-18T10:44:56.500Z Compiling daft v0.1.5
16192026-03-18T10:44:56.503Z Compiling phf v0.13.1
16202026-03-18T10:44:56.548Z Compiling rayon v1.11.0
16212026-03-18T10:44:56.573Z Compiling zone_cfg_derive v0.3.1
16222026-03-18T10:44:56.676Z Compiling h2 v0.4.13
16232026-03-18T10:44:56.731Z Compiling tower-http v0.6.8
16242026-03-18T10:44:56.753Z Compiling strum v0.27.2
16252026-03-18T10:44:56.757Z Compiling signal-hook-mio v0.2.5
16262026-03-18T10:44:56.891Z Compiling elliptic-curve v0.13.8
16272026-03-18T10:44:56.931Z Compiling cargo_metadata v0.19.2
16282026-03-18T10:44:57.144Z Compiling toml_edit v0.19.15
16292026-03-18T10:44:57.416Z Compiling cookie_store v0.22.1
16302026-03-18T10:44:57.482Z Compiling hubpack v0.1.2
16312026-03-18T10:44:57.485Z Compiling postgres-types v0.2.12
16322026-03-18T10:44:57.485Z Compiling bzip2 v0.4.4
16332026-03-18T10:44:57.581Z Compiling zstd v0.13.3
16342026-03-18T10:44:57.787Z Compiling serde_with_macros v3.17.0
16352026-03-18T10:44:57.811Z Compiling dtrace-parser v0.2.0
16362026-03-18T10:44:57.951Z Compiling ed25519 v2.2.3
16372026-03-18T10:44:58.329Z Compiling pkcs1 v0.7.5
16382026-03-18T10:44:58.350Z Compiling hex v0.4.3
16392026-03-18T10:44:58.606Z Compiling serde-big-array v0.5.1
16402026-03-18T10:44:58.734Z Compiling rfc6979 v0.4.0
16412026-03-18T10:44:58.803Z Compiling bstr v1.12.1
16422026-03-18T10:44:58.880Z Compiling clap_derive v4.5.55
16432026-03-18T10:44:58.904Z Compiling enum-as-inner v0.6.1
16442026-03-18T10:44:58.906Z Compiling serde_repr v0.1.20
16452026-03-18T10:44:58.907Z Compiling strum_macros v0.26.4
16462026-03-18T10:44:59.022Z Compiling itertools v0.12.1
16472026-03-18T10:44:59.127Z Compiling phf_shared v0.11.3
16482026-03-18T10:44:59.247Z Compiling float-cmp v0.10.0
16492026-03-18T10:44:59.392Z Compiling memmap2 v0.9.10
16502026-03-18T10:44:59.412Z Compiling thread-id v4.2.2
16512026-03-18T10:44:59.450Z Compiling env_filter v1.0.0
16522026-03-18T10:44:59.533Z Compiling encoding_rs v0.8.35
16532026-03-18T10:44:59.589Z Compiling data-encoding v2.10.0
16542026-03-18T10:44:59.672Z Compiling new_debug_unreachable v1.0.6
16552026-03-18T10:44:59.696Z Compiling rustc-hash v2.1.1
16562026-03-18T10:44:59.722Z Compiling fixedbitset v0.5.7
16572026-03-18T10:44:59.775Z Compiling predicates-core v1.0.10
16582026-03-18T10:44:59.878Z Compiling jiff v0.2.21
16592026-03-18T10:44:59.882Z Compiling precomputed-hash v0.1.1
16602026-03-18T10:44:59.925Z Compiling unit-prefix v0.5.2
16612026-03-18T10:45:00.023Z Compiling difflib v0.4.0
16622026-03-18T10:45:00.043Z Compiling keccak v0.1.6
16632026-03-18T10:45:00.130Z Compiling normalize-line-endings v0.3.0
16642026-03-18T10:45:00.153Z Compiling whoami v2.1.0
16652026-03-18T10:45:00.280Z Compiling mime v0.3.17
16662026-03-18T10:45:00.575Z Compiling fixedbitset v0.4.2
16672026-03-18T10:45:00.679Z Compiling static_assertions v1.1.0
16682026-03-18T10:45:00.702Z Compiling zone v0.3.1
16692026-03-18T10:45:00.705Z Compiling tokio-postgres v0.7.16
16702026-03-18T10:45:00.783Z Compiling hyper v1.8.1
16712026-03-18T10:45:00.823Z Compiling petgraph v0.6.5
16722026-03-18T10:45:00.885Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-03-18T10:45:01.008Z Compiling predicates v3.1.4
16742026-03-18T10:45:01.173Z Compiling sha3 v0.10.8
16752026-03-18T10:45:01.233Z Compiling indicatif v0.18.4
16762026-03-18T10:45:01.331Z Compiling clap v4.5.60
16772026-03-18T10:45:01.415Z Compiling strum v0.26.3
16782026-03-18T10:45:01.447Z Compiling string_cache v0.8.9
16792026-03-18T10:45:01.587Z Compiling petgraph v0.8.3
16802026-03-18T10:45:01.608Z Compiling hickory-proto v0.25.2
16812026-03-18T10:45:01.649Z Compiling toml_edit v0.22.27
16822026-03-18T10:45:01.757Z Compiling iddqd v0.3.17
16832026-03-18T10:45:01.787Z Compiling env_logger v0.11.9
16842026-03-18T10:45:01.913Z Compiling usdt v0.6.0
16852026-03-18T10:45:02.183Z Compiling usdt-impl v0.5.0
16862026-03-18T10:45:02.280Z Compiling hyper-util v0.1.20
16872026-03-18T10:45:02.313Z Compiling serde_with v3.17.0
16882026-03-18T10:45:02.435Z Compiling similar v2.7.0
16892026-03-18T10:45:02.906Z Compiling toml v0.7.8
16902026-03-18T10:45:02.995Z Compiling ecdsa v0.16.9
16912026-03-18T10:45:03.037Z Compiling crossterm v0.28.1
16922026-03-18T10:45:03.373Z Compiling rsa v0.9.10
16932026-03-18T10:45:03.546Z Compiling zip v4.6.1
16942026-03-18T10:45:03.651Z Compiling ed25519-dalek v2.2.0
16952026-03-18T10:45:03.848Z Compiling zip v0.6.6
16962026-03-18T10:45:04.354Z Compiling hyper-tls v0.6.0
16972026-03-18T10:45:04.378Z Compiling tokio-stream v0.1.18
16982026-03-18T10:45:04.681Z Compiling buf-list v1.1.2
16992026-03-18T10:45:04.784Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-03-18T10:45:04.807Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-18T10:45:04.899Z Compiling openapiv3 v2.2.0
17022026-03-18T10:45:04.922Z Compiling x509-cert v0.2.5
17032026-03-18T10:45:05.014Z Compiling sha1 v0.10.6
17042026-03-18T10:45:05.069Z Compiling itertools v0.13.0
17052026-03-18T10:45:05.092Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-18T10:45:05.217Z Compiling lalrpop-util v0.19.12
17072026-03-18T10:45:05.248Z Compiling peg-runtime v0.8.5
17082026-03-18T10:45:05.323Z Compiling thread_local v1.1.9
17092026-03-18T10:45:05.485Z Compiling slog-async v2.8.0
17102026-03-18T10:45:05.515Z Compiling futures-executor v0.3.32
17112026-03-18T10:45:05.612Z Compiling crossbeam-channel v0.5.15
17122026-03-18T10:45:05.643Z Compiling filetime v0.2.27
17132026-03-18T10:45:05.666Z Compiling is-terminal v0.4.17
17142026-03-18T10:45:05.689Z Compiling term v1.2.1
17152026-03-18T10:45:05.800Z Compiling take_mut v0.2.2
17162026-03-18T10:45:05.882Z Compiling xattr v1.6.1
17172026-03-18T10:45:05.885Z Compiling futures v0.3.32
17182026-03-18T10:45:06.197Z Compiling slog-term v2.9.2
17192026-03-18T10:45:06.242Z Compiling tar v0.4.44
17202026-03-18T10:45:26.669Z Compiling rustls-webpki v0.103.9
17212026-03-18T10:45:30.688Z Compiling tokio-rustls v0.26.4
17222026-03-18T10:45:30.708Z Compiling rustls-platform-verifier v0.6.2
17232026-03-18T10:45:30.942Z Compiling hyper-rustls v0.27.7
17242026-03-18T10:45:31.198Z Compiling reqwest v0.13.2
17252026-03-18T10:45:31.198Z Compiling reqwest v0.12.28
17262026-03-18T10:45:34.022Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-18T10:45:34.313Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-18T10:45:38.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17292026-03-18T10:45:38.244Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-18T10:45:38.305ZMar 18 10:45:37.242 INFO Starting download, target: Console
17312026-03-18T10:45:38.305ZMar 18 10:45:37.243 INFO Starting download, target: MaghemiteMgd
17322026-03-18T10:45:38.305ZMar 18 10:45:37.243 INFO Starting download, target: Cockroach
17332026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Starting download, target: Clickhouse
17342026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Starting download, target: DendriteStub
17352026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Starting download, target: TransceiverControl
17362026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-18T10:45:38.309ZMar 18 10:45:37.243 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-03-18T10:45:38.851ZMar 18 10:45:37.778 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-18T10:45:39.196ZMar 18 10:45:38.130 INFO Download complete, target: TransceiverControl
17442026-03-18T10:45:39.422ZMar 18 10:45:38.359 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-18T10:45:39.808ZMar 18 10:45:38.744 INFO Download complete, target: Console
17462026-03-18T10:45:39.885ZMar 18 10:45:38.821 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-18T10:45:40.149ZMar 18 10:45:39.084 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-18T10:45:40.290ZMar 18 10:45:39.228 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-03-18T10:45:40.627ZMar 18 10:45:39.565 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-18T10:45:40.627ZMar 18 10:45:39.565 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-18T10:45:43.447ZMar 18 10:45:42.387 INFO Download complete, target: DendriteStub
17522026-03-18T10:45:43.978ZMar 18 10:45:42.917 INFO Download complete, target: MaghemiteMgd
17532026-03-18T10:45:48.476ZMar 18 10:45:47.417 INFO Checking that binary works, target: Cockroach
17542026-03-18T10:45:48.599ZMar 18 10:45:47.540 INFO Download complete, target: Cockroach
17552026-03-18T10:45:51.463ZMar 18 10:45:50.405 INFO Checking that binary works, target: Clickhouse
17562026-03-18T10:45:51.569ZMar 18 10:45:50.510 INFO Download complete, target: Clickhouse
17572026-03-18T10:45:51.574ZAll prerequisites installed successfully
17582026-03-18T10:45:51.577Z
17592026-03-18T10:45:51.577Zreal 3:34.374186351
17602026-03-18T10:45:51.577Zuser 10:24.176558630
17612026-03-18T10:45:51.577Zsys 2:06.313211943
17622026-03-18T10:45:51.577Ztrap 0.349166331
17632026-03-18T10:45:51.577Ztflt 1.305498306
17642026-03-18T10:45:51.577Zdflt 1.720014186
17652026-03-18T10:45:51.577Zkflt 0.026078815
17662026-03-18T10:45:51.577Zlock 31:52.176425192
17672026-03-18T10:45:51.577Zslp 25:06.612401917
17682026-03-18T10:45:51.577Zlat 29.295628530
17692026-03-18T10:45:51.578Zstop 4:32.232299260
17702026-03-18T10:45:51.578Z+ ptime -m cargo xtask download softnpu
17712026-03-18T10:45:52.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17722026-03-18T10:45:52.299Z Running `target/debug/xtask download softnpu`
17732026-03-18T10:45:53.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17742026-03-18T10:45:53.393Z Running `target/debug/xtask-downloader softnpu`
17752026-03-18T10:45:53.439ZMar 18 10:45:52.382 INFO Starting download, target: Softnpu
17762026-03-18T10:45:53.442ZMar 18 10:45:52.383 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-18T10:45:54.195ZMar 18 10:45:53.139 INFO Download complete, target: Softnpu
17782026-03-18T10:45:54.200Z
17792026-03-18T10:45:54.204Zreal 2.618868830
17802026-03-18T10:45:54.204Zuser 1.771657711
17812026-03-18T10:45:54.204Zsys 0.792926717
17822026-03-18T10:45:54.204Ztrap 0.000592006
17832026-03-18T10:45:54.204Ztflt 0.000238388
17842026-03-18T10:45:54.204Zdflt 0.000181285
17852026-03-18T10:45:54.204Zkflt 0.000000000
17862026-03-18T10:45:54.204Zlock 13.759479653
17872026-03-18T10:45:54.204Zslp 0.528613276
17882026-03-18T10:45:54.204Zlat 0.054423558
17892026-03-18T10:45:54.204Zstop 0.000171157
17902026-03-18T10:45:54.204Z+ export CARGO_INCREMENTAL=0
17912026-03-18T10:45:54.204Z+ CARGO_INCREMENTAL=0
17922026-03-18T10:45:54.204Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-18T10:45:55.389Z Compiling proc-macro2 v1.0.106
17942026-03-18T10:45:55.389Z Compiling quote v1.0.44
17952026-03-18T10:45:55.389Z Compiling unicode-ident v1.0.24
17962026-03-18T10:45:55.395Z Compiling libc v0.2.180
17972026-03-18T10:45:55.395Z Compiling serde_core v1.0.228
17982026-03-18T10:45:55.395Z Compiling serde v1.0.228
17992026-03-18T10:45:55.395Z Compiling cfg-if v1.0.4
18002026-03-18T10:45:55.395Z Compiling version_check v0.9.5
18012026-03-18T10:45:55.395Z Compiling find-msvc-tools v0.1.9
18022026-03-18T10:45:55.395Z Compiling shlex v1.3.0
18032026-03-18T10:45:55.395Z Compiling typenum v1.19.0
18042026-03-18T10:45:55.395Z Compiling portable-atomic v1.13.1
18052026-03-18T10:45:55.395Z Compiling memchr v2.8.0
18062026-03-18T10:45:55.395Z Compiling autocfg v1.5.0
18072026-03-18T10:45:55.395Z Compiling zmij v1.0.21
18082026-03-18T10:45:55.763Z Compiling serde_json v1.0.149
18092026-03-18T10:45:55.923Z Compiling zerocopy v0.8.40
18102026-03-18T10:45:55.985Z Compiling parking_lot_core v0.9.12
18112026-03-18T10:45:56.014Z Compiling libm v0.2.16
18122026-03-18T10:45:56.160Z Compiling generic-array v0.14.7
18132026-03-18T10:45:56.186Z Compiling num-traits v0.2.19
18142026-03-18T10:45:56.278Z Compiling smallvec v1.15.1
18152026-03-18T10:45:56.300Z Compiling icu_properties_data v2.1.2
18162026-03-18T10:45:56.324Z Compiling icu_normalizer_data v2.1.1
18172026-03-18T10:45:56.350Z Compiling itoa v1.0.17
18182026-03-18T10:45:56.446Z Compiling log v0.4.29
18192026-03-18T10:45:56.449Z Compiling getrandom v0.4.1
18202026-03-18T10:45:56.449Z Compiling pkg-config v0.3.32
18212026-03-18T10:45:56.604Z Compiling stable_deref_trait v1.2.1
18222026-03-18T10:45:56.668Z Compiling subtle v2.6.1
18232026-03-18T10:45:56.692Z Compiling scopeguard v1.2.0
18242026-03-18T10:45:56.838Z Compiling jobserver v0.1.34
18252026-03-18T10:45:56.844Z Compiling getrandom v0.2.17
18262026-03-18T10:45:56.884Z Compiling lock_api v0.4.14
18272026-03-18T10:45:56.887Z Compiling errno v0.3.14
18282026-03-18T10:45:56.955Z Compiling fnv v1.0.7
18292026-03-18T10:45:57.028Z Compiling thiserror v2.0.18
18302026-03-18T10:45:57.054Z Compiling rand_core v0.6.4
18312026-03-18T10:45:57.114Z Compiling cc v1.2.56
18322026-03-18T10:45:57.244Z Compiling getrandom v0.3.4
18332026-03-18T10:45:57.248Z Compiling pin-project-lite v0.2.17
18342026-03-18T10:45:57.363Z Compiling syn v2.0.117
18352026-03-18T10:45:57.387Z Compiling critical-section v1.2.0
18362026-03-18T10:45:57.462Z Compiling equivalent v1.0.2
18372026-03-18T10:45:57.552Z Compiling allocator-api2 v0.2.21
18382026-03-18T10:45:57.600Z Compiling rustversion v1.0.22
18392026-03-18T10:45:57.671Z Compiling foldhash v0.2.0
18402026-03-18T10:45:57.674Z Compiling writeable v0.6.2
18412026-03-18T10:45:57.674Z Compiling litemap v0.8.1
18422026-03-18T10:45:57.910Z Compiling dunce v1.0.5
18432026-03-18T10:45:57.976Z Compiling once_cell v1.21.3
18442026-03-18T10:45:58.023Z Compiling fs_extra v1.3.0
18452026-03-18T10:45:58.061Z Compiling percent-encoding v2.3.2
18462026-03-18T10:45:58.061Z Compiling hashbrown v0.16.1
18472026-03-18T10:45:58.103Z Compiling cmake v0.1.57
18482026-03-18T10:45:58.292Z Compiling const-oid v0.9.6
18492026-03-18T10:45:58.320Z Compiling signal-hook-registry v1.4.8
18502026-03-18T10:45:58.433Z Compiling rustix v1.1.3
18512026-03-18T10:45:58.459Z Compiling socket2 v0.6.2
18522026-03-18T10:45:58.462Z Compiling mio v1.1.1
18532026-03-18T10:45:58.504Z Compiling schemars v0.8.22
18542026-03-18T10:45:58.593Z Compiling utf8_iter v1.0.4
18552026-03-18T10:45:58.615Z Compiling rand_core v0.10.0
18562026-03-18T10:45:58.783Z Compiling parking_lot v0.12.5
18572026-03-18T10:45:58.898Z Compiling bitflags v2.11.0
18582026-03-18T10:45:58.949Z Compiling ring v0.17.14
18592026-03-18T10:45:58.949Z Compiling aws-lc-sys v0.37.1
18602026-03-18T10:45:58.993Z Compiling semver v1.0.27
18612026-03-18T10:45:59.050Z Compiling indexmap v2.13.0
18622026-03-18T10:45:59.132Z Compiling aws-lc-rs v1.16.0
18632026-03-18T10:45:59.345Z Compiling form_urlencoded v1.2.2
18642026-03-18T10:45:59.466Z Compiling futures-core v0.3.32
18652026-03-18T10:45:59.489Z Compiling strsim v0.11.1
18662026-03-18T10:45:59.606Z Compiling thiserror v1.0.69
18672026-03-18T10:45:59.686Z Compiling byteorder v1.5.0
18682026-03-18T10:45:59.708Z Compiling httparse v1.10.1
18692026-03-18T10:45:59.914Z Compiling ucd-trie v0.1.7
18702026-03-18T10:45:59.987Z Compiling heck v0.5.0
18712026-03-18T10:45:59.990Z Compiling vcpkg v0.2.15
18722026-03-18T10:46:00.078Z Compiling ident_case v1.0.1
18732026-03-18T10:46:00.148Z Compiling pest v2.8.6
18742026-03-18T10:46:00.221Z Compiling crossbeam-utils v0.8.21
18752026-03-18T10:46:00.320Z Compiling syn v1.0.109
18762026-03-18T10:46:00.323Z Compiling regex-syntax v0.8.10
18772026-03-18T10:46:00.540Z Compiling futures-sink v0.3.32
18782026-03-18T10:46:00.565Z Compiling rustls v0.23.37
18792026-03-18T10:46:00.615Z Compiling rustc_version v0.4.1
18802026-03-18T10:46:00.715Z Compiling futures-channel v0.3.32
18812026-03-18T10:46:00.722Z Compiling slab v0.4.12
18822026-03-18T10:46:00.736Z Compiling futures-task v0.3.32
18832026-03-18T10:46:00.739Z Compiling cpufeatures v0.2.17
18842026-03-18T10:46:00.739Z Compiling futures-io v0.3.32
18852026-03-18T10:46:00.859Z Compiling openssl-sys v0.9.111
18862026-03-18T10:46:00.930Z Compiling plain v0.2.3
18872026-03-18T10:46:00.999Z Compiling iana-time-zone v0.1.65
18882026-03-18T10:46:01.024Z Compiling uuid v1.21.0
18892026-03-18T10:46:01.051Z Compiling aho-corasick v1.1.4
18902026-03-18T10:46:01.121Z Compiling time-core v0.1.8
18912026-03-18T10:46:01.168Z Compiling num-conv v0.2.0
18922026-03-18T10:46:01.218Z Compiling synstructure v0.13.2
18932026-03-18T10:46:01.256Z Compiling serde_derive_internals v0.29.1
18942026-03-18T10:46:01.361Z Compiling time-macros v0.2.27
18952026-03-18T10:46:01.671Z Compiling pest_meta v2.8.6
18962026-03-18T10:46:01.791Z Compiling pretty-hex v0.4.1
18972026-03-18T10:46:01.897Z Compiling openssl v0.10.75
18982026-03-18T10:46:02.202Z Compiling anyhow v1.0.102
18992026-03-18T10:46:02.206Z Compiling either v1.15.0
19002026-03-18T10:46:02.290Z Compiling base64ct v1.8.3
19012026-03-18T10:46:02.313Z Compiling crc32fast v1.5.0
19022026-03-18T10:46:02.338Z Compiling darling_core v0.21.3
19032026-03-18T10:46:02.341Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-18T10:46:02.455Z Compiling pest_generator v2.8.6
19052026-03-18T10:46:02.496Z Compiling regex-automata v0.4.14
19062026-03-18T10:46:02.520Z Compiling flagset v0.4.7
19072026-03-18T10:46:02.636Z Compiling pem-rfc7468 v0.7.0
19082026-03-18T10:46:02.679Z Compiling native-tls v0.2.18
19092026-03-18T10:46:02.705Z Compiling rand_core v0.9.5
19102026-03-18T10:46:02.753Z Compiling slog v2.8.2
19112026-03-18T10:46:02.900Z Compiling tracing-core v0.1.36
19122026-03-18T10:46:02.996Z Compiling untrusted v0.9.0
19132026-03-18T10:46:03.022Z Compiling rayon-core v1.13.0
19142026-03-18T10:46:03.048Z Compiling dyn-clone v1.0.20
19152026-03-18T10:46:03.151Z Compiling serde_derive v1.0.228
19162026-03-18T10:46:03.182Z Compiling zeroize_derive v1.4.3
19172026-03-18T10:46:03.253Z Compiling zerofrom-derive v0.1.6
19182026-03-18T10:46:03.283Z Compiling yoke-derive v0.8.1
19192026-03-18T10:46:03.317Z Compiling zerovec-derive v0.11.2
19202026-03-18T10:46:03.348Z Compiling displaydoc v0.2.5
19212026-03-18T10:46:03.371Z Compiling zerocopy-derive v0.8.40
19222026-03-18T10:46:03.539Z Compiling tokio-macros v2.6.0
19232026-03-18T10:46:03.634Z Compiling futures-macro v0.3.32
19242026-03-18T10:46:03.976Z Compiling zeroize v1.8.2
19252026-03-18T10:46:04.263Z Compiling thiserror-impl v2.0.18
19262026-03-18T10:46:04.446Z Compiling tracing-attributes v0.1.31
19272026-03-18T10:46:04.575Z Compiling der_derive v0.7.3
19282026-03-18T10:46:04.652Z Compiling schemars_derive v0.8.22
19292026-03-18T10:46:04.706Z Compiling thiserror-impl v1.0.69
19302026-03-18T10:46:04.813Z Compiling zerofrom v0.1.6
19312026-03-18T10:46:04.995Z Compiling yoke v0.8.1
19322026-03-18T10:46:05.091Z Compiling crypto-common v0.1.7
19332026-03-18T10:46:05.244Z Compiling zerovec v0.11.5
19342026-03-18T10:46:05.267Z Compiling zerotrie v0.2.3
19352026-03-18T10:46:05.758Z Compiling block-buffer v0.10.4
19362026-03-18T10:46:05.947Z Compiling digest v0.10.7
19372026-03-18T10:46:05.973Z Compiling tinystr v0.8.2
19382026-03-18T10:46:06.017Z Compiling potential_utf v0.1.4
19392026-03-18T10:46:06.072Z Compiling pest_derive v2.8.6
19402026-03-18T10:46:06.179Z Compiling futures-util v0.3.32
19412026-03-18T10:46:06.247Z Compiling icu_locale_core v2.1.1
19422026-03-18T10:46:06.272Z Compiling icu_collections v2.1.1
19432026-03-18T10:46:06.295Z Compiling hmac v0.12.1
19442026-03-18T10:46:06.298Z Compiling block-padding v0.3.3
19452026-03-18T10:46:06.355Z Compiling sha2 v0.10.9
19462026-03-18T10:46:06.555Z Compiling inout v0.1.4
19472026-03-18T10:46:06.614Z Compiling rustls-pki-types v1.14.0
19482026-03-18T10:46:06.829Z Compiling cipher v0.4.4
19492026-03-18T10:46:07.140Z Compiling scroll_derive v0.13.1
19502026-03-18T10:46:07.192Z Compiling scroll_derive v0.12.1
19512026-03-18T10:46:07.379Z Compiling bytes v1.11.1
19522026-03-18T10:46:07.402Z Compiling icu_provider v2.1.1
19532026-03-18T10:46:07.559Z Compiling chrono v0.4.44
19542026-03-18T10:46:07.952Z Compiling icu_properties v2.1.2
19552026-03-18T10:46:07.975Z Compiling icu_normalizer v2.1.1
19562026-03-18T10:46:08.091Z Compiling tokio v1.49.0
19572026-03-18T10:46:08.228Z Compiling serde_tokenstream v0.2.3
19582026-03-18T10:46:08.709Z Compiling openssl-macros v0.1.1
19592026-03-18T10:46:08.732Z Compiling http v1.4.0
19602026-03-18T10:46:09.212Z Compiling idna_adapter v1.2.1
19612026-03-18T10:46:09.398Z Compiling idna v1.1.0
19622026-03-18T10:46:09.537Z Compiling ppv-lite86 v0.2.21
19632026-03-18T10:46:09.717Z Compiling der v0.7.10
19642026-03-18T10:46:09.777Z Compiling regex v1.12.3
19652026-03-18T10:46:09.843Z Compiling url v2.5.8
19662026-03-18T10:46:09.969Z Compiling darling_macro v0.21.3
19672026-03-18T10:46:10.005Z Compiling zerocopy-derive v0.7.35
19682026-03-18T10:46:10.347Z Compiling salsa20 v0.10.2
19692026-03-18T10:46:10.399Z Compiling pbkdf2 v0.12.2
19702026-03-18T10:46:10.556Z Compiling tracing v0.1.44
19712026-03-18T10:46:10.588Z Compiling darling v0.21.3
19722026-03-18T10:46:11.017Z Compiling spki v0.7.3
19732026-03-18T10:46:11.066Z Compiling cookie v0.18.1
19742026-03-18T10:46:11.092Z Compiling base64 v0.22.1
19752026-03-18T10:46:11.096Z Compiling camino v1.2.2
19762026-03-18T10:46:11.409Z Compiling scrypt v0.11.0
19772026-03-18T10:46:11.517Z Compiling rand_chacha v0.9.0
19782026-03-18T10:46:11.546Z Compiling cbc v0.1.2
19792026-03-18T10:46:11.584Z Compiling aes v0.8.4
19802026-03-18T10:46:12.089Z Compiling usdt-impl v0.5.0
19812026-03-18T10:46:12.237Z Compiling ref-cast v1.0.25
19822026-03-18T10:46:12.323Z Compiling winnow v0.7.14
19832026-03-18T10:46:12.326Z Compiling paste v1.0.15
19842026-03-18T10:46:12.377Z Compiling usdt-impl v0.6.0
19852026-03-18T10:46:12.748Z Compiling pkcs5 v0.7.1
19862026-03-18T10:46:12.799Z Compiling rand v0.9.2
19872026-03-18T10:46:12.998Z Compiling http-body v1.0.1
19882026-03-18T10:46:13.212Z Compiling scroll v0.13.0
19892026-03-18T10:46:13.268Z Compiling tokio-util v0.7.18
19902026-03-18T10:46:13.291Z Compiling scroll v0.12.0
19912026-03-18T10:46:13.328Z Compiling toml_datetime v0.6.11
19922026-03-18T10:46:13.375Z Compiling serde_spanned v0.6.9
19932026-03-18T10:46:13.601Z Compiling heapless v0.7.17
19942026-03-18T10:46:13.676Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-18T10:46:13.701Z Compiling untrusted v0.7.1
19962026-03-18T10:46:13.768Z Compiling atomic-waker v1.1.2
19972026-03-18T10:46:13.876Z Compiling zstd-safe v7.2.4
19982026-03-18T10:46:13.902Z Compiling signal-hook v0.3.18
19992026-03-18T10:46:13.924Z Compiling openssl-probe v0.2.1
20002026-03-18T10:46:14.169Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-18T10:46:14.169Z Compiling goblin v0.8.2
20022026-03-18T10:46:14.215Z Compiling goblin v0.10.5
20032026-03-18T10:46:14.429Z Compiling pkcs8 v0.10.2
20042026-03-18T10:46:14.765Z Compiling zerocopy v0.7.35
20052026-03-18T10:46:14.828Z Compiling ref-cast-impl v1.0.25
20062026-03-18T10:46:14.940Z Compiling darling_core v0.20.11
20072026-03-18T10:46:15.235Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-18T10:46:15.282Z Compiling memoffset v0.9.1
20092026-03-18T10:46:15.331Z Compiling tower-layer v0.3.3
20102026-03-18T10:46:15.393Z Compiling fastrand v2.3.0
20112026-03-18T10:46:15.550Z Compiling rustix v0.38.44
20122026-03-18T10:46:15.603Z Compiling try-lock v0.2.5
20132026-03-18T10:46:15.823Z Compiling tower-service v0.3.3
20142026-03-18T10:46:15.826Z Compiling litrs v1.0.0
20152026-03-18T10:46:15.911Z Compiling winnow v0.5.40
20162026-03-18T10:46:16.045Z Compiling tinyvec_macros v0.1.1
20172026-03-18T10:46:16.153Z Compiling tinyvec v1.10.0
20182026-03-18T10:46:16.175Z Compiling h2 v0.4.13
20192026-03-18T10:46:16.239Z Compiling want v0.3.1
20202026-03-18T10:46:16.508Z Compiling document-features v0.2.12
20212026-03-18T10:46:17.212Z Compiling dtrace-parser v0.2.0
20222026-03-18T10:46:17.295Z Compiling dof v0.3.0
20232026-03-18T10:46:17.740Z Compiling darling_macro v0.20.11
20242026-03-18T10:46:17.810Z Compiling toml_edit v0.19.15
20252026-03-18T10:46:17.841Z Compiling dtrace-parser v0.3.0
20262026-03-18T10:46:17.862Z Compiling ipnet v2.11.0
20272026-03-18T10:46:18.060Z Compiling dof v0.4.0
20282026-03-18T10:46:18.183Z Compiling daft-derive v0.1.5
20292026-03-18T10:46:18.342Z Compiling async-trait v0.1.89
20302026-03-18T10:46:18.596Z Compiling curve25519-dalek v4.1.3
20312026-03-18T10:46:18.763Z Compiling spin v0.9.8
20322026-03-18T10:46:18.784Z Compiling thread-id v4.2.2
20332026-03-18T10:46:18.910Z Compiling thread-id v5.1.0
20342026-03-18T10:46:18.935Z Compiling proc-macro-error-attr v1.0.4
20352026-03-18T10:46:19.111Z Compiling httpdate v1.0.3
20362026-03-18T10:46:19.194Z Compiling num-bigint-dig v0.8.6
20372026-03-18T10:46:19.230Z Compiling pin-utils v0.1.0
20382026-03-18T10:46:19.376Z Compiling smoltcp v0.9.1
20392026-03-18T10:46:19.399Z Compiling powerfmt v0.2.0
20402026-03-18T10:46:19.469Z Compiling foreign-types-shared v0.1.1
20412026-03-18T10:46:19.546Z Compiling cfg_aliases v0.2.1
20422026-03-18T10:46:19.574Z Compiling foreign-types v0.3.2
20432026-03-18T10:46:19.598Z Compiling tempfile v3.25.0
20442026-03-18T10:46:19.623Z Compiling deranged v0.5.8
20452026-03-18T10:46:19.675Z Compiling nix v0.31.1
20462026-03-18T10:46:19.835Z Compiling darling v0.20.11
20472026-03-18T10:46:20.308Z Compiling hyper v1.8.1
20482026-03-18T10:46:20.392Z Compiling ipnetwork v0.21.1
20492026-03-18T10:46:20.415Z Compiling strum_macros v0.26.4
20502026-03-18T10:46:20.729Z Compiling wait-timeout v0.2.1
20512026-03-18T10:46:20.776Z Compiling proc-macro-error v1.0.4
20522026-03-18T10:46:20.927Z Compiling num_threads v0.1.7
20532026-03-18T10:46:21.042Z Compiling bit-vec v0.8.0
20542026-03-18T10:46:21.067Z Compiling siphasher v1.0.2
20552026-03-18T10:46:21.200Z Compiling utf8parse v0.2.2
20562026-03-18T10:46:21.291Z Compiling anstyle v1.0.13
20572026-03-18T10:46:21.371Z Compiling unicode-segmentation v1.12.0
20582026-03-18T10:46:21.418Z Compiling quick-error v1.2.3
20592026-03-18T10:46:21.562Z Compiling simd-adler32 v0.3.8
20602026-03-18T10:46:21.585Z Compiling rusty-fork v0.3.1
20612026-03-18T10:46:21.611Z Compiling time v0.3.47
20622026-03-18T10:46:21.828Z Compiling hyper-util v0.1.20
20632026-03-18T10:46:21.898Z Compiling anstyle-parse v0.2.7
20642026-03-18T10:46:21.979Z Compiling bit-set v0.8.0
20652026-03-18T10:46:22.521Z Compiling crossbeam-epoch v0.9.18
20662026-03-18T10:46:22.576Z Compiling derive_builder_core v0.20.2
20672026-03-18T10:46:22.972Z Compiling unicode-normalization v0.1.25
20682026-03-18T10:46:23.624Z Compiling rustls-native-certs v0.8.3
20692026-03-18T10:46:23.984Z Compiling signature v2.2.0
20702026-03-18T10:46:24.048Z Compiling hubpack_derive v0.1.1
20712026-03-18T10:46:24.110Z Compiling strum_macros v0.27.2
20722026-03-18T10:46:24.195Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-18T10:46:24.257Z Compiling rand_xorshift v0.4.0
20742026-03-18T10:46:24.460Z Compiling sync_wrapper v1.0.2
20752026-03-18T10:46:24.541Z Compiling fs-err v3.3.0
20762026-03-18T10:46:24.614Z Compiling ahash v0.8.12
20772026-03-18T10:46:24.719Z Compiling colorchoice v1.0.4
20782026-03-18T10:46:24.807Z Compiling unicode-properties v0.1.4
20792026-03-18T10:46:24.880Z Compiling anstyle-query v1.1.5
20802026-03-18T10:46:24.904Z Compiling adler2 v2.0.1
20812026-03-18T10:46:24.908Z Compiling is_terminal_polyfill v1.70.2
20822026-03-18T10:46:25.002Z Compiling object v0.37.3
20832026-03-18T10:46:25.033Z Compiling unarray v0.1.4
20842026-03-18T10:46:25.060Z Compiling unicode-bidi v0.3.18
20852026-03-18T10:46:25.087Z Compiling miniz_oxide v0.8.9
20862026-03-18T10:46:25.111Z Compiling anstream v0.6.21
20872026-03-18T10:46:25.188Z Compiling proptest v1.10.0
20882026-03-18T10:46:25.509Z Compiling stringprep v0.1.5
20892026-03-18T10:46:25.730Z Compiling tower v0.5.3
20902026-03-18T10:46:25.925Z Compiling derive_builder_macro v0.20.2
20912026-03-18T10:46:26.370Z Compiling crossbeam-deque v0.8.6
20922026-03-18T10:46:26.373Z Compiling heck v0.4.1
20932026-03-18T10:46:26.421Z Compiling usdt-macro v0.6.0
20942026-03-18T10:46:26.424Z Compiling usdt-attr-macro v0.6.0
20952026-03-18T10:46:26.640Z Compiling http-body-util v0.1.3
20962026-03-18T10:46:26.711Z Compiling webpki-roots v1.0.6
20972026-03-18T10:46:27.013Z Compiling rand_chacha v0.3.1
20982026-03-18T10:46:27.036Z Compiling erased-serde v0.3.31
20992026-03-18T10:46:27.039Z Compiling md-5 v0.10.6
21002026-03-18T10:46:27.295Z Compiling num-integer v0.1.46
21012026-03-18T10:46:27.334Z Compiling hash32 v0.2.1
21022026-03-18T10:46:27.390Z Compiling vergen-lib v0.1.6
21032026-03-18T10:46:27.416Z Compiling ff v0.13.1
21042026-03-18T10:46:27.461Z Compiling zlib-rs v0.6.2
21052026-03-18T10:46:27.466Z Compiling psl-types v2.0.11
21062026-03-18T10:46:27.527Z Compiling ryu v1.0.23
21072026-03-18T10:46:27.545Z Compiling base16ct v0.2.0
21082026-03-18T10:46:27.553Z Compiling iri-string v0.7.10
21092026-03-18T10:46:27.669Z Compiling fallible-iterator v0.2.0
21102026-03-18T10:46:27.679Z Compiling publicsuffix v2.3.0
21112026-03-18T10:46:27.750Z Compiling sec1 v0.7.3
21122026-03-18T10:46:27.799Z Compiling serde_urlencoded v0.7.1
21132026-03-18T10:46:27.837Z Compiling num-iter v0.1.45
21142026-03-18T10:46:27.899Z Compiling group v0.13.0
21152026-03-18T10:46:27.973Z Compiling newtype-uuid v1.3.2
21162026-03-18T10:46:28.072Z Compiling postgres-protocol v0.6.10
21172026-03-18T10:46:28.197Z Compiling rand v0.8.5
21182026-03-18T10:46:28.434Z Compiling oxnet v0.1.4
21192026-03-18T10:46:28.562Z Compiling zone_cfg_derive v0.3.1
21202026-03-18T10:46:28.608Z Compiling derive_builder v0.20.2
21212026-03-18T10:46:28.781Z Compiling tokio-native-tls v0.3.1
21222026-03-18T10:46:28.913Z Compiling phf_shared v0.13.1
21232026-03-18T10:46:29.033Z Compiling lazy_static v1.5.0
21242026-03-18T10:46:29.106Z Compiling terminal_size v0.4.3
21252026-03-18T10:46:29.178Z Compiling serde_with_macros v3.17.0
21262026-03-18T10:46:29.202Z Compiling tower-http v0.6.8
21272026-03-18T10:46:29.255Z Compiling cargo-platform v0.1.9
21282026-03-18T10:46:29.325Z Compiling hkdf v0.12.4
21292026-03-18T10:46:29.351Z Compiling crypto-bigint v0.5.5
21302026-03-18T10:46:29.373Z Compiling enum-as-inner v0.6.1
21312026-03-18T10:46:29.474Z Compiling clap_derive v4.5.55
21322026-03-18T10:46:29.478Z Compiling serde_repr v0.1.20
21332026-03-18T10:46:29.523Z Compiling vergen v9.0.6
21342026-03-18T10:46:29.609Z Compiling bitflags v1.3.2
21352026-03-18T10:46:29.692Z Compiling managed v0.8.0
21362026-03-18T10:46:29.743Z Compiling unicode-width v0.2.0
21372026-03-18T10:46:29.780Z Compiling clap_lex v1.0.0
21382026-03-18T10:46:29.803Z Compiling foldhash v0.1.5
21392026-03-18T10:46:30.056Z Compiling libbz2-rs-sys v0.2.2
21402026-03-18T10:46:30.082Z Compiling bumpalo v3.20.2
21412026-03-18T10:46:30.148Z Compiling console v0.16.2
21422026-03-18T10:46:30.215Z Compiling clap_builder v4.5.60
21432026-03-18T10:46:30.426Z Compiling flate2 v1.1.9
21442026-03-18T10:46:30.503Z Compiling zopfli v0.8.3
21452026-03-18T10:46:30.558Z Compiling hashbrown v0.15.5
21462026-03-18T10:46:30.704Z Compiling elliptic-curve v0.13.8
21472026-03-18T10:46:30.828Z Compiling bzip2 v0.6.1
21482026-03-18T10:46:30.903Z Compiling cargo_metadata v0.19.2
21492026-03-18T10:46:31.126Z Compiling phf v0.13.1
21502026-03-18T10:46:31.240Z Compiling hyper-tls v0.6.0
21512026-03-18T10:46:31.308Z Compiling signal-hook-mio v0.2.5
21522026-03-18T10:46:31.355Z Compiling daft v0.1.5
21532026-03-18T10:46:31.471Z Compiling rayon v1.11.0
21542026-03-18T10:46:31.536Z Compiling cookie_store v0.22.1
21552026-03-18T10:46:31.561Z Compiling postgres-types v0.2.12
21562026-03-18T10:46:31.637Z Compiling zstd v0.13.3
21572026-03-18T10:46:31.725Z Compiling bzip2 v0.4.4
21582026-03-18T10:46:31.795Z Compiling strum v0.27.2
21592026-03-18T10:46:32.091Z Compiling hubpack v0.1.2
21602026-03-18T10:46:32.209Z Compiling ed25519 v2.2.3
21612026-03-18T10:46:32.269Z Compiling phf_shared v0.11.3
21622026-03-18T10:46:32.480Z Compiling pkcs1 v0.7.5
21632026-03-18T10:46:32.572Z Compiling serde-big-array v0.5.1
21642026-03-18T10:46:32.600Z Compiling hex v0.4.3
21652026-03-18T10:46:32.779Z Compiling rfc6979 v0.4.0
21662026-03-18T10:46:32.783Z Compiling bstr v1.12.1
21672026-03-18T10:46:33.031Z Compiling itertools v0.12.1
21682026-03-18T10:46:33.056Z Compiling float-cmp v0.10.0
21692026-03-18T10:46:33.059Z Compiling memmap2 v0.9.10
21702026-03-18T10:46:33.103Z Compiling env_filter v1.0.0
21712026-03-18T10:46:33.259Z Compiling encoding_rs v0.8.35
21722026-03-18T10:46:33.282Z Compiling difflib v0.4.0
21732026-03-18T10:46:33.315Z Compiling mime v0.3.17
21742026-03-18T10:46:33.370Z Compiling rustc-hash v2.1.1
21752026-03-18T10:46:33.439Z Compiling normalize-line-endings v0.3.0
21762026-03-18T10:46:33.474Z Compiling fixedbitset v0.4.2
21772026-03-18T10:46:33.578Z Compiling toml_write v0.1.2
21782026-03-18T10:46:33.604Z Compiling data-encoding v2.10.0
21792026-03-18T10:46:33.632Z Compiling fixedbitset v0.5.7
21802026-03-18T10:46:33.754Z Compiling static_assertions v1.1.0
21812026-03-18T10:46:33.865Z Compiling predicates-core v1.0.10
21822026-03-18T10:46:33.890Z Compiling new_debug_unreachable v1.0.6
21832026-03-18T10:46:33.945Z Compiling unit-prefix v0.5.2
21842026-03-18T10:46:33.977Z Compiling whoami v2.1.0
21852026-03-18T10:46:34.029Z Compiling precomputed-hash v0.1.1
21862026-03-18T10:46:34.100Z Compiling keccak v0.1.6
21872026-03-18T10:46:34.123Z Compiling jiff v0.2.21
21882026-03-18T10:46:34.154Z Compiling string_cache v0.8.9
21892026-03-18T10:46:34.157Z Compiling indicatif v0.18.4
21902026-03-18T10:46:34.314Z Compiling sha3 v0.10.8
21912026-03-18T10:46:34.367Z Compiling tokio-postgres v0.7.16
21922026-03-18T10:46:34.393Z Compiling predicates v3.1.4
21932026-03-18T10:46:34.469Z Compiling hickory-proto v0.25.2
21942026-03-18T10:46:34.688Z Compiling zone v0.3.1
21952026-03-18T10:46:34.710Z Compiling petgraph v0.8.3
21962026-03-18T10:46:35.057Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-18T10:46:35.103Z Compiling toml_edit v0.22.27
21982026-03-18T10:46:35.181Z Compiling petgraph v0.6.5
21992026-03-18T10:46:35.203Z Compiling iddqd v0.3.17
22002026-03-18T10:46:35.522Z Compiling similar v2.7.0
22012026-03-18T10:46:36.501Z Compiling env_logger v0.11.9
22022026-03-18T10:46:36.968Z Compiling usdt v0.6.0
22032026-03-18T10:46:37.214Z Compiling serde_with v3.17.0
22042026-03-18T10:46:37.235Z Compiling ecdsa v0.16.9
22052026-03-18T10:46:37.318Z Compiling rsa v0.9.10
22062026-03-18T10:46:37.792Z Compiling zip v4.6.1
22072026-03-18T10:46:38.217Z Compiling ed25519-dalek v2.2.0
22082026-03-18T10:46:38.400Z Compiling crossterm v0.28.1
22092026-03-18T10:46:38.609Z Compiling clap v4.5.60
22102026-03-18T10:46:39.082Z Compiling zip v0.6.6
22112026-03-18T10:46:39.280Z Compiling strum v0.26.3
22122026-03-18T10:46:39.411Z Compiling toml v0.7.8
22132026-03-18T10:46:39.466Z Compiling tokio-stream v0.1.18
22142026-03-18T10:46:39.581Z Compiling buf-list v1.1.2
22152026-03-18T10:46:39.779Z Compiling x509-cert v0.2.5
22162026-03-18T10:46:39.845Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-18T10:46:39.974Z Compiling openapiv3 v2.2.0
22182026-03-18T10:46:40.024Z Compiling sha1 v0.10.6
22192026-03-18T10:46:40.185Z Compiling itertools v0.13.0
22202026-03-18T10:46:40.379Z Compiling peg-runtime v0.8.5
22212026-03-18T10:46:40.548Z Compiling lalrpop-util v0.19.12
22222026-03-18T10:46:56.017Z Compiling macaddr v1.0.1
22232026-03-18T10:46:56.115Z Compiling structmeta-derive v0.3.0
22242026-03-18T10:46:56.258Z Compiling itertools v0.14.0
22252026-03-18T10:46:57.664Z Compiling heapless v0.8.0
22262026-03-18T10:46:57.959Z Compiling ingot-macros v0.1.1
22272026-03-18T10:46:58.776Z Compiling structmeta v0.3.0
22282026-03-18T10:47:02.111Z Compiling rustls-webpki v0.103.9
22292026-03-18T10:47:03.309Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-18T10:47:04.214Z Compiling hash32 v0.3.1
22312026-03-18T10:47:04.252Z Compiling smoltcp v0.11.0
22322026-03-18T10:47:04.436Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-03-18T10:47:04.709Z Compiling proc-macro-crate v3.4.0
22342026-03-18T10:47:04.754Z Compiling ingot-types v0.1.2
22352026-03-18T10:47:04.786Z Compiling cobs v0.3.0
22362026-03-18T10:47:04.927Z Compiling rustls v0.22.4
22372026-03-18T10:47:05.147Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-03-18T10:47:05.201Z Compiling postcard v1.1.3
22392026-03-18T10:47:05.255Z Compiling proc-macro-crate v1.3.1
22402026-03-18T10:47:05.307Z Compiling num_enum_derive v0.7.5
22412026-03-18T10:47:05.384Z Compiling ingot v0.1.1
22422026-03-18T10:47:05.466Z Compiling rustls-webpki v0.102.8
22432026-03-18T10:47:05.726Z Compiling futures-executor v0.3.32
22442026-03-18T10:47:05.750Z Compiling foreign-types-macros v0.2.3
22452026-03-18T10:47:05.805Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-18T10:47:05.901Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-18T10:47:06.223Z Compiling multer v3.1.0
22482026-03-18T10:47:06.260Z Compiling thread_local v1.1.9
22492026-03-18T10:47:06.294Z Compiling typeid v1.0.3
22502026-03-18T10:47:06.332Z Compiling cpufeatures v0.3.0
22512026-03-18T10:47:06.357Z Compiling foreign-types-shared v0.3.1
22522026-03-18T10:47:06.452Z Compiling match_cfg v0.1.0
22532026-03-18T10:47:06.498Z Compiling slog-async v2.8.0
22542026-03-18T10:47:06.554Z Compiling foreign-types v0.5.0
22552026-03-18T10:47:06.577Z Compiling hostname v0.3.1
22562026-03-18T10:47:06.599Z Compiling chacha20 v0.10.0
22572026-03-18T10:47:06.603Z Compiling num_enum v0.7.5
22582026-03-18T10:47:06.731Z Compiling futures v0.3.32
22592026-03-18T10:47:06.756Z Compiling num_enum_derive v0.5.11
22602026-03-18T10:47:06.865Z Compiling derive-ex v0.1.8
22612026-03-18T10:47:06.917Z Compiling tabwriter v1.4.1
22622026-03-18T10:47:06.944Z Compiling slog-json v2.6.1
22632026-03-18T10:47:06.978Z Compiling crossbeam-channel v0.5.15
22642026-03-18T10:47:07.022Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-18T10:47:07.279Z Compiling async-stream-impl v0.3.6
22662026-03-18T10:47:07.389Z Compiling tokio-rustls v0.26.4
22672026-03-18T10:47:07.570Z Compiling rustls-platform-verifier v0.6.2
22682026-03-18T10:47:07.778Z Compiling hyper-rustls v0.27.7
22692026-03-18T10:47:07.802Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-18T10:47:07.860Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712026-03-18T10:47:07.888Z Compiling serde_spanned v1.0.4
22722026-03-18T10:47:07.984Z Compiling is-terminal v0.4.17
22732026-03-18T10:47:08.047Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-03-18T10:47:08.117Z Compiling reqwest v0.12.28
22752026-03-18T10:47:08.140Z Compiling reqwest v0.13.2
22762026-03-18T10:47:08.244Z Compiling cstr-argument v0.1.2
22772026-03-18T10:47:08.392Z Compiling dropshot v0.16.7
22782026-03-18T10:47:08.414Z Compiling term v1.2.1
22792026-03-18T10:47:08.502Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-03-18T10:47:08.523Z Compiling erased-serde v0.4.9
22812026-03-18T10:47:08.665Z Compiling take_mut v0.2.2
22822026-03-18T10:47:08.747Z Compiling toml_writer v1.0.6+spec-1.1.0
22832026-03-18T10:47:08.770Z Compiling crucible-workspace-hack v0.1.0
22842026-03-18T10:47:08.836Z Compiling slog-term v2.9.2
22852026-03-18T10:47:08.984Z Compiling test-strategy v0.4.5
22862026-03-18T10:47:09.053Z Compiling toml v0.9.12+spec-1.1.0
22872026-03-18T10:47:09.162Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22882026-03-18T10:47:09.205Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22892026-03-18T10:47:09.735Z Compiling tokio-rustls v0.25.0
22902026-03-18T10:47:09.759Z Compiling async-stream v0.3.6
22912026-03-18T10:47:09.964Z Compiling num_enum v0.5.11
22922026-03-18T10:47:10.055Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22932026-03-18T10:47:10.082Z Compiling slog-bunyan v2.5.0
22942026-03-18T10:47:10.134Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22952026-03-18T10:47:10.221Z Compiling rand v0.10.0
22962026-03-18T10:47:10.400Z Compiling parse-display-derive v0.10.0
22972026-03-18T10:47:10.428Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-18T10:47:10.452Z Compiling backon v1.6.0
22992026-03-18T10:47:10.459Z Compiling waitgroup v0.1.2
23002026-03-18T10:47:10.561Z Compiling dropshot_endpoint v0.16.7
23012026-03-18T10:47:10.587Z Compiling newtype-uuid-macros v0.1.0
23022026-03-18T10:47:10.690Z Compiling rustls-pemfile v2.2.0
23032026-03-18T10:47:10.712Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23042026-03-18T10:47:10.741Z Compiling serde_path_to_error v0.1.20
23052026-03-18T10:47:10.763Z Compiling hostname v0.4.2
23062026-03-18T10:47:10.802Z Compiling instant v0.1.13
23072026-03-18T10:47:10.974Z Compiling debug-ignore v1.0.5
23082026-03-18T10:47:10.996Z Compiling libefi-sys v0.1.0
23092026-03-18T10:47:11.047Z Compiling colored v3.1.1
23102026-03-18T10:47:11.131Z Compiling backoff v0.4.0
23112026-03-18T10:47:11.170Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-18T10:47:11.330Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23132026-03-18T10:47:11.358Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-03-18T10:47:11.554Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-18T10:47:11.909Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23162026-03-18T10:47:11.945Z Compiling camino-tempfile v1.4.1
23172026-03-18T10:47:12.137Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-18T10:47:12.230Z Compiling usdt-macro v0.5.0
23192026-03-18T10:47:12.360Z Compiling parse-display v0.10.0
23202026-03-18T10:47:12.468Z Compiling usdt-attr-macro v0.5.0
23212026-03-18T10:47:12.899Z Compiling secrecy v0.10.3
23222026-03-18T10:47:13.017Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232026-03-18T10:47:13.086Z Compiling num-derive v0.4.2
23242026-03-18T10:47:13.127Z Compiling bitfield-struct v0.6.2
23252026-03-18T10:47:13.130Z Compiling regress v0.10.5
23262026-03-18T10:47:13.440Z Compiling ordered-float v2.10.1
23272026-03-18T10:47:13.505Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23282026-03-18T10:47:13.529Z Compiling blake3 v1.8.3
23292026-03-18T10:47:13.851Z Compiling memmap v0.7.0
23302026-03-18T10:47:13.938Z Compiling sigpipe v0.1.3
23312026-03-18T10:47:13.963Z Compiling glob v0.3.3
23322026-03-18T10:47:14.006Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-18T10:47:14.033Z Compiling usdt v0.5.0
23342026-03-18T10:47:14.083Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-18T10:47:14.143Z Compiling serde-value v0.7.0
23362026-03-18T10:47:14.166Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-18T10:47:14.307Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23382026-03-18T10:47:14.330Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-18T10:47:14.464Z Compiling serde-untagged v0.1.9
23402026-03-18T10:47:14.712Z Compiling toml v0.8.23
23412026-03-18T10:47:14.847Z Compiling smf v0.2.3
23422026-03-18T10:47:14.868Z Compiling filetime v0.2.27
23432026-03-18T10:47:14.951Z Compiling constant_time_eq v0.4.2
23442026-03-18T10:47:15.036Z Compiling whoami v1.6.1
23452026-03-18T10:47:15.117Z Compiling xattr v1.6.1
23462026-03-18T10:47:15.140Z Compiling arrayvec v0.7.6
23472026-03-18T10:47:15.188Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-18T10:47:15.212Z Compiling arrayref v0.3.9
23492026-03-18T10:47:15.238Z Compiling unicode-xid v0.2.6
23502026-03-18T10:47:15.314Z Compiling same-file v1.0.6
23512026-03-18T10:47:15.339Z Compiling tar v0.4.44
23522026-03-18T10:47:15.393Z Compiling cargo-util-schemas v0.8.2
23532026-03-18T10:47:15.484Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-03-18T10:47:15.554Z Compiling walkdir v2.5.0
23552026-03-18T10:47:15.578Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-03-18T10:47:15.625Z Compiling tokio-dtrace v0.1.1
23572026-03-18T10:47:15.886Z Compiling gethostname v0.5.0
23582026-03-18T10:47:16.021Z Compiling cargo-platform v0.2.0
23592026-03-18T10:47:16.047Z Compiling topological-sort v0.2.2
23602026-03-18T10:47:16.069Z Compiling oxide-tokio-rt v0.1.3
23612026-03-18T10:47:16.282Z Compiling indent_write v2.2.0
23622026-03-18T10:47:16.308Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23632026-03-18T10:47:16.357Z Compiling shell-words v1.1.1
23642026-03-18T10:47:17.117Z Compiling cargo_metadata v0.21.0
23652026-03-18T10:47:28.211Z Compiling progenitor-client v0.13.0
23662026-03-18T10:47:28.230Z Compiling progenitor-client v0.10.0
23672026-03-18T10:47:28.233Z Compiling omicron-zone-package v0.12.2
23682026-03-18T10:47:28.343Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-18T10:47:28.346Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-18T10:47:28.346Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-03-18T10:47:28.346Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-18T10:47:28.739Z Compiling progenitor-extras v0.1.1
23732026-03-18T10:47:29.042Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-18T10:47:38.523Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-18T10:47:39.786Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-18T10:47:48.004Z Finished `release` profile [optimized] target(s) in 1m 53s
23772026-03-18T10:47:48.190Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-18T10:47:48.260ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-18T10:47:48.264ZCreated new build target 'test' and set it as active
23802026-03-18T10:47:48.264Z
23812026-03-18T10:47:48.264Zreal 1:54.103236635
23822026-03-18T10:47:48.264Zuser 20:07.970528847
23832026-03-18T10:47:48.264Zsys 3:03.077494285
23842026-03-18T10:47:48.264Ztrap 0.524831816
23852026-03-18T10:47:48.264Ztflt 2.836507119
23862026-03-18T10:47:48.264Zdflt 3.497153868
23872026-03-18T10:47:48.264Zkflt 0.000508869
23882026-03-18T10:47:48.264Zlock 1:04:04.745366924
23892026-03-18T10:47:48.264Zslp 51:32.862028699
23902026-03-18T10:47:48.264Zlat 46.447915431
23912026-03-18T10:47:48.264Zstop 7:41.441247329
23922026-03-18T10:47:48.267Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-18T10:47:49.447Z Finished `release` profile [optimized] target(s) in 1.17s
23942026-03-18T10:47:49.514Z Running `target/release/omicron-package -t test package`
23952026-03-18T10:47:49.580ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-18T10:47:51.465Z Compiling regress v0.10.5
23972026-03-18T10:47:51.465Z Compiling heck v0.5.0
23982026-03-18T10:47:51.469Z Compiling unsafe-libyaml v0.2.11
23992026-03-18T10:47:51.469Z Compiling convert_case v0.4.0
24002026-03-18T10:47:51.789Z Compiling half v2.7.1
24012026-03-18T10:47:51.792Z Compiling ciborium-io v0.2.2
24022026-03-18T10:47:51.846Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24032026-03-18T10:47:51.850Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24042026-03-18T10:47:51.904Z Compiling prettyplease v0.2.37
24052026-03-18T10:47:51.932Z Compiling typify-impl v0.6.1
24062026-03-18T10:47:51.936Z Compiling universal-hash v0.5.1
24072026-03-18T10:47:51.965Z Compiling thiserror-impl-no-std v2.0.2
24082026-03-18T10:47:51.968Z Compiling unicode-width v0.1.14
24092026-03-18T10:47:51.968Z Compiling opaque-debug v0.3.1
24102026-03-18T10:47:52.026Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-03-18T10:47:52.084Z Compiling chacha20 v0.9.1
24122026-03-18T10:47:52.087Z Compiling password-hash v0.5.0
24132026-03-18T10:47:52.149Z Compiling poly1305 v0.8.0
24142026-03-18T10:47:52.183Z Compiling derive_more v0.99.20
24152026-03-18T10:47:52.213Z Compiling ciborium-ll v0.2.2
24162026-03-18T10:47:52.245Z Compiling blake2 v0.10.6
24172026-03-18T10:47:52.278Z Compiling aead v0.5.2
24182026-03-18T10:47:52.430Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24192026-03-18T10:47:52.463Z Compiling serde_yaml v0.9.34+deprecated
24202026-03-18T10:47:52.496Z Compiling is-terminal v0.4.17
24212026-03-18T10:47:52.575Z Compiling ciborium v0.2.2
24222026-03-18T10:47:52.626Z Compiling swrite v0.1.0
24232026-03-18T10:47:52.662Z Compiling argon2 v0.5.3
24242026-03-18T10:47:52.665Z Compiling chacha20poly1305 v0.10.1
24252026-03-18T10:47:52.797Z Compiling serde_spanned v1.0.4
24262026-03-18T10:47:52.911Z Compiling toml_writer v1.0.6+spec-1.1.0
24272026-03-18T10:47:53.021Z Compiling bytecount v0.6.9
24282026-03-18T10:47:53.050Z Compiling rustls v0.22.4
24292026-03-18T10:47:53.050Z Compiling rustls-webpki v0.102.8
24302026-03-18T10:47:53.127Z Compiling derive-where v1.6.0
24312026-03-18T10:47:53.220Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-03-18T10:47:53.289Z Compiling toml v0.9.12+spec-1.1.0
24332026-03-18T10:47:53.322Z Compiling thread_local v1.1.9
24342026-03-18T10:47:53.401Z Compiling match_cfg v0.1.0
24352026-03-18T10:47:53.446Z Compiling thiserror-no-std v2.0.2
24362026-03-18T10:47:53.541Z Compiling hostname v0.3.1
24372026-03-18T10:47:53.596Z Compiling vsss-rs v3.3.4
24382026-03-18T10:47:53.754Z Compiling multer v3.1.0
24392026-03-18T10:47:53.838Z Compiling slog-async v2.8.0
24402026-03-18T10:47:53.868Z Compiling slog-json v2.6.1
24412026-03-18T10:47:53.920Z Compiling crossbeam-channel v0.5.15
24422026-03-18T10:47:53.952Z Compiling futures-executor v0.3.32
24432026-03-18T10:47:53.989Z Compiling term v1.2.1
24442026-03-18T10:47:54.019Z Compiling take_mut v0.2.2
24452026-03-18T10:47:54.152Z Compiling slog-bunyan v2.5.0
24462026-03-18T10:47:54.190Z Compiling futures v0.3.32
24472026-03-18T10:47:54.328Z Compiling async-stream v0.3.6
24482026-03-18T10:47:54.328Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-18T10:47:54.391Z Compiling dropshot v0.16.7
24502026-03-18T10:47:54.478Z Compiling slog-term v2.9.2
24512026-03-18T10:47:54.537Z Compiling progenitor-client v0.13.0
24522026-03-18T10:47:54.570Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-03-18T10:47:54.570Z Compiling waitgroup v0.1.2
24542026-03-18T10:47:54.698Z Compiling backon v1.6.0
24552026-03-18T10:47:54.770Z Compiling rustls-pemfile v2.2.0
24562026-03-18T10:47:54.800Z Compiling serde_path_to_error v0.1.20
24572026-03-18T10:47:54.853Z Compiling hostname v0.4.2
24582026-03-18T10:47:54.885Z Compiling instant v0.1.13
24592026-03-18T10:47:54.919Z Compiling debug-ignore v1.0.5
24602026-03-18T10:47:54.952Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-03-18T10:47:54.990Z Compiling progenitor-extras v0.1.1
24622026-03-18T10:47:55.026Z Compiling backoff v0.4.0
24632026-03-18T10:47:55.062Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-03-18T10:47:55.066Z Compiling parse-display v0.10.0
24652026-03-18T10:47:55.096Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-03-18T10:47:55.100Z Compiling progenitor-client v0.10.0
24672026-03-18T10:47:55.194Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-03-18T10:47:55.197Z Compiling macaddr v1.0.1
24692026-03-18T10:47:55.288Z Compiling console v0.15.11
24702026-03-18T10:47:55.323Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24712026-03-18T10:47:55.355Z Compiling newline-converter v0.3.0
24722026-03-18T10:47:55.355Z Compiling atomicwrites v0.4.4
24732026-03-18T10:47:55.419Z Compiling num-rational v0.4.2
24742026-03-18T10:47:55.543Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-18T10:47:55.576Z Compiling num-complex v0.4.6
24762026-03-18T10:47:55.668Z Compiling slog-dtrace v0.3.0
24772026-03-18T10:47:55.779Z Compiling async-recursion v1.1.1
24782026-03-18T10:47:55.822Z Compiling cancel-safe-futures v0.1.5
24792026-03-18T10:47:55.902Z Compiling expectorate v1.2.0
24802026-03-18T10:47:56.043Z Compiling owo-colors v4.3.0
24812026-03-18T10:47:56.127Z Compiling tokio-rustls v0.25.0
24822026-03-18T10:47:56.191Z Compiling num v0.4.3
24832026-03-18T10:47:56.264Z Compiling float-ord v0.3.2
24842026-03-18T10:47:56.432Z Compiling libsw-core v0.3.2
24852026-03-18T10:47:56.477Z Compiling resolv-conf v0.7.6
24862026-03-18T10:47:56.480Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-03-18T10:47:56.610Z Compiling toml v0.8.23
24882026-03-18T10:47:56.710Z Compiling libsw v3.5.0
24892026-03-18T10:47:56.744Z Compiling linear-map v1.2.0
24902026-03-18T10:47:56.858Z Compiling linked-hash-map v0.5.6
24912026-03-18T10:47:56.947Z Compiling minimal-lexical v0.2.1
24922026-03-18T10:47:57.049Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-03-18T10:47:57.082Z Compiling unicode-xid v0.2.6
24942026-03-18T10:47:57.164Z Compiling lru-cache v0.1.2
24952026-03-18T10:47:57.271Z Compiling nom v7.1.3
24962026-03-18T10:47:57.274Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-03-18T10:47:57.302Z Compiling globset v0.4.18
24982026-03-18T10:47:57.305Z Compiling hickory-proto v0.24.4
24992026-03-18T10:47:57.395Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25002026-03-18T10:47:57.429Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-03-18T10:47:57.746Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-03-18T10:47:58.001Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-03-18T10:47:58.695Z Compiling typify-macro v0.6.1
25042026-03-18T10:47:59.087Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-03-18T10:47:59.226Z Compiling convert_case v0.10.0
25062026-03-18T10:47:59.660Z Compiling derive_more-impl v2.1.1
25072026-03-18T10:48:00.517Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-03-18T10:48:00.549Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-03-18T10:48:00.703Z Compiling hickory-resolver v0.24.4
25102026-03-18T10:48:00.790Z Compiling typify v0.6.1
25112026-03-18T10:48:00.880Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-03-18T10:48:00.942Z Compiling pin-project-internal v1.1.11
25132026-03-18T10:48:00.978Z Compiling progenitor-impl v0.13.0
25142026-03-18T10:48:01.788Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-03-18T10:48:02.048Z Compiling derive_more v2.1.1
25162026-03-18T10:48:02.187Z Compiling qorb v0.4.1
25172026-03-18T10:48:02.371Z Compiling pin-project v1.1.11
25182026-03-18T10:48:02.537Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25192026-03-18T10:48:02.747Z Compiling pem v3.0.6
25202026-03-18T10:48:02.870Z Compiling snafu-derive v0.8.9
25212026-03-18T10:48:03.650Z Compiling termtree v0.5.1
25222026-03-18T10:48:03.899Z Compiling crossterm v0.29.0
25232026-03-18T10:48:04.053Z Compiling progenitor-macro v0.13.0
25242026-03-18T10:48:04.084Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-03-18T10:48:05.209Z Compiling snafu v0.8.9
25262026-03-18T10:48:05.245Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-03-18T10:48:05.941Z Compiling phf_shared v0.12.1
25282026-03-18T10:48:06.285Z Compiling olpc-cjson v0.1.4
25292026-03-18T10:48:06.565Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-03-18T10:48:06.595Z Compiling serde_plain v1.0.2
25312026-03-18T10:48:06.986Z Compiling csv-core v0.1.13
25322026-03-18T10:48:07.525Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-03-18T10:48:07.656Z Compiling vte v0.14.1
25342026-03-18T10:48:07.818Z Compiling chrono-tz v0.10.4
25352026-03-18T10:48:07.849Z Compiling highway v1.3.0
25362026-03-18T10:48:08.010Z Compiling typed-path v0.9.3
25372026-03-18T10:48:08.131Z Compiling strip-ansi-escapes v0.2.1
25382026-03-18T10:48:08.571Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-03-18T10:48:08.806Z Compiling csv v1.4.0
25402026-03-18T10:48:08.883Z Compiling phf v0.12.1
25412026-03-18T10:48:08.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-03-18T10:48:09.151Z Compiling const_format_proc_macros v0.2.34
25432026-03-18T10:48:09.212Z Compiling papergrid v0.11.0
25442026-03-18T10:48:09.526Z Compiling fd-lock v4.0.4
25452026-03-18T10:48:09.635Z Compiling tough v0.20.0
25462026-03-18T10:48:09.764Z Compiling peg-macros v0.8.5
25472026-03-18T10:48:10.007Z Compiling progenitor v0.13.0
25482026-03-18T10:48:10.073Z Compiling tabled_derive v0.7.0
25492026-03-18T10:48:10.230Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-03-18T10:48:11.118Z Compiling nu-ansi-term v0.50.3
25512026-03-18T10:48:11.298Z Compiling tabled v0.15.0
25522026-03-18T10:48:11.387Z Compiling const_format v0.2.35
25532026-03-18T10:48:11.460Z Compiling peg v0.8.5
25542026-03-18T10:48:11.717Z Compiling reedline v0.40.0
25552026-03-18T10:48:11.826Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25562026-03-18T10:48:11.947Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-03-18T10:48:12.025Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-03-18T10:48:13.618Z Compiling bcs v0.1.6
25592026-03-18T10:48:13.919Z Compiling semver v0.1.20
25602026-03-18T10:48:14.174Z Compiling base64 v0.21.7
25612026-03-18T10:48:14.308Z Compiling rustc_version v0.1.7
25622026-03-18T10:48:14.606Z Compiling newtype_derive v0.1.6
25632026-03-18T10:48:14.850Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-18T10:48:14.882Z Compiling typify-impl v0.4.3
25652026-03-18T10:48:15.158Z Compiling humantime v2.3.0
25662026-03-18T10:48:15.478Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-03-18T10:48:15.767Z Compiling unicode-linebreak v0.1.5
25682026-03-18T10:48:15.845Z Compiling smawk v0.3.2
25692026-03-18T10:48:16.050Z Compiling textwrap v0.16.2
25702026-03-18T10:48:16.081Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-18T10:48:16.113Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-18T10:48:16.148Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-18T10:48:16.455Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-03-18T10:48:16.691Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-18T10:48:16.860Z Compiling steno v0.4.1
25762026-03-18T10:48:17.626Z Compiling utf-8 v0.7.6
25772026-03-18T10:48:18.121Z Compiling tagptr v0.2.0
25782026-03-18T10:48:18.377Z Compiling moka v0.12.13
25792026-03-18T10:48:18.606Z Compiling tungstenite v0.21.0
25802026-03-18T10:48:18.838Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-18T10:48:19.043Z Compiling radium v0.7.0
25822026-03-18T10:48:19.450Z Compiling tokio-tungstenite v0.21.0
25832026-03-18T10:48:19.885Z Compiling typify-macro v0.4.3
25842026-03-18T10:48:19.924Z Compiling hickory-resolver v0.25.2
25852026-03-18T10:48:20.027Z Compiling tap v1.0.1
25862026-03-18T10:48:20.213Z Compiling maybe-uninit v2.0.0
25872026-03-18T10:48:20.546Z Compiling wyz v0.5.1
25882026-03-18T10:48:20.870Z Compiling zerocopy-derive v0.6.6
25892026-03-18T10:48:21.042Z Compiling funty v2.0.0
25902026-03-18T10:48:21.299Z Compiling packed_struct v0.10.1
25912026-03-18T10:48:21.588Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-03-18T10:48:21.648Z Compiling crc-catalog v2.4.0
25932026-03-18T10:48:21.828Z Compiling display-error-chain v0.2.2
25942026-03-18T10:48:21.887Z Compiling typify v0.4.3
25952026-03-18T10:48:22.055Z Compiling zerocopy v0.6.6
25962026-03-18T10:48:22.086Z Compiling progenitor-impl v0.10.0
25972026-03-18T10:48:22.324Z Compiling crc v3.4.0
25982026-03-18T10:48:22.594Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-03-18T10:48:22.693Z Compiling bitvec v1.0.1
26002026-03-18T10:48:25.121Z Compiling progenitor-macro v0.10.0
26012026-03-18T10:48:25.204Z Compiling packed_struct_codegen v0.10.1
26022026-03-18T10:48:25.253Z Compiling bitfield-macros v0.19.4
26032026-03-18T10:48:26.057Z Compiling indexmap v1.9.3
26042026-03-18T10:48:26.190Z Compiling nodrop v0.1.14
26052026-03-18T10:48:26.356Z Compiling array-init v0.0.4
26062026-03-18T10:48:26.431Z Compiling bitfield v0.19.4
26072026-03-18T10:48:26.870Z Compiling smallvec v0.6.14
26082026-03-18T10:48:26.947Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-03-18T10:48:27.080Z Compiling num-derive v0.3.3
26102026-03-18T10:48:27.222Z Compiling proc-macro-error-attr2 v2.0.0
26112026-03-18T10:48:27.772Z Compiling hashbrown v0.12.3
26122026-03-18T10:48:27.959Z Compiling proc-macro-error2 v2.0.1
26132026-03-18T10:48:27.988Z Compiling serde-hex v0.1.0
26142026-03-18T10:48:28.243Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-18T10:48:28.271Z Compiling libscf-sys v1.1.0
26162026-03-18T10:48:28.373Z Compiling ron v0.8.1
26172026-03-18T10:48:28.486Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-03-18T10:48:28.603Z Compiling hashbrown v0.13.2
26192026-03-18T10:48:28.706Z Compiling vergen-gitcl v1.0.8
26202026-03-18T10:48:29.011Z Compiling dirs-sys-next v0.1.2
26212026-03-18T10:48:29.240Z Compiling maplit v1.0.2
26222026-03-18T10:48:29.358Z Compiling crunchy v0.2.4
26232026-03-18T10:48:29.389Z Compiling crc-any v2.5.0
26242026-03-18T10:48:29.423Z Compiling glob v0.3.3
26252026-03-18T10:48:29.677Z Compiling diesel_derives v2.3.7
26262026-03-18T10:48:29.775Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-03-18T10:48:29.907Z Compiling clang-sys v1.8.1
26282026-03-18T10:48:29.949Z Compiling object v0.30.4
26292026-03-18T10:48:30.024Z Compiling dirs-next v2.0.0
26302026-03-18T10:48:30.298Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-18T10:48:30.406Z Compiling tabled_derive v0.11.0
26322026-03-18T10:48:30.521Z Compiling papergrid v0.17.0
26332026-03-18T10:48:30.629Z Compiling testing_table v0.3.0
26342026-03-18T10:48:30.755Z Compiling dsl_auto_type v0.2.0
26352026-03-18T10:48:30.915Z Compiling scheduled-thread-pool v0.2.7
26362026-03-18T10:48:31.045Z Compiling progenitor v0.10.0
26372026-03-18T10:48:31.168Z Compiling diesel_table_macro_syntax v0.3.0
26382026-03-18T10:48:31.197Z Compiling path-slash v0.1.5
26392026-03-18T10:48:31.266Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-18T10:48:31.430Z Compiling tiny-keccak v2.0.2
26412026-03-18T10:48:31.464Z Compiling r2d2 v0.8.10
26422026-03-18T10:48:31.664Z Compiling term v0.7.0
26432026-03-18T10:48:31.840Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-18T10:48:31.873Z Compiling arc-swap v1.8.2
26452026-03-18T10:48:31.909Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-18T10:48:31.912Z Compiling downcast-rs v2.0.2
26472026-03-18T10:48:32.112Z Compiling bit-vec v0.6.3
26482026-03-18T10:48:32.208Z Compiling tabled v0.20.0
26492026-03-18T10:48:32.269Z Compiling xshell-macros v0.2.7
26502026-03-18T10:48:32.360Z Compiling bit-set v0.5.3
26512026-03-18T10:48:32.364Z Compiling slog-scope v4.4.1
26522026-03-18T10:48:32.517Z Compiling ascii-canvas v3.0.0
26532026-03-18T10:48:32.775Z Compiling xshell v0.2.7
26542026-03-18T10:48:32.884Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-03-18T10:48:32.930Z Compiling itertools v0.10.5
26562026-03-18T10:48:32.981Z Compiling ena v0.14.4
26572026-03-18T10:48:33.293Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-03-18T10:48:33.461Z Compiling libloading v0.8.9
26592026-03-18T10:48:33.745Z Compiling unicase v2.9.0
26602026-03-18T10:48:33.775Z Compiling regex-syntax v0.6.29
26612026-03-18T10:48:34.132Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622026-03-18T10:48:34.446Z Compiling bindgen v0.71.1
26632026-03-18T10:48:34.475Z Compiling diff v0.1.13
26642026-03-18T10:48:34.858Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26652026-03-18T10:48:36.415Z Compiling lalrpop v0.19.12
26662026-03-18T10:48:36.532Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-03-18T10:48:37.865Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-03-18T10:48:38.021Z Compiling slog-stdlog v4.1.1
26692026-03-18T10:48:38.124Z Compiling diesel v2.3.7
26702026-03-18T10:48:38.191Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26712026-03-18T10:48:38.632Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-03-18T10:48:38.819Z Compiling cexpr v0.6.0
26732026-03-18T10:48:39.110Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26742026-03-18T10:48:39.370Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-03-18T10:48:39.410Z Compiling crc8 v0.1.1
26762026-03-18T10:48:39.656Z Compiling slog-envlogger v2.2.0
26772026-03-18T10:48:39.728Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-03-18T10:48:39.783Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-03-18T10:48:40.453Z Compiling headers-core v0.3.0
26802026-03-18T10:48:40.647Z Compiling libxml v0.3.3
26812026-03-18T10:48:41.019Z Compiling headers v0.4.1
26822026-03-18T10:48:41.152Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-03-18T10:48:41.225Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-03-18T10:48:41.517Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-03-18T10:48:41.928Z Compiling strum_macros v0.24.3
26862026-03-18T10:48:42.097Z Compiling indoc v1.0.9
26872026-03-18T10:48:42.402Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-18T10:48:42.696Z Compiling derive_builder v0.20.2
26892026-03-18T10:48:42.733Z Compiling oso-derive v0.27.3
26902026-03-18T10:48:42.768Z Compiling quick-xml v0.37.5
26912026-03-18T10:48:42.886Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-18T10:48:42.919Z Compiling half v1.8.3
26932026-03-18T10:48:43.132Z Compiling openssl-probe v0.1.6
26942026-03-18T10:48:43.423Z Compiling serde_cbor v0.11.2
26952026-03-18T10:48:43.526Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-18T10:48:43.568Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-18T10:48:43.658Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-18T10:48:44.458Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-18T10:48:44.684Z Compiling bb8 v0.8.6
27002026-03-18T10:48:44.724Z Compiling trait-variant v0.1.2
27012026-03-18T10:48:44.829Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-03-18T10:48:44.858Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27032026-03-18T10:48:45.149Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-03-18T10:48:45.282Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-03-18T10:48:45.425Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27062026-03-18T10:48:45.457Z Compiling fxhash v0.2.1
27072026-03-18T10:48:45.557Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-03-18T10:48:45.711Z Compiling kstat-rs v0.2.4
27092026-03-18T10:48:45.894Z Compiling libz-sys v1.1.24
27102026-03-18T10:48:46.025Z Compiling salty v0.3.0
27112026-03-18T10:48:46.286Z Compiling nonempty v0.12.0
27122026-03-18T10:48:46.323Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-03-18T10:48:46.356Z Compiling samael v0.0.19
27142026-03-18T10:48:46.589Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-03-18T10:48:46.620Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27162026-03-18T10:48:46.823Z Compiling progenitor-impl v0.11.2
27172026-03-18T10:48:46.884Z Compiling darling_core v0.23.0
27182026-03-18T10:48:47.418Z Compiling polar-core v0.27.3
27192026-03-18T10:48:47.597Z Compiling nanorand v0.7.0
27202026-03-18T10:48:47.729Z Compiling fs-err v2.11.0
27212026-03-18T10:48:48.025Z Compiling parking_lot_core v0.8.6
27222026-03-18T10:48:48.373Z Compiling mime_guess v2.0.5
27232026-03-18T10:48:48.485Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27242026-03-18T10:48:49.220Z Compiling flume v0.11.1
27252026-03-18T10:48:49.531Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-03-18T10:48:49.953Z Compiling progenitor-macro v0.11.2
27272026-03-18T10:48:50.082Z Compiling darling_macro v0.23.0
27282026-03-18T10:48:51.093Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-03-18T10:48:51.581Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27302026-03-18T10:48:51.830Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-03-18T10:48:53.458Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-03-18T10:48:54.081Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-03-18T10:48:54.355Z Compiling progenitor-client v0.11.2
27342026-03-18T10:48:55.297Z Compiling git-stub v1.0.0
27352026-03-18T10:48:55.671Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-03-18T10:48:55.781Z Compiling instability v0.3.11
27372026-03-18T10:48:56.104Z Compiling progenitor v0.11.2
27382026-03-18T10:48:56.339Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-03-18T10:48:57.528Z Compiling git-stub-vcs v0.1.0
27402026-03-18T10:48:58.017Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-18T10:48:58.096Z Compiling darling v0.23.0
27422026-03-18T10:48:58.235Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27432026-03-18T10:49:01.011Z Compiling oso v0.27.3
27442026-03-18T10:49:01.758Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-03-18T10:49:02.014Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-03-18T10:49:03.146Z Compiling diesel-dtrace v0.5.0
27472026-03-18T10:49:03.559Z Compiling async-bb8-diesel v0.2.1
27482026-03-18T10:49:03.591Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-03-18T10:49:03.837Z Compiling ignore v0.4.25
27502026-03-18T10:49:05.050Z Compiling primeorder v0.13.6
27512026-03-18T10:49:05.486Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-03-18T10:49:05.839Z Compiling castaway v0.2.4
27532026-03-18T10:49:06.031Z Compiling nibble_vec v0.1.0
27542026-03-18T10:49:06.159Z Compiling atty v0.2.14
27552026-03-18T10:49:06.278Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-03-18T10:49:06.337Z Compiling parse-size v1.1.0
27572026-03-18T10:49:06.576Z Compiling endian-type v0.1.2
27582026-03-18T10:49:06.610Z Compiling indoc v2.0.7
27592026-03-18T10:49:06.812Z Compiling http-range v0.1.5
27602026-03-18T10:49:06.835Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27612026-03-18T10:49:07.167Z Compiling radix_trie v0.2.1
27622026-03-18T10:49:07.229Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-18T10:49:07.424Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-18T10:49:07.776Z Compiling compact_str v0.8.1
27652026-03-18T10:49:08.116Z Compiling p384 v0.13.1
27662026-03-18T10:49:09.257Z Compiling globwalk v0.9.1
27672026-03-18T10:49:09.544Z Compiling parking_lot v0.11.2
27682026-03-18T10:49:10.270Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-03-18T10:49:10.657Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-03-18T10:49:10.689Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27712026-03-18T10:49:10.718Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-03-18T10:49:10.963Z Compiling predicates-tree v1.0.13
27732026-03-18T10:49:11.100Z Compiling unicode-truncate v1.1.0
27742026-03-18T10:49:11.240Z Compiling lru v0.12.5
27752026-03-18T10:49:11.366Z Compiling prefix-trie v0.7.0
27762026-03-18T10:49:11.530Z Compiling vergen-git2 v1.0.7
27772026-03-18T10:49:11.559Z Compiling cassowary v0.3.0
27782026-03-18T10:49:12.006Z Compiling ratatui v0.29.0
27792026-03-18T10:49:12.038Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-03-18T10:49:12.578Z Compiling hickory-server v0.25.2
27812026-03-18T10:49:12.890Z Compiling camino-tempfile-ext v0.3.3
27822026-03-18T10:49:13.185Z Compiling hyper-staticfile v0.10.1
27832026-03-18T10:49:13.577Z Compiling sled v0.34.7
27842026-03-18T10:49:14.708Z Compiling hickory-client v0.25.2
27852026-03-18T10:49:15.201Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27862026-03-18T10:49:15.553Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27872026-03-18T10:49:15.586Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-03-18T10:49:15.846Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-03-18T10:49:16.086Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-03-18T10:49:16.567Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27912026-03-18T10:49:16.883Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-03-18T10:49:17.630Z Compiling rand_seeder v0.4.0
27932026-03-18T10:49:17.662Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-03-18T10:49:17.957Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-03-18T10:49:17.986Z Compiling lzma-sys v0.1.20
27962026-03-18T10:49:18.503Z Compiling rustls v0.21.12
27972026-03-18T10:49:18.546Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-03-18T10:49:18.793Z Compiling corncobs v0.1.4
27992026-03-18T10:49:19.006Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-03-18T10:49:19.091Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-03-18T10:49:19.125Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-03-18T10:49:19.196Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28032026-03-18T10:49:19.345Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-03-18T10:49:19.503Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-03-18T10:49:19.879Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-03-18T10:49:19.910Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-03-18T10:49:20.182Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-03-18T10:49:20.699Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-03-18T10:49:22.706Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-03-18T10:49:23.905Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-18T10:49:24.123Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-03-18T10:49:24.185Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-03-18T10:49:24.404Z Compiling cargo_toml v0.22.3
28142026-03-18T10:49:24.468Z Compiling sct v0.7.1
28152026-03-18T10:49:24.808Z Compiling rustls-webpki v0.101.7
28162026-03-18T10:49:25.828Z Compiling nix v0.29.0
28172026-03-18T10:49:26.341Z Compiling secrecy v0.8.0
28182026-03-18T10:49:26.579Z Compiling void v1.0.2
28192026-03-18T10:49:26.764Z Compiling lzss v0.8.2
28202026-03-18T10:49:27.192Z Compiling git2 v0.20.4
28212026-03-18T10:49:27.361Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28222026-03-18T10:49:27.391Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-18T10:49:27.550Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-03-18T10:49:27.779Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28252026-03-18T10:49:28.364Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-03-18T10:49:28.814Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-03-18T10:49:28.989Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-03-18T10:49:29.743Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-03-18T10:49:30.055Z Compiling tungstenite v0.23.0
28302026-03-18T10:49:30.105Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-18T10:49:30.171Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-18T10:49:30.463Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-03-18T10:49:30.740Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-03-18T10:49:31.018Z Compiling nix v0.27.1
28352026-03-18T10:49:31.119Z Compiling serde_bytes v0.11.19
28362026-03-18T10:49:31.507Z Compiling tokio-tungstenite v0.23.1
28372026-03-18T10:49:31.670Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-18T10:49:31.723Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-03-18T10:49:32.626Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-03-18T10:49:33.054Z Compiling tokio-rustls v0.24.1
28412026-03-18T10:49:33.117Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-03-18T10:49:33.209Z Compiling ron v0.12.0
28432026-03-18T10:49:33.430Z Compiling xz2 v0.1.7
28442026-03-18T10:49:33.878Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-03-18T10:49:34.487Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-03-18T10:49:35.969Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28472026-03-18T10:49:38.460Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-03-18T10:49:38.624Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28492026-03-18T10:49:39.868Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-03-18T10:49:40.846Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-03-18T10:49:41.522Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-03-18T10:49:41.927Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-03-18T10:49:42.570Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-03-18T10:49:43.009Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-18T10:49:43.140Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-03-18T10:49:44.635Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-03-18T10:49:45.976Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-03-18T10:49:46.991Z Compiling rustls-pemfile v1.0.4
28592026-03-18T10:49:47.501Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28602026-03-18T10:49:47.565Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-03-18T10:49:48.275Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28622026-03-18T10:49:48.549Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-03-18T10:49:49.217Z Compiling signal-hook-tokio v0.3.1
28642026-03-18T10:49:49.443Z Compiling yasna v0.5.2
28652026-03-18T10:49:49.555Z Compiling twox-hash v2.1.2
28662026-03-18T10:49:49.610Z Compiling is_ci v1.2.0
28672026-03-18T10:49:49.894Z Compiling base16ct v1.0.0
28682026-03-18T10:49:50.205Z Compiling rcgen v0.12.1
28692026-03-18T10:49:50.757Z Compiling supports-color v3.0.2
28702026-03-18T10:49:50.788Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-03-18T10:49:51.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28722026-03-18T10:49:51.338Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-03-18T10:49:51.377Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28742026-03-18T10:49:52.024Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28752026-03-18T10:49:52.164Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-18T10:49:54.429Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28772026-03-18T10:49:55.786Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782026-03-18T10:49:55.816Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-03-18T10:49:56.582Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-03-18T10:49:57.552Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-03-18T10:49:57.838Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-03-18T10:49:58.131Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-03-18T10:49:58.413Z Compiling fatfs v0.3.6
28842026-03-18T10:49:58.445Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-03-18T10:49:59.961Z Compiling rtoolbox v0.0.3
28862026-03-18T10:50:00.301Z Compiling subprocess v0.2.15
28872026-03-18T10:50:00.684Z Compiling seq-macro v0.3.6
28882026-03-18T10:50:01.334Z Compiling assert_matches v1.5.0
28892026-03-18T10:50:01.473Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-03-18T10:50:01.910Z Compiling rpassword v7.4.0
28912026-03-18T10:50:02.299Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28922026-03-18T10:50:03.170Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-03-18T10:50:03.503Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-03-18T10:50:05.073Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-03-18T10:50:05.245Z Compiling tui-tree-widget v0.23.1
28962026-03-18T10:50:05.608Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-03-18T10:50:06.525Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-03-18T10:50:07.174Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-03-18T10:50:07.525Z Compiling uzers v0.12.2
29002026-03-18T10:50:08.025Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-03-18T10:50:09.354Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-03-18T10:50:10.721Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-03-18T10:50:13.988Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-03-18T10:50:14.018Z Compiling support-bundle-viewer v0.1.2
29052026-03-18T10:50:16.361Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-03-18T10:50:17.329Z Compiling multimap v0.10.1
29072026-03-18T10:50:40.498Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-03-18T10:50:41.853Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-03-18T10:50:44.578Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-03-18T10:58:15.020Z Finished `release` profile [optimized] target(s) in 10m 25s
29112026-03-18T10:59:07.482Z
29122026-03-18T10:59:07.485Zreal 11:19.452474290
29132026-03-18T10:59:07.485Zuser 1:40:28.985550923
29142026-03-18T10:59:07.485Zsys 4:10.645760462
29152026-03-18T10:59:07.485Ztrap 2.284415058
29162026-03-18T10:59:07.485Ztflt 2.167854793
29172026-03-18T10:59:07.485Zdflt 18.375994011
29182026-03-18T10:59:07.485Zkflt 0.002127839
29192026-03-18T10:59:07.485Zlock 8:27:23.169568443
29202026-03-18T10:59:07.485Zslp 2:49:06.779861802
29212026-03-18T10:59:07.485Zlat 2:52.121792578
29222026-03-18T10:59:07.485Zstop 7:03.366661134
29232026-03-18T10:59:07.485Z+ mapfile -t packages
29242026-03-18T10:59:07.485Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-03-18T10:59:08.756Z Finished `release` profile [optimized] target(s) in 1.25s
29262026-03-18T10:59:08.824Z Running `target/release/omicron-package -t test list-outputs`
29272026-03-18T10:59:08.888ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-03-18T10:59:08.891Z+ ptime -m cargo build --locked --release -p xtask
29292026-03-18T10:59:09.601Z Compiling libc v0.2.180
29302026-03-18T10:59:09.601Z Compiling serde v1.0.228
29312026-03-18T10:59:09.604Z Compiling serde_core v1.0.228
29322026-03-18T10:59:09.604Z Compiling rustix v1.1.3
29332026-03-18T10:59:09.710Z Compiling bitflags v2.11.0
29342026-03-18T10:59:09.722Z Compiling serde_json v1.0.149
29352026-03-18T10:59:09.788Z Compiling num-traits v0.2.19
29362026-03-18T10:59:09.800Z Compiling syn v2.0.117
29372026-03-18T10:59:09.802Z Compiling hashbrown v0.16.1
29382026-03-18T10:59:09.814Z Compiling smallvec v1.15.1
29392026-03-18T10:59:09.860Z Compiling usdt-impl v0.5.0
29402026-03-18T10:59:09.877Z Compiling syn v1.0.109
29412026-03-18T10:59:09.895Z Compiling log v0.4.29
29422026-03-18T10:59:09.895Z Compiling percent-encoding v2.3.2
29432026-03-18T10:59:10.040Z Compiling getrandom v0.4.1
29442026-03-18T10:59:10.205Z Compiling form_urlencoded v1.2.2
29452026-03-18T10:59:10.375Z Compiling fs-err v3.3.0
29462026-03-18T10:59:10.392Z Compiling once_cell v1.21.3
29472026-03-18T10:59:10.426Z Compiling anyhow v1.0.102
29482026-03-18T10:59:10.458Z Compiling heck v0.4.1
29492026-03-18T10:59:10.636Z Compiling indexmap v2.13.0
29502026-03-18T10:59:10.730Z Compiling errno v0.3.14
29512026-03-18T10:59:10.730Z Compiling thread-id v4.2.2
29522026-03-18T10:59:10.781Z Compiling memmap v0.7.0
29532026-03-18T10:59:11.266Z Compiling ordered-float v2.10.1
29542026-03-18T10:59:11.902Z Compiling proc-macro-error v1.0.4
29552026-03-18T10:59:12.149Z Compiling terminal_size v0.4.3
29562026-03-18T10:59:12.149Z Compiling tempfile v3.25.0
29572026-03-18T10:59:12.215Z Compiling tabled_derive v0.7.0
29582026-03-18T10:59:12.277Z Compiling clap_builder v4.5.60
29592026-03-18T10:59:12.277Z Compiling textwrap v0.16.2
29602026-03-18T10:59:12.462Z Compiling camino-tempfile v1.4.1
29612026-03-18T10:59:13.114Z Compiling tabled v0.15.0
29622026-03-18T10:59:13.418Z Compiling synstructure v0.13.2
29632026-03-18T10:59:13.418Z Compiling pest_generator v2.8.6
29642026-03-18T10:59:13.945Z Compiling serde_derive v1.0.228
29652026-03-18T10:59:13.948Z Compiling zerofrom-derive v0.1.6
29662026-03-18T10:59:13.948Z Compiling yoke-derive v0.8.1
29672026-03-18T10:59:13.948Z Compiling zerovec-derive v0.11.2
29682026-03-18T10:59:13.948Z Compiling displaydoc v0.2.5
29692026-03-18T10:59:13.948Z Compiling thiserror-impl v1.0.69
29702026-03-18T10:59:13.948Z Compiling zerocopy-derive v0.7.35
29712026-03-18T10:59:13.948Z Compiling scroll_derive v0.12.1
29722026-03-18T10:59:14.121Z Compiling pest_derive v2.8.6
29732026-03-18T10:59:14.668Z Compiling thiserror-impl v2.0.18
29742026-03-18T10:59:14.867Z Compiling scroll v0.12.0
29752026-03-18T10:59:14.922Z Compiling clap_derive v4.5.55
29762026-03-18T10:59:15.019Z Compiling zerocopy v0.7.35
29772026-03-18T10:59:15.267Z Compiling goblin v0.8.2
29782026-03-18T10:59:15.493Z Compiling thiserror v1.0.69
29792026-03-18T10:59:15.518Z Compiling zerofrom v0.1.6
29802026-03-18T10:59:15.647Z Compiling dtrace-parser v0.2.0
29812026-03-18T10:59:15.706Z Compiling yoke v0.8.1
29822026-03-18T10:59:15.976Z Compiling zerovec v0.11.5
29832026-03-18T10:59:15.993Z Compiling zerotrie v0.2.3
29842026-03-18T10:59:16.284Z Compiling thiserror v2.0.18
29852026-03-18T10:59:16.799Z Compiling tinystr v0.8.2
29862026-03-18T10:59:17.107Z Compiling icu_locale_core v2.1.1
29872026-03-18T10:59:17.148Z Compiling potential_utf v0.1.4
29882026-03-18T10:59:17.402Z Compiling icu_collections v2.1.1
29892026-03-18T10:59:18.157Z Compiling icu_provider v2.1.1
29902026-03-18T10:59:18.381Z Compiling serde_spanned v0.6.9
29912026-03-18T10:59:18.545Z Compiling icu_normalizer v2.1.1
29922026-03-18T10:59:18.563Z Compiling icu_properties v2.1.2
29932026-03-18T10:59:18.604Z Compiling toml_datetime v0.6.11
29942026-03-18T10:59:18.687Z Compiling dof v0.3.0
29952026-03-18T10:59:18.733Z Compiling serde_tokenstream v0.2.3
29962026-03-18T10:59:18.812Z Compiling serde-value v0.7.0
29972026-03-18T10:59:18.841Z Compiling cargo-platform v0.2.0
29982026-03-18T10:59:19.144Z Compiling toml_edit v0.22.27
29992026-03-18T10:59:19.195Z Compiling macaddr v1.0.1
30002026-03-18T10:59:19.266Z Compiling clap v4.5.60
30012026-03-18T10:59:19.849Z Compiling idna_adapter v1.2.1
30022026-03-18T10:59:19.887Z Compiling usdt-attr-macro v0.5.0
30032026-03-18T10:59:19.912Z Compiling usdt-macro v0.5.0
30042026-03-18T10:59:20.042Z Compiling idna v1.1.0
30052026-03-18T10:59:20.546Z Compiling url v2.5.8
30062026-03-18T10:59:20.734Z Compiling usdt v0.5.0
30072026-03-18T10:59:21.288Z Compiling toml v0.8.23
30082026-03-18T10:59:21.879Z Compiling cargo-util-schemas v0.8.2
30092026-03-18T10:59:21.881Z Compiling cargo_toml v0.21.0
30102026-03-18T10:59:23.274Z Compiling cargo_metadata v0.21.0
30112026-03-18T10:59:27.427Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-03-18T10:59:31.457Z Finished `release` profile [optimized] target(s) in 22.56s
30132026-03-18T10:59:31.609Z
30142026-03-18T10:59:31.615Zreal 22.685627661
30152026-03-18T10:59:31.615Zuser 3:08.344678094
30162026-03-18T10:59:31.615Zsys 20.738418063
30172026-03-18T10:59:31.615Ztrap 0.079979865
30182026-03-18T10:59:31.616Ztflt 0.678662325
30192026-03-18T10:59:31.616Zdflt 1.883724369
30202026-03-18T10:59:31.616Zkflt 0.000062601
30212026-03-18T10:59:31.616Zlock 7:19.084691164
30222026-03-18T10:59:31.616Zslp 4:28.610022049
30232026-03-18T10:59:31.616Zlat 8.590477256
30242026-03-18T10:59:31.616Zstop 30.331957625
30252026-03-18T10:59:31.616Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-03-18T10:59:31.616Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-03-18T10:59:31.616Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-03-18T10:59:31.616Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-03-18T10:59:31.616Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30302026-03-18T10:59:32.901Z Compiling regress v0.10.5
30312026-03-18T10:59:32.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-03-18T10:59:33.072Z Compiling serde_spanned v1.0.4
30332026-03-18T10:59:33.088Z Compiling toml_writer v1.0.6+spec-1.1.0
30342026-03-18T10:59:33.110Z Compiling newtype-uuid-macros v0.1.0
30352026-03-18T10:59:33.116Z Compiling structmeta-derive v0.3.0
30362026-03-18T10:59:33.120Z Compiling rustls v0.22.4
30372026-03-18T10:59:33.124Z Compiling rustls-webpki v0.102.8
30382026-03-18T10:59:33.139Z Compiling multer v3.1.0
30392026-03-18T10:59:33.145Z Compiling match_cfg v0.1.0
30402026-03-18T10:59:33.145Z Compiling debug-ignore v1.0.5
30412026-03-18T10:59:33.247Z Compiling progenitor-client v0.13.0
30422026-03-18T10:59:33.272Z Compiling slog-json v2.6.1
30432026-03-18T10:59:33.282Z Compiling async-stream-impl v0.3.6
30442026-03-18T10:59:33.295Z Compiling dropshot v0.16.7
30452026-03-18T10:59:33.340Z Compiling toml v0.9.12+spec-1.1.0
30462026-03-18T10:59:33.365Z Compiling hostname v0.3.1
30472026-03-18T10:59:33.366Z Compiling itertools v0.14.0
30482026-03-18T10:59:33.412Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-03-18T10:59:33.438Z Compiling waitgroup v0.1.2
30502026-03-18T10:59:33.507Z Compiling rustls-pemfile v2.2.0
30512026-03-18T10:59:33.556Z Compiling slog-bunyan v2.5.0
30522026-03-18T10:59:33.585Z Compiling dropshot_endpoint v0.16.7
30532026-03-18T10:59:33.685Z Compiling hostname v0.4.2
30542026-03-18T10:59:33.712Z Compiling serde_path_to_error v0.1.20
30552026-03-18T10:59:33.763Z Compiling macaddr v1.0.1
30562026-03-18T10:59:33.790Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-03-18T10:59:33.837Z Compiling progenitor-client v0.10.0
30582026-03-18T10:59:33.868Z Compiling instant v0.1.13
30592026-03-18T10:59:33.895Z Compiling backon v1.6.0
30602026-03-18T10:59:34.034Z Compiling backoff v0.4.0
30612026-03-18T10:59:34.122Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-18T10:59:34.150Z Compiling async-stream v0.3.6
30632026-03-18T10:59:34.191Z Compiling progenitor-extras v0.1.1
30642026-03-18T10:59:34.220Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-03-18T10:59:34.249Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-03-18T10:59:34.276Z Compiling unsafe-libyaml v0.2.11
30672026-03-18T10:59:34.281Z Compiling crucible-workspace-hack v0.1.0
30682026-03-18T10:59:34.281Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-03-18T10:59:34.352Z Compiling secrecy v0.10.3
30702026-03-18T10:59:34.376Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-03-18T10:59:34.400Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-18T10:59:34.537Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30732026-03-18T10:59:34.589Z Compiling heapless v0.8.0
30742026-03-18T10:59:34.589Z Compiling hash32 v0.3.1
30752026-03-18T10:59:34.661Z Compiling structmeta v0.3.0
30762026-03-18T10:59:34.688Z Compiling smoltcp v0.11.0
30772026-03-18T10:59:34.747Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30782026-03-18T10:59:34.771Z Compiling toml v0.8.23
30792026-03-18T10:59:34.831Z Compiling tabwriter v1.4.1
30802026-03-18T10:59:34.896Z Compiling cobs v0.3.0
30812026-03-18T10:59:34.977Z Compiling derive-ex v0.1.8
30822026-03-18T10:59:35.002Z Compiling parse-display-derive v0.10.0
30832026-03-18T10:59:35.113Z Compiling serde_yaml v0.9.34+deprecated
30842026-03-18T10:59:35.167Z Compiling proc-macro-crate v3.4.0
30852026-03-18T10:59:35.193Z Compiling ingot-macros v0.1.1
30862026-03-18T10:59:35.271Z Compiling foreign-types-macros v0.2.3
30872026-03-18T10:59:35.278Z Compiling cpufeatures v0.3.0
30882026-03-18T10:59:35.342Z Compiling foreign-types-shared v0.3.1
30892026-03-18T10:59:35.399Z Compiling convert_case v0.4.0
30902026-03-18T10:59:35.421Z Compiling chacha20 v0.10.0
30912026-03-18T10:59:35.487Z Compiling postcard v1.1.3
30922026-03-18T10:59:35.689Z Compiling proc-macro-crate v1.3.1
30932026-03-18T10:59:35.805Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-03-18T10:59:35.883Z Compiling universal-hash v0.5.1
30952026-03-18T10:59:35.909Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-18T10:59:35.948Z Compiling derive_more v0.99.20
30972026-03-18T10:59:35.975Z Compiling num_enum_derive v0.7.5
30982026-03-18T10:59:35.975Z Compiling cstr-argument v0.1.2
30992026-03-18T10:59:36.078Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31002026-03-18T10:59:36.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-18T10:59:36.139Z Compiling foreign-types v0.5.0
31022026-03-18T10:59:36.209Z Compiling colored v3.1.1
31032026-03-18T10:59:36.268Z Compiling tokio-rustls v0.25.0
31042026-03-18T10:59:36.271Z Compiling opaque-debug v0.3.1
31052026-03-18T10:59:36.338Z Compiling num_enum_derive v0.5.11
31062026-03-18T10:59:36.410Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31072026-03-18T10:59:36.433Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31082026-03-18T10:59:36.458Z Compiling rand v0.10.0
31092026-03-18T10:59:36.460Z Compiling typify-impl v0.6.1
31102026-03-18T10:59:36.625Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-03-18T10:59:36.731Z Compiling half v2.7.1
31122026-03-18T10:59:36.764Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31132026-03-18T10:59:37.139Z Compiling ciborium-io v0.2.2
31142026-03-18T10:59:37.179Z Compiling camino-tempfile v1.4.1
31152026-03-18T10:59:37.253Z Compiling ciborium-ll v0.2.2
31162026-03-18T10:59:37.286Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31172026-03-18T10:59:37.389Z Compiling parse-display v0.10.0
31182026-03-18T10:59:37.416Z Compiling test-strategy v0.4.5
31192026-03-18T10:59:37.416Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-03-18T10:59:37.485Z Compiling num_enum v0.7.5
31212026-03-18T10:59:37.511Z Compiling ciborium v0.2.2
31222026-03-18T10:59:37.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31232026-03-18T10:59:37.568Z Compiling smf v0.2.3
31242026-03-18T10:59:37.620Z Compiling aead v0.5.2
31252026-03-18T10:59:37.648Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31262026-03-18T10:59:37.702Z Compiling num-derive v0.4.2
31272026-03-18T10:59:37.775Z Compiling sigpipe v0.1.3
31282026-03-18T10:59:37.806Z Compiling num_enum v0.5.11
31292026-03-18T10:59:37.834Z Compiling glob v0.3.3
31302026-03-18T10:59:37.834Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-03-18T10:59:37.952Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31322026-03-18T10:59:37.984Z Compiling poly1305 v0.8.0
31332026-03-18T10:59:38.050Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31342026-03-18T10:59:38.179Z Compiling chacha20 v0.9.1
31352026-03-18T10:59:38.294Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31362026-03-18T10:59:38.412Z Compiling whoami v1.6.1
31372026-03-18T10:59:38.470Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31382026-03-18T10:59:38.497Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31392026-03-18T10:59:38.500Z Compiling thiserror-impl-no-std v2.0.2
31402026-03-18T10:59:38.550Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31412026-03-18T10:59:38.594Z Compiling num-rational v0.4.2
31422026-03-18T10:59:38.737Z Compiling password-hash v0.5.0
31432026-03-18T10:59:38.829Z Compiling blake2 v0.10.6
31442026-03-18T10:59:38.962Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31452026-03-18T10:59:39.013Z Compiling num-complex v0.4.6
31462026-03-18T10:59:39.065Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31472026-03-18T10:59:39.149Z Compiling indent_write v2.2.0
31482026-03-18T10:59:39.173Z Compiling prettyplease v0.2.37
31492026-03-18T10:59:39.245Z Compiling ingot-types v0.1.2
31502026-03-18T10:59:39.349Z Compiling argon2 v0.5.3
31512026-03-18T10:59:39.353Z Compiling chacha20poly1305 v0.10.1
31522026-03-18T10:59:39.487Z Compiling float-ord v0.3.2
31532026-03-18T10:59:39.607Z Compiling num v0.4.3
31542026-03-18T10:59:39.635Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31552026-03-18T10:59:39.638Z Compiling gethostname v0.5.0
31562026-03-18T10:59:39.638Z Compiling usdt-attr-macro v0.5.0
31572026-03-18T10:59:39.638Z Compiling usdt-macro v0.5.0
31582026-03-18T10:59:39.731Z Compiling derive-where v1.6.0
31592026-03-18T10:59:39.734Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31602026-03-18T10:59:39.783Z Compiling ingot v0.1.1
31612026-03-18T10:59:39.837Z Compiling memmap v0.7.0
31622026-03-18T10:59:39.840Z Compiling typify-impl v0.4.3
31632026-03-18T10:59:40.095Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-03-18T10:59:40.149Z Compiling atomicwrites v0.4.4
31652026-03-18T10:59:40.248Z Compiling thiserror-no-std v2.0.2
31662026-03-18T10:59:40.390Z Compiling vsss-rs v3.3.4
31672026-03-18T10:59:40.425Z Compiling cancel-safe-futures v0.1.5
31682026-03-18T10:59:40.448Z Compiling owo-colors v4.3.0
31692026-03-18T10:59:40.481Z Compiling libsw-core v0.3.2
31702026-03-18T10:59:40.729Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-03-18T10:59:40.778Z Compiling usdt v0.5.0
31722026-03-18T10:59:40.782Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31732026-03-18T10:59:40.824Z Compiling async-recursion v1.1.1
31742026-03-18T10:59:40.955Z Compiling resolv-conf v0.7.6
31752026-03-18T10:59:41.157Z Compiling libsw v3.5.0
31762026-03-18T10:59:41.211Z Compiling libefi-sys v0.1.0
31772026-03-18T10:59:41.397Z Compiling linear-map v1.2.0
31782026-03-18T10:59:41.429Z Compiling newline-converter v0.3.0
31792026-03-18T10:59:41.467Z Compiling hickory-proto v0.24.4
31802026-03-18T10:59:41.473Z Compiling console v0.15.11
31812026-03-18T10:59:41.544Z Compiling bitfield-struct v0.6.2
31822026-03-18T10:59:41.605Z Compiling semver v0.1.20
31832026-03-18T10:59:41.630Z Compiling linked-hash-map v0.5.6
31842026-03-18T10:59:41.679Z Compiling pin-project-internal v1.1.11
31852026-03-18T10:59:41.780Z Compiling slog-dtrace v0.3.0
31862026-03-18T10:59:41.831Z Compiling minimal-lexical v0.2.1
31872026-03-18T10:59:41.907Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31882026-03-18T10:59:41.955Z Compiling expectorate v1.2.0
31892026-03-18T10:59:42.034Z Compiling rustc_version v0.1.7
31902026-03-18T10:59:42.074Z Compiling lru-cache v0.1.2
31912026-03-18T10:59:42.095Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-03-18T10:59:42.183Z Compiling nom v7.1.3
31932026-03-18T10:59:42.232Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-03-18T10:59:42.267Z Compiling tokio-dtrace v0.1.1
31952026-03-18T10:59:42.295Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-18T10:59:42.318Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-03-18T10:59:42.371Z Compiling newtype_derive v0.1.6
31982026-03-18T10:59:42.446Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-03-18T10:59:42.545Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-03-18T10:59:42.571Z Compiling dropshot-api-manager-types v0.6.0
32012026-03-18T10:59:42.643Z Compiling phf_shared v0.12.1
32022026-03-18T10:59:42.648Z Compiling pem v3.0.6
32032026-03-18T10:59:42.745Z Compiling snafu-derive v0.8.9
32042026-03-18T10:59:42.923Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-18T10:59:43.013Z Compiling csv-core v0.1.13
32062026-03-18T10:59:43.071Z Compiling chrono-tz v0.10.4
32072026-03-18T10:59:43.117Z Compiling highway v1.3.0
32082026-03-18T10:59:43.197Z Compiling typify-macro v0.6.1
32092026-03-18T10:59:43.218Z Compiling same-file v1.0.6
32102026-03-18T10:59:43.319Z Compiling pin-project v1.1.11
32112026-03-18T10:59:43.342Z Compiling xshell-macros v0.2.7
32122026-03-18T10:59:43.399Z Compiling const_format_proc_macros v0.2.34
32132026-03-18T10:59:43.459Z Compiling walkdir v2.5.0
32142026-03-18T10:59:43.540Z Compiling csv v1.4.0
32152026-03-18T10:59:43.660Z Compiling phf v0.12.1
32162026-03-18T10:59:43.886Z Compiling xshell v0.2.7
32172026-03-18T10:59:43.911Z Compiling oxide-tokio-rt v0.1.3
32182026-03-18T10:59:43.990Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-18T10:59:44.179Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-03-18T10:59:44.206Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32212026-03-18T10:59:44.236Z Compiling globset v0.4.18
32222026-03-18T10:59:44.347Z Compiling olpc-cjson v0.1.4
32232026-03-18T10:59:44.371Z Compiling primeorder v0.13.6
32242026-03-18T10:59:44.444Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32252026-03-18T10:59:44.538Z Compiling hickory-resolver v0.24.4
32262026-03-18T10:59:44.576Z Compiling serde_plain v1.0.2
32272026-03-18T10:59:44.602Z Compiling typed-path v0.9.3
32282026-03-18T10:59:44.637Z Compiling base64 v0.21.7
32292026-03-18T10:59:44.765Z Compiling const_format v0.2.35
32302026-03-18T10:59:44.893Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-03-18T10:59:45.056Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-03-18T10:59:45.114Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-03-18T10:59:45.276Z Compiling tabled_derive v0.7.0
32342026-03-18T10:59:45.304Z Compiling bcs v0.1.6
32352026-03-18T10:59:45.567Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-03-18T10:59:45.729Z Compiling typify v0.6.1
32372026-03-18T10:59:45.756Z Compiling snafu v0.8.9
32382026-03-18T10:59:45.788Z Compiling radium v0.7.0
32392026-03-18T10:59:45.905Z Compiling progenitor-impl v0.13.0
32402026-03-18T10:59:45.932Z Compiling salty v0.3.0
32412026-03-18T10:59:46.098Z Compiling qorb v0.4.1
32422026-03-18T10:59:46.155Z Compiling tough v0.20.0
32432026-03-18T10:59:46.180Z Compiling termtree v0.5.1
32442026-03-18T10:59:46.328Z Compiling textwrap v0.16.2
32452026-03-18T10:59:46.351Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-03-18T10:59:46.420Z Compiling steno v0.4.1
32472026-03-18T10:59:46.445Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-18T10:59:46.496Z Compiling typify-macro v0.4.3
32492026-03-18T10:59:46.612Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-03-18T10:59:46.657Z Compiling tabled v0.15.0
32512026-03-18T10:59:46.680Z Compiling maybe-uninit v2.0.0
32522026-03-18T10:59:46.838Z Compiling utf-8 v0.7.6
32532026-03-18T10:59:46.883Z Compiling tap v1.0.1
32542026-03-18T10:59:46.909Z Compiling humantime v2.3.0
32552026-03-18T10:59:47.069Z Compiling tungstenite v0.21.0
32562026-03-18T10:59:47.121Z Compiling wyz v0.5.1
32572026-03-18T10:59:47.280Z Compiling p384 v0.13.1
32582026-03-18T10:59:47.306Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32592026-03-18T10:59:47.322Z Compiling arc-swap v1.8.2
32602026-03-18T10:59:47.436Z Compiling tagptr v0.2.0
32612026-03-18T10:59:47.757Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32622026-03-18T10:59:47.782Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32632026-03-18T10:59:47.785Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32642026-03-18T10:59:48.022Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-03-18T10:59:48.285Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-03-18T10:59:48.509Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-03-18T10:59:48.584Z Compiling funty v2.0.0
32682026-03-18T10:59:48.914Z Compiling typify v0.4.3
32692026-03-18T10:59:48.954Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-03-18T10:59:49.063Z Compiling progenitor-impl v0.10.0
32712026-03-18T10:59:49.092Z Compiling packed_struct v0.10.1
32722026-03-18T10:59:49.156Z Compiling bitvec v1.0.1
32732026-03-18T10:59:49.487Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-03-18T10:59:49.529Z Compiling tokio-tungstenite v0.21.0
32752026-03-18T10:59:49.733Z Compiling progenitor-macro v0.13.0
32762026-03-18T10:59:49.979Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32772026-03-18T10:59:50.010Z Compiling slog-scope v4.4.1
32782026-03-18T10:59:50.063Z Compiling moka v0.12.13
32792026-03-18T10:59:50.230Z Compiling polyval v0.6.2
32802026-03-18T10:59:50.303Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32812026-03-18T10:59:50.365Z Compiling packed_struct_codegen v0.10.1
32822026-03-18T10:59:50.389Z Compiling bitfield-macros v0.19.4
32832026-03-18T10:59:50.565Z Compiling zerocopy-derive v0.6.6
32842026-03-18T10:59:50.663Z Compiling proc-macro-error-attr2 v2.0.0
32852026-03-18T10:59:50.772Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-03-18T10:59:50.799Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-18T10:59:51.167Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-03-18T10:59:51.221Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32892026-03-18T10:59:51.249Z Compiling indexmap v1.9.3
32902026-03-18T10:59:51.390Z Compiling crc-catalog v2.4.0
32912026-03-18T10:59:51.441Z Compiling nodrop v0.1.14
32922026-03-18T10:59:51.546Z Compiling parking_lot_core v0.8.6
32932026-03-18T10:59:51.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32942026-03-18T10:59:51.600Z Compiling array-init v0.0.4
32952026-03-18T10:59:51.763Z Compiling zerocopy v0.6.6
32962026-03-18T10:59:51.800Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-18T10:59:51.974Z Compiling crc v3.4.0
32982026-03-18T10:59:52.003Z Compiling bitfield v0.19.4
32992026-03-18T10:59:52.183Z Compiling proc-macro-error2 v2.0.1
33002026-03-18T10:59:52.255Z Compiling hickory-resolver v0.25.2
33012026-03-18T10:59:52.273Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33022026-03-18T10:59:52.280Z Compiling ghash v0.5.1
33032026-03-18T10:59:52.453Z Compiling slog-stdlog v4.1.1
33042026-03-18T10:59:52.514Z Compiling smallvec v0.6.14
33052026-03-18T10:59:52.655Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33062026-03-18T10:59:52.776Z Compiling git-stub v1.0.0
33072026-03-18T10:59:52.840Z Compiling ctr v0.9.2
33082026-03-18T10:59:52.904Z Compiling progenitor-macro v0.10.0
33092026-03-18T10:59:52.909Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-03-18T10:59:53.172Z Compiling num-derive v0.3.3
33112026-03-18T10:59:53.198Z Compiling lzma-sys v0.1.20
33122026-03-18T10:59:53.227Z Compiling unicase v2.9.0
33132026-03-18T10:59:53.271Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-18T10:59:53.296Z Compiling hashbrown v0.12.3
33152026-03-18T10:59:53.555Z Compiling mime_guess v2.0.5
33162026-03-18T10:59:53.602Z Compiling aes-gcm v0.10.3
33172026-03-18T10:59:53.629Z Compiling git-stub-vcs v0.1.0
33182026-03-18T10:59:53.694Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33192026-03-18T10:59:53.825Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-03-18T10:59:53.892Z Compiling serde-hex v0.1.0
33212026-03-18T10:59:53.896Z Compiling tabled_derive v0.11.0
33222026-03-18T10:59:53.951Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-18T10:59:54.003Z Compiling slog-envlogger v2.2.0
33242026-03-18T10:59:54.200Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-03-18T10:59:54.440Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33262026-03-18T10:59:54.467Z Compiling libscf-sys v1.1.0
33272026-03-18T10:59:54.555Z Compiling progenitor-impl v0.11.2
33282026-03-18T10:59:54.683Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-03-18T10:59:54.770Z Compiling ron v0.8.1
33302026-03-18T10:59:54.828Z Compiling papergrid v0.17.0
33312026-03-18T10:59:55.030Z Compiling cargo_toml v0.22.3
33322026-03-18T10:59:55.050Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-18T10:59:55.434Z Compiling hashbrown v0.13.2
33342026-03-18T10:59:55.614Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33352026-03-18T10:59:55.798Z Compiling testing_table v0.3.0
33362026-03-18T10:59:56.077Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33372026-03-18T10:59:56.172Z Compiling ssh-encoding v0.2.0
33382026-03-18T10:59:56.191Z Compiling blowfish v0.9.1
33392026-03-18T10:59:56.344Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-03-18T10:59:56.420Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-03-18T10:59:56.426Z Compiling nibble_vec v0.1.0
33422026-03-18T10:59:56.541Z Compiling crc-any v2.5.0
33432026-03-18T10:59:56.548Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-03-18T10:59:56.624Z Compiling endian-type v0.1.2
33452026-03-18T10:59:56.668Z Compiling corncobs v0.1.4
33462026-03-18T10:59:56.821Z Compiling radix_trie v0.2.1
33472026-03-18T10:59:56.853Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-03-18T10:59:56.909Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-18T10:59:56.964Z Compiling ssh-cipher v0.2.0
33502026-03-18T10:59:57.019Z Compiling bcrypt-pbkdf v0.10.0
33512026-03-18T10:59:57.086Z Compiling tabled v0.20.0
33522026-03-18T10:59:57.203Z Compiling progenitor v0.13.0
33532026-03-18T10:59:57.243Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33542026-03-18T10:59:57.271Z Compiling object v0.30.4
33552026-03-18T10:59:57.296Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-18T10:59:57.428Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33572026-03-18T10:59:57.432Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-03-18T10:59:57.484Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-18T10:59:57.741Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-03-18T10:59:57.827Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-03-18T10:59:58.192Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-18T10:59:58.260Z Compiling parking_lot v0.11.2
33632026-03-18T10:59:58.473Z Compiling progenitor-macro v0.11.2
33642026-03-18T10:59:58.506Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-03-18T10:59:58.574Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33662026-03-18T10:59:59.096Z Compiling progenitor-client v0.11.2
33672026-03-18T10:59:59.122Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33682026-03-18T10:59:59.201Z Compiling prefix-trie v0.7.0
33692026-03-18T10:59:59.242Z Compiling password-hash v0.4.2
33702026-03-18T10:59:59.300Z Compiling fxhash v0.2.1
33712026-03-18T10:59:59.511Z Compiling secrecy v0.8.0
33722026-03-18T10:59:59.558Z Compiling path-slash v0.1.5
33732026-03-18T10:59:59.749Z Compiling http-range v0.1.5
33742026-03-18T10:59:59.779Z Compiling half v1.8.3
33752026-03-18T10:59:59.809Z Compiling hickory-server v0.25.2
33762026-03-18T11:00:00.043Z Compiling pbkdf2 v0.11.0
33772026-03-18T11:00:00.194Z Compiling serde_cbor v0.11.2
33782026-03-18T11:00:00.289Z Compiling sled v0.34.7
33792026-03-18T11:00:00.322Z Compiling progenitor v0.10.0
33802026-03-18T11:00:00.477Z Compiling ron v0.12.0
33812026-03-18T11:00:00.536Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-03-18T11:00:00.561Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33832026-03-18T11:00:00.646Z Compiling xz2 v0.1.7
33842026-03-18T11:00:01.015Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-03-18T11:00:01.315Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33862026-03-18T11:00:01.674Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33872026-03-18T11:00:01.697Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33882026-03-18T11:00:01.724Z Compiling ssh-key v0.6.7
33892026-03-18T11:00:02.026Z Compiling hickory-client v0.25.2
33902026-03-18T11:00:02.445Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33912026-03-18T11:00:02.490Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33922026-03-18T11:00:02.546Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-03-18T11:00:02.747Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-18T11:00:02.822Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-03-18T11:00:03.135Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-03-18T11:00:03.614Z Compiling p256 v0.13.2
33972026-03-18T11:00:03.705Z Compiling p521 v0.13.3
33982026-03-18T11:00:03.816Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33992026-03-18T11:00:04.050Z Compiling yasna v0.5.2
34002026-03-18T11:00:04.150Z Compiling kstat-rs v0.2.4
34012026-03-18T11:00:04.176Z Compiling headers-core v0.3.0
34022026-03-18T11:00:04.369Z Compiling nanorand v0.7.0
34032026-03-18T11:00:07.730Z Compiling atty v0.2.14
34042026-03-18T11:00:07.762Z Compiling russh-cryptovec v0.7.3
34052026-03-18T11:00:07.762Z Compiling base16ct v1.0.0
34062026-03-18T11:00:07.762Z Compiling md5 v0.7.0
34072026-03-18T11:00:07.762Z Compiling crc8 v0.1.1
34082026-03-18T11:00:07.762Z Compiling home v0.5.12
34092026-03-18T11:00:07.762Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-18T11:00:07.762Z Compiling rcgen v0.12.1
34112026-03-18T11:00:07.762Z Compiling flume v0.11.1
34122026-03-18T11:00:07.762Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-18T11:00:07.762Z Compiling headers v0.4.1
34142026-03-18T11:00:07.762Z Compiling russh-keys v0.45.0
34152026-03-18T11:00:07.762Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34162026-03-18T11:00:07.762Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-03-18T11:00:07.762Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-03-18T11:00:07.762Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34192026-03-18T11:00:07.762Z Compiling progenitor v0.11.2
34202026-03-18T11:00:07.763Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-03-18T11:00:07.763Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-18T11:00:07.763Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34232026-03-18T11:00:07.763Z Compiling hyper-staticfile v0.10.1
34242026-03-18T11:00:07.763Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34252026-03-18T11:00:07.763Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-03-18T11:00:07.763Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-18T11:00:07.763Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-03-18T11:00:07.763Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-03-18T11:00:07.763Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34302026-03-18T11:00:07.763Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312026-03-18T11:00:07.763Z Compiling num-bigint v0.4.6
34322026-03-18T11:00:07.763Z Compiling des v0.8.1
34332026-03-18T11:00:07.763Z Compiling subprocess v0.2.15
34342026-03-18T11:00:07.763Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-03-18T11:00:07.821Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34362026-03-18T11:00:08.028Z Compiling hex-literal v0.4.1
34372026-03-18T11:00:08.079Z Compiling display-error-chain v0.2.2
34382026-03-18T11:00:08.192Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-18T11:00:08.216Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-03-18T11:00:08.285Z Compiling colored v2.2.0
34412026-03-18T11:00:08.401Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-03-18T11:00:08.551Z Compiling socket2 v0.5.10
34432026-03-18T11:00:08.639Z Compiling internet-checksum v0.2.1
34442026-03-18T11:00:08.856Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-03-18T11:00:09.413Z Compiling russh v0.45.0
34462026-03-18T11:00:09.584Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34472026-03-18T11:00:16.484Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34482026-03-18T11:00:26.568Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-03-18T11:00:26.571Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-03-18T11:00:26.571Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-03-18T11:00:26.571Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-03-18T11:00:28.787Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-03-18T11:00:29.020Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-03-18T11:00:34.682Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34552026-03-18T11:01:04.417Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34562026-03-18T11:01:28.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34572026-03-18T11:01:28.947Z
34582026-03-18T11:01:28.950Zreal 1:57.317302492
34592026-03-18T11:01:28.950Zuser 11:35.832360217
34602026-03-18T11:01:28.950Zsys 2:04.144433911
34612026-03-18T11:01:28.950Ztrap 0.355845689
34622026-03-18T11:01:28.950Ztflt 0.463818758
34632026-03-18T11:01:28.950Zdflt 1.618508441
34642026-03-18T11:01:28.950Zkflt 0.000340204
34652026-03-18T11:01:28.950Zlock 40:21.791415030
34662026-03-18T11:01:28.950Zslp 26:10.180179233
34672026-03-18T11:01:28.950Zlat 45.373253417
34682026-03-18T11:01:28.950Zstop 3:53.496966600
34692026-03-18T11:01:28.950Z+ mkdir tests
34702026-03-18T11:01:28.954Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-03-18T11:01:28.954Z+ xargs -I '{}' -t cp '{}' tests/
34722026-03-18T11:01:28.989Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34732026-03-18T11:01:29.013Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34742026-03-18T11:01:29.036Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34752026-03-18T11:01:29.059Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34762026-03-18T11:01:29.313Z+ 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/*)
34772026-03-18T11:01:29.316Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34782026-03-18T11:03:09.002ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-03-18T11:03:09.002Za .github/buildomat/ci-env.sh 1K
34802026-03-18T11:03:09.002Za out/target/test 1K
34812026-03-18T11:03:09.002Za out/npuzone/npuzone 27402K
34822026-03-18T11:03:09.002Za package-manifest.toml 35K
34832026-03-18T11:03:09.003Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-03-18T11:03:09.003Za target/release/omicron-package 40561K
34852026-03-18T11:03:09.003Za target/release/xtask 11433K
34862026-03-18T11:03:09.003Za target/debug/bootstrap 335395K
34872026-03-18T11:03:09.003Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34882026-03-18T11:03:09.003Za tests/commtest-24d786529c44a77c 32395K
34892026-03-18T11:03:09.003Za tests/dhcp_server-58b78f45b9570bbf 31310K
34902026-03-18T11:03:09.003Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K
34912026-03-18T11:03:09.003Za out/clickhouse.tar.gz 301709K
34922026-03-18T11:03:09.003Za out/clickhouse_keeper.tar.gz 287173K
34932026-03-18T11:03:09.003Za out/clickhouse_server.tar.gz 301708K
34942026-03-18T11:03:09.003Za out/cockroachdb.tar.gz 156534K
34952026-03-18T11:03:09.003Za out/crucible-pantry-zone.tar.gz 38990K
34962026-03-18T11:03:09.003Za out/crucible-utils.tar 17744K
34972026-03-18T11:03:09.003Za out/crucible-zone.tar.gz 53128K
34982026-03-18T11:03:09.003Za out/external-dns.tar.gz 43604K
34992026-03-18T11:03:09.003Za out/internal-dns.tar.gz 43604K
35002026-03-18T11:03:09.003Za out/mg-ddm-gz.tar 78377K
35012026-03-18T11:03:09.003Za out/nexus.tar.gz 209914K
35022026-03-18T11:03:09.003Za out/ntp.tar.gz 25418K
35032026-03-18T11:03:09.003Za out/omicron-gateway-softnpu.tar.gz 28225K
35042026-03-18T11:03:09.003Za out/omicron-sled-agent.tar 186543K
35052026-03-18T11:03:09.003Za out/overlay.tar.gz 3K
35062026-03-18T11:03:09.003Za out/oximeter.tar.gz 57439K
35072026-03-18T11:03:09.003Za out/oxlog.tar 3782K
35082026-03-18T11:03:09.003Za out/probe.tar.gz 3037K
35092026-03-18T11:03:09.003Za out/propolis-server.tar.gz 74633K
35102026-03-18T11:03:09.003Za out/pumpkind-gz.tar 26647K
35112026-03-18T11:03:09.003Za out/switch-softnpu.tar.gz 368741K
35122026-03-18T11:03:09.008Z
35132026-03-18T11:03:09.008Zreal 1:39.726208181
35142026-03-18T11:03:09.008Zuser 1:36.672223176
35152026-03-18T11:03:09.008Zsys 6.275999884
35162026-03-18T11:03:09.008Ztrap 0.006647376
35172026-03-18T11:03:09.008Ztflt 0.000000000
35182026-03-18T11:03:09.008Zdflt 0.000000000
35192026-03-18T11:03:09.008Zkflt 0.000000000
35202026-03-18T11:03:09.008Zlock 0.000000000
35212026-03-18T11:03:09.008Zslp 1:35.878813586
35222026-03-18T11:03:09.008Zlat 0.614068015
35232026-03-18T11:03:09.008Zstop 0.000246354
35242026-03-18T11:03:09.008Zprocess exited: duration 1252268 ms, exit code 0
 
35252026-03-18T11:03:09.023Zfound 1 output files
35262026-03-18T11:03:09.023Zuploading: /work/package.tar.gz (2321407059 bytes)
35272026-03-18T11:03:35.048Zuploaded: /work/package.tar.gz