01KKPZZ9K6VQGHN6QVW01YN47Y: 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: 01KKPZZN5JEMASDFXGDN6NRBKS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-14T20:19:38.396Zjob assigned to worker 01KKPZZXDFB7X0Z4J8VXCGAN1W [factory aws, i-0a830eac6ab8154c1] (queued for 1 m 26 s)
 
22026-03-14T20:19:46.897Zstarting task 0: "setup"
32026-03-14T20:19:46.902Z++ uname -s
42026-03-14T20:19:46.905Z+ kern=SunOS
52026-03-14T20:19:46.905Z+ build_user=build
62026-03-14T20:19:46.905Z+ build_uid=12345
72026-03-14T20:19:46.905Z+ work_dir=/work
82026-03-14T20:19:46.905Z+ input_dir=/input
92026-03-14T20:19:46.905Z+ [[ 0 == 12345 ]]
102026-03-14T20:19:46.906Z+ case "$kern" in
112026-03-14T20:19:46.906Z+ groupadd -g 12345 build
122026-03-14T20:19:46.908Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-14T20:19:48.915Z+ zfs create -o mountpoint=/work rpool/work
142026-03-14T20:19:49.086Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-14T20:19:49.089Z+ home_fs=zfs
162026-03-14T20:19:49.089Z+ [[ zfs == autofs ]]
172026-03-14T20:19:49.089Z+ mkdir -p /home/build
182026-03-14T20:19:49.092Z+ chown build:build /home/build /work
192026-03-14T20:19:51.094Z+ chmod 0700 /home/build /work
202026-03-14T20:19:51.097Zprocess exited: duration 4202 ms, exit code 0
 
212026-03-14T20:19:51.103Zstarting task 1: "rust-toolchain"
222026-03-14T20:19:51.109Z * rust toolchain channel = "1.94.0"
232026-03-14T20:19:51.109Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-14T20:19:51.109Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-14T20:19:51.109Z * rust toolchain profile = "default"
262026-03-14T20:19:51.109Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-14T20:19:51.109Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-14T20:19:51.112Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-14T20:19:51.113Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-14T20:19:51.250Zinfo: downloading installer
312026-03-14T20:19:52.912Zwarn: It looks like you have an existing installation of Rust at:
322026-03-14T20:19:52.912Zwarn: /opt/ooce/bin
332026-03-14T20:19:52.912Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-14T20:19:52.912Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-14T20:19:52.913Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-14T20:19:52.913Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-14T20:19:52.913Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-14T20:19:52.913Zerror: cannot install while Rust is installed
392026-03-14T20:19:52.913Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-14T20:19:52.913Zwarn: It looks like you have an existing rustup settings file at:
412026-03-14T20:19:52.913Zwarn: /home/build/.rustup/settings.toml
422026-03-14T20:19:52.913Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-14T20:19:52.913Zwarn: instead of the one inferred from the default host triple.
442026-03-14T20:19:52.924Zinfo: profile set to default
452026-03-14T20:19:52.925Zinfo: default host triple is x86_64-unknown-illumos
462026-03-14T20:19:52.927Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-14T20:19:53.094Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-14T20:19:53.098Zinfo: downloading 6 components
492026-03-14T20:20:08.423Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-14T20:20:08.423Z
512026-03-14T20:20:08.461Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-14T20:20:08.461Z
532026-03-14T20:20:08.461Z
542026-03-14T20:20:08.465ZRust is installed now. Great!
552026-03-14T20:20:08.465Z
562026-03-14T20:20:08.465ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-14T20:20:08.465Zenvironment variable. This has not been done automatically.
582026-03-14T20:20:08.465Z
592026-03-14T20:20:08.465ZTo configure your current shell, you need to source
602026-03-14T20:20:08.465Zthe corresponding env file under $HOME/.cargo.
612026-03-14T20:20:08.465Z
622026-03-14T20:20:08.465ZThis is usually done by running one of the following (note the leading DOT):
632026-03-14T20:20:08.465Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-14T20:20:08.465Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-14T20:20:08.465Zsource "~/.cargo/env.nu" # For nushell
662026-03-14T20:20:08.465Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-14T20:20:08.465Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-14T20:20:08.465Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-14T20:20:08.465Zwarn: no default linker (`cc`) was found in your PATH
702026-03-14T20:20:08.465Zwarn: many Rust crates require a system C toolchain to build
712026-03-14T20:20:08.574Z+ rustup --version
722026-03-14T20:20:08.582Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-14T20:20:08.586Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-14T20:20:08.609Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-14T20:20:08.613Z+ cargo --version
762026-03-14T20:20:08.625Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-14T20:20:08.630Z+ rustc --version
782026-03-14T20:20:08.653Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-14T20:20:08.657Zprocess exited: duration 17555 ms, exit code 0
 
802026-03-14T20:20:08.663Zstarting task 2: "authentication"
812026-03-14T20:20:08.684Zprocess exited: duration 20 ms, exit code 0
 
822026-03-14T20:20:08.690Zstarting task 3: "clone repository"
832026-03-14T20:20:08.695Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-14T20:20:08.699Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-14T20:20:08.733ZCloning into '/work/oxidecomputer/omicron'...
862026-03-14T20:20:19.379Z+ cd /work/oxidecomputer/omicron
872026-03-14T20:20:19.379Z+ git fetch origin 465f67065b886fb154c8bc8e12d5e772579ca28f
882026-03-14T20:20:19.689ZFrom https://github.com/oxidecomputer/omicron
892026-03-14T20:20:19.689Z * branch 465f67065b886fb154c8bc8e12d5e772579ca28f -> FETCH_HEAD
902026-03-14T20:20:19.702Z+ [[ -n mergeconflict/rust-toolchain-1.94.0 ]]
912026-03-14T20:20:19.705Z++ git branch --show-current
922026-03-14T20:20:19.708Z+ current=main
932026-03-14T20:20:19.708Z+ [[ main != mergeconflict/rust-toolchain-1.94.0 ]]
942026-03-14T20:20:19.708Z+ git branch -f mergeconflict/rust-toolchain-1.94.0 465f67065b886fb154c8bc8e12d5e772579ca28f
952026-03-14T20:20:19.711Z+ git checkout -f mergeconflict/rust-toolchain-1.94.0
962026-03-14T20:20:19.846ZSwitched to branch 'mergeconflict/rust-toolchain-1.94.0'
972026-03-14T20:20:19.849Z+ git reset --hard 465f67065b886fb154c8bc8e12d5e772579ca28f
982026-03-14T20:20:19.988ZHEAD is now at 465f67065 Switch CI build timings from --timings to -Zbuild-analysis
992026-03-14T20:20:19.991Zprocess exited: duration 11302 ms, exit code 0
 
1002026-03-14T20:20:19.997Zstarting task 4: "build"
1012026-03-14T20:20:20.003Z+ source .github/buildomat/ci-env.sh
1022026-03-14T20:20:20.006Z++ export CARGO_TERM_COLOR=always
1032026-03-14T20:20:20.006Z++ CARGO_TERM_COLOR=always
1042026-03-14T20:20:20.006Z+ cargo --version
1052026-03-14T20:20:20.016Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-14T20:20:20.019Z+ rustc --version
1072026-03-14T20:20:20.046Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-14T20:20:20.049Z+ WORK=/work
1092026-03-14T20:20:20.049Z+ pfexec mkdir -p /work
1102026-03-14T20:20:20.054Z+ pfexec chown build /work
1112026-03-14T20:20:20.057Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-14T20:20:30.057Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-14T20:20:39.729Z Startup: Caching catalogs ... Done
1142026-03-14T20:21:02.292ZPlanning: Solver setup ... Done (20.914s)
1152026-03-14T20:21:02.442ZPlanning: Running solver ... Done (0.150s)
1162026-03-14T20:21:02.625ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-14T20:21:02.639ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-14T20:21:02.766ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-14T20:21:02.811ZPlanning: Package planning ... Done (0.045s)
1202026-03-14T20:21:02.856ZPlanning: Merging actions ... Done (0.044s)
1212026-03-14T20:21:03.107ZPlanning: Checking for conflicting actions ... Done (0.250s)
1222026-03-14T20:21:03.116ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-14T20:21:03.997ZPlanning: Evaluating mediators ... Done (0.881s)
1242026-03-14T20:21:04.006ZPlanning: Planning completed in 24.14 seconds
1252026-03-14T20:21:04.020Z Packages to install: 4
1262026-03-14T20:21:04.020Z Mediators to change: 2
1272026-03-14T20:21:04.020Z Services to change: 1
1282026-03-14T20:21:04.020Z Estimated space available: 155.43 GB
1292026-03-14T20:21:04.023ZEstimated space to be consumed: 1.83 GB
1302026-03-14T20:21:04.023Z Create boot environment: No
1312026-03-14T20:21:04.023ZCreate backup boot environment: No
1322026-03-14T20:21:04.023Z Rebuild boot archive: No
1332026-03-14T20:21:04.023Z
1342026-03-14T20:21:04.023ZChanged mediators:
1352026-03-14T20:21:04.023Z mediator clang:
1362026-03-14T20:21:04.023Z version: None -> 15 (system default)
1372026-03-14T20:21:04.023Z
1382026-03-14T20:21:04.023Z mediator llvm:
1392026-03-14T20:21:04.023Z version: 14 (system default) -> 15 (system default)
1402026-03-14T20:21:04.023Z
1412026-03-14T20:21:04.023ZChanged packages:
1422026-03-14T20:21:04.023Zhelios-dev
1432026-03-14T20:21:04.023Z developer/build-essential
1442026-03-14T20:21:04.023Z None -> 11-2.0
1452026-03-14T20:21:04.023Z library/libxmlsec1
1462026-03-14T20:21:04.024Z None -> 1.2.35-2.0
1472026-03-14T20:21:04.024Z ooce/developer/clang-15
1482026-03-14T20:21:04.024Z None -> 15.0.7-2.0
1492026-03-14T20:21:04.024Z ooce/developer/llvm-15
1502026-03-14T20:21:04.024Z None -> 15.0.7-2.0
1512026-03-14T20:21:04.024Z
1522026-03-14T20:21:04.024ZServices:
1532026-03-14T20:21:04.024Z restart_fmri:
1542026-03-14T20:21:04.024Z svc:/system/update-man-index:default
1552026-03-14T20:21:04.069Z
1562026-03-14T20:21:04.069ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-14T20:21:09.069ZDownload: 2125/3290 items 118.1/212.6MB 55% complete (23.8M/s)
1582026-03-14T20:21:14.070ZDownload: 3240/3290 items 198.8/212.6MB 93% complete (20.3M/s)
1592026-03-14T20:21:18.861ZDownload: Completed 212.60 MB in 14.79 seconds (14.4M/s)
1602026-03-14T20:21:19.006Z Actions: 1/3689 actions (Installing new actions)
1612026-03-14T20:21:23.176Z Actions: Completed 3689 actions in 4.17 seconds.
1622026-03-14T20:21:23.524Z Done (0.343s)
1632026-03-14T20:21:23.524Z Done (0.000s)
1642026-03-14T20:21:24.433Z Done (0.909s)
1652026-03-14T20:21:28.499Z Done (3.717s)
1662026-03-14T20:21:28.581Z Done (0.019s)
1672026-03-14T20:21:28.585Z Done (0.000s)
1682026-03-14T20:21:28.781Z Done (0.000s)
1692026-03-14T20:21:29.755ZPlanning: Evaluating mediator changes ... Done
1702026-03-14T20:21:29.904ZPlanning: Checking for conflicting actions ... Done
1712026-03-14T20:21:29.907ZPlanning: Consolidating action changes ... Done
1722026-03-14T20:21:30.127ZPlanning: Evaluating mediators ... Done
1732026-03-14T20:21:30.130ZPlanning: Planning completed in 0.37 seconds
1742026-03-14T20:21:30.157Z Mediators to change: 2
1752026-03-14T20:21:30.157Z Create boot environment: No
1762026-03-14T20:21:30.157ZCreate backup boot environment: No
1772026-03-14T20:21:30.228Z Done
1782026-03-14T20:21:30.228Z Done
1792026-03-14T20:21:30.956Z Done
1802026-03-14T20:21:34.292Z Done
1812026-03-14T20:21:34.380Z Done
1822026-03-14T20:21:34.383Z Done
1832026-03-14T20:21:34.525Z Done
1842026-03-14T20:21:35.071ZPlanning: Evaluating mediator changes ... Done
1852026-03-14T20:21:35.074ZPlanning: Merging actions ... Done
1862026-03-14T20:21:35.239ZPlanning: Checking for conflicting actions ... Done
1872026-03-14T20:21:35.243ZPlanning: Consolidating action changes ... Done
1882026-03-14T20:21:35.459ZPlanning: Evaluating mediators ... Done
1892026-03-14T20:21:35.502ZPlanning: Planning completed in 0.64 seconds
1902026-03-14T20:21:35.534Z Packages to change: 1
1912026-03-14T20:21:35.534Z Mediators to change: 1
1922026-03-14T20:21:35.534Z Services to change: 1
1932026-03-14T20:21:35.534Z Create boot environment: No
1942026-03-14T20:21:35.534ZCreate backup boot environment: Yes
1952026-03-14T20:21:37.987Z Actions: 1/6 actions (Updating modified actions)
1962026-03-14T20:21:37.990Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-14T20:21:37.990Z Done
1982026-03-14T20:21:37.990Z Done
1992026-03-14T20:21:38.184Z Done
2002026-03-14T20:21:41.492Z Done
2012026-03-14T20:21:41.579Z Done
2022026-03-14T20:21:41.582Z Done
2032026-03-14T20:21:41.758Z Done
2042026-03-14T20:21:42.137ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-14T20:21:42.137Zclang system 15 system
2062026-03-14T20:21:42.137Zcsh system system illumos
2072026-03-14T20:21:42.137Zctags system system illumos
2082026-03-14T20:21:42.137Zfile system system illumos
2092026-03-14T20:21:42.137Zgcc vendor 12 vendor
2102026-03-14T20:21:42.137Zgcc system 10 system
2112026-03-14T20:21:42.137Zgcc system 7 system
2122026-03-14T20:21:42.137Zgo system 1.20 system
2132026-03-14T20:21:42.137Zgo system 1.19 system
2142026-03-14T20:21:42.137Zllvm system 15 system
2152026-03-14T20:21:42.137Zllvm system 14 system
2162026-03-14T20:21:42.137Zmariadb system 10.6 system
2172026-03-14T20:21:42.137Zmta vendor vendor dma
2182026-03-14T20:21:42.137Zopenjdk system 17 system
2192026-03-14T20:21:42.138Zopenjdk system 11 system
2202026-03-14T20:21:42.138Zopenjdk system 1.8 system
2212026-03-14T20:21:42.138Zopenssl vendor 3 vendor
2222026-03-14T20:21:42.138Zperl system 5.36 system
2232026-03-14T20:21:42.138Zpostgresql system 15 system
2242026-03-14T20:21:42.138Zpostgresql system 13 system
2252026-03-14T20:21:42.138Zpython vendor 3 vendor
2262026-03-14T20:21:42.138Zpython system 2 system
2272026-03-14T20:21:42.138Zpython3 system 3.11 system
2282026-03-14T20:21:42.138Zruby system 3.0 system
2292026-03-14T20:21:42.138Zwords vendor vendor american-english
2302026-03-14T20:21:42.138Zwords system system australian-english
2312026-03-14T20:21:42.138Zwords system system british-english
2322026-03-14T20:21:42.138Zwords system system canadian-english
2332026-03-14T20:21:42.138Zwords system system french
2342026-03-14T20:21:42.138Zwords system system italian
2352026-03-14T20:21:42.138Zwords system system ngerman
2362026-03-14T20:21:42.138Zwords system system ogerman
2372026-03-14T20:21:42.138Zwords system system spanish
2382026-03-14T20:21:42.440ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-14T20:21:42.440Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-14T20:21:48.382ZFMRI IFO
2412026-03-14T20:21:48.382Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-14T20:21:48.382Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-14T20:21:48.382Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-14T20:21:48.382Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-14T20:21:48.382Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-14T20:21:48.382Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-14T20:21:48.382Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-14T20:21:48.382Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-14T20:21:48.382Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-14T20:21:48.382Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-14T20:21:48.382Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-14T20:21:48.382Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-14T20:21:48.382Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-14T20:21:48.382Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-14T20:21:48.382Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-14T20:21:48.382Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-14T20:21:49.619Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-14T20:21:49.866Z Updating crates.io index
2592026-03-14T20:21:49.869Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-14T20:21:50.164Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-14T20:21:50.952Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-14T20:21:51.261Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-14T20:21:51.567Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-14T20:21:52.429Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-14T20:21:53.076Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-14T20:21:54.373Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-14T20:21:55.913Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-14T20:21:56.770Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-14T20:21:56.985Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-14T20:21:57.930Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-14T20:21:58.355Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-14T20:21:58.783Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-14T20:21:59.023Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-14T20:21:59.905Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-14T20:22:00.381Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-14T20:22:00.784Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-14T20:22:01.049Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-14T20:22:01.461Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-14T20:22:02.024Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-14T20:22:02.221Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-14T20:22:02.461Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-14T20:22:02.812Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-14T20:22:03.174Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-14T20:22:03.823Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-14T20:22:04.202Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-14T20:22:04.490Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-14T20:22:04.747Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-14T20:22:06.078Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-14T20:22:06.353Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-14T20:22:06.698Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-14T20:22:06.997Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-14T20:22:07.642Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-14T20:22:07.876Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-14T20:22:08.095Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-14T20:22:08.304Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-14T20:22:08.691Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-14T20:22:23.542Z Downloading crates ...
2982026-03-14T20:22:23.622Z Downloaded bytecount v0.6.9
2992026-03-14T20:22:23.626Z Downloaded anstyle-parse v0.2.7
3002026-03-14T20:22:23.629Z Downloaded anstream v0.6.21
3012026-03-14T20:22:23.629Z Downloaded cpufeatures v0.2.17
3022026-03-14T20:22:23.632Z Downloaded clap v4.5.60
3032026-03-14T20:22:23.637Z Downloaded sha2 v0.10.9
3042026-03-14T20:22:23.640Z Downloaded strsim v0.11.1
3052026-03-14T20:22:23.643Z Downloaded icu_provider v2.1.1
3062026-03-14T20:22:23.646Z Downloaded textwrap v0.16.2
3072026-03-14T20:22:23.646Z Downloaded ucd-trie v0.1.7
3082026-03-14T20:22:23.649Z Downloaded unicode-linebreak v0.1.5
3092026-03-14T20:22:23.649Z Downloaded anyhow v1.0.102
3102026-03-14T20:22:23.652Z Downloaded utf8parse v0.2.2
3112026-03-14T20:22:23.652Z Downloaded byteorder v1.5.0
3122026-03-14T20:22:23.655Z Downloaded version_check v0.9.5
3132026-03-14T20:22:23.655Z Downloaded unicode-ident v1.0.24
3142026-03-14T20:22:23.658Z Downloaded usdt-attr-macro v0.5.0
3152026-03-14T20:22:23.658Z Downloaded typeid v1.0.3
3162026-03-14T20:22:23.658Z Downloaded memchr v2.8.0
3172026-03-14T20:22:23.661Z Downloaded yoke-derive v0.8.1
3182026-03-14T20:22:23.664Z Downloaded pest_generator v2.8.6
3192026-03-14T20:22:23.664Z Downloaded zerovec-derive v0.11.2
3202026-03-14T20:22:23.664Z Downloaded zerofrom-derive v0.1.6
3212026-03-14T20:22:23.667Z Downloaded zerofrom v0.1.6
3222026-03-14T20:22:23.667Z Downloaded utf8_iter v1.0.4
3232026-03-14T20:22:23.667Z Downloaded unicode-xid v0.2.6
3242026-03-14T20:22:23.670Z Downloaded thread-id v4.2.2
3252026-03-14T20:22:23.670Z Downloaded smawk v0.3.2
3262026-03-14T20:22:23.670Z Downloaded errno v0.3.14
3272026-03-14T20:22:23.671Z Downloaded idna_adapter v1.2.1
3282026-03-14T20:22:23.674Z Downloaded toml_datetime v0.6.11
3292026-03-14T20:22:23.674Z Downloaded serde_spanned v0.6.9
3302026-03-14T20:22:23.674Z Downloaded cfg-if v1.0.4
3312026-03-14T20:22:23.677Z Downloaded percent-encoding v2.3.2
3322026-03-14T20:22:23.677Z Downloaded serde_core v1.0.228
3332026-03-14T20:22:23.680Z Downloaded thiserror-impl v2.0.18
3342026-03-14T20:22:23.680Z Downloaded serde-value v0.7.0
3352026-03-14T20:22:23.680Z Downloaded clap_lex v1.0.0
3362026-03-14T20:22:23.683Z Downloaded yoke v0.8.1
3372026-03-14T20:22:23.683Z Downloaded writeable v0.6.2
3382026-03-14T20:22:23.683Z Downloaded scroll_derive v0.12.1
3392026-03-14T20:22:23.686Z Downloaded colorchoice v1.0.4
3402026-03-14T20:22:23.686Z Downloaded usdt-macro v0.5.0
3412026-03-14T20:22:23.686Z Downloaded generic-array v0.14.7
3422026-03-14T20:22:23.686Z Downloaded zmij v1.0.21
3432026-03-14T20:22:23.689Z Downloaded proc-macro-error v1.0.4
3442026-03-14T20:22:23.692Z Downloaded ordered-float v2.10.1
3452026-03-14T20:22:23.695Z Downloaded dtrace-parser v0.2.0
3462026-03-14T20:22:23.695Z Downloaded toml_write v0.1.2
3472026-03-14T20:22:23.699Z Downloaded tabled_derive v0.7.0
3482026-03-14T20:22:23.699Z Downloaded smallvec v1.15.1
3492026-03-14T20:22:23.702Z Downloaded semver v1.0.27
3502026-03-14T20:22:23.705Z Downloaded tinystr v0.8.2
3512026-03-14T20:22:23.705Z Downloaded thiserror v2.0.18
3522026-03-14T20:22:23.708Z Downloaded usdt v0.5.0
3532026-03-14T20:22:23.708Z Downloaded proc-macro-error-attr v1.0.4
3542026-03-14T20:22:23.711Z Downloaded anstyle-query v1.1.5
3552026-03-14T20:22:23.711Z Downloaded stable_deref_trait v1.2.1
3562026-03-14T20:22:23.711Z Downloaded terminal_size v0.4.3
3572026-03-14T20:22:23.714Z Downloaded block-buffer v0.10.4
3582026-03-14T20:22:23.714Z Downloaded cargo-platform v0.2.0
3592026-03-14T20:22:23.714Z Downloaded crypto-common v0.1.7
3602026-03-14T20:22:23.717Z Downloaded heck v0.5.0
3612026-03-14T20:22:23.717Z Downloaded usdt-impl v0.5.0
3622026-03-14T20:22:23.717Z Downloaded fastrand v2.3.0
3632026-03-14T20:22:23.720Z Downloaded equivalent v1.0.2
3642026-03-14T20:22:23.723Z Downloaded thiserror v1.0.69
3652026-03-14T20:22:23.726Z Downloaded typenum v1.19.0
3662026-03-14T20:22:23.729Z Downloaded swrite v0.1.0
3672026-03-14T20:22:23.729Z Downloaded zerocopy-derive v0.7.35
3682026-03-14T20:22:23.732Z Downloaded pretty-hex v0.4.1
3692026-03-14T20:22:23.732Z Downloaded thiserror-impl v1.0.69
3702026-03-14T20:22:23.732Z Downloaded toml v0.8.23
3712026-03-14T20:22:23.737Z Downloaded form_urlencoded v1.2.2
3722026-03-14T20:22:23.737Z Downloaded itoa v1.0.17
3732026-03-14T20:22:23.740Z Downloaded toml_edit v0.22.27
3742026-03-14T20:22:23.740Z Downloaded zerotrie v0.2.3
3752026-03-14T20:22:23.744Z Downloaded potential_utf v0.1.4
3762026-03-14T20:22:23.744Z Downloaded dof v0.3.0
3772026-03-14T20:22:23.744Z Downloaded macaddr v1.0.1
3782026-03-14T20:22:23.747Z Downloaded plain v0.2.3
3792026-03-14T20:22:23.747Z Downloaded is_terminal_polyfill v1.70.2
3802026-03-14T20:22:23.747Z Downloaded heck v0.4.1
3812026-03-14T20:22:23.750Z Downloaded memmap v0.7.0
3822026-03-14T20:22:23.756Z Downloaded fnv v1.0.7
3832026-03-14T20:22:23.759Z Downloaded autocfg v1.5.0
3842026-03-14T20:22:23.759Z Downloaded erased-serde v0.4.9
3852026-03-14T20:22:23.759Z Downloaded url v2.5.8
3862026-03-14T20:22:23.763Z Downloaded tempfile v3.25.0
3872026-03-14T20:22:23.766Z Downloaded synstructure v0.13.2
3882026-03-14T20:22:23.766Z Downloaded litemap v0.8.1
3892026-03-14T20:22:23.769Z Downloaded zerovec v0.11.5
3902026-03-14T20:22:23.772Z Downloaded anstyle v1.0.13
3912026-03-14T20:22:23.772Z Downloaded serde-untagged v0.1.9
3922026-03-14T20:22:23.772Z Downloaded zerocopy v0.7.35
3932026-03-14T20:22:23.786Z Downloaded serde_tokenstream v0.2.3
3942026-03-14T20:22:23.789Z Downloaded cargo_metadata v0.21.0
3952026-03-14T20:22:23.789Z Downloaded camino v1.2.2
3962026-03-14T20:22:23.789Z Downloaded scroll v0.12.0
3972026-03-14T20:22:23.789Z Downloaded digest v0.10.7
3982026-03-14T20:22:23.792Z Downloaded camino-tempfile v1.4.1
3992026-03-14T20:22:23.792Z Downloaded once_cell v1.21.3
4002026-03-14T20:22:23.792Z Downloaded winnow v0.7.14
4012026-03-14T20:22:23.798Z Downloaded serde v1.0.228
4022026-03-14T20:22:23.801Z Downloaded num-traits v0.2.19
4032026-03-14T20:22:23.804Z Downloaded quote v1.0.44
4042026-03-14T20:22:23.807Z Downloaded unicode-width v0.2.0
4052026-03-14T20:22:23.810Z Downloaded pest_derive v2.8.6
4062026-03-14T20:22:23.814Z Downloaded clap_derive v4.5.55
4072026-03-14T20:22:23.814Z Downloaded bitflags v2.11.0
4082026-03-14T20:22:23.817Z Downloaded displaydoc v0.2.5
4092026-03-14T20:22:23.817Z Downloaded cargo_toml v0.21.0
4102026-03-14T20:22:23.820Z Downloaded unicode-width v0.1.14
4112026-03-14T20:22:23.823Z Downloaded log v0.4.29
4122026-03-14T20:22:23.826Z Downloaded cargo-util-schemas v0.8.2
4132026-03-14T20:22:23.826Z Downloaded fs-err v3.3.0
4142026-03-14T20:22:23.829Z Downloaded pest_meta v2.8.6
4152026-03-14T20:22:23.832Z Downloaded icu_properties v2.1.2
4162026-03-14T20:22:23.835Z Downloaded getrandom v0.4.1
4172026-03-14T20:22:23.839Z Downloaded proc-macro2 v1.0.106
4182026-03-14T20:22:23.843Z Downloaded pest v2.8.6
4192026-03-14T20:22:23.846Z Downloaded serde_derive v1.0.228
4202026-03-14T20:22:23.850Z Downloaded icu_normalizer_data v2.1.1
4212026-03-14T20:22:23.853Z Downloaded icu_normalizer v2.1.1
4222026-03-14T20:22:23.853Z Downloaded papergrid v0.11.0
4232026-03-14T20:22:23.856Z Downloaded icu_locale_core v2.1.1
4242026-03-14T20:22:23.878Z Downloaded icu_collections v2.1.1
4252026-03-14T20:22:23.892Z Downloaded indexmap v2.13.0
4262026-03-14T20:22:23.898Z Downloaded hashbrown v0.16.1
4272026-03-14T20:22:23.911Z Downloaded serde_json v1.0.149
4282026-03-14T20:22:23.915Z Downloaded idna v1.1.0
4292026-03-14T20:22:23.919Z Downloaded clap_builder v4.5.60
4302026-03-14T20:22:23.924Z Downloaded tabled v0.15.0
4312026-03-14T20:22:23.934Z Downloaded icu_properties_data v2.1.2
4322026-03-14T20:22:23.940Z Downloaded syn v1.0.109
4332026-03-14T20:22:23.948Z Downloaded goblin v0.8.2
4342026-03-14T20:22:23.955Z Downloaded syn v2.0.117
4352026-03-14T20:22:23.969Z Downloaded rustix v1.1.3
4362026-03-14T20:22:23.994Z Downloaded libc v0.2.180
4372026-03-14T20:22:24.081Z Compiling proc-macro2 v1.0.106
4382026-03-14T20:22:24.081Z Compiling quote v1.0.44
4392026-03-14T20:22:24.084Z Compiling unicode-ident v1.0.24
4402026-03-14T20:22:24.084Z Compiling serde_core v1.0.228
4412026-03-14T20:22:24.084Z Compiling libc v0.2.180
4422026-03-14T20:22:24.084Z Compiling version_check v0.9.5
4432026-03-14T20:22:24.084Z Compiling memchr v2.8.0
4442026-03-14T20:22:24.084Z Compiling serde v1.0.228
4452026-03-14T20:22:24.084Z Compiling stable_deref_trait v1.2.1
4462026-03-14T20:22:24.084Z Compiling zmij v1.0.21
4472026-03-14T20:22:24.084Z Compiling thiserror v1.0.69
4482026-03-14T20:22:24.084Z Compiling ucd-trie v0.1.7
4492026-03-14T20:22:24.084Z Compiling autocfg v1.5.0
4502026-03-14T20:22:24.084Z Compiling itoa v1.0.17
4512026-03-14T20:22:24.084Z Compiling writeable v0.6.2
4522026-03-14T20:22:24.595Z Compiling litemap v0.8.1
4532026-03-14T20:22:24.650Z Compiling icu_normalizer_data v2.1.1
4542026-03-14T20:22:24.817Z Compiling byteorder v1.5.0
4552026-03-14T20:22:24.820Z Compiling icu_properties_data v2.1.2
4562026-03-14T20:22:24.875Z Compiling rustix v1.1.3
4572026-03-14T20:22:24.935Z Compiling serde_json v1.0.149
4582026-03-14T20:22:25.018Z Compiling bitflags v2.11.0
4592026-03-14T20:22:25.194Z Compiling pest v2.8.6
4602026-03-14T20:22:25.318Z Compiling num-traits v0.2.19
4612026-03-14T20:22:25.371Z Compiling smallvec v1.15.1
4622026-03-14T20:22:25.459Z Compiling hashbrown v0.16.1
4632026-03-14T20:22:25.485Z Compiling typeid v1.0.3
4642026-03-14T20:22:25.509Z Compiling equivalent v1.0.2
4652026-03-14T20:22:25.512Z Compiling proc-macro-error-attr v1.0.4
4662026-03-14T20:22:25.560Z Compiling usdt-impl v0.5.0
4672026-03-14T20:22:25.722Z Compiling errno v0.3.14
4682026-03-14T20:22:25.778Z Compiling thread-id v4.2.2
4692026-03-14T20:22:25.781Z Compiling syn v1.0.109
4702026-03-14T20:22:25.867Z Compiling winnow v0.7.14
4712026-03-14T20:22:25.898Z Compiling erased-serde v0.4.9
4722026-03-14T20:22:25.931Z Compiling toml_write v0.1.2
4732026-03-14T20:22:26.155Z Compiling proc-macro-error v1.0.4
4742026-03-14T20:22:26.184Z Compiling log v0.4.29
4752026-03-14T20:22:26.243Z Compiling indexmap v2.13.0
4762026-03-14T20:22:26.247Z Compiling camino v1.2.2
4772026-03-14T20:22:26.298Z Compiling syn v2.0.117
4782026-03-14T20:22:26.357Z Compiling plain v0.2.3
4792026-03-14T20:22:26.417Z Compiling percent-encoding v2.3.2
4802026-03-14T20:22:26.421Z Compiling utf8parse v0.2.2
4812026-03-14T20:22:26.474Z Compiling getrandom v0.4.1
4822026-03-14T20:22:26.477Z Compiling utf8_iter v1.0.4
4832026-03-14T20:22:26.477Z Compiling thiserror v2.0.18
4842026-03-14T20:22:26.647Z Compiling anstyle-parse v0.2.7
4852026-03-14T20:22:26.699Z Compiling form_urlencoded v1.2.2
4862026-03-14T20:22:26.757Z Compiling pest_meta v2.8.6
4872026-03-14T20:22:26.954Z Compiling pretty-hex v0.4.1
4882026-03-14T20:22:26.983Z Compiling ordered-float v2.10.1
4892026-03-14T20:22:27.057Z Compiling cfg-if v1.0.4
4902026-03-14T20:22:27.091Z Compiling anstyle v1.0.13
4912026-03-14T20:22:27.094Z Compiling anstyle-query v1.1.5
4922026-03-14T20:22:27.094Z Compiling colorchoice v1.0.4
4932026-03-14T20:22:27.207Z Compiling is_terminal_polyfill v1.70.2
4942026-03-14T20:22:27.322Z Compiling fs-err v3.3.0
4952026-03-14T20:22:27.351Z Compiling heck v0.4.1
4962026-03-14T20:22:27.381Z Compiling anstream v0.6.21
4972026-03-14T20:22:27.384Z Compiling heck v0.5.0
4982026-03-14T20:22:27.384Z Compiling fastrand v2.3.0
4992026-03-14T20:22:27.472Z Compiling terminal_size v0.4.3
5002026-03-14T20:22:27.620Z Compiling semver v1.0.27
5012026-03-14T20:22:27.713Z Compiling unicode-width v0.1.14
5022026-03-14T20:22:27.795Z Compiling anyhow v1.0.102
5032026-03-14T20:22:27.823Z Compiling unicode-xid v0.2.6
5042026-03-14T20:22:27.851Z Compiling fnv v1.0.7
5052026-03-14T20:22:27.855Z Compiling bytecount v0.6.9
5062026-03-14T20:22:27.908Z Compiling clap_lex v1.0.0
5072026-03-14T20:22:28.001Z Compiling strsim v0.11.1
5082026-03-14T20:22:28.028Z Compiling once_cell v1.21.3
5092026-03-14T20:22:28.087Z Compiling papergrid v0.11.0
5102026-03-14T20:22:28.115Z Compiling serde-untagged v0.1.9
5112026-03-14T20:22:28.118Z Compiling memmap v0.7.0
5122026-03-14T20:22:28.174Z Compiling unicode-width v0.2.0
5132026-03-14T20:22:28.207Z Compiling unicode-linebreak v0.1.5
5142026-03-14T20:22:28.261Z Compiling smawk v0.3.2
5152026-03-14T20:22:28.365Z Compiling tempfile v3.25.0
5162026-03-14T20:22:28.430Z Compiling clap_builder v4.5.60
5172026-03-14T20:22:28.490Z Compiling swrite v0.1.0
5182026-03-14T20:22:28.529Z Compiling textwrap v0.16.2
5192026-03-14T20:22:28.584Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-14T20:22:28.678Z Compiling camino-tempfile v1.4.1
5212026-03-14T20:22:29.153Z Compiling tabled_derive v0.7.0
5222026-03-14T20:22:29.976Z Compiling synstructure v0.13.2
5232026-03-14T20:22:29.976Z Compiling pest_generator v2.8.6
5242026-03-14T20:22:30.030Z Compiling tabled v0.15.0
5252026-03-14T20:22:30.698Z Compiling serde_derive v1.0.228
5262026-03-14T20:22:30.698Z Compiling zerofrom-derive v0.1.6
5272026-03-14T20:22:30.702Z Compiling yoke-derive v0.8.1
5282026-03-14T20:22:30.723Z Compiling zerovec-derive v0.11.2
5292026-03-14T20:22:30.746Z Compiling displaydoc v0.2.5
5302026-03-14T20:22:30.749Z Compiling thiserror-impl v1.0.69
5312026-03-14T20:22:30.827Z Compiling zerocopy-derive v0.7.35
5322026-03-14T20:22:30.886Z Compiling pest_derive v2.8.6
5332026-03-14T20:22:30.952Z Compiling scroll_derive v0.12.1
5342026-03-14T20:22:30.976Z Compiling thiserror-impl v2.0.18
5352026-03-14T20:22:31.053Z Compiling clap_derive v4.5.55
5362026-03-14T20:22:31.891Z Compiling zerocopy v0.7.35
5372026-03-14T20:22:31.923Z Compiling scroll v0.12.0
5382026-03-14T20:22:32.015Z Compiling zerofrom v0.1.6
5392026-03-14T20:22:32.162Z Compiling yoke v0.8.1
5402026-03-14T20:22:32.233Z Compiling goblin v0.8.2
5412026-03-14T20:22:32.307Z Compiling dtrace-parser v0.2.0
5422026-03-14T20:22:32.408Z Compiling zerovec v0.11.5
5432026-03-14T20:22:32.408Z Compiling zerotrie v0.2.3
5442026-03-14T20:22:32.883Z Compiling clap v4.5.60
5452026-03-14T20:22:33.018Z Compiling tinystr v0.8.2
5462026-03-14T20:22:33.021Z Compiling potential_utf v0.1.4
5472026-03-14T20:22:33.191Z Compiling icu_collections v2.1.1
5482026-03-14T20:22:33.220Z Compiling icu_locale_core v2.1.1
5492026-03-14T20:22:33.990Z Compiling icu_provider v2.1.1
5502026-03-14T20:22:34.137Z Compiling serde_spanned v0.6.9
5512026-03-14T20:22:34.137Z Compiling toml_datetime v0.6.11
5522026-03-14T20:22:34.140Z Compiling serde-value v0.7.0
5532026-03-14T20:22:34.140Z Compiling cargo-platform v0.2.0
5542026-03-14T20:22:34.140Z Compiling macaddr v1.0.1
5552026-03-14T20:22:34.162Z Compiling dof v0.3.0
5562026-03-14T20:22:34.166Z Compiling serde_tokenstream v0.2.3
5572026-03-14T20:22:34.299Z Compiling icu_properties v2.1.2
5582026-03-14T20:22:34.302Z Compiling icu_normalizer v2.1.1
5592026-03-14T20:22:34.448Z Compiling toml_edit v0.22.27
5602026-03-14T20:22:35.197Z Compiling usdt-macro v0.5.0
5612026-03-14T20:22:35.197Z Compiling usdt-attr-macro v0.5.0
5622026-03-14T20:22:35.517Z Compiling idna_adapter v1.2.1
5632026-03-14T20:22:35.659Z Compiling idna v1.1.0
5642026-03-14T20:22:35.984Z Compiling usdt v0.5.0
5652026-03-14T20:22:36.037Z Compiling url v2.5.8
5662026-03-14T20:22:36.232Z Compiling toml v0.8.23
5672026-03-14T20:22:36.708Z Compiling cargo-util-schemas v0.8.2
5682026-03-14T20:22:36.708Z Compiling cargo_toml v0.21.0
5692026-03-14T20:22:37.863Z Compiling cargo_metadata v0.21.0
5702026-03-14T20:22:39.146Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-14T20:22:42.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s
5722026-03-14T20:22:42.309Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-14T20:22:43.037Z Downloading crates ...
5742026-03-14T20:22:43.150Z Downloaded aead v0.5.2
5752026-03-14T20:22:43.157Z Downloaded atomic-waker v1.1.2
5762026-03-14T20:22:43.164Z Downloaded allocator-api2 v0.2.21
5772026-03-14T20:22:43.167Z Downloaded adler2 v2.0.1
5782026-03-14T20:22:43.170Z Downloaded difflib v0.4.0
5792026-03-14T20:22:43.173Z Downloaded const_format_proc_macros v0.2.34
5802026-03-14T20:22:43.173Z Downloaded assert_matches v1.5.0
5812026-03-14T20:22:43.176Z Downloaded arrayvec v0.7.6
5822026-03-14T20:22:43.176Z Downloaded defmt v1.0.1
5832026-03-14T20:22:43.179Z Downloaded foreign-types-shared v0.1.1
5842026-03-14T20:22:43.182Z Downloaded base64ct v1.8.3
5852026-03-14T20:22:43.182Z Downloaded bit-set v0.8.0
5862026-03-14T20:22:43.185Z Downloaded foldhash v0.1.5
5872026-03-14T20:22:43.185Z Downloaded ff v0.13.1
5882026-03-14T20:22:43.188Z Downloaded async-stream v0.3.6
5892026-03-14T20:22:43.188Z Downloaded base16ct v1.0.0
5902026-03-14T20:22:43.191Z Downloaded async-bb8-diesel v0.2.1
5912026-03-14T20:22:43.194Z Downloaded arrayref v0.3.9
5922026-03-14T20:22:43.194Z Downloaded bb8 v0.8.6
5932026-03-14T20:22:43.194Z Downloaded array-init v0.0.4
5942026-03-14T20:22:43.197Z Downloaded backon v1.6.0
5952026-03-14T20:22:43.197Z Downloaded deranged v0.5.8
5962026-03-14T20:22:43.200Z Downloaded bcs v0.1.6
5972026-03-14T20:22:43.203Z Downloaded bcrypt-pbkdf v0.10.0
5982026-03-14T20:22:43.203Z Downloaded buf-list v1.1.2
5992026-03-14T20:22:43.206Z Downloaded downcast-rs v2.0.2
6002026-03-14T20:22:43.206Z Downloaded defmt-parser v1.0.0
6012026-03-14T20:22:43.209Z Downloaded derive_builder v0.20.2
6022026-03-14T20:22:43.212Z Downloaded crossterm v0.29.0
6032026-03-14T20:22:43.216Z Downloaded base64 v0.22.1
6042026-03-14T20:22:43.219Z Downloaded cfg_aliases v0.2.1
6052026-03-14T20:22:43.222Z Downloaded async-stream-impl v0.3.6
6062026-03-14T20:22:43.222Z Downloaded ascii-canvas v3.0.0
6072026-03-14T20:22:43.222Z Downloaded atty v0.2.14
6082026-03-14T20:22:43.225Z Downloaded crc-catalog v2.4.0
6092026-03-14T20:22:43.225Z Downloaded foreign-types-macros v0.2.3
6102026-03-14T20:22:43.228Z Downloaded cargo_metadata v0.19.2
6112026-03-14T20:22:43.228Z Downloaded dirs-next v2.0.0
6122026-03-14T20:22:43.231Z Downloaded block-padding v0.3.3
6132026-03-14T20:22:43.231Z Downloaded dof v0.4.0
6142026-03-14T20:22:43.231Z Downloaded base16ct v0.2.0
6152026-03-14T20:22:43.234Z Downloaded ar_archive_writer v0.5.1
6162026-03-14T20:22:43.237Z Downloaded darling_macro v0.21.3
6172026-03-14T20:22:43.237Z Downloaded cstr-argument v0.1.2
6182026-03-14T20:22:43.240Z Downloaded defmt-macros v1.0.1
6192026-03-14T20:22:43.243Z Downloaded ed25519 v2.2.3
6202026-03-14T20:22:43.246Z Downloaded dtrace-parser v0.3.0
6212026-03-14T20:22:43.246Z Downloaded dropshot-api-manager-types v0.6.0
6222026-03-14T20:22:43.246Z Downloaded flagset v0.4.7
6232026-03-14T20:22:43.249Z Downloaded crc8 v0.1.1
6242026-03-14T20:22:43.249Z Downloaded async-recursion v1.1.1
6252026-03-14T20:22:43.252Z Downloaded document-features v0.2.12
6262026-03-14T20:22:43.252Z Downloaded embedded-io v0.4.0
6272026-03-14T20:22:43.255Z Downloaded dirs-sys-next v0.1.2
6282026-03-14T20:22:43.255Z Downloaded dunce v1.0.5
6292026-03-14T20:22:43.258Z Downloaded embedded-io v0.6.1
6302026-03-14T20:22:43.258Z Downloaded float-ord v0.3.2
6312026-03-14T20:22:43.261Z Downloaded chacha20 v0.9.1
6322026-03-14T20:22:43.261Z Downloaded crc v3.4.0
6332026-03-14T20:22:43.264Z Downloaded camino-tempfile-ext v0.3.3
6342026-03-14T20:22:43.264Z Downloaded float-cmp v0.10.0
6352026-03-14T20:22:43.264Z Downloaded ciborium-io v0.2.2
6362026-03-14T20:22:43.267Z Downloaded endian-type v0.1.2
6372026-03-14T20:22:43.267Z Downloaded dyn-clone v1.0.20
6382026-03-14T20:22:43.270Z Downloaded cobs v0.3.0
6392026-03-14T20:22:43.270Z Downloaded ciborium-ll v0.2.2
6402026-03-14T20:22:43.270Z Downloaded dsl_auto_type v0.2.0
6412026-03-14T20:22:43.273Z Downloaded blake2 v0.10.6
6422026-03-14T20:22:43.276Z Downloaded defmt v0.3.100
6432026-03-14T20:22:43.276Z Downloaded crucible-workspace-hack v0.1.0
6442026-03-14T20:22:43.276Z Downloaded fd-lock v4.0.4
6452026-03-14T20:22:43.279Z Downloaded crunchy v0.2.4
6462026-03-14T20:22:43.279Z Downloaded atomicwrites v0.4.4
6472026-03-14T20:22:43.282Z Downloaded debug-ignore v1.0.5
6482026-03-14T20:22:43.282Z Downloaded foreign-types-shared v0.3.1
6492026-03-14T20:22:43.282Z Downloaded castaway v0.2.4
6502026-03-14T20:22:43.285Z Downloaded foreign-types v0.3.2
6512026-03-14T20:22:43.285Z Downloaded cargo-platform v0.1.9
6522026-03-14T20:22:43.288Z Downloaded darling_macro v0.23.0
6532026-03-14T20:22:43.288Z Downloaded cpufeatures v0.3.0
6542026-03-14T20:22:43.288Z Downloaded futures-macro v0.3.32
6552026-03-14T20:22:43.292Z Downloaded convert_case v0.4.0
6562026-03-14T20:22:43.292Z Downloaded cfg_aliases v0.1.1
6572026-03-14T20:22:43.292Z Downloaded futures-core v0.3.32
6582026-03-14T20:22:43.295Z Downloaded drift v0.1.3
6592026-03-14T20:22:43.298Z Downloaded gethostname v0.5.0
6602026-03-14T20:22:43.298Z Downloaded fxhash v0.2.1
6612026-03-14T20:22:43.301Z Downloaded futures-sink v0.3.32
6622026-03-14T20:22:43.301Z Downloaded foreign-types v0.5.0
6632026-03-14T20:22:43.301Z Downloaded cexpr v0.6.0
6642026-03-14T20:22:43.304Z Downloaded arc-swap v1.8.2
6652026-03-14T20:22:43.307Z Downloaded fixedbitset v0.4.2
6662026-03-14T20:22:43.310Z Downloaded convert_case v0.10.0
6672026-03-14T20:22:43.310Z Downloaded derive_builder_macro v0.20.2
6682026-03-14T20:22:43.310Z Downloaded darling_macro v0.20.11
6692026-03-14T20:22:43.313Z Downloaded cassowary v0.3.0
6702026-03-14T20:22:43.313Z Downloaded futures-task v0.3.32
6712026-03-14T20:22:43.316Z Downloaded hash32 v0.3.1
6722026-03-14T20:22:43.316Z Downloaded daft-derive v0.1.5
6732026-03-14T20:22:43.319Z Downloaded git-stub v1.0.0
6742026-03-14T20:22:43.322Z Downloaded ecdsa v0.16.9
6752026-03-14T20:22:43.322Z Downloaded data-encoding v2.10.0
6762026-03-14T20:22:43.326Z Downloaded crossbeam-deque v0.8.6
6772026-03-14T20:22:43.326Z Downloaded critical-section v1.2.0
6782026-03-14T20:22:43.329Z Downloaded ctr v0.9.2
6792026-03-14T20:22:43.329Z Downloaded foldhash v0.2.0
6802026-03-14T20:22:43.332Z Downloaded fallible-iterator v0.2.0
6812026-03-14T20:22:43.332Z Downloaded fixedbitset v0.5.7
6822026-03-14T20:22:43.332Z Downloaded der_derive v0.7.3
6832026-03-14T20:22:43.335Z Downloaded headers-core v0.3.0
6842026-03-14T20:22:43.335Z Downloaded bitflags v1.3.2
6852026-03-14T20:22:43.338Z Downloaded either v1.15.0
6862026-03-14T20:22:43.341Z Downloaded daft v0.1.5
6872026-03-14T20:22:43.341Z Downloaded ena v0.14.4
6882026-03-14T20:22:43.344Z Downloaded hash32 v0.2.1
6892026-03-14T20:22:43.344Z Downloaded corncobs v0.1.4
6902026-03-14T20:22:43.347Z Downloaded hubpack_derive v0.1.1
6912026-03-14T20:22:43.347Z Downloaded cipher v0.4.4
6922026-03-14T20:22:43.347Z Downloaded backoff v0.4.0
6932026-03-14T20:22:43.350Z Downloaded hex-literal v0.4.1
6942026-03-14T20:22:43.353Z Downloaded fs-err v2.11.0
6952026-03-14T20:22:43.353Z Downloaded http-body v1.0.1
6962026-03-14T20:22:43.353Z Downloaded futures-io v0.3.32
6972026-03-14T20:22:43.356Z Downloaded env_logger v0.11.9
6982026-03-14T20:22:43.359Z Downloaded ident_case v1.0.1
6992026-03-14T20:22:43.359Z Downloaded http-range v0.1.5
7002026-03-14T20:22:43.359Z Downloaded ciborium v0.2.2
7012026-03-14T20:22:43.362Z Downloaded hex v0.4.3
7022026-03-14T20:22:43.362Z Downloaded cargo_toml v0.22.3
7032026-03-14T20:22:43.365Z Downloaded hostname v0.3.1
7042026-03-14T20:22:43.365Z Downloaded async-trait v0.1.89
7052026-03-14T20:22:43.368Z Downloaded fs_extra v1.3.0
7062026-03-14T20:22:43.371Z Downloaded hyper-tls v0.6.0
7072026-03-14T20:22:43.371Z Downloaded globset v0.4.18
7082026-03-14T20:22:43.374Z Downloaded chacha20 v0.10.0
7092026-03-14T20:22:43.377Z Downloaded ahash v0.8.12
7102026-03-14T20:22:43.377Z Downloaded inout v0.1.4
7112026-03-14T20:22:43.380Z Downloaded instant v0.1.13
7122026-03-14T20:22:43.380Z Downloaded indoc v1.0.9
7132026-03-14T20:22:43.383Z Downloaded is_ci v1.2.0
7142026-03-14T20:22:43.383Z Downloaded find-msvc-tools v0.1.9
7152026-03-14T20:22:43.401Z Downloaded instability v0.3.11
7162026-03-14T20:22:43.404Z Downloaded crossbeam-utils v0.8.21
7172026-03-14T20:22:43.407Z Downloaded console v0.16.2
7182026-03-14T20:22:43.407Z Downloaded hostname v0.4.2
7192026-03-14T20:22:43.410Z Downloaded internet-checksum v0.2.1
7202026-03-14T20:22:43.410Z Downloaded kstat-rs v0.2.4
7212026-03-14T20:22:43.413Z Downloaded colored v2.2.0
7222026-03-14T20:22:43.413Z Downloaded cbc v0.1.2
7232026-03-14T20:22:43.416Z Downloaded lazy_static v1.5.0
7242026-03-14T20:22:43.419Z Downloaded lzss v0.8.2
7252026-03-14T20:22:43.419Z Downloaded lru-slab v0.1.2
7262026-03-14T20:22:43.419Z Downloaded linked-hash-map v0.5.6
7272026-03-14T20:22:43.422Z Downloaded lru v0.12.5
7282026-03-14T20:22:43.422Z Downloaded libscf-sys v1.1.0
7292026-03-14T20:22:43.425Z Downloaded http-body-util v0.1.3
7302026-03-14T20:22:43.425Z Downloaded keccak v0.1.6
7312026-03-14T20:22:43.428Z Downloaded clang-sys v1.8.1
7322026-03-14T20:22:43.428Z Downloaded cc v1.2.56
7332026-03-14T20:22:43.431Z Downloaded getrandom v0.2.17
7342026-03-14T20:22:43.434Z Downloaded crc-any v2.5.0
7352026-03-14T20:22:43.437Z Downloaded indoc v2.0.7
7362026-03-14T20:22:43.440Z Downloaded memoffset v0.9.1
7372026-03-14T20:22:43.440Z Downloaded md-5 v0.10.6
7382026-03-14T20:22:43.443Z Downloaded match_cfg v0.1.0
7392026-03-14T20:22:43.443Z Downloaded maplit v1.0.2
7402026-03-14T20:22:43.443Z Downloaded mime v0.3.17
7412026-03-14T20:22:43.447Z Downloaded derive-where v1.6.0
7422026-03-14T20:22:43.450Z Downloaded new_debug_unreachable v1.0.6
7432026-03-14T20:22:43.450Z Downloaded half v1.8.3
7442026-03-14T20:22:43.450Z Downloaded md5 v0.7.0
7452026-03-14T20:22:43.453Z Downloaded maybe-uninit v2.0.0
7462026-03-14T20:22:43.453Z Downloaded newline-converter v0.3.0
7472026-03-14T20:22:43.453Z Downloaded hickory-client v0.25.2
7482026-03-14T20:22:43.456Z Downloaded multimap v0.10.1
7492026-03-14T20:22:43.456Z Downloaded ipnetwork v0.21.1
7502026-03-14T20:22:43.459Z Downloaded ingot-types v0.1.2
7512026-03-14T20:22:43.459Z Downloaded ed25519-dalek v2.2.0
7522026-03-14T20:22:43.462Z Downloaded newtype-uuid-macros v0.1.0
7532026-03-14T20:22:43.465Z Downloaded dropshot_endpoint v0.16.7
7542026-03-14T20:22:43.468Z Downloaded num v0.4.3
7552026-03-14T20:22:43.468Z Downloaded nonempty v0.12.0
7562026-03-14T20:22:43.468Z Downloaded nodrop v0.1.14
7572026-03-14T20:22:43.471Z Downloaded num-derive v0.4.2
7582026-03-14T20:22:43.471Z Downloaded newtype_derive v0.1.6
7592026-03-14T20:22:43.474Z Downloaded derive_more v0.99.20
7602026-03-14T20:22:43.477Z Downloaded libefi-sys v0.1.0
7612026-03-14T20:22:43.477Z Downloaded jobserver v0.1.34
7622026-03-14T20:22:43.480Z Downloaded num-iter v0.1.45
7632026-03-14T20:22:43.480Z Downloaded num-conv v0.2.0
7642026-03-14T20:22:43.483Z Downloaded num-derive v0.3.3
7652026-03-14T20:22:43.483Z Downloaded num_threads v0.1.7
7662026-03-14T20:22:43.486Z Downloaded normalize-line-endings v0.3.0
7672026-03-14T20:22:43.486Z Downloaded linear-map v1.2.0
7682026-03-14T20:22:43.486Z Downloaded opaque-debug v0.3.1
7692026-03-14T20:22:43.489Z Downloaded num_enum_derive v0.5.11
7702026-03-14T20:22:43.489Z Downloaded openssl-probe v0.1.6
7712026-03-14T20:22:43.492Z Downloaded hmac v0.12.1
7722026-03-14T20:22:43.492Z Downloaded libsw-core v0.3.2
7732026-03-14T20:22:43.495Z Downloaded futures v0.3.32
7742026-03-14T20:22:43.498Z Downloaded libloading v0.8.9
7752026-03-14T20:22:43.501Z Downloaded lock_api v0.4.14
7762026-03-14T20:22:43.501Z Downloaded iana-time-zone v0.1.65
7772026-03-14T20:22:43.504Z Downloaded mime_guess v2.0.5
7782026-03-14T20:22:43.507Z Downloaded highway v1.3.0
7792026-03-14T20:22:43.507Z Downloaded openssl-probe v0.2.1
7802026-03-14T20:22:43.510Z Downloaded ingot v0.1.1
7812026-03-14T20:22:43.510Z Downloaded fatfs v0.3.6
7822026-03-14T20:22:43.513Z Downloaded oso-derive v0.27.3
7832026-03-14T20:22:43.513Z Downloaded aes v0.8.4
7842026-03-14T20:22:43.516Z Downloaded native-tls v0.2.18
7852026-03-14T20:22:43.519Z Downloaded ingot-macros v0.1.1
7862026-03-14T20:22:43.519Z Downloaded elliptic-curve v0.13.8
7872026-03-14T20:22:43.522Z Downloaded nanorand v0.7.0
7882026-03-14T20:22:43.525Z Downloaded openssl-macros v0.1.1
7892026-03-14T20:22:43.525Z Downloaded newtype-uuid v1.3.2
7902026-03-14T20:22:43.528Z Downloaded nibble_vec v0.1.0
7912026-03-14T20:22:43.528Z Downloaded multer v3.1.0
7922026-03-14T20:22:43.532Z Downloaded parse-size v1.1.0
7932026-03-14T20:22:43.532Z Downloaded nu-ansi-term v0.50.3
7942026-03-14T20:22:43.536Z Downloaded half v2.7.1
7952026-03-14T20:22:43.536Z Downloaded crossbeam-epoch v0.9.18
7962026-03-14T20:22:43.539Z Downloaded parse-display v0.10.0
7972026-03-14T20:22:43.539Z Downloaded ipnet v2.11.0
7982026-03-14T20:22:43.542Z Downloaded num-complex v0.4.6
7992026-03-14T20:22:43.542Z Downloaded cookie v0.18.1
8002026-03-14T20:22:43.545Z Downloaded pbkdf2 v0.12.2
8012026-03-14T20:22:43.545Z Downloaded pbkdf2 v0.11.0
8022026-03-14T20:22:43.548Z Downloaded pin-utils v0.1.0
8032026-03-14T20:22:43.551Z Downloaded phf_shared v0.12.1
8042026-03-14T20:22:43.551Z Downloaded phf_shared v0.11.3
8052026-03-14T20:22:43.551Z Downloaded diesel_derives v2.3.7
8062026-03-14T20:22:43.555Z Downloaded derive_more v2.1.1
8072026-03-14T20:22:43.565Z Downloaded powerfmt v0.2.0
8082026-03-14T20:22:43.568Z Downloaded phf_shared v0.13.1
8092026-03-14T20:22:43.568Z Downloaded precomputed-hash v0.1.1
8102026-03-14T20:22:43.571Z Downloaded olpc-cjson v0.1.4
8112026-03-14T20:22:43.571Z Downloaded num_enum_derive v0.7.5
8122026-03-14T20:22:43.571Z Downloaded indexmap v1.9.3
8132026-03-14T20:22:43.573Z Downloaded packed_struct_codegen v0.10.1
8142026-03-14T20:22:43.576Z Downloaded darling_core v0.20.11
8152026-03-14T20:22:43.579Z Downloaded predicates-tree v1.0.13
8162026-03-14T20:22:43.579Z Downloaded proc-macro-error-attr2 v2.0.0
8172026-03-14T20:22:43.582Z Downloaded proc-macro-crate v1.3.1
8182026-03-14T20:22:43.582Z Downloaded ignore v0.4.25
8192026-03-14T20:22:43.586Z Downloaded num_enum v0.7.5
8202026-03-14T20:22:43.590Z Downloaded owo-colors v4.3.0
8212026-03-14T20:22:43.590Z Downloaded predicates-core v1.0.10
8222026-03-14T20:22:43.593Z Downloaded hyper-rustls v0.27.7
8232026-03-14T20:22:43.593Z Downloaded heapless v0.8.0
8242026-03-14T20:22:43.596Z Downloaded oxnet v0.1.4
8252026-03-14T20:22:43.599Z Downloaded memmap2 v0.9.10
8262026-03-14T20:22:43.599Z Downloaded flume v0.11.1
8272026-03-14T20:22:43.602Z Downloaded progenitor-client v0.11.2
8282026-03-14T20:22:43.605Z Downloaded psl-types v2.0.11
8292026-03-14T20:22:43.605Z Downloaded progenitor-macro v0.10.0
8302026-03-14T20:22:43.609Z Downloaded password-hash v0.5.0
8312026-03-14T20:22:43.609Z Downloaded pem-rfc7468 v0.7.0
8322026-03-14T20:22:43.609Z Downloaded pem v3.0.6
8332026-03-14T20:22:43.612Z Downloaded parse-display-derive v0.10.0
8342026-03-14T20:22:43.612Z Downloaded path-slash v0.1.5
8352026-03-14T20:22:43.615Z Downloaded password-hash v0.4.2
8362026-03-14T20:22:43.615Z Downloaded num-rational v0.4.2
8372026-03-14T20:22:43.619Z Downloaded libbz2-rs-sys v0.2.2
8382026-03-14T20:22:43.620Z Downloaded progenitor-macro v0.11.2
8392026-03-14T20:22:43.622Z Downloaded quick-error v1.2.3
8402026-03-14T20:22:43.622Z Downloaded progenitor-macro v0.13.0
8412026-03-14T20:22:43.622Z Downloaded packed_struct v0.10.1
8422026-03-14T20:22:43.622Z Downloaded proc-macro-crate v3.4.0
8432026-03-14T20:22:43.625Z Downloaded phf v0.12.1
8442026-03-14T20:22:43.625Z Downloaded httparse v1.10.1
8452026-03-14T20:22:43.628Z Downloaded paste v1.0.15
8462026-03-14T20:22:43.631Z Downloaded polyval v0.6.2
8472026-03-14T20:22:43.631Z Downloaded radium v0.7.0
8482026-03-14T20:22:43.634Z Downloaded parking_lot_core v0.8.6
8492026-03-14T20:22:43.634Z Downloaded flate2 v1.1.9
8502026-03-14T20:22:43.638Z Downloaded phf v0.13.1
8512026-03-14T20:22:43.641Z Downloaded pkcs8 v0.10.2
8522026-03-14T20:22:43.644Z Downloaded pin-project-lite v0.2.17
8532026-03-14T20:22:43.647Z Downloaded rand_chacha v0.3.1
8542026-03-14T20:22:43.650Z Downloaded progenitor-client v0.10.0
8552026-03-14T20:22:43.650Z Downloaded proc-macro-error2 v2.0.1
8562026-03-14T20:22:43.653Z Downloaded crypto-bigint v0.5.5
8572026-03-14T20:22:43.657Z Downloaded ref-cast-impl v1.0.25
8582026-03-14T20:22:43.660Z Downloaded progenitor v0.10.0
8592026-03-14T20:22:43.660Z Downloaded predicates v3.1.4
8602026-03-14T20:22:43.664Z Downloaded oxide-tokio-rt v0.1.3
8612026-03-14T20:22:43.667Z Downloaded progenitor v0.13.0
8622026-03-14T20:22:43.667Z Downloaded progenitor v0.11.2
8632026-03-14T20:22:43.670Z Downloaded ref-cast v1.0.25
8642026-03-14T20:22:43.670Z Downloaded recursive-proc-macro-impl v0.1.1
8652026-03-14T20:22:43.673Z Downloaded recursive v0.1.1
8662026-03-14T20:22:43.673Z Downloaded rtoolbox v0.0.3
8672026-03-14T20:22:43.673Z Downloaded progenitor-client v0.13.0
8682026-03-14T20:22:43.676Z Downloaded rfc6979 v0.4.0
8692026-03-14T20:22:43.676Z Downloaded russh-cryptovec v0.7.3
8702026-03-14T20:22:43.676Z Downloaded bytes v1.11.1
8712026-03-14T20:22:43.679Z Downloaded peg v0.8.5
8722026-03-14T20:22:43.682Z Downloaded peg-macros v0.8.5
8732026-03-14T20:22:43.685Z Downloaded parking_lot v0.11.2
8742026-03-14T20:22:43.688Z Downloaded derive_more-impl v2.1.1
8752026-03-14T20:22:43.691Z Downloaded psm v0.1.30
8762026-03-14T20:22:43.695Z Downloaded rustc_version v0.1.7
8772026-03-14T20:22:43.695Z Downloaded rustc_version v0.4.1
8782026-03-14T20:22:43.695Z Downloaded rustc-hash v2.1.1
8792026-03-14T20:22:43.698Z Downloaded progenitor-extras v0.1.1
8802026-03-14T20:22:43.698Z Downloaded parking_lot_core v0.9.12
8812026-03-14T20:22:43.701Z Downloaded r2d2 v0.8.10
8822026-03-14T20:22:43.703Z Downloaded pkcs1 v0.7.5
8832026-03-14T20:22:43.704Z Downloaded rand_xorshift v0.4.0
8842026-03-14T20:22:43.707Z Downloaded poly1305 v0.8.0
8852026-03-14T20:22:43.707Z Downloaded rand_core v0.10.0
8862026-03-14T20:22:43.710Z Downloaded rand_core v0.9.5
8872026-03-14T20:22:43.710Z Downloaded pin-project-internal v1.1.11
8882026-03-14T20:22:43.713Z Downloaded pkcs5 v0.7.1
8892026-03-14T20:22:43.716Z Downloaded rand_core v0.6.4
8902026-03-14T20:22:43.716Z Downloaded dropshot-api-manager v0.6.0
8912026-03-14T20:22:43.719Z Downloaded postgres-types v0.2.12
8922026-03-14T20:22:43.722Z Downloaded primeorder v0.13.6
8932026-03-14T20:22:43.725Z Downloaded postcard v1.1.3
8942026-03-14T20:22:43.725Z Downloaded hickory-resolver v0.25.2
8952026-03-14T20:22:43.728Z Downloaded sapling-renderdag v0.1.0
8962026-03-14T20:22:43.731Z Downloaded rand_seeder v0.4.0
8972026-03-14T20:22:43.731Z Downloaded postgres-protocol v0.6.10
8982026-03-14T20:22:43.734Z Downloaded oso v0.27.3
8992026-03-14T20:22:43.737Z Downloaded scroll_derive v0.13.1
9002026-03-14T20:22:43.737Z Downloaded scopeguard v1.2.0
9012026-03-14T20:22:43.740Z Downloaded p256 v0.13.2
9022026-03-14T20:22:43.743Z Downloaded hashbrown v0.13.2
9032026-03-14T20:22:43.746Z Downloaded secrecy v0.8.0
9042026-03-14T20:22:43.746Z Downloaded semver v0.1.20
9052026-03-14T20:22:43.748Z Downloaded secrecy v0.10.3
9062026-03-14T20:22:43.749Z Downloaded same-file v1.0.6
9072026-03-14T20:22:43.749Z Downloaded resolv-conf v0.7.6
9082026-03-14T20:22:43.752Z Downloaded scrypt v0.11.0
9092026-03-14T20:22:43.752Z Downloaded hashbrown v0.12.3
9102026-03-14T20:22:43.755Z Downloaded miniz_oxide v0.8.9
9112026-03-14T20:22:43.758Z Downloaded bumpalo v3.20.2
9122026-03-14T20:22:43.761Z Downloaded quinn-udp v0.5.14
9132026-03-14T20:22:43.764Z Downloaded serde_urlencoded v0.7.1
9142026-03-14T20:22:43.764Z Downloaded serde-big-array v0.5.1
9152026-03-14T20:22:43.767Z Downloaded serde_bytes v0.11.19
9162026-03-14T20:22:43.767Z Downloaded papergrid v0.17.0
9172026-03-14T20:22:43.770Z Downloaded serde_spanned v1.0.4
9182026-03-14T20:22:43.773Z Downloaded serde_repr v0.1.20
9192026-03-14T20:22:43.776Z Downloaded seq-macro v0.3.6
9202026-03-14T20:22:43.776Z Downloaded rustls-pemfile v2.2.0
9212026-03-14T20:22:43.779Z Downloaded rustls-pemfile v1.0.4
9222026-03-14T20:22:43.779Z Downloaded rustls-native-certs v0.8.3
9232026-03-14T20:22:43.782Z Downloaded pin-project v1.1.11
9242026-03-14T20:22:43.789Z Downloaded siphasher v1.0.2
9252026-03-14T20:22:43.792Z Downloaded sigpipe v0.1.3
9262026-03-14T20:22:43.792Z Downloaded minimal-lexical v0.2.1
9272026-03-14T20:22:43.796Z Downloaded rand_chacha v0.9.0
9282026-03-14T20:22:43.799Z Downloaded signature v2.2.0
9292026-03-14T20:22:43.799Z Downloaded prefix-trie v0.7.0
9302026-03-14T20:22:43.802Z Downloaded rusty-fork v0.3.1
9312026-03-14T20:22:43.805Z Downloaded scheduled-thread-pool v0.2.7
9322026-03-14T20:22:43.805Z Downloaded rustversion v1.0.22
9332026-03-14T20:22:43.808Z Downloaded slog-bunyan v2.5.0
9342026-03-14T20:22:43.808Z Downloaded slog-envlogger v2.2.0
9352026-03-14T20:22:43.811Z Downloaded signal-hook-tokio v0.3.1
9362026-03-14T20:22:43.811Z Downloaded signal-hook-mio v0.2.5
9372026-03-14T20:22:43.814Z Downloaded shell-words v1.1.1
9382026-03-14T20:22:43.814Z Downloaded sha1 v0.10.6
9392026-03-14T20:22:43.814Z Downloaded serde_plain v1.0.2
9402026-03-14T20:22:43.817Z Downloaded jiff-static v0.2.21
9412026-03-14T20:22:43.820Z Downloaded http v1.4.0
9422026-03-14T20:22:43.823Z Downloaded serde-hex v0.1.0
9432026-03-14T20:22:43.823Z Downloaded progenitor-impl v0.11.2
9442026-03-14T20:22:43.827Z Downloaded sec1 v0.7.3
9452026-03-14T20:22:43.827Z Downloaded sct v0.7.1
9462026-03-14T20:22:43.830Z Downloaded schemars_derive v0.8.22
9472026-03-14T20:22:43.833Z Downloaded salsa20 v0.10.2
9482026-03-14T20:22:43.833Z Downloaded hickory-resolver v0.24.4
9492026-03-14T20:22:43.836Z Downloaded ssh-cipher v0.2.0
9502026-03-14T20:22:43.836Z Downloaded sqlparser_derive v0.5.0
9512026-03-14T20:22:43.839Z Downloaded structmeta-derive v0.3.0
9522026-03-14T20:22:43.839Z Downloaded hickory-server v0.25.2
9532026-03-14T20:22:43.842Z Downloaded rustls-pki-types v1.14.0
9542026-03-14T20:22:43.845Z Downloaded progenitor-impl v0.13.0
9552026-03-14T20:22:43.850Z Downloaded serde_derive_internals v0.29.1
9562026-03-14T20:22:43.850Z Downloaded structmeta v0.3.0
9572026-03-14T20:22:43.853Z Downloaded ssh-encoding v0.2.0
9582026-03-14T20:22:43.853Z Downloaded ppv-lite86 v0.2.21
9592026-03-14T20:22:43.853Z Downloaded expectorate v1.2.0
9602026-03-14T20:22:43.853Z Downloaded shlex v1.3.0
9612026-03-14T20:22:43.857Z Downloaded strum v0.27.2
9622026-03-14T20:22:43.857Z Downloaded serde_path_to_error v0.1.20
9632026-03-14T20:22:43.857Z Downloaded slog-async v2.8.0
9642026-03-14T20:22:43.860Z Downloaded russh-keys v0.45.0
9652026-03-14T20:22:43.863Z Downloaded signal-hook-registry v1.4.8
9662026-03-14T20:22:43.863Z Downloaded strum v0.26.3
9672026-03-14T20:22:43.863Z Downloaded strip-ansi-escapes v0.2.1
9682026-03-14T20:22:43.866Z Downloaded der v0.7.10
9692026-03-14T20:22:43.869Z Downloaded darling_core v0.23.0
9702026-03-14T20:22:43.872Z Downloaded sync-ptr v0.1.4
9712026-03-14T20:22:43.875Z Downloaded simd-adler32 v0.3.8
9722026-03-14T20:22:43.875Z Downloaded openssl-sys v0.9.111
9732026-03-14T20:22:43.879Z Downloaded termtree v0.5.1
9742026-03-14T20:22:43.882Z Downloaded rcgen v0.12.1
9752026-03-14T20:22:43.885Z Downloaded sync_wrapper v1.0.2
9762026-03-14T20:22:43.885Z Downloaded slog-dtrace v0.3.0
9772026-03-14T20:22:43.885Z Downloaded slog-term v2.9.2
9782026-03-14T20:22:43.888Z Downloaded smf v0.2.3
9792026-03-14T20:22:43.891Z Downloaded tabled_derive v0.11.0
9802026-03-14T20:22:43.891Z Downloaded slog-json v2.6.1
9812026-03-14T20:22:43.895Z Downloaded scroll v0.13.0
9822026-03-14T20:22:43.895Z Downloaded take_mut v0.2.2
9832026-03-14T20:22:43.895Z Downloaded tabwriter v1.4.1
9842026-03-14T20:22:43.898Z Downloaded progenitor-impl v0.10.0
9852026-03-14T20:22:43.898Z Downloaded slog-stdlog v4.1.1
9862026-03-14T20:22:43.902Z Downloaded crossterm v0.28.1
9872026-03-14T20:22:43.905Z Downloaded time-core v0.1.8
9882026-03-14T20:22:43.907Z Downloaded sqlformat v0.3.5
9892026-03-14T20:22:43.907Z Downloaded thread-id v5.1.0
9902026-03-14T20:22:43.907Z Downloaded thiserror-impl-no-std v2.0.2
9912026-03-14T20:22:43.910Z Downloaded spki v0.7.3
9922026-03-14T20:22:43.910Z Downloaded static_assertions v1.1.0
9932026-03-14T20:22:43.913Z Downloaded testing_table v0.3.0
9942026-03-14T20:22:43.913Z Downloaded snafu-derive v0.8.9
9952026-03-14T20:22:43.916Z Downloaded tinyvec_macros v0.1.1
9962026-03-14T20:22:43.916Z Downloaded smallvec v0.6.14
9972026-03-14T20:22:43.916Z Downloaded slog-scope v4.4.1
9982026-03-14T20:22:43.919Z Downloaded serde_cbor v0.11.2
9992026-03-14T20:22:43.922Z Downloaded prettyplease v0.2.37
10002026-03-14T20:22:43.925Z Downloaded strum_macros v0.24.3
10012026-03-14T20:22:43.925Z Downloaded supports-color v3.0.2
10022026-03-14T20:22:43.928Z Downloaded subtle v2.6.1
10032026-03-14T20:22:43.928Z Downloaded crossbeam-channel v0.5.15
10042026-03-14T20:22:43.931Z Downloaded schemars v0.8.22
10052026-03-14T20:22:43.939Z Downloaded stringprep v0.1.5
10062026-03-14T20:22:43.942Z Downloaded aes-gcm v0.10.3
10072026-03-14T20:22:43.945Z Downloaded string_cache v0.8.9
10082026-03-14T20:22:43.948Z Downloaded stacker v0.1.23
10092026-03-14T20:22:43.948Z Downloaded serde_with_macros v3.17.0
10102026-03-14T20:22:43.951Z Downloaded ron v0.8.1
10112026-03-14T20:22:43.954Z Downloaded tap v1.0.1
10122026-03-14T20:22:43.957Z Downloaded strum_macros v0.27.2
10132026-03-14T20:22:43.957Z Downloaded termios v0.3.3
10142026-03-14T20:22:43.960Z Downloaded rayon-core v1.13.0
10152026-03-14T20:22:43.963Z Downloaded pretty_assertions v1.4.1
10162026-03-14T20:22:43.966Z Downloaded strum_macros v0.26.4
10172026-03-14T20:22:43.966Z Downloaded slab v0.4.12
10182026-03-14T20:22:43.969Z Downloaded support-bundle-viewer v0.1.2
10192026-03-14T20:22:43.969Z Downloaded publicsuffix v2.3.0
10202026-03-14T20:22:43.972Z Downloaded tiny-keccak v2.0.2
10212026-03-14T20:22:43.975Z Downloaded thread_local v1.1.9
10222026-03-14T20:22:43.975Z Downloaded topological-sort v0.2.2
10232026-03-14T20:22:43.978Z Downloaded rustls-platform-verifier v0.6.2
10242026-03-14T20:22:43.981Z Downloaded mio v1.1.1
10252026-03-14T20:22:43.984Z Downloaded signal-hook v0.3.18
10262026-03-14T20:22:43.987Z Downloaded tower-service v0.3.3
10272026-03-14T20:22:43.990Z Downloaded tokio-dtrace v0.1.1
10282026-03-14T20:22:43.990Z Downloaded try-lock v0.2.5
10292026-03-14T20:22:43.990Z Downloaded tower-layer v0.3.3
10302026-03-14T20:22:43.993Z Downloaded num-bigint v0.4.6
10312026-03-14T20:22:43.996Z Downloaded time-macros v0.2.27
10322026-03-14T20:22:43.999Z Downloaded tokio-native-tls v0.3.1
10332026-03-14T20:22:43.999Z Downloaded tokio-macros v2.6.0
10342026-03-14T20:22:44.002Z Downloaded quinn v0.11.9
10352026-03-14T20:22:44.005Z Downloaded trait-variant v0.1.2
10362026-03-14T20:22:44.005Z Downloaded unarray v0.1.4
10372026-03-14T20:22:44.005Z Downloaded tls_codec_derive v0.4.2
10382026-03-14T20:22:44.008Z Downloaded tls_codec v0.4.2
10392026-03-14T20:22:44.008Z Downloaded typify-macro v0.6.1
10402026-03-14T20:22:44.011Z Downloaded schemars v0.9.0
10412026-03-14T20:22:44.020Z Downloaded untrusted v0.7.1
10422026-03-14T20:22:44.023Z Downloaded aho-corasick v1.1.4
10432026-03-14T20:22:44.026Z Downloaded untrusted v0.9.0
10442026-03-14T20:22:44.029Z Downloaded usdt v0.6.0
10452026-03-14T20:22:44.029Z Downloaded tokio-tungstenite v0.21.0
10462026-03-14T20:22:44.032Z Downloaded term v1.2.1
10472026-03-14T20:22:44.035Z Downloaded term v0.7.0
10482026-03-14T20:22:44.038Z Downloaded socket2 v0.6.2
10492026-03-14T20:22:44.038Z Downloaded iri-string v0.7.10
10502026-03-14T20:22:44.043Z Downloaded usdt-macro v0.6.0
10512026-03-14T20:22:44.046Z Downloaded usdt-attr-macro v0.6.0
10522026-03-14T20:22:44.046Z Downloaded slog v2.8.2
10532026-03-14T20:22:44.049Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10542026-03-14T20:22:44.067Z Downloaded rand v0.9.2
10552026-03-14T20:22:44.067Z Downloaded num-bigint-dig v0.8.6
10562026-03-14T20:22:44.067Z Downloaded itertools v0.13.0
10572026-03-14T20:22:44.067Z Downloaded waitgroup v0.1.2
10582026-03-14T20:22:44.071Z Downloaded wait-timeout v0.2.1
10592026-03-14T20:22:44.071Z Downloaded utf-8 v0.7.6
10602026-03-14T20:22:44.071Z Downloaded void v1.0.2
10612026-03-14T20:22:44.071Z Downloaded tui-tree-widget v0.23.1
10622026-03-14T20:22:44.071Z Downloaded itertools v0.12.1
10632026-03-14T20:22:44.074Z Downloaded unicode-truncate v1.1.0
10642026-03-14T20:22:44.077Z Downloaded subprocess v0.2.15
10652026-03-14T20:22:44.080Z Downloaded hyper v1.8.1
10662026-03-14T20:22:44.083Z Downloaded xattr v1.6.1
10672026-03-14T20:22:44.086Z Downloaded xshell-macros v0.2.7
10682026-03-14T20:22:44.086Z Downloaded tokio-rustls v0.26.4
10692026-03-14T20:22:44.089Z Downloaded want v0.3.1
10702026-03-14T20:22:44.089Z Downloaded tokio-stream v0.1.18
10712026-03-14T20:22:44.092Z Downloaded bitvec v1.0.1
10722026-03-14T20:22:44.102Z Downloaded universal-hash v0.5.1
10732026-03-14T20:22:44.105Z Downloaded unicase v2.9.0
10742026-03-14T20:22:44.105Z Downloaded toml_writer v1.0.6+spec-1.1.0
10752026-03-14T20:22:44.108Z Downloaded usdt-impl v0.6.0
10762026-03-14T20:22:44.108Z Downloaded toml_parser v1.0.9+spec-1.1.0
10772026-03-14T20:22:44.111Z Downloaded tokio-tungstenite v0.23.1
10782026-03-14T20:22:44.111Z Downloaded rustls-webpki v0.103.9
10792026-03-14T20:22:44.115Z Downloaded zone v0.3.1
10802026-03-14T20:22:44.115Z Downloaded tokio-rustls v0.24.1
10812026-03-14T20:22:44.118Z Downloaded tar v0.4.44
10822026-03-14T20:22:44.121Z Downloaded zeroize_derive v1.4.3
10832026-03-14T20:22:44.121Z Downloaded tracing-attributes v0.1.31
10842026-03-14T20:22:44.124Z Downloaded russh v0.45.0
10852026-03-14T20:22:44.127Z Downloaded zone_cfg_derive v0.3.1
10862026-03-14T20:22:44.130Z Downloaded twox-hash v2.1.2
10872026-03-14T20:22:44.130Z Downloaded h2 v0.4.13
10882026-03-14T20:22:44.134Z Downloaded vergen-gitcl v1.0.8
10892026-03-14T20:22:44.137Z Downloaded itertools v0.14.0
10902026-03-14T20:22:44.141Z Downloaded uzers v0.12.2
10912026-03-14T20:22:44.144Z Downloaded snafu v0.8.9
10922026-03-14T20:22:44.148Z Downloaded whoami v2.1.0
10932026-03-14T20:22:44.151Z Downloaded whoami v1.6.1
10942026-03-14T20:22:44.154Z Downloaded vergen-lib v0.1.6
10952026-03-14T20:22:44.154Z Downloaded unicode-properties v0.1.4
10962026-03-14T20:22:44.154Z Downloaded tinyvec v1.10.0
10972026-03-14T20:22:44.157Z Downloaded toml v0.9.12+spec-1.1.0
10982026-03-14T20:22:44.159Z Downloaded vsss-rs v3.3.4
10992026-03-14T20:22:44.162Z Downloaded test-strategy v0.4.5
11002026-03-14T20:22:44.165Z Downloaded rand v0.8.5
11012026-03-14T20:22:44.168Z Downloaded vergen-git2 v1.0.7
11022026-03-14T20:22:44.168Z Downloaded socket2 v0.5.10
11032026-03-14T20:22:44.171Z Downloaded futures-util v0.3.32
11042026-03-14T20:22:44.179Z Downloaded xshell v0.2.7
11052026-03-14T20:22:44.182Z Downloaded blake3 v1.8.3
11062026-03-14T20:22:44.187Z Downloaded zeroize v1.8.2
11072026-03-14T20:22:44.191Z Downloaded xz2 v0.1.7
11082026-03-14T20:22:44.191Z Downloaded zstd-safe v7.2.4
11092026-03-14T20:22:44.194Z Downloaded typify v0.6.1
11102026-03-14T20:22:44.197Z Downloaded zstd v0.13.3
11112026-03-14T20:22:44.197Z Downloaded unicode-bidi v0.3.18
11122026-03-14T20:22:44.200Z Downloaded p521 v0.13.3
11132026-03-14T20:22:44.203Z Downloaded tungstenite v0.23.0
11142026-03-14T20:22:44.206Z Downloaded wyz v0.5.1
11152026-03-14T20:22:44.208Z Downloaded toml_edit v0.23.10+spec-1.0.0
11162026-03-14T20:22:44.212Z Downloaded vergen v9.0.6
11172026-03-14T20:22:44.212Z Downloaded zerocopy v0.6.6
11182026-03-14T20:22:44.214Z Downloaded rpassword v7.4.0
11192026-03-14T20:22:44.215Z Downloaded tracing-core v0.1.36
11202026-03-14T20:22:44.218Z Downloaded typify v0.4.3
11212026-03-14T20:22:44.220Z Downloaded yasna v0.5.2
11222026-03-14T20:22:44.223Z Downloaded tungstenite v0.21.0
11232026-03-14T20:22:44.226Z Downloaded toml v0.7.8
11242026-03-14T20:22:44.226Z Downloaded schemars v1.2.1
11252026-03-14T20:22:44.237Z Downloaded unsafe-libyaml v0.2.11
11262026-03-14T20:22:44.240Z Downloaded git2 v0.20.4
11272026-03-14T20:22:44.246Z Downloaded steno v0.4.1
11282026-03-14T20:22:44.249Z Downloaded rustyline v14.0.0
11292026-03-14T20:22:44.253Z Downloaded uuid v1.21.0
11302026-03-14T20:22:44.256Z Downloaded samael v0.0.19
11312026-03-14T20:22:44.260Z Downloaded walkdir v2.5.0
11322026-03-14T20:22:44.263Z Downloaded rsa v0.9.10
11332026-03-14T20:22:44.266Z Downloaded libm v0.2.16
11342026-03-14T20:22:44.274Z Downloaded vte v0.14.1
11352026-03-14T20:22:44.277Z Downloaded hkdf v0.12.4
11362026-03-14T20:22:44.280Z Downloaded rand v0.10.0
11372026-03-14T20:22:44.283Z Downloaded tokio-postgres v0.7.16
11382026-03-14T20:22:44.286Z Downloaded iddqd v0.3.17
11392026-03-14T20:22:44.291Z Downloaded unicode_categories v0.1.1
11402026-03-14T20:22:44.294Z Downloaded zopfli v0.8.3
11412026-03-14T20:22:44.297Z Downloaded toml_edit v0.19.15
11422026-03-14T20:22:44.307Z Downloaded yansi v1.0.1
11432026-03-14T20:22:44.310Z Downloaded reedline v0.40.0
11442026-03-14T20:22:44.315Z Downloaded aws-lc-rs v1.16.0
11452026-03-14T20:22:44.322Z Downloaded bindgen v0.71.1
11462026-03-14T20:22:44.328Z Downloaded unicode-segmentation v1.12.0
11472026-03-14T20:22:44.330Z Downloaded chrono v0.4.44
11482026-03-14T20:22:44.336Z Downloaded ron v0.12.0
11492026-03-14T20:22:44.342Z Downloaded tagptr v0.2.0
11502026-03-14T20:22:44.345Z Downloaded reqwest v0.12.28
11512026-03-14T20:22:44.348Z Downloaded p384 v0.13.1
11522026-03-14T20:22:44.352Z Downloaded ssh-key v0.6.7
11532026-03-14T20:22:44.358Z Downloaded rayon v1.11.0
11542026-03-14T20:22:44.365Z Downloaded reqwest v0.13.2
11552026-03-14T20:22:44.369Z Downloaded zerocopy-derive v0.8.40
11562026-03-14T20:22:44.376Z Downloaded zip v0.6.6
11572026-03-14T20:22:44.379Z Downloaded tower v0.5.3
11582026-03-14T20:22:44.386Z Downloaded lalrpop v0.19.12
11592026-03-14T20:22:44.394Z Downloaded x509-cert v0.2.5
11602026-03-14T20:22:44.399Z Downloaded unicode-normalization v0.1.25
11612026-03-14T20:22:44.402Z Downloaded portable-atomic v1.13.1
11622026-03-14T20:22:44.407Z Downloaded zip v4.6.1
11632026-03-14T20:22:44.412Z Downloaded quick-xml v0.37.5
11642026-03-14T20:22:44.416Z Downloaded regex v1.12.3
11652026-03-14T20:22:44.421Z Downloaded typed-path v0.9.3
11662026-03-14T20:22:44.426Z Downloaded salty v0.3.0
11672026-03-14T20:22:44.432Z Downloaded rustls-webpki v0.101.7
11682026-03-14T20:22:44.443Z Downloaded tower-http v0.6.8
11692026-03-14T20:22:44.449Z Downloaded tokio-util v0.7.18
11702026-03-14T20:22:44.455Z Downloaded tough v0.20.0
11712026-03-14T20:22:44.461Z Downloaded object v0.30.4
11722026-03-14T20:22:44.468Z Downloaded proptest v1.10.0
11732026-03-14T20:22:44.475Z Downloaded rustls-webpki v0.102.8
11742026-03-14T20:22:44.490Z Downloaded serde_with v3.17.0
11752026-03-14T20:22:44.500Z Downloaded openssl v0.10.75
11762026-03-14T20:22:44.507Z Downloaded winnow v0.6.26
11772026-03-14T20:22:44.514Z Downloaded polar-core v0.27.3
11782026-03-14T20:22:44.520Z Downloaded bstr v1.12.1
11792026-03-14T20:22:44.527Z Downloaded winnow v0.5.40
11802026-03-14T20:22:44.534Z Downloaded nix v0.29.0
11812026-03-14T20:22:44.543Z Downloaded curve25519-dalek v4.1.3
11822026-03-14T20:22:44.550Z Downloaded rustls v0.21.12
11832026-03-14T20:22:44.558Z Downloaded nix v0.27.1
11842026-03-14T20:22:44.568Z Downloaded tabled v0.20.0
11852026-03-14T20:22:44.580Z Downloaded dropshot v0.16.7
11862026-03-14T20:22:44.597Z Downloaded zlib-rs v0.6.2
11872026-03-14T20:22:44.601Z Downloaded time v0.3.47
11882026-03-14T20:22:44.611Z Downloaded smoltcp v0.9.1
11892026-03-14T20:22:44.619Z Downloaded webpki-roots v1.0.6
11902026-03-14T20:22:44.622Z Downloaded vcpkg v0.2.15
11912026-03-14T20:22:44.654Z Downloaded object v0.37.3
11922026-03-14T20:22:44.663Z Downloaded zerocopy v0.8.40
11932026-03-14T20:22:44.670Z Downloaded rustls v0.23.37
11942026-03-14T20:22:44.680Z Downloaded rustls v0.22.4
11952026-03-14T20:22:44.690Z Downloaded rustix v0.38.44
11962026-03-14T20:22:44.709Z Downloaded diesel v2.3.7
11972026-03-14T20:22:44.725Z Downloaded hickory-proto v0.25.2
11982026-03-14T20:22:44.737Z Downloaded regex-syntax v0.8.10
11992026-03-14T20:22:44.743Z Downloaded regress v0.10.5
12002026-03-14T20:22:44.750Z Downloaded openapiv3 v2.2.0
12012026-03-14T20:22:44.759Z Downloaded smoltcp v0.11.0
12022026-03-14T20:22:44.769Z Downloaded sqlparser v0.61.0
12032026-03-14T20:22:44.776Z Downloaded hickory-proto v0.24.4
12042026-03-14T20:22:44.789Z Downloaded nix v0.31.1
12052026-03-14T20:22:44.798Z Downloaded nix v0.28.0
12062026-03-14T20:22:44.806Z Downloaded sled v0.34.7
12072026-03-14T20:22:44.814Z Downloaded typify-impl v0.4.3
12082026-03-14T20:22:44.826Z Downloaded typify-impl v0.6.1
12092026-03-14T20:22:44.838Z Downloaded ratatui v0.29.0
12102026-03-14T20:22:44.853Z Downloaded bzip2-sys v0.1.13+1.0.8
12112026-03-14T20:22:44.863Z Downloaded tracing v0.1.44
12122026-03-14T20:22:44.880Z Downloaded regex-syntax v0.6.29
12132026-03-14T20:22:44.885Z Downloaded zerocopy-derive v0.6.6
12142026-03-14T20:22:44.893Z Downloaded regex-automata v0.4.14
12152026-03-14T20:22:44.904Z Downloaded radix_trie v0.2.1
12162026-03-14T20:22:44.909Z Downloaded quinn-proto v0.11.13
12172026-03-14T20:22:44.915Z Downloaded petname v2.0.2
12182026-03-14T20:22:44.918Z Downloaded moka v0.12.13
12192026-03-14T20:22:44.924Z Downloaded petgraph v0.6.5
12202026-03-14T20:22:44.938Z Downloaded lzma-sys v0.1.20
12212026-03-14T20:22:44.960Z Downloaded chrono-tz v0.10.4
12222026-03-14T20:22:44.973Z Downloaded jiff v0.2.21
12232026-03-14T20:22:44.987Z Downloaded goblin v0.10.5
12242026-03-14T20:22:44.993Z Downloaded typify-macro v0.4.3
12252026-03-14T20:22:44.996Z Downloaded unit-prefix v0.5.2
12262026-03-14T20:22:44.996Z Downloaded tokio-rustls v0.25.0
12272026-03-14T20:22:44.996Z Downloaded serde_yaml v0.9.34+deprecated
12282026-03-14T20:22:44.999Z Downloaded libz-sys v1.1.24
12292026-03-14T20:22:45.014Z Downloaded petgraph v0.8.3
12302026-03-14T20:22:45.031Z Downloaded csv v1.4.0
12312026-03-14T20:22:45.047Z Downloaded qorb v0.4.1
12322026-03-14T20:22:45.050Z Downloaded sha3 v0.10.8
12332026-03-14T20:22:45.053Z Downloaded encoding_rs v0.8.35
12342026-03-14T20:22:45.070Z Downloaded spin v0.9.8
12352026-03-14T20:22:45.073Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12362026-03-14T20:22:45.086Z Downloaded libxml v0.3.3
12372026-03-14T20:22:45.090Z Downloaded similar v2.7.0
12382026-03-14T20:22:45.093Z Downloaded tokio v1.49.0
12392026-03-14T20:22:45.122Z Downloaded nom v7.1.3
12402026-03-14T20:22:45.126Z Downloaded hashbrown v0.15.5
12412026-03-14T20:22:45.130Z Downloaded thiserror-no-std v2.0.2
12422026-03-14T20:22:45.133Z Downloaded itertools v0.10.5
12432026-03-14T20:22:45.137Z Downloaded hyper-util v0.1.20
12442026-03-14T20:22:45.141Z Downloaded ryu v1.0.23
12452026-03-14T20:22:45.144Z Downloaded parking_lot v0.12.5
12462026-03-14T20:22:45.147Z Downloaded heapless v0.7.17
12472026-03-14T20:22:45.150Z Downloaded pkg-config v0.3.32
12482026-03-14T20:22:45.150Z Downloaded indicatif v0.18.4
12492026-03-14T20:22:45.154Z Downloaded omicron-zone-package v0.12.2
12502026-03-14T20:22:45.157Z Downloaded headers v0.4.1
12512026-03-14T20:22:45.160Z Downloaded num-integer v0.1.46
12522026-03-14T20:22:45.160Z Downloaded litrs v1.0.0
12532026-03-14T20:22:45.163Z Downloaded libsw v3.5.0
12542026-03-14T20:22:45.163Z Downloaded compact_str v0.8.1
12552026-03-14T20:22:45.166Z Downloaded peg-runtime v0.8.5
12562026-03-14T20:22:45.166Z Downloaded num_enum v0.5.11
12572026-03-14T20:22:45.169Z Downloaded const_format v0.2.35
12582026-03-14T20:22:45.173Z Downloaded diff v0.1.13
12592026-03-14T20:22:45.176Z Downloaded chacha20poly1305 v0.10.1
12602026-03-14T20:22:45.176Z Downloaded getrandom v0.3.4
12612026-03-14T20:22:45.179Z Downloaded managed v0.8.0
12622026-03-14T20:22:45.179Z Downloaded lru-cache v0.1.2
12632026-03-14T20:22:45.179Z Downloaded hyper-staticfile v0.10.1
12642026-03-14T20:22:45.182Z Downloaded crc32fast v1.5.0
12652026-03-14T20:22:45.182Z Downloaded impl-trait-for-tuples v0.2.3
12662026-03-14T20:22:45.185Z Downloaded humantime v2.3.0
12672026-03-14T20:22:45.185Z Downloaded lalrpop-util v0.19.12
12682026-03-14T20:22:45.185Z Downloaded bzip2 v0.6.1
12692026-03-14T20:22:45.188Z Downloaded futures-channel v0.3.32
12702026-03-14T20:22:45.188Z Downloaded ring v0.17.14
12712026-03-14T20:22:45.220Z Downloaded const-oid v0.9.6
12722026-03-14T20:22:45.223Z Downloaded console v0.15.11
12732026-03-14T20:22:45.226Z Downloaded cookie_store v0.22.1
12742026-03-14T20:22:45.226Z Downloaded colored v3.1.1
12752026-03-14T20:22:45.229Z Downloaded group v0.13.0
12762026-03-14T20:22:45.229Z Downloaded globwalk v0.9.1
12772026-03-14T20:22:45.229Z Downloaded glob v0.3.3
12782026-03-14T20:22:45.232Z Downloaded des v0.8.1
12792026-03-14T20:22:45.232Z Downloaded derive-ex v0.1.8
12802026-03-14T20:22:45.232Z Downloaded darling v0.20.11
12812026-03-14T20:22:45.235Z Downloaded is-terminal v0.4.17
12822026-03-14T20:22:45.238Z Downloaded darling v0.21.3
12832026-03-14T20:22:45.240Z Downloaded git-stub-vcs v0.1.0
12842026-03-14T20:22:45.240Z Downloaded erased-serde v0.3.31
12852026-03-14T20:22:45.243Z Downloaded diesel-dtrace v0.5.0
12862026-03-14T20:22:45.243Z Downloaded indent_write v2.2.0
12872026-03-14T20:22:45.243Z Downloaded home v0.5.12
12882026-03-14T20:22:45.246Z Downloaded cancel-safe-futures v0.1.5
12892026-03-14T20:22:45.246Z Downloaded hubpack v0.1.2
12902026-03-14T20:22:45.246Z Downloaded httpdate v1.0.3
12912026-03-14T20:22:45.249Z Downloaded base64 v0.21.7
12922026-03-14T20:22:45.252Z Downloaded bzip2 v0.4.4
12932026-03-14T20:22:45.252Z Downloaded derive_builder_core v0.20.2
12942026-03-14T20:22:45.252Z Downloaded futures-executor v0.3.32
12952026-03-14T20:22:45.256Z Downloaded filetime v0.2.27
12962026-03-14T20:22:45.256Z Downloaded darling v0.23.0
12972026-03-14T20:22:45.258Z Downloaded constant_time_eq v0.4.2
12982026-03-14T20:22:45.261Z Downloaded argon2 v0.5.3
12992026-03-14T20:22:45.261Z Downloaded ghash v0.5.1
13002026-03-14T20:22:45.264Z Downloaded funty v2.0.0
13012026-03-14T20:22:45.264Z Downloaded blowfish v0.9.1
13022026-03-14T20:22:45.264Z Downloaded bitfield v0.19.4
13032026-03-14T20:22:45.264Z Downloaded cmake v0.1.57
13042026-03-14T20:22:45.267Z Downloaded bit-vec v0.6.3
13052026-03-14T20:22:45.267Z Downloaded enum-as-inner v0.6.1
13062026-03-14T20:22:45.267Z Downloaded curve25519-dalek-derive v0.1.1
13072026-03-14T20:22:45.270Z Downloaded csv-core v0.1.13
13082026-03-14T20:22:45.270Z Downloaded bit-vec v0.8.0
13092026-03-14T20:22:45.270Z Downloaded display-error-chain v0.2.2
13102026-03-14T20:22:45.273Z Downloaded diesel_table_macro_syntax v0.3.0
13112026-03-14T20:22:45.273Z Downloaded bitfield-struct v0.6.2
13122026-03-14T20:22:45.273Z Downloaded env_filter v1.0.0
13132026-03-14T20:22:45.273Z Downloaded bitfield-macros v0.19.4
13142026-03-14T20:22:45.273Z Downloaded darling_core v0.21.3
13152026-03-14T20:22:45.277Z Downloaded bit-set v0.5.3
13162026-03-14T20:22:45.296Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-03-14T20:22:45.821Z Downloaded aws-lc-sys v0.37.1
13182026-03-14T20:22:46.153Z Compiling libc v0.2.180
13192026-03-14T20:22:46.156Z Compiling serde v1.0.228
13202026-03-14T20:22:46.156Z Compiling log v0.4.29
13212026-03-14T20:22:46.156Z Compiling find-msvc-tools v0.1.9
13222026-03-14T20:22:46.156Z Compiling shlex v1.3.0
13232026-03-14T20:22:46.156Z Compiling smallvec v1.15.1
13242026-03-14T20:22:46.156Z Compiling typenum v1.19.0
13252026-03-14T20:22:46.156Z Compiling subtle v2.6.1
13262026-03-14T20:22:46.156Z Compiling generic-array v0.14.7
13272026-03-14T20:22:46.156Z Compiling scopeguard v1.2.0
13282026-03-14T20:22:46.314Z Compiling portable-atomic v1.13.1
13292026-03-14T20:22:46.495Z Compiling const-oid v0.9.6
13302026-03-14T20:22:46.498Z Compiling critical-section v1.2.0
13312026-03-14T20:22:46.515Z Compiling syn v2.0.117
13322026-03-14T20:22:46.537Z Compiling zerocopy v0.8.40
13332026-03-14T20:22:46.561Z Compiling parking_lot_core v0.9.12
13342026-03-14T20:22:46.625Z Compiling lock_api v0.4.14
13352026-03-14T20:22:46.628Z Compiling serde_json v1.0.149
13362026-03-14T20:22:46.631Z Compiling pin-project-lite v0.2.17
13372026-03-14T20:22:46.653Z Compiling pkg-config v0.3.32
13382026-03-14T20:22:46.739Z Compiling bitflags v2.11.0
13392026-03-14T20:22:46.781Z Compiling libm v0.2.16
13402026-03-14T20:22:46.828Z Compiling num-traits v0.2.19
13412026-03-14T20:22:46.831Z Compiling futures-core v0.3.32
13422026-03-14T20:22:46.874Z Compiling percent-encoding v2.3.2
13432026-03-14T20:22:46.895Z Compiling allocator-api2 v0.2.21
13442026-03-14T20:22:47.001Z Compiling cpufeatures v0.2.17
13452026-03-14T20:22:47.049Z Compiling foldhash v0.2.0
13462026-03-14T20:22:47.070Z Compiling futures-sink v0.3.32
13472026-03-14T20:22:47.115Z Compiling futures-task v0.3.32
13482026-03-14T20:22:47.186Z Compiling futures-io v0.3.32
13492026-03-14T20:22:47.186Z Compiling slab v0.4.12
13502026-03-14T20:22:47.321Z Compiling hashbrown v0.16.1
13512026-03-14T20:22:47.370Z Compiling futures-channel v0.3.32
13522026-03-14T20:22:47.373Z Compiling getrandom v0.4.1
13532026-03-14T20:22:47.396Z Compiling rand_core v0.10.0
13542026-03-14T20:22:47.462Z Compiling rustversion v1.0.22
13552026-03-14T20:22:47.462Z Compiling getrandom v0.3.4
13562026-03-14T20:22:47.465Z Compiling form_urlencoded v1.2.2
13572026-03-14T20:22:47.506Z Compiling ident_case v1.0.1
13582026-03-14T20:22:47.509Z Compiling base64ct v1.8.3
13592026-03-14T20:22:47.679Z Compiling fs_extra v1.3.0
13602026-03-14T20:22:47.706Z Compiling dunce v1.0.5
13612026-03-14T20:22:47.731Z Compiling flagset v0.4.7
13622026-03-14T20:22:47.754Z Compiling getrandom v0.2.17
13632026-03-14T20:22:47.776Z Compiling jobserver v0.1.34
13642026-03-14T20:22:47.848Z Compiling errno v0.3.14
13652026-03-14T20:22:47.906Z Compiling mio v1.1.1
13662026-03-14T20:22:47.936Z Compiling socket2 v0.6.2
13672026-03-14T20:22:47.986Z Compiling rand_core v0.6.4
13682026-03-14T20:22:48.011Z Compiling once_cell v1.21.3
13692026-03-14T20:22:48.038Z Compiling signal-hook-registry v1.4.8
13702026-03-14T20:22:48.085Z Compiling cc v1.2.56
13712026-03-14T20:22:48.107Z Compiling indexmap v2.13.0
13722026-03-14T20:22:48.192Z Compiling parking_lot v0.12.5
13732026-03-14T20:22:48.315Z Compiling pem-rfc7468 v0.7.0
13742026-03-14T20:22:48.340Z Compiling iana-time-zone v0.1.65
13752026-03-14T20:22:48.343Z Compiling rustix v1.1.3
13762026-03-14T20:22:48.383Z Compiling uuid v1.21.0
13772026-03-14T20:22:48.432Z Compiling rustc_version v0.4.1
13782026-03-14T20:22:48.458Z Compiling vcpkg v0.2.15
13792026-03-14T20:22:48.618Z Compiling aws-lc-rs v1.16.0
13802026-03-14T20:22:48.639Z Compiling regex-syntax v0.8.10
13812026-03-14T20:22:48.736Z Compiling rand_core v0.9.5
13822026-03-14T20:22:48.760Z Compiling tracing-core v0.1.36
13832026-03-14T20:22:48.853Z Compiling crossbeam-utils v0.8.21
13842026-03-14T20:22:48.880Z Compiling httparse v1.10.1
13852026-03-14T20:22:48.926Z Compiling syn v1.0.109
13862026-03-14T20:22:49.034Z Compiling untrusted v0.9.0
13872026-03-14T20:22:49.077Z Compiling schemars v0.8.22
13882026-03-14T20:22:49.098Z Compiling openssl-probe v0.2.1
13892026-03-14T20:22:49.120Z Compiling base64 v0.22.1
13902026-03-14T20:22:49.142Z Compiling cmake v0.1.57
13912026-03-14T20:22:49.211Z Compiling untrusted v0.7.1
13922026-03-14T20:22:49.350Z Compiling dyn-clone v1.0.20
13932026-03-14T20:22:49.375Z Compiling rustls v0.23.37
13942026-03-14T20:22:49.438Z Compiling atomic-waker v1.1.2
13952026-03-14T20:22:49.485Z Compiling tinyvec_macros v0.1.1
13962026-03-14T20:22:49.488Z Compiling tower-service v0.3.3
13972026-03-14T20:22:49.536Z Compiling try-lock v0.2.5
13982026-03-14T20:22:49.536Z Compiling tower-layer v0.3.3
13992026-03-14T20:22:49.591Z Compiling tinyvec v1.10.0
14002026-03-14T20:22:49.664Z Compiling spin v0.9.8
14012026-03-14T20:22:49.667Z Compiling aho-corasick v1.1.4
14022026-03-14T20:22:49.667Z Compiling time-core v0.1.8
14032026-03-14T20:22:49.667Z Compiling num-conv v0.2.0
14042026-03-14T20:22:49.667Z Compiling httpdate v1.0.3
14052026-03-14T20:22:49.734Z Compiling want v0.3.1
14062026-03-14T20:22:49.776Z Compiling foreign-types-shared v0.1.1
14072026-03-14T20:22:49.825Z Compiling openssl v0.10.75
14082026-03-14T20:22:49.905Z Compiling powerfmt v0.2.0
14092026-03-14T20:22:49.929Z Compiling crc32fast v1.5.0
14102026-03-14T20:22:49.963Z Compiling pin-utils v0.1.0
14112026-03-14T20:22:49.986Z Compiling time-macros v0.2.27
14122026-03-14T20:22:50.014Z Compiling foreign-types v0.3.2
14132026-03-14T20:22:50.039Z Compiling wait-timeout v0.2.1
14142026-03-14T20:22:50.061Z Compiling native-tls v0.2.18
14152026-03-14T20:22:50.064Z Compiling simd-adler32 v0.3.8
14162026-03-14T20:22:50.085Z Compiling siphasher v1.0.2
14172026-03-14T20:22:50.128Z Compiling deranged v0.5.8
14182026-03-14T20:22:50.128Z Compiling num_threads v0.1.7
14192026-03-14T20:22:50.176Z Compiling either v1.15.0
14202026-03-14T20:22:50.200Z Compiling bit-vec v0.8.0
14212026-03-14T20:22:50.272Z Compiling quick-error v1.2.3
14222026-03-14T20:22:50.352Z Compiling usdt-impl v0.6.0
14232026-03-14T20:22:50.398Z Compiling unicode-normalization v0.1.25
14242026-03-14T20:22:50.422Z Compiling crossbeam-epoch v0.9.18
14252026-03-14T20:22:50.427Z Compiling aws-lc-sys v0.37.1
14262026-03-14T20:22:50.427Z Compiling ring v0.17.14
14272026-03-14T20:22:50.490Z Compiling openssl-sys v0.9.111
14282026-03-14T20:22:50.494Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-14T20:22:50.535Z Compiling bit-set v0.8.0
14302026-03-14T20:22:50.633Z Compiling tempfile v3.25.0
14312026-03-14T20:22:50.684Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-03-14T20:22:50.750Z Compiling slog v2.8.2
14332026-03-14T20:22:50.937Z Compiling synstructure v0.13.2
14342026-03-14T20:22:50.965Z Compiling serde_derive_internals v0.29.1
14352026-03-14T20:22:51.007Z Compiling pest_generator v2.8.6
14362026-03-14T20:22:51.043Z Compiling darling_core v0.20.11
14372026-03-14T20:22:51.067Z Compiling regex-automata v0.4.14
14382026-03-14T20:22:51.152Z Compiling rusty-fork v0.3.1
14392026-03-14T20:22:51.512Z Compiling time v0.3.47
14402026-03-14T20:22:51.644Z Compiling darling_core v0.21.3
14412026-03-14T20:22:51.668Z Compiling rand_xorshift v0.4.0
14422026-03-14T20:22:51.822Z Compiling heapless v0.7.17
14432026-03-14T20:22:51.890Z Compiling thread-id v5.1.0
14442026-03-14T20:22:52.010Z Compiling sync_wrapper v1.0.2
14452026-03-14T20:22:52.047Z Compiling cookie v0.18.1
14462026-03-14T20:22:52.069Z Compiling anyhow v1.0.102
14472026-03-14T20:22:52.139Z Compiling rayon-core v1.13.0
14482026-03-14T20:22:52.163Z Compiling zstd-safe v7.2.4
14492026-03-14T20:22:52.166Z Compiling unicode-bidi v0.3.18
14502026-03-14T20:22:52.185Z Compiling unicode-segmentation v1.12.0
14512026-03-14T20:22:52.292Z Compiling adler2 v2.0.1
14522026-03-14T20:22:52.335Z Compiling signal-hook v0.3.18
14532026-03-14T20:22:52.383Z Compiling paste v1.0.15
14542026-03-14T20:22:52.433Z Compiling unicode-properties v0.1.4
14552026-03-14T20:22:52.473Z Compiling unarray v0.1.4
14562026-03-14T20:22:52.585Z Compiling miniz_oxide v0.8.9
14572026-03-14T20:22:52.725Z Compiling stringprep v0.1.5
14582026-03-14T20:22:52.840Z Compiling crossbeam-deque v0.8.6
14592026-03-14T20:22:52.867Z Compiling num-integer v0.1.46
14602026-03-14T20:22:52.889Z Compiling vergen-lib v0.1.6
14612026-03-14T20:22:52.945Z Compiling curve25519-dalek v4.1.3
14622026-03-14T20:22:53.107Z Compiling ff v0.13.1
14632026-03-14T20:22:53.142Z Compiling hash32 v0.2.1
14642026-03-14T20:22:53.320Z Compiling memoffset v0.9.1
14652026-03-14T20:22:53.344Z Compiling base16ct v0.2.0
14662026-03-14T20:22:53.367Z Compiling litrs v1.0.0
14672026-03-14T20:22:53.398Z Compiling ryu v1.0.23
14682026-03-14T20:22:53.422Z Compiling ref-cast v1.0.25
14692026-03-14T20:22:53.462Z Compiling cfg_aliases v0.2.1
14702026-03-14T20:22:53.563Z Compiling serde_derive v1.0.228
14712026-03-14T20:22:53.585Z Compiling zeroize_derive v1.4.3
14722026-03-14T20:22:53.588Z Compiling zerofrom-derive v0.1.6
14732026-03-14T20:22:53.588Z Compiling yoke-derive v0.8.1
14742026-03-14T20:22:53.647Z Compiling zerocopy-derive v0.8.40
14752026-03-14T20:22:53.765Z Compiling zerovec-derive v0.11.2
14762026-03-14T20:22:53.805Z Compiling displaydoc v0.2.5
14772026-03-14T20:22:53.828Z Compiling tokio-macros v2.6.0
14782026-03-14T20:22:54.071Z Compiling futures-macro v0.3.32
14792026-03-14T20:22:54.434Z Compiling der_derive v0.7.3
14802026-03-14T20:22:54.464Z Compiling zeroize v1.8.2
14812026-03-14T20:22:54.833Z Compiling thiserror-impl v2.0.18
14822026-03-14T20:22:54.855Z Compiling rustls-pki-types v1.14.0
14832026-03-14T20:22:55.188Z Compiling futures-util v0.3.32
14842026-03-14T20:22:55.248Z Compiling tracing-attributes v0.1.31
14852026-03-14T20:22:55.301Z Compiling scroll_derive v0.13.1
14862026-03-14T20:22:55.323Z Compiling pest_derive v2.8.6
14872026-03-14T20:22:55.439Z Compiling schemars_derive v0.8.22
14882026-03-14T20:22:55.499Z Compiling crypto-common v0.1.7
14892026-03-14T20:22:55.572Z Compiling block-buffer v0.10.4
14902026-03-14T20:22:55.595Z Compiling zerofrom v0.1.6
14912026-03-14T20:22:55.710Z Compiling block-padding v0.3.3
14922026-03-14T20:22:55.770Z Compiling yoke v0.8.1
14932026-03-14T20:22:55.792Z Compiling digest v0.10.7
14942026-03-14T20:22:55.814Z Compiling der v0.7.10
14952026-03-14T20:22:55.927Z Compiling inout v0.1.4
14962026-03-14T20:22:55.946Z Compiling darling_macro v0.20.11
14972026-03-14T20:22:56.035Z Compiling zerovec v0.11.5
14982026-03-14T20:22:56.137Z Compiling zerotrie v0.2.3
14992026-03-14T20:22:56.163Z Compiling hmac v0.12.1
15002026-03-14T20:22:56.379Z Compiling cipher v0.4.4
15012026-03-14T20:22:56.455Z Compiling sha2 v0.10.9
15022026-03-14T20:22:56.550Z Compiling pbkdf2 v0.12.2
15032026-03-14T20:22:56.600Z Compiling scroll v0.13.0
15042026-03-14T20:22:56.726Z Compiling tinystr v0.8.2
15052026-03-14T20:22:56.749Z Compiling potential_utf v0.1.4
15062026-03-14T20:22:56.794Z Compiling salsa20 v0.10.2
15072026-03-14T20:22:56.797Z Compiling aes v0.8.4
15082026-03-14T20:22:56.985Z Compiling icu_locale_core v2.1.1
15092026-03-14T20:22:57.015Z Compiling icu_collections v2.1.1
15102026-03-14T20:22:57.019Z Compiling scrypt v0.11.0
15112026-03-14T20:22:57.062Z Compiling spki v0.7.3
15122026-03-14T20:22:57.097Z Compiling cbc v0.1.2
15132026-03-14T20:22:57.193Z Compiling thiserror v2.0.18
15142026-03-14T20:22:57.239Z Compiling tracing v0.1.44
15152026-03-14T20:22:57.308Z Compiling goblin v0.10.5
15162026-03-14T20:22:57.347Z Compiling darling v0.20.11
15172026-03-14T20:22:57.370Z Compiling pkcs5 v0.7.1
15182026-03-14T20:22:57.412Z Compiling thiserror-impl v1.0.69
15192026-03-14T20:22:57.473Z Compiling openssl-macros v0.1.1
15202026-03-14T20:22:57.615Z Compiling derive_builder_core v0.20.2
15212026-03-14T20:22:57.619Z Compiling dtrace-parser v0.3.0
15222026-03-14T20:22:57.713Z Compiling signature v2.2.0
15232026-03-14T20:22:57.865Z Compiling pkcs8 v0.10.2
15242026-03-14T20:22:57.961Z Compiling icu_provider v2.1.1
15252026-03-14T20:22:58.068Z Compiling rustls-native-certs v0.8.3
15262026-03-14T20:22:58.255Z Compiling scroll_derive v0.12.1
15272026-03-14T20:22:58.285Z Compiling icu_properties v2.1.2
15282026-03-14T20:22:58.308Z Compiling icu_normalizer v2.1.1
15292026-03-14T20:22:58.385Z Compiling bytes v1.11.1
15302026-03-14T20:22:58.410Z Compiling chrono v0.4.44
15312026-03-14T20:22:58.435Z Compiling ipnet v2.11.0
15322026-03-14T20:22:58.477Z Compiling toml_datetime v0.6.11
15332026-03-14T20:22:58.499Z Compiling erased-serde v0.3.31
15342026-03-14T20:22:58.712Z Compiling serde_tokenstream v0.2.3
15352026-03-14T20:22:58.849Z Compiling serde_spanned v0.6.9
15362026-03-14T20:22:58.899Z Compiling derive_builder_macro v0.20.2
15372026-03-14T20:22:59.046Z Compiling md-5 v0.10.6
15382026-03-14T20:22:59.069Z Compiling tokio v1.49.0
15392026-03-14T20:22:59.137Z Compiling http v1.4.0
15402026-03-14T20:22:59.159Z Compiling darling_macro v0.21.3
15412026-03-14T20:22:59.194Z Compiling scroll v0.12.0
15422026-03-14T20:22:59.217Z Compiling thiserror v1.0.69
15432026-03-14T20:22:59.253Z Compiling webpki-roots v1.0.6
15442026-03-14T20:22:59.277Z Compiling zerocopy-derive v0.7.35
15452026-03-14T20:22:59.280Z Compiling fallible-iterator v0.2.0
15462026-03-14T20:22:59.363Z Compiling iri-string v0.7.10
15472026-03-14T20:22:59.420Z Compiling zlib-rs v0.6.2
15482026-03-14T20:22:59.515Z Compiling rustix v0.38.44
15492026-03-14T20:22:59.571Z Compiling idna_adapter v1.2.1
15502026-03-14T20:22:59.708Z Compiling num-bigint-dig v0.8.6
15512026-03-14T20:22:59.765Z Compiling idna v1.1.0
15522026-03-14T20:22:59.801Z Compiling smoltcp v0.9.1
15532026-03-14T20:22:59.910Z Compiling psl-types v2.0.11
15542026-03-14T20:22:59.988Z Compiling ppv-lite86 v0.2.21
15552026-03-14T20:23:00.040Z Compiling http-body v1.0.1
15562026-03-14T20:23:00.144Z Compiling url v2.5.8
15572026-03-14T20:23:00.211Z Compiling http-body-util v0.1.3
15582026-03-14T20:23:00.242Z Compiling publicsuffix v2.3.0
15592026-03-14T20:23:00.345Z Compiling darling v0.21.3
15602026-03-14T20:23:00.372Z Compiling derive_builder v0.20.2
15612026-03-14T20:23:00.424Z Compiling rand_chacha v0.9.0
15622026-03-14T20:23:00.454Z Compiling rand_chacha v0.3.1
15632026-03-14T20:23:00.476Z Compiling goblin v0.8.2
15642026-03-14T20:23:00.519Z Compiling zerocopy v0.7.35
15652026-03-14T20:23:00.547Z Compiling cargo-platform v0.1.9
15662026-03-14T20:23:00.570Z Compiling serde_urlencoded v0.7.1
15672026-03-14T20:23:00.573Z Compiling sec1 v0.7.3
15682026-03-14T20:23:00.668Z Compiling hkdf v0.12.4
15692026-03-14T20:23:00.894Z Compiling rand v0.9.2
15702026-03-14T20:23:00.939Z Compiling rand v0.8.5
15712026-03-14T20:23:00.964Z Compiling crypto-bigint v0.5.5
15722026-03-14T20:23:01.035Z Compiling hubpack_derive v0.1.1
15732026-03-14T20:23:01.234Z Compiling dof v0.4.0
15742026-03-14T20:23:01.341Z Compiling regex v1.12.3
15752026-03-14T20:23:01.504Z Compiling document-features v0.2.12
15762026-03-14T20:23:01.675Z Compiling nix v0.31.1
15772026-03-14T20:23:01.794Z Compiling proptest v1.10.0
15782026-03-14T20:23:01.815Z Compiling postgres-protocol v0.6.10
15792026-03-14T20:23:02.021Z Compiling async-trait v0.1.89
15802026-03-14T20:23:02.137Z Compiling ipnetwork v0.21.1
15812026-03-14T20:23:02.159Z Compiling curve25519-dalek-derive v0.1.1
15822026-03-14T20:23:02.204Z Compiling ref-cast-impl v1.0.25
15832026-03-14T20:23:02.344Z Compiling daft-derive v0.1.5
15842026-03-14T20:23:02.585Z Compiling oxnet v0.1.4
15852026-03-14T20:23:02.693Z Compiling strum_macros v0.27.2
15862026-03-14T20:23:02.952Z Compiling group v0.13.0
15872026-03-14T20:23:03.057Z Compiling num-iter v0.1.45
15882026-03-14T20:23:03.168Z Compiling proc-macro-error v1.0.4
15892026-03-14T20:23:03.354Z Compiling heck v0.4.1
15902026-03-14T20:23:03.519Z Compiling flate2 v1.1.9
15912026-03-14T20:23:03.596Z Compiling terminal_size v0.4.3
15922026-03-14T20:23:03.599Z Compiling phf_shared v0.13.1
15932026-03-14T20:23:03.694Z Compiling lazy_static v1.5.0
15942026-03-14T20:23:03.730Z Compiling vergen v9.0.6
15952026-03-14T20:23:03.753Z Compiling fs-err v3.3.0
15962026-03-14T20:23:03.789Z Compiling ahash v0.8.12
15972026-03-14T20:23:03.832Z Compiling libbz2-rs-sys v0.2.2
15982026-03-14T20:23:03.854Z Compiling bumpalo v3.20.2
15992026-03-14T20:23:03.931Z Compiling foldhash v0.1.5
16002026-03-14T20:23:03.935Z Compiling winnow v0.5.40
16012026-03-14T20:23:03.981Z Compiling object v0.37.3
16022026-03-14T20:23:03.984Z Compiling bitflags v1.3.2
16032026-03-14T20:23:04.026Z Compiling managed v0.8.0
16042026-03-14T20:23:04.103Z Compiling hashbrown v0.15.5
16052026-03-14T20:23:04.106Z Compiling clap_builder v4.5.60
16062026-03-14T20:23:04.149Z Compiling zopfli v0.8.3
16072026-03-14T20:23:04.197Z Compiling console v0.16.2
16082026-03-14T20:23:04.200Z Compiling phf v0.13.1
16092026-03-14T20:23:04.263Z Compiling tokio-util v0.7.18
16102026-03-14T20:23:04.336Z Compiling tower v0.5.3
16112026-03-14T20:23:04.369Z Compiling tokio-native-tls v0.3.1
16122026-03-14T20:23:04.465Z Compiling bzip2 v0.6.1
16132026-03-14T20:23:04.757Z Compiling signal-hook-mio v0.2.5
16142026-03-14T20:23:04.794Z Compiling zone_cfg_derive v0.3.1
16152026-03-14T20:23:04.893Z Compiling tower-http v0.6.8
16162026-03-14T20:23:04.918Z Compiling rayon v1.11.0
16172026-03-14T20:23:04.974Z Compiling dof v0.3.0
16182026-03-14T20:23:05.083Z Compiling usdt-attr-macro v0.6.0
16192026-03-14T20:23:05.477Z Compiling h2 v0.4.13
16202026-03-14T20:23:05.500Z Compiling newtype-uuid v1.3.2
16212026-03-14T20:23:05.526Z Compiling usdt-macro v0.6.0
16222026-03-14T20:23:05.529Z Compiling strum v0.27.2
16232026-03-14T20:23:05.692Z Compiling cargo_metadata v0.19.2
16242026-03-14T20:23:05.731Z Compiling toml_edit v0.19.15
16252026-03-14T20:23:05.736Z Compiling cookie_store v0.22.1
16262026-03-14T20:23:05.844Z Compiling daft v0.1.5
16272026-03-14T20:23:05.944Z Compiling elliptic-curve v0.13.8
16282026-03-14T20:23:06.162Z Compiling postgres-types v0.2.12
16292026-03-14T20:23:06.244Z Compiling bzip2 v0.4.4
16302026-03-14T20:23:06.344Z Compiling hubpack v0.1.2
16312026-03-14T20:23:06.495Z Compiling serde_with_macros v3.17.0
16322026-03-14T20:23:06.534Z Compiling zstd v0.13.3
16332026-03-14T20:23:06.691Z Compiling dtrace-parser v0.2.0
16342026-03-14T20:23:06.713Z Compiling hex v0.4.3
16352026-03-14T20:23:06.956Z Compiling serde-big-array v0.5.1
16362026-03-14T20:23:06.982Z Compiling pkcs1 v0.7.5
16372026-03-14T20:23:07.103Z Compiling ed25519 v2.2.3
16382026-03-14T20:23:07.163Z Compiling rfc6979 v0.4.0
16392026-03-14T20:23:07.195Z Compiling bstr v1.12.1
16402026-03-14T20:23:07.342Z Compiling enum-as-inner v0.6.1
16412026-03-14T20:23:07.419Z Compiling strum_macros v0.26.4
16422026-03-14T20:23:07.559Z Compiling clap_derive v4.5.55
16432026-03-14T20:23:07.650Z Compiling serde_repr v0.1.20
16442026-03-14T20:23:07.808Z Compiling itertools v0.12.1
16452026-03-14T20:23:08.051Z Compiling phf_shared v0.11.3
16462026-03-14T20:23:08.146Z Compiling float-cmp v0.10.0
16472026-03-14T20:23:08.168Z Compiling memmap2 v0.9.10
16482026-03-14T20:23:08.240Z Compiling thread-id v4.2.2
16492026-03-14T20:23:08.310Z Compiling env_filter v1.0.0
16502026-03-14T20:23:08.334Z Compiling encoding_rs v0.8.35
16512026-03-14T20:23:08.360Z Compiling unit-prefix v0.5.2
16522026-03-14T20:23:08.383Z Compiling predicates-core v1.0.10
16532026-03-14T20:23:08.409Z Compiling difflib v0.4.0
16542026-03-14T20:23:08.486Z Compiling data-encoding v2.10.0
16552026-03-14T20:23:08.546Z Compiling mime v0.3.17
16562026-03-14T20:23:08.579Z Compiling fixedbitset v0.5.7
16572026-03-14T20:23:08.645Z Compiling static_assertions v1.1.0
16582026-03-14T20:23:08.743Z Compiling jiff v0.2.21
16592026-03-14T20:23:08.771Z Compiling new_debug_unreachable v1.0.6
16602026-03-14T20:23:08.872Z Compiling rustc-hash v2.1.1
16612026-03-14T20:23:08.916Z Compiling whoami v2.1.0
16622026-03-14T20:23:09.014Z Compiling normalize-line-endings v0.3.0
16632026-03-14T20:23:09.048Z Compiling fixedbitset v0.4.2
16642026-03-14T20:23:09.149Z Compiling keccak v0.1.6
16652026-03-14T20:23:09.204Z Compiling precomputed-hash v0.1.1
16662026-03-14T20:23:09.329Z Compiling string_cache v0.8.9
16672026-03-14T20:23:09.358Z Compiling sha3 v0.10.8
16682026-03-14T20:23:09.451Z Compiling zone v0.3.1
16692026-03-14T20:23:09.482Z Compiling petgraph v0.6.5
16702026-03-14T20:23:09.511Z Compiling tokio-postgres v0.7.16
16712026-03-14T20:23:09.647Z Compiling hyper v1.8.1
16722026-03-14T20:23:09.674Z Compiling predicates v3.1.4
16732026-03-14T20:23:09.921Z Compiling strum v0.26.3
16742026-03-14T20:23:09.980Z Compiling iddqd v0.3.17
16752026-03-14T20:23:10.006Z Compiling hickory-proto v0.25.2
16762026-03-14T20:23:10.078Z Compiling clap v4.5.60
16772026-03-14T20:23:10.103Z Compiling petgraph v0.8.3
16782026-03-14T20:23:10.203Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-14T20:23:10.281Z Compiling toml_edit v0.22.27
16802026-03-14T20:23:10.437Z Compiling env_logger v0.11.9
16812026-03-14T20:23:10.459Z Compiling indicatif v0.18.4
16822026-03-14T20:23:10.597Z Compiling usdt v0.6.0
16832026-03-14T20:23:10.937Z Compiling usdt-impl v0.5.0
16842026-03-14T20:23:10.961Z Compiling serde_with v3.17.0
16852026-03-14T20:23:11.114Z Compiling hyper-util v0.1.20
16862026-03-14T20:23:11.571Z Compiling crossterm v0.28.1
16872026-03-14T20:23:11.596Z Compiling similar v2.7.0
16882026-03-14T20:23:11.600Z Compiling toml v0.7.8
16892026-03-14T20:23:11.671Z Compiling ed25519-dalek v2.2.0
16902026-03-14T20:23:11.777Z Compiling rsa v0.9.10
16912026-03-14T20:23:11.848Z Compiling ecdsa v0.16.9
16922026-03-14T20:23:12.408Z Compiling zip v4.6.1
16932026-03-14T20:23:12.546Z Compiling zip v0.6.6
16942026-03-14T20:23:12.822Z Compiling tokio-stream v0.1.18
16952026-03-14T20:23:13.077Z Compiling hyper-tls v0.6.0
16962026-03-14T20:23:13.400Z Compiling buf-list v1.1.2
16972026-03-14T20:23:13.450Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-14T20:23:13.474Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-14T20:23:13.577Z Compiling openapiv3 v2.2.0
17002026-03-14T20:23:13.761Z Compiling x509-cert v0.2.5
17012026-03-14T20:23:13.761Z Compiling sha1 v0.10.6
17022026-03-14T20:23:13.804Z Compiling itertools v0.13.0
17032026-03-14T20:23:13.899Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-14T20:23:13.923Z Compiling lalrpop-util v0.19.12
17052026-03-14T20:23:14.102Z Compiling peg-runtime v0.8.5
17062026-03-14T20:23:14.134Z Compiling thread_local v1.1.9
17072026-03-14T20:23:14.223Z Compiling slog-async v2.8.0
17082026-03-14T20:23:14.258Z Compiling futures-executor v0.3.32
17092026-03-14T20:23:14.319Z Compiling crossbeam-channel v0.5.15
17102026-03-14T20:23:14.340Z Compiling filetime v0.2.27
17112026-03-14T20:23:14.494Z Compiling is-terminal v0.4.17
17122026-03-14T20:23:14.515Z Compiling take_mut v0.2.2
17132026-03-14T20:23:14.587Z Compiling term v1.2.1
17142026-03-14T20:23:14.635Z Compiling xattr v1.6.1
17152026-03-14T20:23:14.635Z Compiling futures v0.3.32
17162026-03-14T20:23:14.877Z Compiling tar v0.4.44
17172026-03-14T20:23:15.021Z Compiling slog-term v2.9.2
17182026-03-14T20:23:35.412Z Compiling rustls-webpki v0.103.9
17192026-03-14T20:23:39.486Z Compiling tokio-rustls v0.26.4
17202026-03-14T20:23:39.486Z Compiling rustls-platform-verifier v0.6.2
17212026-03-14T20:23:39.752Z Compiling hyper-rustls v0.27.7
17222026-03-14T20:23:40.018Z Compiling reqwest v0.13.2
17232026-03-14T20:23:40.019Z Compiling reqwest v0.12.28
17242026-03-14T20:23:42.880Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-14T20:23:43.175Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-14T20:23:47.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-14T20:23:47.188Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-14T20:23:47.251ZMar 14 20:23:46.043 INFO Starting download, target: Clickhouse
17292026-03-14T20:23:47.251ZMar 14 20:23:46.044 INFO Starting download, target: TransceiverControl
17302026-03-14T20:23:47.251ZMar 14 20:23:46.044 INFO Starting download, target: MaghemiteMgd
17312026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Starting download, target: Console
17322026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Starting download, target: DendriteStub
17332026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Starting download, target: Cockroach
17342026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-14T20:23:47.254ZMar 14 20:23:46.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-14T20:23:47.667ZMar 14 20:23:46.458 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-14T20:23:48.005ZMar 14 20:23:46.798 INFO Download complete, target: TransceiverControl
17422026-03-14T20:23:48.228ZMar 14 20:23:47.020 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-14T20:23:48.610ZMar 14 20:23:47.400 INFO Download complete, target: Console
17442026-03-14T20:23:48.943ZMar 14 20:23:47.735 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-14T20:23:49.221ZMar 14 20:23:48.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-14T20:23:49.566ZMar 14 20:23:48.359 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-14T20:23:49.664ZMar 14 20:23:48.457 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-14T20:23:49.664ZMar 14 20:23:48.457 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-14T20:23:52.514ZMar 14 20:23:51.306 INFO Download complete, target: DendriteStub
17502026-03-14T20:23:52.842ZMar 14 20:23:51.635 INFO Download complete, target: MaghemiteMgd
17512026-03-14T20:23:57.601ZMar 14 20:23:56.396 INFO Checking that binary works, target: Cockroach
17522026-03-14T20:23:57.734ZMar 14 20:23:56.528 INFO Download complete, target: Cockroach
17532026-03-14T20:24:00.837ZMar 14 20:23:59.632 INFO Checking that binary works, target: Clickhouse
17542026-03-14T20:24:00.946ZMar 14 20:23:59.741 INFO Download complete, target: Clickhouse
17552026-03-14T20:24:00.952ZAll prerequisites installed successfully
17562026-03-14T20:24:00.955Z
17572026-03-14T20:24:00.956Zreal 3:40.927909795
17582026-03-14T20:24:00.956Zuser 10:27.796354016
17592026-03-14T20:24:00.956Zsys 2:07.865464065
17602026-03-14T20:24:00.956Ztrap 0.349872388
17612026-03-14T20:24:00.956Ztflt 1.192206302
17622026-03-14T20:24:00.956Zdflt 1.693833125
17632026-03-14T20:24:00.956Zkflt 0.023677925
17642026-03-14T20:24:00.956Zlock 32:06.435192658
17652026-03-14T20:24:00.956Zslp 25:30.345223841
17662026-03-14T20:24:00.956Zlat 33.105244814
17672026-03-14T20:24:00.956Zstop 4:33.366396662
17682026-03-14T20:24:00.956Z+ ptime -m cargo xtask download softnpu
17692026-03-14T20:24:01.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17702026-03-14T20:24:01.682Z Running `target/debug/xtask download softnpu`
17712026-03-14T20:24:02.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
17722026-03-14T20:24:02.803Z Running `target/debug/xtask-downloader softnpu`
17732026-03-14T20:24:02.857ZMar 14 20:24:01.652 INFO Starting download, target: Softnpu
17742026-03-14T20:24:02.860ZMar 14 20:24:01.652 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-14T20:24:03.711ZMar 14 20:24:02.507 INFO Download complete, target: Softnpu
17762026-03-14T20:24:03.715Z
17772026-03-14T20:24:03.718Zreal 2.756165389
17782026-03-14T20:24:03.718Zuser 1.824380650
17792026-03-14T20:24:03.719Zsys 0.818391713
17802026-03-14T20:24:03.719Ztrap 0.001182192
17812026-03-14T20:24:03.719Ztflt 0.000057977
17822026-03-14T20:24:03.719Zdflt 0.000438438
17832026-03-14T20:24:03.719Zkflt 0.000000000
17842026-03-14T20:24:03.719Zlock 15.685888804
17852026-03-14T20:24:03.719Zslp 0.569080078
17862026-03-14T20:24:03.719Zlat 0.061007495
17872026-03-14T20:24:03.719Zstop 0.000198353
17882026-03-14T20:24:03.719Z+ export CARGO_INCREMENTAL=0
17892026-03-14T20:24:03.719Z+ CARGO_INCREMENTAL=0
17902026-03-14T20:24:03.719Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-14T20:24:04.946Z Compiling proc-macro2 v1.0.106
17922026-03-14T20:24:04.946Z Compiling quote v1.0.44
17932026-03-14T20:24:04.946Z Compiling unicode-ident v1.0.24
17942026-03-14T20:24:04.950Z Compiling libc v0.2.180
17952026-03-14T20:24:04.950Z Compiling serde_core v1.0.228
17962026-03-14T20:24:04.950Z Compiling serde v1.0.228
17972026-03-14T20:24:04.950Z Compiling cfg-if v1.0.4
17982026-03-14T20:24:04.950Z Compiling version_check v0.9.5
17992026-03-14T20:24:04.950Z Compiling find-msvc-tools v0.1.9
18002026-03-14T20:24:04.950Z Compiling shlex v1.3.0
18012026-03-14T20:24:04.950Z Compiling typenum v1.19.0
18022026-03-14T20:24:04.950Z Compiling portable-atomic v1.13.1
18032026-03-14T20:24:04.950Z Compiling memchr v2.8.0
18042026-03-14T20:24:04.950Z Compiling autocfg v1.5.0
18052026-03-14T20:24:05.116Z Compiling zmij v1.0.21
18062026-03-14T20:24:05.264Z Compiling serde_json v1.0.149
18072026-03-14T20:24:05.421Z Compiling zerocopy v0.8.40
18082026-03-14T20:24:05.538Z Compiling parking_lot_core v0.9.12
18092026-03-14T20:24:05.611Z Compiling generic-array v0.14.7
18102026-03-14T20:24:05.635Z Compiling libm v0.2.16
18112026-03-14T20:24:05.658Z Compiling smallvec v1.15.1
18122026-03-14T20:24:05.730Z Compiling icu_normalizer_data v2.1.1
18132026-03-14T20:24:05.836Z Compiling icu_properties_data v2.1.2
18142026-03-14T20:24:05.911Z Compiling itoa v1.0.17
18152026-03-14T20:24:05.915Z Compiling log v0.4.29
18162026-03-14T20:24:06.013Z Compiling getrandom v0.4.1
18172026-03-14T20:24:06.016Z Compiling num-traits v0.2.19
18182026-03-14T20:24:06.016Z Compiling pkg-config v0.3.32
18192026-03-14T20:24:06.109Z Compiling stable_deref_trait v1.2.1
18202026-03-14T20:24:06.211Z Compiling scopeguard v1.2.0
18212026-03-14T20:24:06.234Z Compiling subtle v2.6.1
18222026-03-14T20:24:06.355Z Compiling lock_api v0.4.14
18232026-03-14T20:24:06.380Z Compiling fnv v1.0.7
18242026-03-14T20:24:06.401Z Compiling jobserver v0.1.34
18252026-03-14T20:24:06.405Z Compiling getrandom v0.2.17
18262026-03-14T20:24:06.405Z Compiling errno v0.3.14
18272026-03-14T20:24:06.597Z Compiling thiserror v2.0.18
18282026-03-14T20:24:06.694Z Compiling rand_core v0.6.4
18292026-03-14T20:24:06.750Z Compiling cc v1.2.56
18302026-03-14T20:24:06.753Z Compiling getrandom v0.3.4
18312026-03-14T20:24:06.772Z Compiling pin-project-lite v0.2.17
18322026-03-14T20:24:06.838Z Compiling syn v2.0.117
18332026-03-14T20:24:06.963Z Compiling critical-section v1.2.0
18342026-03-14T20:24:07.088Z Compiling equivalent v1.0.2
18352026-03-14T20:24:07.132Z Compiling rustversion v1.0.22
18362026-03-14T20:24:07.136Z Compiling allocator-api2 v0.2.21
18372026-03-14T20:24:07.246Z Compiling percent-encoding v2.3.2
18382026-03-14T20:24:07.249Z Compiling writeable v0.6.2
18392026-03-14T20:24:07.253Z Compiling foldhash v0.2.0
18402026-03-14T20:24:07.423Z Compiling dunce v1.0.5
18412026-03-14T20:24:07.465Z Compiling fs_extra v1.3.0
18422026-03-14T20:24:07.579Z Compiling once_cell v1.21.3
18432026-03-14T20:24:07.659Z Compiling litemap v0.8.1
18442026-03-14T20:24:07.663Z Compiling hashbrown v0.16.1
18452026-03-14T20:24:07.710Z Compiling cmake v0.1.57
18462026-03-14T20:24:07.875Z Compiling const-oid v0.9.6
18472026-03-14T20:24:07.927Z Compiling signal-hook-registry v1.4.8
18482026-03-14T20:24:07.930Z Compiling rustix v1.1.3
18492026-03-14T20:24:08.038Z Compiling socket2 v0.6.2
18502026-03-14T20:24:08.041Z Compiling mio v1.1.1
18512026-03-14T20:24:08.088Z Compiling schemars v0.8.22
18522026-03-14T20:24:08.186Z Compiling utf8_iter v1.0.4
18532026-03-14T20:24:08.228Z Compiling aws-lc-rs v1.16.0
18542026-03-14T20:24:08.460Z Compiling semver v1.0.27
18552026-03-14T20:24:08.484Z Compiling indexmap v2.13.0
18562026-03-14T20:24:08.509Z Compiling parking_lot v0.12.5
18572026-03-14T20:24:08.559Z Compiling bitflags v2.11.0
18582026-03-14T20:24:08.609Z Compiling ring v0.17.14
18592026-03-14T20:24:08.632Z Compiling aws-lc-sys v0.37.1
18602026-03-14T20:24:08.768Z Compiling rand_core v0.10.0
18612026-03-14T20:24:08.894Z Compiling form_urlencoded v1.2.2
18622026-03-14T20:24:09.043Z Compiling strsim v0.11.1
18632026-03-14T20:24:09.064Z Compiling futures-core v0.3.32
18642026-03-14T20:24:09.264Z Compiling ucd-trie v0.1.7
18652026-03-14T20:24:09.296Z Compiling thiserror v1.0.69
18662026-03-14T20:24:09.452Z Compiling byteorder v1.5.0
18672026-03-14T20:24:09.455Z Compiling httparse v1.10.1
18682026-03-14T20:24:09.499Z Compiling pest v2.8.6
18692026-03-14T20:24:09.602Z Compiling ident_case v1.0.1
18702026-03-14T20:24:09.625Z Compiling heck v0.5.0
18712026-03-14T20:24:09.669Z Compiling vcpkg v0.2.15
18722026-03-14T20:24:09.888Z Compiling crossbeam-utils v0.8.21
18732026-03-14T20:24:09.939Z Compiling regex-syntax v0.8.10
18742026-03-14T20:24:09.990Z Compiling syn v1.0.109
18752026-03-14T20:24:10.088Z Compiling rustls v0.23.37
18762026-03-14T20:24:10.133Z Compiling futures-sink v0.3.32
18772026-03-14T20:24:10.190Z Compiling rustc_version v0.4.1
18782026-03-14T20:24:10.255Z Compiling cpufeatures v0.2.17
18792026-03-14T20:24:10.302Z Compiling futures-channel v0.3.32
18802026-03-14T20:24:10.305Z Compiling slab v0.4.12
18812026-03-14T20:24:10.306Z Compiling futures-task v0.3.32
18822026-03-14T20:24:10.376Z Compiling futures-io v0.3.32
18832026-03-14T20:24:10.496Z Compiling openssl-sys v0.9.111
18842026-03-14T20:24:10.517Z Compiling plain v0.2.3
18852026-03-14T20:24:10.570Z Compiling iana-time-zone v0.1.65
18862026-03-14T20:24:10.596Z Compiling uuid v1.21.0
18872026-03-14T20:24:10.647Z Compiling aho-corasick v1.1.4
18882026-03-14T20:24:10.707Z Compiling num-conv v0.2.0
18892026-03-14T20:24:10.732Z Compiling time-core v0.1.8
18902026-03-14T20:24:10.848Z Compiling synstructure v0.13.2
18912026-03-14T20:24:10.902Z Compiling serde_derive_internals v0.29.1
18922026-03-14T20:24:11.002Z Compiling time-macros v0.2.27
18932026-03-14T20:24:11.027Z Compiling pest_meta v2.8.6
18942026-03-14T20:24:11.292Z Compiling openssl v0.10.75
18952026-03-14T20:24:11.426Z Compiling pretty-hex v0.4.1
18962026-03-14T20:24:11.766Z Compiling crc32fast v1.5.0
18972026-03-14T20:24:11.841Z Compiling pest_generator v2.8.6
18982026-03-14T20:24:11.883Z Compiling base64ct v1.8.3
18992026-03-14T20:24:11.905Z Compiling either v1.15.0
19002026-03-14T20:24:11.999Z Compiling anyhow v1.0.102
19012026-03-14T20:24:12.045Z Compiling regex-automata v0.4.14
19022026-03-14T20:24:12.082Z Compiling darling_core v0.21.3
19032026-03-14T20:24:12.108Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-14T20:24:12.158Z Compiling flagset v0.4.7
19052026-03-14T20:24:12.198Z Compiling native-tls v0.2.18
19062026-03-14T20:24:12.288Z Compiling pem-rfc7468 v0.7.0
19072026-03-14T20:24:12.326Z Compiling rand_core v0.9.5
19082026-03-14T20:24:12.424Z Compiling slog v2.8.2
19092026-03-14T20:24:12.534Z Compiling tracing-core v0.1.36
19102026-03-14T20:24:12.637Z Compiling dyn-clone v1.0.20
19112026-03-14T20:24:12.664Z Compiling untrusted v0.9.0
19122026-03-14T20:24:12.689Z Compiling rayon-core v1.13.0
19132026-03-14T20:24:12.791Z Compiling serde_derive v1.0.228
19142026-03-14T20:24:12.839Z Compiling zeroize_derive v1.4.3
19152026-03-14T20:24:12.864Z Compiling zerofrom-derive v0.1.6
19162026-03-14T20:24:12.887Z Compiling yoke-derive v0.8.1
19172026-03-14T20:24:12.951Z Compiling zerovec-derive v0.11.2
19182026-03-14T20:24:12.976Z Compiling displaydoc v0.2.5
19192026-03-14T20:24:13.001Z Compiling zerocopy-derive v0.8.40
19202026-03-14T20:24:13.030Z Compiling tokio-macros v2.6.0
19212026-03-14T20:24:13.282Z Compiling futures-macro v0.3.32
19222026-03-14T20:24:13.678Z Compiling zeroize v1.8.2
19232026-03-14T20:24:13.912Z Compiling thiserror-impl v2.0.18
19242026-03-14T20:24:14.010Z Compiling tracing-attributes v0.1.31
19252026-03-14T20:24:14.263Z Compiling der_derive v0.7.3
19262026-03-14T20:24:14.338Z Compiling schemars_derive v0.8.22
19272026-03-14T20:24:14.388Z Compiling thiserror-impl v1.0.69
19282026-03-14T20:24:14.453Z Compiling zerofrom v0.1.6
19292026-03-14T20:24:14.641Z Compiling yoke v0.8.1
19302026-03-14T20:24:14.783Z Compiling crypto-common v0.1.7
19312026-03-14T20:24:14.884Z Compiling zerovec v0.11.5
19322026-03-14T20:24:14.924Z Compiling zerotrie v0.2.3
19332026-03-14T20:24:15.501Z Compiling block-buffer v0.10.4
19342026-03-14T20:24:15.568Z Compiling pest_derive v2.8.6
19352026-03-14T20:24:15.610Z Compiling tinystr v0.8.2
19362026-03-14T20:24:15.636Z Compiling potential_utf v0.1.4
19372026-03-14T20:24:15.680Z Compiling digest v0.10.7
19382026-03-14T20:24:15.881Z Compiling icu_locale_core v2.1.1
19392026-03-14T20:24:15.906Z Compiling icu_collections v2.1.1
19402026-03-14T20:24:15.910Z Compiling futures-util v0.3.32
19412026-03-14T20:24:15.955Z Compiling hmac v0.12.1
19422026-03-14T20:24:16.087Z Compiling block-padding v0.3.3
19432026-03-14T20:24:16.125Z Compiling sha2 v0.10.9
19442026-03-14T20:24:16.155Z Compiling rustls-pki-types v1.14.0
19452026-03-14T20:24:16.201Z Compiling scroll_derive v0.13.1
19462026-03-14T20:24:16.300Z Compiling inout v0.1.4
19472026-03-14T20:24:16.848Z Compiling cipher v0.4.4
19482026-03-14T20:24:17.064Z Compiling icu_provider v2.1.1
19492026-03-14T20:24:17.169Z Compiling bytes v1.11.1
19502026-03-14T20:24:17.246Z Compiling chrono v0.4.44
19512026-03-14T20:24:17.253Z Compiling serde_tokenstream v0.2.3
19522026-03-14T20:24:17.293Z Compiling scroll_derive v0.12.1
19532026-03-14T20:24:17.420Z Compiling icu_properties v2.1.2
19542026-03-14T20:24:17.606Z Compiling icu_normalizer v2.1.1
19552026-03-14T20:24:17.857Z Compiling openssl-macros v0.1.1
19562026-03-14T20:24:18.032Z Compiling tokio v1.49.0
19572026-03-14T20:24:18.426Z Compiling http v1.4.0
19582026-03-14T20:24:19.062Z Compiling idna_adapter v1.2.1
19592026-03-14T20:24:19.213Z Compiling idna v1.1.0
19602026-03-14T20:24:19.319Z Compiling der v0.7.10
19612026-03-14T20:24:19.343Z Compiling darling_macro v0.21.3
19622026-03-14T20:24:19.531Z Compiling ppv-lite86 v0.2.21
19632026-03-14T20:24:19.646Z Compiling regex v1.12.3
19642026-03-14T20:24:19.720Z Compiling url v2.5.8
19652026-03-14T20:24:19.800Z Compiling zerocopy-derive v0.7.35
19662026-03-14T20:24:19.976Z Compiling darling v0.21.3
19672026-03-14T20:24:20.102Z Compiling salsa20 v0.10.2
19682026-03-14T20:24:20.223Z Compiling pbkdf2 v0.12.2
19692026-03-14T20:24:20.298Z Compiling tracing v0.1.44
19702026-03-14T20:24:20.608Z Compiling spki v0.7.3
19712026-03-14T20:24:20.841Z Compiling cookie v0.18.1
19722026-03-14T20:24:20.845Z Compiling camino v1.2.2
19732026-03-14T20:24:20.889Z Compiling base64 v0.22.1
19742026-03-14T20:24:21.168Z Compiling scrypt v0.11.0
19752026-03-14T20:24:21.192Z Compiling rand_chacha v0.9.0
19762026-03-14T20:24:21.268Z Compiling cbc v0.1.2
19772026-03-14T20:24:21.291Z Compiling aes v0.8.4
19782026-03-14T20:24:21.877Z Compiling usdt-impl v0.5.0
19792026-03-14T20:24:21.958Z Compiling paste v1.0.15
19802026-03-14T20:24:22.032Z Compiling winnow v0.7.14
19812026-03-14T20:24:22.127Z Compiling usdt-impl v0.6.0
19822026-03-14T20:24:22.174Z Compiling ref-cast v1.0.25
19832026-03-14T20:24:22.540Z Compiling pkcs5 v0.7.1
19842026-03-14T20:24:22.563Z Compiling rand v0.9.2
19852026-03-14T20:24:22.748Z Compiling http-body v1.0.1
19862026-03-14T20:24:22.892Z Compiling scroll v0.12.0
19872026-03-14T20:24:22.956Z Compiling scroll v0.13.0
19882026-03-14T20:24:22.978Z Compiling serde_spanned v0.6.9
19892026-03-14T20:24:23.093Z Compiling toml_datetime v0.6.11
19902026-03-14T20:24:23.190Z Compiling tokio-util v0.7.18
19912026-03-14T20:24:23.286Z Compiling heapless v0.7.17
19922026-03-14T20:24:23.391Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-14T20:24:23.416Z Compiling untrusted v0.7.1
19942026-03-14T20:24:23.462Z Compiling openssl-probe v0.2.1
19952026-03-14T20:24:23.514Z Compiling signal-hook v0.3.18
19962026-03-14T20:24:23.647Z Compiling atomic-waker v1.1.2
19972026-03-14T20:24:23.697Z Compiling zstd-safe v7.2.4
19982026-03-14T20:24:23.971Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-14T20:24:23.971Z Compiling goblin v0.10.5
20002026-03-14T20:24:24.021Z Compiling goblin v0.8.2
20012026-03-14T20:24:24.117Z Compiling pkcs8 v0.10.2
20022026-03-14T20:24:24.532Z Compiling zerocopy v0.7.35
20032026-03-14T20:24:24.566Z Compiling ref-cast-impl v1.0.25
20042026-03-14T20:24:24.768Z Compiling darling_core v0.20.11
20052026-03-14T20:24:25.090Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-14T20:24:25.113Z Compiling memoffset v0.9.1
20072026-03-14T20:24:25.176Z Compiling fastrand v2.3.0
20082026-03-14T20:24:25.343Z Compiling rustix v0.38.44
20092026-03-14T20:24:25.391Z Compiling litrs v1.0.0
20102026-03-14T20:24:25.457Z Compiling tower-layer v0.3.3
20112026-03-14T20:24:25.481Z Compiling winnow v0.5.40
20122026-03-14T20:24:25.694Z Compiling tower-service v0.3.3
20132026-03-14T20:24:25.862Z Compiling try-lock v0.2.5
20142026-03-14T20:24:26.024Z Compiling tinyvec_macros v0.1.1
20152026-03-14T20:24:26.049Z Compiling want v0.3.1
20162026-03-14T20:24:26.053Z Compiling document-features v0.2.12
20172026-03-14T20:24:26.131Z Compiling tinyvec v1.10.0
20182026-03-14T20:24:26.299Z Compiling h2 v0.4.13
20192026-03-14T20:24:26.786Z Compiling dtrace-parser v0.2.0
20202026-03-14T20:24:26.897Z Compiling dtrace-parser v0.3.0
20212026-03-14T20:24:27.395Z Compiling toml_edit v0.19.15
20222026-03-14T20:24:27.424Z Compiling dof v0.3.0
20232026-03-14T20:24:27.608Z Compiling darling_macro v0.20.11
20242026-03-14T20:24:27.641Z Compiling ipnet v2.11.0
20252026-03-14T20:24:27.754Z Compiling dof v0.4.0
20262026-03-14T20:24:27.886Z Compiling async-trait v0.1.89
20272026-03-14T20:24:28.226Z Compiling daft-derive v0.1.5
20282026-03-14T20:24:28.285Z Compiling curve25519-dalek v4.1.3
20292026-03-14T20:24:28.470Z Compiling spin v0.9.8
20302026-03-14T20:24:28.515Z Compiling thread-id v5.1.0
20312026-03-14T20:24:28.631Z Compiling thread-id v4.2.2
20322026-03-14T20:24:28.654Z Compiling proc-macro-error-attr v1.0.4
20332026-03-14T20:24:28.931Z Compiling foreign-types-shared v0.1.1
20342026-03-14T20:24:28.964Z Compiling httpdate v1.0.3
20352026-03-14T20:24:29.063Z Compiling pin-utils v0.1.0
20362026-03-14T20:24:29.150Z Compiling cfg_aliases v0.2.1
20372026-03-14T20:24:29.174Z Compiling num-bigint-dig v0.8.6
20382026-03-14T20:24:29.234Z Compiling smoltcp v0.9.1
20392026-03-14T20:24:29.264Z Compiling powerfmt v0.2.0
20402026-03-14T20:24:29.291Z Compiling nix v0.31.1
20412026-03-14T20:24:29.291Z Compiling foreign-types v0.3.2
20422026-03-14T20:24:29.342Z Compiling tempfile v3.25.0
20432026-03-14T20:24:29.633Z Compiling deranged v0.5.8
20442026-03-14T20:24:29.711Z Compiling darling v0.20.11
20452026-03-14T20:24:30.146Z Compiling ipnetwork v0.21.1
20462026-03-14T20:24:30.215Z Compiling strum_macros v0.26.4
20472026-03-14T20:24:30.377Z Compiling wait-timeout v0.2.1
20482026-03-14T20:24:30.422Z Compiling hyper v1.8.1
20492026-03-14T20:24:30.457Z Compiling proc-macro-error v1.0.4
20502026-03-14T20:24:30.726Z Compiling unicode-segmentation v1.12.0
20512026-03-14T20:24:30.751Z Compiling simd-adler32 v0.3.8
20522026-03-14T20:24:30.777Z Compiling bit-vec v0.8.0
20532026-03-14T20:24:31.074Z Compiling anstyle v1.0.13
20542026-03-14T20:24:31.099Z Compiling siphasher v1.0.2
20552026-03-14T20:24:31.250Z Compiling quick-error v1.2.3
20562026-03-14T20:24:31.331Z Compiling num_threads v0.1.7
20572026-03-14T20:24:31.375Z Compiling utf8parse v0.2.2
20582026-03-14T20:24:31.450Z Compiling time v0.3.47
20592026-03-14T20:24:31.475Z Compiling rusty-fork v0.3.1
20602026-03-14T20:24:31.579Z Compiling anstyle-parse v0.2.7
20612026-03-14T20:24:31.877Z Compiling bit-set v0.8.0
20622026-03-14T20:24:32.115Z Compiling hyper-util v0.1.20
20632026-03-14T20:24:32.457Z Compiling crossbeam-epoch v0.9.18
20642026-03-14T20:24:32.568Z Compiling derive_builder_core v0.20.2
20652026-03-14T20:24:32.908Z Compiling unicode-normalization v0.1.25
20662026-03-14T20:24:33.575Z Compiling rustls-native-certs v0.8.3
20672026-03-14T20:24:33.963Z Compiling signature v2.2.0
20682026-03-14T20:24:34.038Z Compiling hubpack_derive v0.1.1
20692026-03-14T20:24:34.065Z Compiling strum_macros v0.27.2
20702026-03-14T20:24:34.150Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-14T20:24:34.181Z Compiling rand_xorshift v0.4.0
20722026-03-14T20:24:34.185Z Compiling sync_wrapper v1.0.2
20732026-03-14T20:24:34.230Z Compiling fs-err v3.3.0
20742026-03-14T20:24:34.368Z Compiling ahash v0.8.12
20752026-03-14T20:24:34.468Z Compiling is_terminal_polyfill v1.70.2
20762026-03-14T20:24:34.604Z Compiling anstyle-query v1.1.5
20772026-03-14T20:24:34.640Z Compiling colorchoice v1.0.4
20782026-03-14T20:24:34.664Z Compiling adler2 v2.0.1
20792026-03-14T20:24:34.668Z Compiling unicode-bidi v0.3.18
20802026-03-14T20:24:34.765Z Compiling object v0.37.3
20812026-03-14T20:24:34.808Z Compiling unicode-properties v0.1.4
20822026-03-14T20:24:34.854Z Compiling unarray v0.1.4
20832026-03-14T20:24:34.977Z Compiling miniz_oxide v0.8.9
20842026-03-14T20:24:35.015Z Compiling proptest v1.10.0
20852026-03-14T20:24:35.112Z Compiling anstream v0.6.21
20862026-03-14T20:24:35.257Z Compiling stringprep v0.1.5
20872026-03-14T20:24:35.723Z Compiling tower v0.5.3
20882026-03-14T20:24:35.785Z Compiling derive_builder_macro v0.20.2
20892026-03-14T20:24:36.186Z Compiling crossbeam-deque v0.8.6
20902026-03-14T20:24:36.208Z Compiling heck v0.4.1
20912026-03-14T20:24:36.374Z Compiling usdt-attr-macro v0.6.0
20922026-03-14T20:24:36.397Z Compiling usdt-macro v0.6.0
20932026-03-14T20:24:36.616Z Compiling http-body-util v0.1.3
20942026-03-14T20:24:36.666Z Compiling webpki-roots v1.0.6
20952026-03-14T20:24:36.944Z Compiling rand_chacha v0.3.1
20962026-03-14T20:24:36.984Z Compiling erased-serde v0.3.31
20972026-03-14T20:24:37.011Z Compiling md-5 v0.10.6
20982026-03-14T20:24:37.146Z Compiling num-integer v0.1.46
20992026-03-14T20:24:37.223Z Compiling hash32 v0.2.1
21002026-03-14T20:24:37.303Z Compiling vergen-lib v0.1.6
21012026-03-14T20:24:37.332Z Compiling ff v0.13.1
21022026-03-14T20:24:37.429Z Compiling iri-string v0.7.10
21032026-03-14T20:24:37.432Z Compiling base16ct v0.2.0
21042026-03-14T20:24:37.452Z Compiling psl-types v2.0.11
21052026-03-14T20:24:37.501Z Compiling fallible-iterator v0.2.0
21062026-03-14T20:24:37.505Z Compiling zlib-rs v0.6.2
21072026-03-14T20:24:37.551Z Compiling ryu v1.0.23
21082026-03-14T20:24:37.621Z Compiling publicsuffix v2.3.0
21092026-03-14T20:24:37.665Z Compiling sec1 v0.7.3
21102026-03-14T20:24:37.689Z Compiling group v0.13.0
21112026-03-14T20:24:37.692Z Compiling num-iter v0.1.45
21122026-03-14T20:24:37.760Z Compiling serde_urlencoded v0.7.1
21132026-03-14T20:24:37.894Z Compiling postgres-protocol v0.6.10
21142026-03-14T20:24:37.897Z Compiling newtype-uuid v1.3.2
21152026-03-14T20:24:38.130Z Compiling rand v0.8.5
21162026-03-14T20:24:38.376Z Compiling oxnet v0.1.4
21172026-03-14T20:24:38.556Z Compiling zone_cfg_derive v0.3.1
21182026-03-14T20:24:38.617Z Compiling derive_builder v0.20.2
21192026-03-14T20:24:38.837Z Compiling tokio-native-tls v0.3.1
21202026-03-14T20:24:38.865Z Compiling phf_shared v0.13.1
21212026-03-14T20:24:38.967Z Compiling lazy_static v1.5.0
21222026-03-14T20:24:39.062Z Compiling tower-http v0.6.8
21232026-03-14T20:24:39.140Z Compiling terminal_size v0.4.3
21242026-03-14T20:24:39.145Z Compiling serde_with_macros v3.17.0
21252026-03-14T20:24:39.211Z Compiling cargo-platform v0.1.9
21262026-03-14T20:24:39.261Z Compiling hkdf v0.12.4
21272026-03-14T20:24:39.335Z Compiling crypto-bigint v0.5.5
21282026-03-14T20:24:39.384Z Compiling serde_repr v0.1.20
21292026-03-14T20:24:39.417Z Compiling enum-as-inner v0.6.1
21302026-03-14T20:24:39.420Z Compiling clap_derive v4.5.55
21312026-03-14T20:24:39.464Z Compiling vergen v9.0.6
21322026-03-14T20:24:39.670Z Compiling managed v0.8.0
21332026-03-14T20:24:39.775Z Compiling libbz2-rs-sys v0.2.2
21342026-03-14T20:24:39.862Z Compiling bitflags v1.3.2
21352026-03-14T20:24:39.968Z Compiling foldhash v0.1.5
21362026-03-14T20:24:40.030Z Compiling clap_lex v1.0.0
21372026-03-14T20:24:40.059Z Compiling bumpalo v3.20.2
21382026-03-14T20:24:40.107Z Compiling unicode-width v0.2.0
21392026-03-14T20:24:40.208Z Compiling hashbrown v0.15.5
21402026-03-14T20:24:40.391Z Compiling zopfli v0.8.3
21412026-03-14T20:24:40.417Z Compiling bzip2 v0.6.1
21422026-03-14T20:24:40.443Z Compiling console v0.16.2
21432026-03-14T20:24:40.497Z Compiling clap_builder v4.5.60
21442026-03-14T20:24:40.552Z Compiling flate2 v1.1.9
21452026-03-14T20:24:40.704Z Compiling elliptic-curve v0.13.8
21462026-03-14T20:24:40.947Z Compiling cargo_metadata v0.19.2
21472026-03-14T20:24:41.156Z Compiling phf v0.13.1
21482026-03-14T20:24:41.183Z Compiling hyper-tls v0.6.0
21492026-03-14T20:24:41.376Z Compiling signal-hook-mio v0.2.5
21502026-03-14T20:24:41.399Z Compiling daft v0.1.5
21512026-03-14T20:24:41.423Z Compiling rayon v1.11.0
21522026-03-14T20:24:41.537Z Compiling cookie_store v0.22.1
21532026-03-14T20:24:41.561Z Compiling postgres-types v0.2.12
21542026-03-14T20:24:41.618Z Compiling zstd v0.13.3
21552026-03-14T20:24:41.775Z Compiling bzip2 v0.4.4
21562026-03-14T20:24:41.963Z Compiling strum v0.27.2
21572026-03-14T20:24:42.154Z Compiling hubpack v0.1.2
21582026-03-14T20:24:42.289Z Compiling ed25519 v2.2.3
21592026-03-14T20:24:42.332Z Compiling phf_shared v0.11.3
21602026-03-14T20:24:42.591Z Compiling pkcs1 v0.7.5
21612026-03-14T20:24:42.614Z Compiling serde-big-array v0.5.1
21622026-03-14T20:24:42.707Z Compiling hex v0.4.3
21632026-03-14T20:24:42.840Z Compiling rfc6979 v0.4.0
21642026-03-14T20:24:42.887Z Compiling bstr v1.12.1
21652026-03-14T20:24:43.035Z Compiling itertools v0.12.1
21662026-03-14T20:24:43.058Z Compiling float-cmp v0.10.0
21672026-03-14T20:24:43.106Z Compiling memmap2 v0.9.10
21682026-03-14T20:24:43.109Z Compiling env_filter v1.0.0
21692026-03-14T20:24:43.169Z Compiling encoding_rs v0.8.35
21702026-03-14T20:24:43.212Z Compiling precomputed-hash v0.1.1
21712026-03-14T20:24:43.294Z Compiling toml_write v0.1.2
21722026-03-14T20:24:43.344Z Compiling predicates-core v1.0.10
21732026-03-14T20:24:43.399Z Compiling unit-prefix v0.5.2
21742026-03-14T20:24:43.513Z Compiling fixedbitset v0.5.7
21752026-03-14T20:24:43.579Z Compiling whoami v2.1.0
21762026-03-14T20:24:43.606Z Compiling data-encoding v2.10.0
21772026-03-14T20:24:43.776Z Compiling fixedbitset v0.4.2
21782026-03-14T20:24:43.858Z Compiling rustc-hash v2.1.1
21792026-03-14T20:24:43.890Z Compiling keccak v0.1.6
21802026-03-14T20:24:43.913Z Compiling normalize-line-endings v0.3.0
21812026-03-14T20:24:44.070Z Compiling static_assertions v1.1.0
21822026-03-14T20:24:44.074Z Compiling new_debug_unreachable v1.0.6
21832026-03-14T20:24:44.143Z Compiling difflib v0.4.0
21842026-03-14T20:24:44.180Z Compiling jiff v0.2.21
21852026-03-14T20:24:44.203Z Compiling mime v0.3.17
21862026-03-14T20:24:44.254Z Compiling string_cache v0.8.9
21872026-03-14T20:24:44.258Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-14T20:24:44.352Z Compiling sha3 v0.10.8
21892026-03-14T20:24:44.428Z Compiling hickory-proto v0.25.2
21902026-03-14T20:24:44.567Z Compiling predicates v3.1.4
21912026-03-14T20:24:44.721Z Compiling zone v0.3.1
21922026-03-14T20:24:44.747Z Compiling petgraph v0.6.5
21932026-03-14T20:24:44.785Z Compiling iddqd v0.3.17
21942026-03-14T20:24:44.992Z Compiling tokio-postgres v0.7.16
21952026-03-14T20:24:45.178Z Compiling petgraph v0.8.3
21962026-03-14T20:24:45.370Z Compiling indicatif v0.18.4
21972026-03-14T20:24:45.570Z Compiling similar v2.7.0
21982026-03-14T20:24:46.299Z Compiling toml_edit v0.22.27
21992026-03-14T20:24:46.409Z Compiling env_logger v0.11.9
22002026-03-14T20:24:46.585Z Compiling usdt v0.6.0
22012026-03-14T20:24:46.922Z Compiling serde_with v3.17.0
22022026-03-14T20:24:47.191Z Compiling ecdsa v0.16.9
22032026-03-14T20:24:47.731Z Compiling rsa v0.9.10
22042026-03-14T20:24:47.822Z Compiling zip v4.6.1
22052026-03-14T20:24:48.165Z Compiling clap v4.5.60
22062026-03-14T20:24:48.288Z Compiling ed25519-dalek v2.2.0
22072026-03-14T20:24:48.688Z Compiling crossterm v0.28.1
22082026-03-14T20:24:49.378Z Compiling zip v0.6.6
22092026-03-14T20:24:49.413Z Compiling strum v0.26.3
22102026-03-14T20:24:49.515Z Compiling toml v0.7.8
22112026-03-14T20:24:49.614Z Compiling tokio-stream v0.1.18
22122026-03-14T20:24:49.643Z Compiling buf-list v1.1.2
22132026-03-14T20:24:49.951Z Compiling x509-cert v0.2.5
22142026-03-14T20:24:50.008Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-14T20:24:50.121Z Compiling openapiv3 v2.2.0
22162026-03-14T20:24:50.263Z Compiling sha1 v0.10.6
22172026-03-14T20:24:50.374Z Compiling itertools v0.13.0
22182026-03-14T20:24:50.771Z Compiling lalrpop-util v0.19.12
22192026-03-14T20:24:50.842Z Compiling peg-runtime v0.8.5
22202026-03-14T20:25:06.290Z Compiling macaddr v1.0.1
22212026-03-14T20:25:06.450Z Compiling structmeta-derive v0.3.0
22222026-03-14T20:25:06.482Z Compiling itertools v0.14.0
22232026-03-14T20:25:07.371Z Compiling heapless v0.8.0
22242026-03-14T20:25:08.206Z Compiling ingot-macros v0.1.1
22252026-03-14T20:25:08.334Z Compiling structmeta v0.3.0
22262026-03-14T20:25:11.728Z Compiling rustls-webpki v0.103.9
22272026-03-14T20:25:13.608Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-14T20:25:14.453Z Compiling hash32 v0.3.1
22292026-03-14T20:25:14.685Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-14T20:25:14.812Z Compiling smoltcp v0.11.0
22312026-03-14T20:25:15.205Z Compiling proc-macro-crate v3.4.0
22322026-03-14T20:25:15.286Z Compiling ingot-types v0.1.2
22332026-03-14T20:25:15.315Z Compiling cobs v0.3.0
22342026-03-14T20:25:15.377Z Compiling rustls v0.22.4
22352026-03-14T20:25:15.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-14T20:25:15.709Z Compiling postcard v1.1.3
22372026-03-14T20:25:15.777Z Compiling proc-macro-crate v1.3.1
22382026-03-14T20:25:15.819Z Compiling num_enum_derive v0.7.5
22392026-03-14T20:25:15.915Z Compiling ingot v0.1.1
22402026-03-14T20:25:15.969Z Compiling rustls-webpki v0.102.8
22412026-03-14T20:25:16.251Z Compiling futures-executor v0.3.32
22422026-03-14T20:25:16.274Z Compiling foreign-types-macros v0.2.3
22432026-03-14T20:25:16.294Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-14T20:25:16.536Z Compiling tokio-rustls v0.26.4
22452026-03-14T20:25:16.639Z Compiling rustls-platform-verifier v0.6.2
22462026-03-14T20:25:16.861Z Compiling hyper-rustls v0.27.7
22472026-03-14T20:25:16.910Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-14T20:25:16.934Z Compiling multer v3.1.0
22492026-03-14T20:25:16.937Z Compiling thread_local v1.1.9
22502026-03-14T20:25:17.070Z Compiling cpufeatures v0.3.0
22512026-03-14T20:25:17.116Z Compiling typeid v1.0.3
22522026-03-14T20:25:17.140Z Compiling slog-async v2.8.0
22532026-03-14T20:25:17.191Z Compiling reqwest v0.13.2
22542026-03-14T20:25:17.219Z Compiling reqwest v0.12.28
22552026-03-14T20:25:17.224Z Compiling foreign-types-shared v0.3.1
22562026-03-14T20:25:17.299Z Compiling match_cfg v0.1.0
22572026-03-14T20:25:17.379Z Compiling foreign-types v0.5.0
22582026-03-14T20:25:17.415Z Compiling hostname v0.3.1
22592026-03-14T20:25:17.527Z Compiling chacha20 v0.10.0
22602026-03-14T20:25:17.552Z Compiling num_enum v0.7.5
22612026-03-14T20:25:17.624Z Compiling futures v0.3.32
22622026-03-14T20:25:17.650Z Compiling num_enum_derive v0.5.11
22632026-03-14T20:25:17.927Z Compiling derive-ex v0.1.8
22642026-03-14T20:25:17.963Z Compiling tabwriter v1.4.1
22652026-03-14T20:25:17.985Z Compiling slog-json v2.6.1
22662026-03-14T20:25:18.334Z Compiling crossbeam-channel v0.5.15
22672026-03-14T20:25:18.356Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-14T20:25:18.467Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-14T20:25:18.934Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-14T20:25:18.957Z Compiling async-stream-impl v0.3.6
22712026-03-14T20:25:19.055Z Compiling serde_spanned v1.0.4
22722026-03-14T20:25:19.090Z Compiling is-terminal v0.4.17
22732026-03-14T20:25:19.123Z Compiling cstr-argument v0.1.2
22742026-03-14T20:25:19.243Z Compiling dropshot v0.16.7
22752026-03-14T20:25:19.293Z Compiling crucible-workspace-hack v0.1.0
22762026-03-14T20:25:19.319Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22772026-03-14T20:25:19.345Z Compiling term v1.2.1
22782026-03-14T20:25:19.371Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-14T20:25:19.523Z Compiling erased-serde v0.4.9
22802026-03-14T20:25:19.563Z Compiling take_mut v0.2.2
22812026-03-14T20:25:19.662Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-14T20:25:19.724Z Compiling async-stream v0.3.6
22832026-03-14T20:25:19.814Z Compiling slog-term v2.9.2
22842026-03-14T20:25:19.849Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-14T20:25:19.961Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-03-14T20:25:19.995Z Compiling num_enum v0.5.11
22872026-03-14T20:25:20.097Z Compiling test-strategy v0.4.5
22882026-03-14T20:25:20.119Z Compiling slog-bunyan v2.5.0
22892026-03-14T20:25:20.144Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-03-14T20:25:20.171Z Compiling rand v0.10.0
22912026-03-14T20:25:20.458Z Compiling tokio-rustls v0.25.0
22922026-03-14T20:25:20.582Z Compiling parse-display-derive v0.10.0
22932026-03-14T20:25:20.816Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22942026-03-14T20:25:21.127Z Compiling backon v1.6.0
22952026-03-14T20:25:21.159Z Compiling waitgroup v0.1.2
22962026-03-14T20:25:21.261Z Compiling dropshot_endpoint v0.16.7
22972026-03-14T20:25:21.336Z Compiling newtype-uuid-macros v0.1.0
22982026-03-14T20:25:21.375Z Compiling rustls-pemfile v2.2.0
22992026-03-14T20:25:21.417Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002026-03-14T20:25:21.445Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-14T20:25:21.491Z Compiling serde_path_to_error v0.1.20
23022026-03-14T20:25:21.638Z Compiling hostname v0.4.2
23032026-03-14T20:25:21.760Z Compiling instant v0.1.13
23042026-03-14T20:25:21.800Z Compiling colored v3.1.1
23052026-03-14T20:25:21.870Z Compiling libefi-sys v0.1.0
23062026-03-14T20:25:21.895Z Compiling debug-ignore v1.0.5
23072026-03-14T20:25:21.922Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-03-14T20:25:21.947Z Compiling backoff v0.4.0
23092026-03-14T20:25:21.972Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102026-03-14T20:25:22.070Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-14T20:25:22.193Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-14T20:25:22.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-03-14T20:25:22.278Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-14T20:25:22.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-14T20:25:22.342Z Compiling camino-tempfile v1.4.1
23162026-03-14T20:25:22.622Z Compiling parse-display v0.10.0
23172026-03-14T20:25:22.676Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-14T20:25:22.701Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-03-14T20:25:22.865Z Compiling usdt-macro v0.5.0
23202026-03-14T20:25:22.900Z Compiling usdt-attr-macro v0.5.0
23212026-03-14T20:25:22.958Z Compiling secrecy v0.10.3
23222026-03-14T20:25:23.234Z Compiling bitfield-struct v0.6.2
23232026-03-14T20:25:23.258Z Compiling num-derive v0.4.2
23242026-03-14T20:25:23.714Z Compiling regress v0.10.5
23252026-03-14T20:25:23.793Z Compiling ordered-float v2.10.1
23262026-03-14T20:25:23.819Z Compiling blake3 v1.8.3
23272026-03-14T20:25:23.895Z Compiling memmap v0.7.0
23282026-03-14T20:25:23.927Z Compiling sigpipe v0.1.3
23292026-03-14T20:25:24.072Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-14T20:25:24.095Z Compiling glob v0.3.3
23312026-03-14T20:25:24.216Z Compiling serde-value v0.7.0
23322026-03-14T20:25:24.246Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23332026-03-14T20:25:24.378Z Compiling usdt v0.5.0
23342026-03-14T20:25:24.498Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-14T20:25:24.699Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-14T20:25:24.725Z Compiling serde-untagged v0.1.9
23372026-03-14T20:25:24.729Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-14T20:25:25.064Z Compiling toml v0.8.23
23392026-03-14T20:25:25.136Z Compiling smf v0.2.3
23402026-03-14T20:25:25.158Z Compiling filetime v0.2.27
23412026-03-14T20:25:25.162Z Compiling constant_time_eq v0.4.2
23422026-03-14T20:25:25.208Z Compiling arrayref v0.3.9
23432026-03-14T20:25:25.233Z Compiling same-file v1.0.6
23442026-03-14T20:25:25.279Z Compiling whoami v1.6.1
23452026-03-14T20:25:25.326Z Compiling unicode-xid v0.2.6
23462026-03-14T20:25:25.393Z Compiling xattr v1.6.1
23472026-03-14T20:25:25.445Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-14T20:25:25.448Z Compiling arrayvec v0.7.6
23492026-03-14T20:25:25.493Z Compiling walkdir v2.5.0
23502026-03-14T20:25:25.517Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23512026-03-14T20:25:25.543Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-03-14T20:25:25.570Z Compiling tar v0.4.44
23532026-03-14T20:25:25.663Z Compiling tokio-dtrace v0.1.1
23542026-03-14T20:25:25.846Z Compiling cargo-util-schemas v0.8.2
23552026-03-14T20:25:25.880Z Compiling gethostname v0.5.0
23562026-03-14T20:25:26.073Z Compiling cargo-platform v0.2.0
23572026-03-14T20:25:26.107Z Compiling topological-sort v0.2.2
23582026-03-14T20:25:26.349Z Compiling oxide-tokio-rt v0.1.3
23592026-03-14T20:25:26.423Z Compiling shell-words v1.1.1
23602026-03-14T20:25:26.444Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-14T20:25:26.588Z Compiling indent_write v2.2.0
23622026-03-14T20:25:27.457Z Compiling cargo_metadata v0.21.0
23632026-03-14T20:25:38.668Z Compiling progenitor-client v0.13.0
23642026-03-14T20:25:38.706Z Compiling progenitor-client v0.10.0
23652026-03-14T20:25:38.710Z Compiling omicron-zone-package v0.12.2
23662026-03-14T20:25:38.823Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-14T20:25:38.827Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-14T20:25:38.827Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-14T20:25:38.827Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-14T20:25:39.016Z Compiling progenitor-extras v0.1.1
23712026-03-14T20:25:39.281Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-14T20:25:48.898Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-14T20:25:50.199Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-14T20:25:58.532Z Finished `release` profile [optimized] target(s) in 1m 54s
23752026-03-14T20:25:58.726Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-14T20:25:58.794ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-14T20:25:58.798ZCreated new build target 'test' and set it as active
23782026-03-14T20:25:58.798Z
23792026-03-14T20:25:58.798Zreal 1:55.095355883
23802026-03-14T20:25:58.798Zuser 20:16.307322025
23812026-03-14T20:25:58.798Zsys 3:07.821249347
23822026-03-14T20:25:58.798Ztrap 0.524498728
23832026-03-14T20:25:58.798Ztflt 3.181915248
23842026-03-14T20:25:58.798Zdflt 3.666626374
23852026-03-14T20:25:58.798Zkflt 0.000569712
23862026-03-14T20:25:58.798Zlock 1:04:23.132870899
23872026-03-14T20:25:58.798Zslp 51:56.274624925
23882026-03-14T20:25:58.798Zlat 44.083531405
23892026-03-14T20:25:58.798Zstop 7:40.247008104
23902026-03-14T20:25:58.802Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-14T20:26:00.026Z Finished `release` profile [optimized] target(s) in 1.21s
23922026-03-14T20:26:00.096Z Running `target/release/omicron-package -t test package`
23932026-03-14T20:26:00.165ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-14T20:26:02.090Z Compiling regress v0.10.5
23952026-03-14T20:26:02.090Z Compiling heck v0.5.0
23962026-03-14T20:26:02.094Z Compiling unsafe-libyaml v0.2.11
23972026-03-14T20:26:02.094Z Compiling convert_case v0.4.0
23982026-03-14T20:26:02.401Z Compiling half v2.7.1
23992026-03-14T20:26:02.401Z Compiling ciborium-io v0.2.2
24002026-03-14T20:26:02.460Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-14T20:26:02.463Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-14T20:26:02.519Z Compiling prettyplease v0.2.37
24032026-03-14T20:26:02.548Z Compiling typify-impl v0.6.1
24042026-03-14T20:26:02.580Z Compiling universal-hash v0.5.1
24052026-03-14T20:26:02.584Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-14T20:26:02.584Z Compiling opaque-debug v0.3.1
24072026-03-14T20:26:02.584Z Compiling unicode-width v0.1.14
24082026-03-14T20:26:02.647Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-14T20:26:02.710Z Compiling chacha20 v0.9.1
24102026-03-14T20:26:02.714Z Compiling password-hash v0.5.0
24112026-03-14T20:26:02.813Z Compiling ciborium-ll v0.2.2
24122026-03-14T20:26:02.817Z Compiling derive_more v0.99.20
24132026-03-14T20:26:02.847Z Compiling poly1305 v0.8.0
24142026-03-14T20:26:02.880Z Compiling blake2 v0.10.6
24152026-03-14T20:26:02.945Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24162026-03-14T20:26:03.082Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-14T20:26:03.119Z Compiling ciborium v0.2.2
24182026-03-14T20:26:03.150Z Compiling aead v0.5.2
24192026-03-14T20:26:03.210Z Compiling is-terminal v0.4.17
24202026-03-14T20:26:03.284Z Compiling swrite v0.1.0
24212026-03-14T20:26:03.362Z Compiling chacha20poly1305 v0.10.1
24222026-03-14T20:26:03.426Z Compiling argon2 v0.5.3
24232026-03-14T20:26:03.464Z Compiling serde_spanned v1.0.4
24242026-03-14T20:26:03.598Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-14T20:26:03.687Z Compiling bytecount v0.6.9
24262026-03-14T20:26:03.720Z Compiling rustls v0.22.4
24272026-03-14T20:26:03.752Z Compiling rustls-webpki v0.102.8
24282026-03-14T20:26:03.796Z Compiling derive-where v1.6.0
24292026-03-14T20:26:03.937Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-14T20:26:03.972Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-14T20:26:03.975Z Compiling thread_local v1.1.9
24322026-03-14T20:26:04.037Z Compiling match_cfg v0.1.0
24332026-03-14T20:26:04.114Z Compiling thiserror-no-std v2.0.2
24342026-03-14T20:26:04.166Z Compiling hostname v0.3.1
24352026-03-14T20:26:04.267Z Compiling vsss-rs v3.3.4
24362026-03-14T20:26:04.375Z Compiling multer v3.1.0
24372026-03-14T20:26:04.449Z Compiling slog-async v2.8.0
24382026-03-14T20:26:04.479Z Compiling slog-json v2.6.1
24392026-03-14T20:26:04.538Z Compiling crossbeam-channel v0.5.15
24402026-03-14T20:26:04.569Z Compiling futures-executor v0.3.32
24412026-03-14T20:26:04.707Z Compiling take_mut v0.2.2
24422026-03-14T20:26:04.765Z Compiling term v1.2.1
24432026-03-14T20:26:04.796Z Compiling slog-bunyan v2.5.0
24442026-03-14T20:26:04.880Z Compiling futures v0.3.32
24452026-03-14T20:26:04.973Z Compiling async-stream v0.3.6
24462026-03-14T20:26:05.006Z Compiling dropshot v0.16.7
24472026-03-14T20:26:05.092Z Compiling progenitor-client v0.13.0
24482026-03-14T20:26:05.136Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-03-14T20:26:05.168Z Compiling waitgroup v0.1.2
24502026-03-14T20:26:05.225Z Compiling slog-term v2.9.2
24512026-03-14T20:26:05.381Z Compiling backon v1.6.0
24522026-03-14T20:26:05.414Z Compiling rustls-pemfile v2.2.0
24532026-03-14T20:26:05.479Z Compiling hostname v0.4.2
24542026-03-14T20:26:05.512Z Compiling serde_path_to_error v0.1.20
24552026-03-14T20:26:05.516Z Compiling instant v0.1.13
24562026-03-14T20:26:05.580Z Compiling debug-ignore v1.0.5
24572026-03-14T20:26:05.615Z Compiling progenitor-extras v0.1.1
24582026-03-14T20:26:05.652Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-14T20:26:05.688Z Compiling backoff v0.4.0
24602026-03-14T20:26:05.693Z Compiling parse-display v0.10.0
24612026-03-14T20:26:05.693Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-03-14T20:26:05.721Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-14T20:26:05.819Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-03-14T20:26:05.823Z Compiling progenitor-client v0.10.0
24652026-03-14T20:26:05.928Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-14T20:26:05.966Z Compiling macaddr v1.0.1
24672026-03-14T20:26:06.005Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-14T20:26:06.009Z Compiling console v0.15.11
24692026-03-14T20:26:06.009Z Compiling newline-converter v0.3.0
24702026-03-14T20:26:06.104Z Compiling atomicwrites v0.4.4
24712026-03-14T20:26:06.139Z Compiling num-rational v0.4.2
24722026-03-14T20:26:06.252Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-14T20:26:06.292Z Compiling num-complex v0.4.6
24742026-03-14T20:26:06.387Z Compiling slog-dtrace v0.3.0
24752026-03-14T20:26:06.473Z Compiling async-recursion v1.1.1
24762026-03-14T20:26:06.505Z Compiling owo-colors v4.3.0
24772026-03-14T20:26:06.612Z Compiling expectorate v1.2.0
24782026-03-14T20:26:06.764Z Compiling float-ord v0.3.2
24792026-03-14T20:26:06.916Z Compiling tokio-rustls v0.25.0
24802026-03-14T20:26:06.950Z Compiling num v0.4.3
24812026-03-14T20:26:07.016Z Compiling cancel-safe-futures v0.1.5
24822026-03-14T20:26:07.119Z Compiling libsw-core v0.3.2
24832026-03-14T20:26:07.184Z Compiling resolv-conf v0.7.6
24842026-03-14T20:26:07.188Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-14T20:26:07.322Z Compiling toml v0.8.23
24862026-03-14T20:26:07.444Z Compiling libsw v3.5.0
24872026-03-14T20:26:07.476Z Compiling linear-map v1.2.0
24882026-03-14T20:26:07.552Z Compiling linked-hash-map v0.5.6
24892026-03-14T20:26:07.667Z Compiling minimal-lexical v0.2.1
24902026-03-14T20:26:07.810Z Compiling lru-cache v0.1.2
24912026-03-14T20:26:07.869Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-03-14T20:26:07.910Z Compiling unicode-xid v0.2.6
24932026-03-14T20:26:08.002Z Compiling nom v7.1.3
24942026-03-14T20:26:08.034Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-14T20:26:08.037Z Compiling globset v0.4.18
24962026-03-14T20:26:08.096Z Compiling hickory-proto v0.24.4
24972026-03-14T20:26:08.119Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-14T20:26:08.185Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-03-14T20:26:08.506Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-14T20:26:08.591Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-03-14T20:26:09.407Z Compiling typify-macro v0.6.1
25022026-03-14T20:26:09.939Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-14T20:26:09.976Z Compiling convert_case v0.10.0
25042026-03-14T20:26:10.372Z Compiling derive_more-impl v2.1.1
25052026-03-14T20:26:11.111Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-14T20:26:11.341Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-03-14T20:26:11.423Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-14T20:26:11.455Z Compiling pin-project-internal v1.1.11
25092026-03-14T20:26:11.497Z Compiling typify v0.6.1
25102026-03-14T20:26:11.700Z Compiling progenitor-impl v0.13.0
25112026-03-14T20:26:11.790Z Compiling hickory-resolver v0.24.4
25122026-03-14T20:26:12.636Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-14T20:26:12.893Z Compiling pin-project v1.1.11
25142026-03-14T20:26:12.925Z Compiling derive_more v2.1.1
25152026-03-14T20:26:13.064Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-14T20:26:13.068Z Compiling pem v3.0.6
25172026-03-14T20:26:13.283Z Compiling snafu-derive v0.8.9
25182026-03-14T20:26:13.903Z Compiling qorb v0.4.1
25192026-03-14T20:26:14.004Z Compiling termtree v0.5.1
25202026-03-14T20:26:14.279Z Compiling crossterm v0.29.0
25212026-03-14T20:26:14.622Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-14T20:26:14.965Z Compiling progenitor-macro v0.13.0
25232026-03-14T20:26:15.624Z Compiling snafu v0.8.9
25242026-03-14T20:26:15.988Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-03-14T20:26:16.367Z Compiling phf_shared v0.12.1
25262026-03-14T20:26:16.699Z Compiling olpc-cjson v0.1.4
25272026-03-14T20:26:17.001Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-14T20:26:17.635Z Compiling serde_plain v1.0.2
25292026-03-14T20:26:17.679Z Compiling vte v0.14.1
25302026-03-14T20:26:18.042Z Compiling csv-core v0.1.13
25312026-03-14T20:26:18.074Z Compiling chrono-tz v0.10.4
25322026-03-14T20:26:18.356Z Compiling highway v1.3.0
25332026-03-14T20:26:18.622Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-14T20:26:18.813Z Compiling typed-path v0.9.3
25352026-03-14T20:26:18.956Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-14T20:26:19.349Z Compiling csv v1.4.0
25372026-03-14T20:26:19.388Z Compiling strip-ansi-escapes v0.2.1
25382026-03-14T20:26:19.771Z Compiling phf v0.12.1
25392026-03-14T20:26:20.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-14T20:26:20.052Z Compiling const_format_proc_macros v0.2.34
25412026-03-14T20:26:20.122Z Compiling papergrid v0.11.0
25422026-03-14T20:26:20.352Z Compiling tough v0.20.0
25432026-03-14T20:26:20.614Z Compiling fd-lock v4.0.4
25442026-03-14T20:26:20.685Z Compiling peg-macros v0.8.5
25452026-03-14T20:26:20.836Z Compiling tabled_derive v0.7.0
25462026-03-14T20:26:20.932Z Compiling progenitor v0.13.0
25472026-03-14T20:26:21.165Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-14T20:26:21.588Z Compiling nu-ansi-term v0.50.3
25492026-03-14T20:26:22.115Z Compiling tabled v0.15.0
25502026-03-14T20:26:22.291Z Compiling reedline v0.40.0
25512026-03-14T20:26:22.402Z Compiling peg v0.8.5
25522026-03-14T20:26:22.501Z Compiling const_format v0.2.35
25532026-03-14T20:26:22.592Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-14T20:26:22.935Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-14T20:26:23.197Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-14T20:26:24.835Z Compiling bcs v0.1.6
25572026-03-14T20:26:25.223Z Compiling semver v0.1.20
25582026-03-14T20:26:25.398Z Compiling base64 v0.21.7
25592026-03-14T20:26:25.609Z Compiling rustc_version v0.1.7
25602026-03-14T20:26:25.922Z Compiling newtype_derive v0.1.6
25612026-03-14T20:26:26.089Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-14T20:26:26.217Z Compiling typify-impl v0.4.3
25632026-03-14T20:26:26.408Z Compiling humantime v2.3.0
25642026-03-14T20:26:26.516Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-14T20:26:26.616Z Compiling smawk v0.3.2
25662026-03-14T20:26:26.862Z Compiling unicode-linebreak v0.1.5
25672026-03-14T20:26:26.944Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-14T20:26:26.977Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-14T20:26:27.009Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-14T20:26:27.187Z Compiling textwrap v0.16.2
25712026-03-14T20:26:27.268Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-14T20:26:27.591Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-14T20:26:27.727Z Compiling steno v0.4.1
25742026-03-14T20:26:29.319Z Compiling utf-8 v0.7.6
25752026-03-14T20:26:29.593Z Compiling tagptr v0.2.0
25762026-03-14T20:26:29.643Z Compiling tungstenite v0.21.0
25772026-03-14T20:26:29.852Z Compiling moka v0.12.13
25782026-03-14T20:26:29.985Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-14T20:26:30.199Z Compiling radium v0.7.0
25802026-03-14T20:26:30.576Z Compiling tokio-tungstenite v0.21.0
25812026-03-14T20:26:31.103Z Compiling tap v1.0.1
25822026-03-14T20:26:31.239Z Compiling typify-macro v0.4.3
25832026-03-14T20:26:31.294Z Compiling maybe-uninit v2.0.0
25842026-03-14T20:26:31.517Z Compiling hickory-resolver v0.25.2
25852026-03-14T20:26:31.556Z Compiling wyz v0.5.1
25862026-03-14T20:26:31.895Z Compiling zerocopy-derive v0.6.6
25872026-03-14T20:26:32.160Z Compiling packed_struct v0.10.1
25882026-03-14T20:26:32.350Z Compiling crc-catalog v2.4.0
25892026-03-14T20:26:32.384Z Compiling display-error-chain v0.2.2
25902026-03-14T20:26:32.526Z Compiling funty v2.0.0
25912026-03-14T20:26:32.606Z Compiling crc v3.4.0
25922026-03-14T20:26:32.909Z Compiling packed_struct_codegen v0.10.1
25932026-03-14T20:26:32.952Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-03-14T20:26:33.008Z Compiling zerocopy v0.6.6
25952026-03-14T20:26:33.319Z Compiling typify v0.4.3
25962026-03-14T20:26:33.513Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-14T20:26:33.761Z Compiling progenitor-impl v0.10.0
25982026-03-14T20:26:34.329Z Compiling bitvec v1.0.1
25992026-03-14T20:26:35.477Z Compiling bitfield-macros v0.19.4
26002026-03-14T20:26:36.331Z Compiling indexmap v1.9.3
26012026-03-14T20:26:36.476Z Compiling nodrop v0.1.14
26022026-03-14T20:26:36.663Z Compiling array-init v0.0.4
26032026-03-14T20:26:36.701Z Compiling bitfield v0.19.4
26042026-03-14T20:26:36.841Z Compiling progenitor-macro v0.10.0
26052026-03-14T20:26:37.160Z Compiling smallvec v0.6.14
26062026-03-14T20:26:37.250Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-14T20:26:37.524Z Compiling num-derive v0.3.3
26082026-03-14T20:26:37.904Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-14T20:26:38.443Z Compiling hashbrown v0.12.3
26102026-03-14T20:26:38.650Z Compiling proc-macro-error2 v2.0.1
26112026-03-14T20:26:38.722Z Compiling libscf-sys v1.1.0
26122026-03-14T20:26:38.783Z Compiling serde-hex v0.1.0
26132026-03-14T20:26:38.947Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-14T20:26:39.083Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-14T20:26:39.114Z Compiling ron v0.8.1
26162026-03-14T20:26:39.403Z Compiling hashbrown v0.13.2
26172026-03-14T20:26:39.898Z Compiling vergen-gitcl v1.0.8
26182026-03-14T20:26:40.003Z Compiling dirs-sys-next v0.1.2
26192026-03-14T20:26:40.183Z Compiling crc-any v2.5.0
26202026-03-14T20:26:40.233Z Compiling crunchy v0.2.4
26212026-03-14T20:26:40.360Z Compiling diesel_derives v2.3.7
26222026-03-14T20:26:40.598Z Compiling glob v0.3.3
26232026-03-14T20:26:40.647Z Compiling maplit v1.0.2
26242026-03-14T20:26:40.827Z Compiling dirs-next v2.0.0
26252026-03-14T20:26:40.896Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-14T20:26:40.928Z Compiling object v0.30.4
26272026-03-14T20:26:40.962Z Compiling tabled_derive v0.11.0
26282026-03-14T20:26:41.025Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-14T20:26:41.093Z Compiling clang-sys v1.8.1
26302026-03-14T20:26:41.595Z Compiling papergrid v0.17.0
26312026-03-14T20:26:41.716Z Compiling testing_table v0.3.0
26322026-03-14T20:26:41.747Z Compiling dsl_auto_type v0.2.0
26332026-03-14T20:26:41.747Z Compiling scheduled-thread-pool v0.2.7
26342026-03-14T20:26:41.906Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-14T20:26:42.187Z Compiling tiny-keccak v2.0.2
26362026-03-14T20:26:42.216Z Compiling path-slash v0.1.5
26372026-03-14T20:26:42.272Z Compiling r2d2 v0.8.10
26382026-03-14T20:26:42.459Z Compiling term v0.7.0
26392026-03-14T20:26:42.630Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-03-14T20:26:42.665Z Compiling arc-swap v1.8.2
26412026-03-14T20:26:42.734Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-14T20:26:42.856Z Compiling progenitor v0.10.0
26432026-03-14T20:26:43.036Z Compiling bit-vec v0.6.3
26442026-03-14T20:26:43.070Z Compiling downcast-rs v2.0.2
26452026-03-14T20:26:43.119Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26462026-03-14T20:26:43.184Z Compiling xshell-macros v0.2.7
26472026-03-14T20:26:43.254Z Compiling tabled v0.20.0
26482026-03-14T20:26:43.258Z Compiling slog-scope v4.4.1
26492026-03-14T20:26:43.322Z Compiling bit-set v0.5.3
26502026-03-14T20:26:43.363Z Compiling ascii-canvas v3.0.0
26512026-03-14T20:26:43.716Z Compiling xshell v0.2.7
26522026-03-14T20:26:43.747Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-14T20:26:43.876Z Compiling itertools v0.10.5
26542026-03-14T20:26:43.917Z Compiling ena v0.14.4
26552026-03-14T20:26:44.245Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-14T20:26:44.349Z Compiling libloading v0.8.9
26572026-03-14T20:26:44.552Z Compiling unicase v2.9.0
26582026-03-14T20:26:44.657Z Compiling regex-syntax v0.6.29
26592026-03-14T20:26:44.956Z Compiling bindgen v0.71.1
26602026-03-14T20:26:45.315Z Compiling diff v0.1.13
26612026-03-14T20:26:45.450Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-14T20:26:45.664Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-14T20:26:47.151Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26642026-03-14T20:26:47.389Z Compiling lalrpop v0.19.12
26652026-03-14T20:26:48.416Z Compiling slog-stdlog v4.1.1
26662026-03-14T20:26:49.002Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-03-14T20:26:49.033Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-14T20:26:49.211Z Compiling diesel v2.3.7
26692026-03-14T20:26:49.517Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-14T20:26:49.839Z Compiling cexpr v0.6.0
26712026-03-14T20:26:50.057Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-14T20:26:50.305Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-14T20:26:50.341Z Compiling crc8 v0.1.1
26742026-03-14T20:26:50.593Z Compiling slog-envlogger v2.2.0
26752026-03-14T20:26:50.663Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-14T20:26:50.698Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-14T20:26:50.729Z Compiling headers-core v0.3.0
26782026-03-14T20:26:50.939Z Compiling libxml v0.3.3
26792026-03-14T20:26:51.336Z Compiling headers v0.4.1
26802026-03-14T20:26:51.655Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-14T20:26:52.099Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-14T20:26:52.381Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-14T20:26:52.978Z Compiling strum_macros v0.24.3
26842026-03-14T20:26:53.047Z Compiling indoc v1.0.9
26852026-03-14T20:26:53.363Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-14T20:26:53.438Z Compiling derive_builder v0.20.2
26872026-03-14T20:26:53.442Z Compiling oso-derive v0.27.3
26882026-03-14T20:26:53.624Z Compiling quick-xml v0.37.5
26892026-03-14T20:26:53.659Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-14T20:26:53.663Z Compiling half v1.8.3
26912026-03-14T20:26:53.663Z Compiling openssl-probe v0.1.6
26922026-03-14T20:26:54.111Z Compiling serde_cbor v0.11.2
26932026-03-14T20:26:54.226Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-14T20:26:54.272Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-14T20:26:54.741Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-14T20:26:55.176Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-14T20:26:55.435Z Compiling bb8 v0.8.6
26982026-03-14T20:26:55.506Z Compiling trait-variant v0.1.2
26992026-03-14T20:26:55.597Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-14T20:26:55.723Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-14T20:26:55.928Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-14T20:26:56.153Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-14T20:26:56.266Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-14T20:26:56.435Z Compiling fxhash v0.2.1
27052026-03-14T20:26:56.468Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-14T20:26:56.700Z Compiling kstat-rs v0.2.4
27072026-03-14T20:26:56.733Z Compiling libz-sys v1.1.24
27082026-03-14T20:26:56.811Z Compiling salty v0.3.0
27092026-03-14T20:26:57.093Z Compiling nonempty v0.12.0
27102026-03-14T20:26:57.217Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-14T20:26:57.313Z Compiling samael v0.0.19
27122026-03-14T20:26:57.391Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-14T20:26:57.425Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27142026-03-14T20:26:57.704Z Compiling progenitor-impl v0.11.2
27152026-03-14T20:26:57.749Z Compiling darling_core v0.23.0
27162026-03-14T20:26:58.350Z Compiling nanorand v0.7.0
27172026-03-14T20:26:58.567Z Compiling polar-core v0.27.3
27182026-03-14T20:26:58.607Z Compiling fs-err v2.11.0
27192026-03-14T20:26:58.920Z Compiling parking_lot_core v0.8.6
27202026-03-14T20:26:59.174Z Compiling mime_guess v2.0.5
27212026-03-14T20:26:59.342Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27222026-03-14T20:27:00.030Z Compiling flume v0.11.1
27232026-03-14T20:27:00.294Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-14T20:27:00.867Z Compiling progenitor-macro v0.11.2
27252026-03-14T20:27:00.927Z Compiling darling_macro v0.23.0
27262026-03-14T20:27:01.869Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-14T20:27:02.368Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-14T20:27:02.615Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-14T20:27:04.198Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-14T20:27:04.917Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-14T20:27:05.070Z Compiling progenitor-client v0.11.2
27322026-03-14T20:27:06.036Z Compiling git-stub v1.0.0
27332026-03-14T20:27:06.390Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-14T20:27:06.774Z Compiling instability v0.3.11
27352026-03-14T20:27:07.067Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-03-14T20:27:08.282Z Compiling progenitor v0.11.2
27372026-03-14T20:27:08.525Z Compiling git-stub-vcs v0.1.0
27382026-03-14T20:27:09.010Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-14T20:27:09.066Z Compiling darling v0.23.0
27402026-03-14T20:27:09.213Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-14T20:27:12.265Z Compiling oso v0.27.3
27422026-03-14T20:27:13.357Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-14T20:27:13.527Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-14T20:27:14.384Z Compiling diesel-dtrace v0.5.0
27452026-03-14T20:27:14.469Z Compiling async-bb8-diesel v0.2.1
27462026-03-14T20:27:14.583Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27472026-03-14T20:27:14.793Z Compiling ignore v0.4.25
27482026-03-14T20:27:16.047Z Compiling primeorder v0.13.6
27492026-03-14T20:27:16.473Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-14T20:27:17.065Z Compiling castaway v0.2.4
27512026-03-14T20:27:17.269Z Compiling nibble_vec v0.1.0
27522026-03-14T20:27:17.388Z Compiling atty v0.2.14
27532026-03-14T20:27:17.503Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-14T20:27:17.574Z Compiling endian-type v0.1.2
27552026-03-14T20:27:17.795Z Compiling http-range v0.1.5
27562026-03-14T20:27:17.824Z Compiling indoc v2.0.7
27572026-03-14T20:27:18.223Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-14T20:27:18.356Z Compiling parse-size v1.1.0
27592026-03-14T20:27:18.576Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-14T20:27:18.714Z Compiling radix_trie v0.2.1
27612026-03-14T20:27:18.744Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-14T20:27:19.316Z Compiling compact_str v0.8.1
27632026-03-14T20:27:19.350Z Compiling p384 v0.13.1
27642026-03-14T20:27:20.493Z Compiling globwalk v0.9.1
27652026-03-14T20:27:21.015Z Compiling parking_lot v0.11.2
27662026-03-14T20:27:21.351Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-14T20:27:21.475Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-14T20:27:21.508Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-14T20:27:22.050Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-14T20:27:22.174Z Compiling predicates-tree v1.0.13
27712026-03-14T20:27:22.206Z Compiling unicode-truncate v1.1.0
27722026-03-14T20:27:22.209Z Compiling lru v0.12.5
27732026-03-14T20:27:22.481Z Compiling prefix-trie v0.7.0
27742026-03-14T20:27:22.532Z Compiling vergen-git2 v1.0.7
27752026-03-14T20:27:22.764Z Compiling cassowary v0.3.0
27762026-03-14T20:27:22.874Z Compiling camino-tempfile-ext v0.3.3
27772026-03-14T20:27:23.111Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-03-14T20:27:23.147Z Compiling hickory-server v0.25.2
27792026-03-14T20:27:23.730Z Compiling ratatui v0.29.0
27802026-03-14T20:27:24.083Z Compiling hyper-staticfile v0.10.1
27812026-03-14T20:27:24.340Z Compiling sled v0.34.7
27822026-03-14T20:27:25.614Z Compiling hickory-client v0.25.2
27832026-03-14T20:27:26.478Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-14T20:27:26.579Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-14T20:27:26.664Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-14T20:27:26.766Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-14T20:27:27.321Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-14T20:27:27.663Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-14T20:27:28.008Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-14T20:27:28.446Z Compiling rand_seeder v0.4.0
27912026-03-14T20:27:28.748Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-14T20:27:28.783Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-14T20:27:29.073Z Compiling lzma-sys v0.1.20
27942026-03-14T20:27:29.383Z Compiling rustls v0.21.12
27952026-03-14T20:27:29.581Z Compiling corncobs v0.1.4
27962026-03-14T20:27:29.668Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-14T20:27:29.779Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-14T20:27:30.050Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-14T20:27:30.092Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-14T20:27:30.134Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-14T20:27:30.395Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-14T20:27:30.432Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-14T20:27:30.696Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-14T20:27:30.824Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-14T20:27:31.819Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-14T20:27:32.300Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-14T20:27:34.417Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-14T20:27:34.857Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-14T20:27:35.146Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-14T20:27:35.429Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-14T20:27:35.717Z Compiling cargo_toml v0.22.3
28122026-03-14T20:27:35.761Z Compiling rustls-webpki v0.101.7
28132026-03-14T20:27:36.855Z Compiling sct v0.7.1
28142026-03-14T20:27:37.195Z Compiling nix v0.29.0
28152026-03-14T20:27:37.726Z Compiling secrecy v0.8.0
28162026-03-14T20:27:37.907Z Compiling void v1.0.2
28172026-03-14T20:27:38.102Z Compiling lzss v0.8.2
28182026-03-14T20:27:38.346Z Compiling git2 v0.20.4
28192026-03-14T20:27:38.507Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-14T20:27:38.537Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-14T20:27:39.025Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-14T20:27:39.139Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-14T20:27:39.765Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-14T20:27:40.289Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-14T20:27:40.375Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-14T20:27:40.687Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-14T20:27:40.999Z Compiling tungstenite v0.23.0
28282026-03-14T20:27:41.192Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-03-14T20:27:41.255Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-14T20:27:41.584Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-03-14T20:27:41.877Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-03-14T20:27:42.159Z Compiling nix v0.27.1
28332026-03-14T20:27:42.190Z Compiling serde_bytes v0.11.19
28342026-03-14T20:27:42.326Z Compiling tokio-tungstenite v0.23.1
28352026-03-14T20:27:42.691Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-03-14T20:27:42.806Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-03-14T20:27:42.837Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-14T20:27:43.990Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-03-14T20:27:44.328Z Compiling tokio-rustls v0.24.1
28402026-03-14T20:27:44.706Z Compiling xz2 v0.1.7
28412026-03-14T20:27:44.820Z Compiling ron v0.12.0
28422026-03-14T20:27:45.111Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-14T20:27:45.737Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-14T20:27:47.350Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-14T20:27:49.582Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-14T20:27:50.094Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-14T20:27:50.098Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-14T20:27:51.724Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-14T20:27:52.667Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-14T20:27:52.699Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-14T20:27:53.709Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-14T20:27:53.865Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-14T20:27:53.915Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-03-14T20:27:56.511Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-14T20:27:57.177Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-03-14T20:27:58.654Z Compiling rustls-pemfile v1.0.4
28572026-03-14T20:27:58.836Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-14T20:27:59.177Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-14T20:28:00.610Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-14T20:28:00.642Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-14T20:28:00.910Z Compiling signal-hook-tokio v0.3.1
28622026-03-14T20:28:00.957Z Compiling yasna v0.5.2
28632026-03-14T20:28:01.148Z Compiling twox-hash v2.1.2
28642026-03-14T20:28:01.183Z Compiling base16ct v1.0.0
28652026-03-14T20:28:01.559Z Compiling is_ci v1.2.0
28662026-03-14T20:28:01.661Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-03-14T20:28:01.722Z Compiling rcgen v0.12.1
28682026-03-14T20:28:01.836Z Compiling supports-color v3.0.2
28692026-03-14T20:28:02.034Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-14T20:28:02.203Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-14T20:28:02.871Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-14T20:28:03.179Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-14T20:28:03.817Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-14T20:28:05.501Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-14T20:28:07.172Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-14T20:28:07.276Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-14T20:28:07.906Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-14T20:28:08.101Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-14T20:28:08.392Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-14T20:28:08.703Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-14T20:28:08.975Z Compiling fatfs v0.3.6
28822026-03-14T20:28:09.550Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-14T20:28:10.540Z Compiling rtoolbox v0.0.3
28842026-03-14T20:28:10.885Z Compiling subprocess v0.2.15
28852026-03-14T20:28:12.215Z Compiling seq-macro v0.3.6
28862026-03-14T20:28:12.880Z Compiling assert_matches v1.5.0
28872026-03-14T20:28:13.021Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-14T20:28:13.639Z Compiling rpassword v7.4.0
28892026-03-14T20:28:13.996Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-14T20:28:14.705Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-14T20:28:15.383Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-14T20:28:15.555Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-14T20:28:16.527Z Compiling tui-tree-widget v0.23.1
28942026-03-14T20:28:16.906Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-14T20:28:18.570Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-14T20:28:19.063Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-14T20:28:19.237Z Compiling uzers v0.12.2
28982026-03-14T20:28:19.539Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-14T20:28:21.107Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-14T20:28:22.591Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-14T20:28:25.560Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-14T20:28:25.684Z Compiling support-bundle-viewer v0.1.2
29032026-03-14T20:28:27.979Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-14T20:28:28.092Z Compiling multimap v0.10.1
29052026-03-14T20:28:51.307Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-14T20:28:53.312Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-14T20:28:56.136Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-14T20:36:12.208Z Finished `release` profile [optimized] target(s) in 10m 12s
29092026-03-14T20:37:04.993Z
29102026-03-14T20:37:04.997Zreal 11:06.273805214
29112026-03-14T20:37:04.997Zuser 1:40:46.067876055
29122026-03-14T20:37:04.997Zsys 4:14.508751903
29132026-03-14T20:37:04.997Ztrap 2.266865694
29142026-03-14T20:37:04.997Ztflt 2.307308105
29152026-03-14T20:37:04.997Zdflt 16.537476325
29162026-03-14T20:37:04.997Zkflt 0.032008067
29172026-03-14T20:37:04.997Zlock 8:10:34.131134542
29182026-03-14T20:37:04.997Zslp 2:48:57.772912035
29192026-03-14T20:37:04.997Zlat 2:49.558493205
29202026-03-14T20:37:04.997Zstop 7:16.972028605
29212026-03-14T20:37:04.997Z+ mapfile -t packages
29222026-03-14T20:37:04.997Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-14T20:37:06.285Z Finished `release` profile [optimized] target(s) in 1.27s
29242026-03-14T20:37:06.355Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-14T20:37:06.417ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-14T20:37:06.420Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-14T20:37:07.132Z Compiling libc v0.2.180
29282026-03-14T20:37:07.132Z Compiling serde v1.0.228
29292026-03-14T20:37:07.135Z Compiling serde_core v1.0.228
29302026-03-14T20:37:07.135Z Compiling rustix v1.1.3
29312026-03-14T20:37:07.135Z Compiling bitflags v2.11.0
29322026-03-14T20:37:07.241Z Compiling serde_json v1.0.149
29332026-03-14T20:37:07.310Z Compiling num-traits v0.2.19
29342026-03-14T20:37:07.313Z Compiling hashbrown v0.16.1
29352026-03-14T20:37:07.325Z Compiling syn v2.0.117
29362026-03-14T20:37:07.355Z Compiling smallvec v1.15.1
29372026-03-14T20:37:07.386Z Compiling usdt-impl v0.5.0
29382026-03-14T20:37:07.404Z Compiling syn v1.0.109
29392026-03-14T20:37:07.421Z Compiling log v0.4.29
29402026-03-14T20:37:07.439Z Compiling getrandom v0.4.1
29412026-03-14T20:37:07.556Z Compiling percent-encoding v2.3.2
29422026-03-14T20:37:07.738Z Compiling form_urlencoded v1.2.2
29432026-03-14T20:37:07.741Z Compiling fs-err v3.3.0
29442026-03-14T20:37:07.923Z Compiling heck v0.4.1
29452026-03-14T20:37:07.927Z Compiling once_cell v1.21.3
29462026-03-14T20:37:07.958Z Compiling anyhow v1.0.102
29472026-03-14T20:37:08.113Z Compiling indexmap v2.13.0
29482026-03-14T20:37:08.365Z Compiling errno v0.3.14
29492026-03-14T20:37:08.368Z Compiling thread-id v4.2.2
29502026-03-14T20:37:08.368Z Compiling memmap v0.7.0
29512026-03-14T20:37:08.798Z Compiling ordered-float v2.10.1
29522026-03-14T20:37:09.505Z Compiling proc-macro-error v1.0.4
29532026-03-14T20:37:09.822Z Compiling tabled_derive v0.7.0
29542026-03-14T20:37:09.825Z Compiling terminal_size v0.4.3
29552026-03-14T20:37:09.826Z Compiling tempfile v3.25.0
29562026-03-14T20:37:09.967Z Compiling clap_builder v4.5.60
29572026-03-14T20:37:09.967Z Compiling textwrap v0.16.2
29582026-03-14T20:37:10.163Z Compiling camino-tempfile v1.4.1
29592026-03-14T20:37:10.688Z Compiling tabled v0.15.0
29602026-03-14T20:37:10.983Z Compiling synstructure v0.13.2
29612026-03-14T20:37:10.983Z Compiling pest_generator v2.8.6
29622026-03-14T20:37:11.519Z Compiling serde_derive v1.0.228
29632026-03-14T20:37:11.522Z Compiling zerovec-derive v0.11.2
29642026-03-14T20:37:11.522Z Compiling displaydoc v0.2.5
29652026-03-14T20:37:11.522Z Compiling thiserror-impl v1.0.69
29662026-03-14T20:37:11.576Z Compiling zerofrom-derive v0.1.6
29672026-03-14T20:37:11.646Z Compiling yoke-derive v0.8.1
29682026-03-14T20:37:11.726Z Compiling zerocopy-derive v0.7.35
29692026-03-14T20:37:12.268Z Compiling pest_derive v2.8.6
29702026-03-14T20:37:12.326Z Compiling scroll_derive v0.12.1
29712026-03-14T20:37:12.401Z Compiling thiserror-impl v2.0.18
29722026-03-14T20:37:12.444Z Compiling clap_derive v4.5.55
29732026-03-14T20:37:12.826Z Compiling zerocopy v0.7.35
29742026-03-14T20:37:12.967Z Compiling zerofrom v0.1.6
29752026-03-14T20:37:12.970Z Compiling thiserror v1.0.69
29762026-03-14T20:37:13.121Z Compiling dtrace-parser v0.2.0
29772026-03-14T20:37:13.174Z Compiling yoke v0.8.1
29782026-03-14T20:37:13.218Z Compiling scroll v0.12.0
29792026-03-14T20:37:13.451Z Compiling zerovec v0.11.5
29802026-03-14T20:37:13.656Z Compiling zerotrie v0.2.3
29812026-03-14T20:37:13.790Z Compiling goblin v0.8.2
29822026-03-14T20:37:14.064Z Compiling thiserror v2.0.18
29832026-03-14T20:37:14.286Z Compiling tinystr v0.8.2
29842026-03-14T20:37:14.318Z Compiling potential_utf v0.1.4
29852026-03-14T20:37:14.587Z Compiling icu_locale_core v2.1.1
29862026-03-14T20:37:14.602Z Compiling icu_collections v2.1.1
29872026-03-14T20:37:14.751Z Compiling clap v4.5.60
29882026-03-14T20:37:15.960Z Compiling icu_provider v2.1.1
29892026-03-14T20:37:16.011Z Compiling toml_datetime v0.6.11
29902026-03-14T20:37:16.091Z Compiling serde_spanned v0.6.9
29912026-03-14T20:37:16.108Z Compiling dof v0.3.0
29922026-03-14T20:37:16.150Z Compiling serde_tokenstream v0.2.3
29932026-03-14T20:37:16.324Z Compiling icu_properties v2.1.2
29942026-03-14T20:37:16.359Z Compiling icu_normalizer v2.1.1
29952026-03-14T20:37:16.534Z Compiling toml_edit v0.22.27
29962026-03-14T20:37:16.565Z Compiling serde-value v0.7.0
29972026-03-14T20:37:16.596Z Compiling cargo-platform v0.2.0
29982026-03-14T20:37:16.615Z Compiling macaddr v1.0.1
29992026-03-14T20:37:17.121Z Compiling usdt-macro v0.5.0
30002026-03-14T20:37:17.125Z Compiling usdt-attr-macro v0.5.0
30012026-03-14T20:37:17.586Z Compiling idna_adapter v1.2.1
30022026-03-14T20:37:17.733Z Compiling idna v1.1.0
30032026-03-14T20:37:18.285Z Compiling url v2.5.8
30042026-03-14T20:37:18.317Z Compiling usdt v0.5.0
30052026-03-14T20:37:18.694Z Compiling toml v0.8.23
30062026-03-14T20:37:19.350Z Compiling cargo-util-schemas v0.8.2
30072026-03-14T20:37:19.350Z Compiling cargo_toml v0.21.0
30082026-03-14T20:37:20.777Z Compiling cargo_metadata v0.21.0
30092026-03-14T20:37:24.984Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-14T20:37:28.989Z Finished `release` profile [optimized] target(s) in 22.56s
30112026-03-14T20:37:29.135Z
30122026-03-14T20:37:29.138Zreal 22.682001608
30132026-03-14T20:37:29.138Zuser 3:09.805213769
30142026-03-14T20:37:29.138Zsys 21.040019224
30152026-03-14T20:37:29.138Ztrap 0.083918011
30162026-03-14T20:37:29.138Ztflt 0.734892101
30172026-03-14T20:37:29.139Zdflt 2.254631927
30182026-03-14T20:37:29.139Zkflt 0.000887746
30192026-03-14T20:37:29.139Zlock 7:12.778847381
30202026-03-14T20:37:29.139Zslp 4:22.780399582
30212026-03-14T20:37:29.139Zlat 7.216919881
30222026-03-14T20:37:29.139Zstop 27.120292809
30232026-03-14T20:37:29.139Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-14T20:37:29.139Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-14T20:37:29.139Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-14T20:37:29.139Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-14T20:37:29.139Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-14T20:37:30.441Z Compiling regress v0.10.5
30292026-03-14T20:37:30.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-14T20:37:30.634Z Compiling serde_spanned v1.0.4
30312026-03-14T20:37:30.637Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-14T20:37:30.645Z Compiling newtype-uuid-macros v0.1.0
30332026-03-14T20:37:30.648Z Compiling structmeta-derive v0.3.0
30342026-03-14T20:37:30.658Z Compiling rustls v0.22.4
30352026-03-14T20:37:30.662Z Compiling rustls-webpki v0.102.8
30362026-03-14T20:37:30.671Z Compiling multer v3.1.0
30372026-03-14T20:37:30.674Z Compiling debug-ignore v1.0.5
30382026-03-14T20:37:30.675Z Compiling match_cfg v0.1.0
30392026-03-14T20:37:30.780Z Compiling progenitor-client v0.13.0
30402026-03-14T20:37:30.802Z Compiling slog-json v2.6.1
30412026-03-14T20:37:30.806Z Compiling async-stream-impl v0.3.6
30422026-03-14T20:37:30.854Z Compiling dropshot v0.16.7
30432026-03-14T20:37:30.902Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-14T20:37:30.905Z Compiling hostname v0.3.1
30452026-03-14T20:37:30.905Z Compiling itertools v0.14.0
30462026-03-14T20:37:30.905Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-14T20:37:30.977Z Compiling waitgroup v0.1.2
30482026-03-14T20:37:31.093Z Compiling rustls-pemfile v2.2.0
30492026-03-14T20:37:31.173Z Compiling slog-bunyan v2.5.0
30502026-03-14T20:37:31.223Z Compiling dropshot_endpoint v0.16.7
30512026-03-14T20:37:31.226Z Compiling serde_path_to_error v0.1.20
30522026-03-14T20:37:31.226Z Compiling hostname v0.4.2
30532026-03-14T20:37:31.322Z Compiling macaddr v1.0.1
30542026-03-14T20:37:31.372Z Compiling progenitor-client v0.10.0
30552026-03-14T20:37:31.376Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-14T20:37:31.425Z Compiling instant v0.1.13
30572026-03-14T20:37:31.475Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-03-14T20:37:31.594Z Compiling backon v1.6.0
30592026-03-14T20:37:31.642Z Compiling backoff v0.4.0
30602026-03-14T20:37:31.673Z Compiling async-stream v0.3.6
30612026-03-14T20:37:31.775Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-14T20:37:31.805Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-14T20:37:31.805Z Compiling unsafe-libyaml v0.2.11
30642026-03-14T20:37:31.860Z Compiling progenitor-extras v0.1.1
30652026-03-14T20:37:31.864Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-03-14T20:37:31.915Z Compiling crucible-workspace-hack v0.1.0
30672026-03-14T20:37:31.915Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-14T20:37:31.967Z Compiling secrecy v0.10.3
30692026-03-14T20:37:31.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-03-14T20:37:31.970Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-03-14T20:37:32.175Z Compiling structmeta v0.3.0
30722026-03-14T20:37:32.199Z Compiling heapless v0.8.0
30732026-03-14T20:37:32.251Z Compiling hash32 v0.3.1
30742026-03-14T20:37:32.254Z Compiling smoltcp v0.11.0
30752026-03-14T20:37:32.352Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-03-14T20:37:32.375Z Compiling toml v0.8.23
30772026-03-14T20:37:32.438Z Compiling tabwriter v1.4.1
30782026-03-14T20:37:32.484Z Compiling cobs v0.3.0
30792026-03-14T20:37:32.508Z Compiling derive-ex v0.1.8
30802026-03-14T20:37:32.611Z Compiling parse-display-derive v0.10.0
30812026-03-14T20:37:32.637Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-14T20:37:32.707Z Compiling ingot-macros v0.1.1
30832026-03-14T20:37:32.751Z Compiling proc-macro-crate v3.4.0
30842026-03-14T20:37:32.779Z Compiling foreign-types-macros v0.2.3
30852026-03-14T20:37:32.880Z Compiling foreign-types-shared v0.3.1
30862026-03-14T20:37:32.883Z Compiling convert_case v0.4.0
30872026-03-14T20:37:32.927Z Compiling cpufeatures v0.3.0
30882026-03-14T20:37:33.031Z Compiling chacha20 v0.10.0
30892026-03-14T20:37:33.077Z Compiling postcard v1.1.3
30902026-03-14T20:37:33.294Z Compiling proc-macro-crate v1.3.1
30912026-03-14T20:37:33.407Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-14T20:37:33.449Z Compiling derive_more v0.99.20
30932026-03-14T20:37:33.487Z Compiling universal-hash v0.5.1
30942026-03-14T20:37:33.514Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-14T20:37:33.546Z Compiling num_enum_derive v0.7.5
30962026-03-14T20:37:33.579Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-14T20:37:33.646Z Compiling foreign-types v0.5.0
30982026-03-14T20:37:33.753Z Compiling cstr-argument v0.1.2
30992026-03-14T20:37:33.791Z Compiling colored v3.1.1
31002026-03-14T20:37:33.816Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-14T20:37:33.898Z Compiling tokio-rustls v0.25.0
31022026-03-14T20:37:33.934Z Compiling opaque-debug v0.3.1
31032026-03-14T20:37:33.966Z Compiling num_enum_derive v0.5.11
31042026-03-14T20:37:33.992Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-03-14T20:37:34.056Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-14T20:37:34.137Z Compiling rand v0.10.0
31072026-03-14T20:37:34.168Z Compiling typify-impl v0.6.1
31082026-03-14T20:37:34.262Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-14T20:37:34.340Z Compiling half v2.7.1
31102026-03-14T20:37:34.363Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-14T20:37:34.790Z Compiling ciborium-io v0.2.2
31122026-03-14T20:37:34.817Z Compiling camino-tempfile v1.4.1
31132026-03-14T20:37:34.842Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-14T20:37:34.951Z Compiling ciborium-ll v0.2.2
31152026-03-14T20:37:34.985Z Compiling test-strategy v0.4.5
31162026-03-14T20:37:35.015Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-03-14T20:37:35.069Z Compiling parse-display v0.10.0
31182026-03-14T20:37:35.128Z Compiling num_enum v0.7.5
31192026-03-14T20:37:35.153Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-14T20:37:35.178Z Compiling smf v0.2.3
31212026-03-14T20:37:35.236Z Compiling ciborium v0.2.2
31222026-03-14T20:37:35.269Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-14T20:37:35.315Z Compiling aead v0.5.2
31242026-03-14T20:37:35.318Z Compiling num-derive v0.4.2
31252026-03-14T20:37:35.398Z Compiling sigpipe v0.1.3
31262026-03-14T20:37:35.460Z Compiling glob v0.3.3
31272026-03-14T20:37:35.492Z Compiling num_enum v0.5.11
31282026-03-14T20:37:35.546Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31292026-03-14T20:37:35.575Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-14T20:37:35.601Z Compiling poly1305 v0.8.0
31312026-03-14T20:37:35.670Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-14T20:37:35.853Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31332026-03-14T20:37:35.919Z Compiling chacha20 v0.9.1
31342026-03-14T20:37:36.029Z Compiling whoami v1.6.1
31352026-03-14T20:37:36.081Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-14T20:37:36.120Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-14T20:37:36.245Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-14T20:37:36.286Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-14T20:37:36.316Z Compiling num-rational v0.4.2
31402026-03-14T20:37:36.378Z Compiling password-hash v0.5.0
31412026-03-14T20:37:36.451Z Compiling blake2 v0.10.6
31422026-03-14T20:37:36.594Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-14T20:37:36.621Z Compiling num-complex v0.4.6
31442026-03-14T20:37:36.651Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-14T20:37:36.693Z Compiling indent_write v2.2.0
31462026-03-14T20:37:36.777Z Compiling prettyplease v0.2.37
31472026-03-14T20:37:36.868Z Compiling ingot-types v0.1.2
31482026-03-14T20:37:36.906Z Compiling argon2 v0.5.3
31492026-03-14T20:37:36.968Z Compiling chacha20poly1305 v0.10.1
31502026-03-14T20:37:37.128Z Compiling float-ord v0.3.2
31512026-03-14T20:37:37.156Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-03-14T20:37:37.197Z Compiling num v0.4.3
31532026-03-14T20:37:37.250Z Compiling gethostname v0.5.0
31542026-03-14T20:37:37.250Z Compiling usdt-attr-macro v0.5.0
31552026-03-14T20:37:37.254Z Compiling usdt-macro v0.5.0
31562026-03-14T20:37:37.254Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31572026-03-14T20:37:37.349Z Compiling derive-where v1.6.0
31582026-03-14T20:37:37.352Z Compiling memmap v0.7.0
31592026-03-14T20:37:37.435Z Compiling ingot v0.1.1
31602026-03-14T20:37:37.483Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-14T20:37:37.657Z Compiling typify-impl v0.4.3
31622026-03-14T20:37:37.684Z Compiling atomicwrites v0.4.4
31632026-03-14T20:37:37.881Z Compiling cancel-safe-futures v0.1.5
31642026-03-14T20:37:37.937Z Compiling thiserror-no-std v2.0.2
31652026-03-14T20:37:37.962Z Compiling owo-colors v4.3.0
31662026-03-14T20:37:37.989Z Compiling libsw-core v0.3.2
31672026-03-14T20:37:38.092Z Compiling vsss-rs v3.3.4
31682026-03-14T20:37:38.195Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-14T20:37:38.280Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-14T20:37:38.382Z Compiling async-recursion v1.1.1
31712026-03-14T20:37:38.409Z Compiling usdt v0.5.0
31722026-03-14T20:37:38.471Z Compiling resolv-conf v0.7.6
31732026-03-14T20:37:38.858Z Compiling libsw v3.5.0
31742026-03-14T20:37:38.927Z Compiling linear-map v1.2.0
31752026-03-14T20:37:38.952Z Compiling libefi-sys v0.1.0
31762026-03-14T20:37:39.003Z Compiling hickory-proto v0.24.4
31772026-03-14T20:37:39.031Z Compiling newline-converter v0.3.0
31782026-03-14T20:37:39.118Z Compiling console v0.15.11
31792026-03-14T20:37:39.211Z Compiling bitfield-struct v0.6.2
31802026-03-14T20:37:39.239Z Compiling semver v0.1.20
31812026-03-14T20:37:39.295Z Compiling linked-hash-map v0.5.6
31822026-03-14T20:37:39.366Z Compiling pin-project-internal v1.1.11
31832026-03-14T20:37:39.404Z Compiling slog-dtrace v0.3.0
31842026-03-14T20:37:39.453Z Compiling minimal-lexical v0.2.1
31852026-03-14T20:37:39.591Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-14T20:37:39.621Z Compiling expectorate v1.2.0
31872026-03-14T20:37:39.678Z Compiling lru-cache v0.1.2
31882026-03-14T20:37:39.701Z Compiling rustc_version v0.1.7
31892026-03-14T20:37:39.705Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-14T20:37:39.837Z Compiling nom v7.1.3
31912026-03-14T20:37:39.864Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-14T20:37:39.914Z Compiling tokio-dtrace v0.1.1
31932026-03-14T20:37:39.944Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-14T20:37:39.971Z Compiling dropshot-api-manager-types v0.6.0
31952026-03-14T20:37:40.046Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-14T20:37:40.145Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-14T20:37:40.196Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-03-14T20:37:40.310Z Compiling newtype_derive v0.1.6
31992026-03-14T20:37:40.315Z Compiling phf_shared v0.12.1
32002026-03-14T20:37:40.455Z Compiling pem v3.0.6
32012026-03-14T20:37:40.481Z Compiling snafu-derive v0.8.9
32022026-03-14T20:37:40.584Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-14T20:37:40.607Z Compiling csv-core v0.1.13
32042026-03-14T20:37:40.630Z Compiling same-file v1.0.6
32052026-03-14T20:37:40.716Z Compiling chrono-tz v0.10.4
32062026-03-14T20:37:40.851Z Compiling typify-macro v0.6.1
32072026-03-14T20:37:40.894Z Compiling xshell-macros v0.2.7
32082026-03-14T20:37:40.966Z Compiling highway v1.3.0
32092026-03-14T20:37:40.994Z Compiling const_format_proc_macros v0.2.34
32102026-03-14T20:37:41.043Z Compiling pin-project v1.1.11
32112026-03-14T20:37:41.074Z Compiling csv v1.4.0
32122026-03-14T20:37:41.159Z Compiling walkdir v2.5.0
32132026-03-14T20:37:41.281Z Compiling phf v0.12.1
32142026-03-14T20:37:41.526Z Compiling xshell v0.2.7
32152026-03-14T20:37:41.529Z Compiling oxide-tokio-rt v0.1.3
32162026-03-14T20:37:41.670Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-14T20:37:41.810Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-03-14T20:37:41.873Z Compiling globset v0.4.18
32192026-03-14T20:37:41.902Z Compiling olpc-cjson v0.1.4
32202026-03-14T20:37:41.943Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-03-14T20:37:42.104Z Compiling hickory-resolver v0.24.4
32222026-03-14T20:37:42.134Z Compiling primeorder v0.13.6
32232026-03-14T20:37:42.134Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32242026-03-14T20:37:42.186Z Compiling serde_plain v1.0.2
32252026-03-14T20:37:42.186Z Compiling typed-path v0.9.3
32262026-03-14T20:37:42.254Z Compiling base64 v0.21.7
32272026-03-14T20:37:42.515Z Compiling const_format v0.2.35
32282026-03-14T20:37:42.562Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-14T20:37:42.720Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-14T20:37:42.812Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-14T20:37:42.886Z Compiling tabled_derive v0.7.0
32322026-03-14T20:37:42.983Z Compiling bcs v0.1.6
32332026-03-14T20:37:43.271Z Compiling snafu v0.8.9
32342026-03-14T20:37:43.371Z Compiling typify v0.6.1
32352026-03-14T20:37:43.440Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-03-14T20:37:43.527Z Compiling progenitor-impl v0.13.0
32372026-03-14T20:37:43.550Z Compiling qorb v0.4.1
32382026-03-14T20:37:43.661Z Compiling tough v0.20.0
32392026-03-14T20:37:43.726Z Compiling termtree v0.5.1
32402026-03-14T20:37:43.760Z Compiling radium v0.7.0
32412026-03-14T20:37:43.837Z Compiling salty v0.3.0
32422026-03-14T20:37:43.969Z Compiling textwrap v0.16.2
32432026-03-14T20:37:44.033Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-14T20:37:44.214Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-14T20:37:44.249Z Compiling steno v0.4.1
32462026-03-14T20:37:44.299Z Compiling tabled v0.15.0
32472026-03-14T20:37:44.326Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-14T20:37:44.355Z Compiling typify-macro v0.4.3
32492026-03-14T20:37:44.521Z Compiling utf-8 v0.7.6
32502026-03-14T20:37:44.548Z Compiling humantime v2.3.0
32512026-03-14T20:37:44.579Z Compiling tap v1.0.1
32522026-03-14T20:37:44.671Z Compiling maybe-uninit v2.0.0
32532026-03-14T20:37:44.764Z Compiling wyz v0.5.1
32542026-03-14T20:37:44.791Z Compiling tungstenite v0.21.0
32552026-03-14T20:37:44.959Z Compiling p384 v0.13.1
32562026-03-14T20:37:45.081Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-03-14T20:37:45.180Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-03-14T20:37:45.351Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-03-14T20:37:45.423Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32602026-03-14T20:37:45.781Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-03-14T20:37:45.966Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-03-14T20:37:46.000Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-03-14T20:37:46.034Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-03-14T20:37:46.445Z Compiling arc-swap v1.8.2
32652026-03-14T20:37:46.472Z Compiling tagptr v0.2.0
32662026-03-14T20:37:46.713Z Compiling packed_struct v0.10.1
32672026-03-14T20:37:46.779Z Compiling funty v2.0.0
32682026-03-14T20:37:46.808Z Compiling typify v0.4.3
32692026-03-14T20:37:46.895Z Compiling slog-scope v4.4.1
32702026-03-14T20:37:46.978Z Compiling progenitor-impl v0.10.0
32712026-03-14T20:37:47.110Z Compiling moka v0.12.13
32722026-03-14T20:37:47.265Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-03-14T20:37:47.420Z Compiling progenitor-macro v0.13.0
32742026-03-14T20:37:47.458Z Compiling bitvec v1.0.1
32752026-03-14T20:37:47.589Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-03-14T20:37:47.720Z Compiling tokio-tungstenite v0.21.0
32772026-03-14T20:37:47.800Z Compiling polyval v0.6.2
32782026-03-14T20:37:47.947Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-14T20:37:48.123Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32802026-03-14T20:37:48.149Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32812026-03-14T20:37:48.174Z Compiling packed_struct_codegen v0.10.1
32822026-03-14T20:37:48.197Z Compiling zerocopy-derive v0.6.6
32832026-03-14T20:37:48.219Z Compiling bitfield-macros v0.19.4
32842026-03-14T20:37:48.411Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-14T20:37:48.646Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-14T20:37:49.250Z Compiling proc-macro-error-attr2 v2.0.0
32872026-03-14T20:37:49.324Z Compiling indexmap v1.9.3
32882026-03-14T20:37:49.436Z Compiling parking_lot_core v0.8.6
32892026-03-14T20:37:49.481Z Compiling crc-catalog v2.4.0
32902026-03-14T20:37:49.552Z Compiling nodrop v0.1.14
32912026-03-14T20:37:49.579Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-03-14T20:37:49.650Z Compiling crc v3.4.0
32932026-03-14T20:37:49.686Z Compiling array-init v0.0.4
32942026-03-14T20:37:49.717Z Compiling zerocopy v0.6.6
32952026-03-14T20:37:49.840Z Compiling proc-macro-error2 v2.0.1
32962026-03-14T20:37:49.891Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-14T20:37:49.925Z Compiling bitfield v0.19.4
32982026-03-14T20:37:49.973Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32992026-03-14T20:37:50.235Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33002026-03-14T20:37:50.263Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33012026-03-14T20:37:50.289Z Compiling hickory-resolver v0.25.2
33022026-03-14T20:37:50.312Z Compiling ghash v0.5.1
33032026-03-14T20:37:50.383Z Compiling smallvec v0.6.14
33042026-03-14T20:37:50.527Z Compiling slog-stdlog v4.1.1
33052026-03-14T20:37:50.562Z Compiling git-stub v1.0.0
33062026-03-14T20:37:50.717Z Compiling ctr v0.9.2
33072026-03-14T20:37:50.772Z Compiling num-derive v0.3.3
33082026-03-14T20:37:50.801Z Compiling progenitor-macro v0.10.0
33092026-03-14T20:37:50.856Z Compiling lzma-sys v0.1.20
33102026-03-14T20:37:50.956Z Compiling hashbrown v0.12.3
33112026-03-14T20:37:51.016Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-03-14T20:37:51.232Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-03-14T20:37:51.261Z Compiling unicase v2.9.0
33142026-03-14T20:37:51.337Z Compiling aes-gcm v0.10.3
33152026-03-14T20:37:51.368Z Compiling git-stub-vcs v0.1.0
33162026-03-14T20:37:51.445Z Compiling slog-envlogger v2.2.0
33172026-03-14T20:37:51.485Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-14T20:37:51.590Z Compiling mime_guess v2.0.5
33192026-03-14T20:37:51.647Z Compiling serde-hex v0.1.0
33202026-03-14T20:37:51.748Z Compiling tabled_derive v0.11.0
33212026-03-14T20:37:51.912Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-03-14T20:37:51.977Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33232026-03-14T20:37:52.004Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-03-14T20:37:52.029Z Compiling libscf-sys v1.1.0
33252026-03-14T20:37:52.250Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-14T20:37:52.364Z Compiling progenitor-impl v0.11.2
33272026-03-14T20:37:52.482Z Compiling ron v0.8.1
33282026-03-14T20:37:52.550Z Compiling papergrid v0.17.0
33292026-03-14T20:37:52.652Z Compiling cargo_toml v0.22.3
33302026-03-14T20:37:53.009Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-14T20:37:53.012Z Compiling hashbrown v0.13.2
33322026-03-14T20:37:53.457Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-14T20:37:53.748Z Compiling testing_table v0.3.0
33342026-03-14T20:37:53.802Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-14T20:37:53.910Z Compiling ssh-encoding v0.2.0
33362026-03-14T20:37:53.936Z Compiling blowfish v0.9.1
33372026-03-14T20:37:54.001Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-14T20:37:54.124Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-14T20:37:54.152Z Compiling nibble_vec v0.1.0
33402026-03-14T20:37:54.311Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-14T20:37:54.315Z Compiling endian-type v0.1.2
33422026-03-14T20:37:54.370Z Compiling crc-any v2.5.0
33432026-03-14T20:37:54.424Z Compiling corncobs v0.1.4
33442026-03-14T20:37:54.545Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-03-14T20:37:54.571Z Compiling radix_trie v0.2.1
33462026-03-14T20:37:54.571Z Compiling ssh-cipher v0.2.0
33472026-03-14T20:37:54.655Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-03-14T20:37:54.696Z Compiling bcrypt-pbkdf v0.10.0
33492026-03-14T20:37:54.749Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-14T20:37:54.894Z Compiling progenitor v0.13.0
33512026-03-14T20:37:55.009Z Compiling tabled v0.20.0
33522026-03-14T20:37:55.037Z Compiling object v0.30.4
33532026-03-14T20:37:55.100Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33542026-03-14T20:37:55.137Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-03-14T20:37:55.216Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-14T20:37:55.269Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-03-14T20:37:55.468Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-14T20:37:56.005Z Compiling parking_lot v0.11.2
33592026-03-14T20:37:56.075Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-14T20:37:56.337Z Compiling progenitor-macro v0.11.2
33612026-03-14T20:37:56.563Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-14T20:37:56.625Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-14T20:37:56.750Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33642026-03-14T20:37:56.968Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-14T20:37:57.061Z Compiling progenitor-client v0.11.2
33662026-03-14T20:37:57.130Z Compiling prefix-trie v0.7.0
33672026-03-14T20:37:57.209Z Compiling password-hash v0.4.2
33682026-03-14T20:37:57.269Z Compiling fxhash v0.2.1
33692026-03-14T20:37:57.461Z Compiling secrecy v0.8.0
33702026-03-14T20:37:57.489Z Compiling path-slash v0.1.5
33712026-03-14T20:37:57.514Z Compiling http-range v0.1.5
33722026-03-14T20:37:57.692Z Compiling half v1.8.3
33732026-03-14T20:37:57.715Z Compiling hickory-server v0.25.2
33742026-03-14T20:37:57.785Z Compiling pbkdf2 v0.11.0
33752026-03-14T20:37:57.809Z Compiling sled v0.34.7
33762026-03-14T20:37:58.098Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-03-14T20:37:58.124Z Compiling serde_cbor v0.11.2
33782026-03-14T20:37:58.290Z Compiling progenitor v0.10.0
33792026-03-14T20:37:58.341Z Compiling ron v0.12.0
33802026-03-14T20:37:58.469Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-14T20:37:58.513Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-14T20:37:59.043Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-14T20:37:59.374Z Compiling xz2 v0.1.7
33842026-03-14T20:37:59.518Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-14T20:37:59.743Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862026-03-14T20:38:00.039Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-03-14T20:38:00.091Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33882026-03-14T20:38:00.400Z Compiling ssh-key v0.6.7
33892026-03-14T20:38:00.483Z Compiling hickory-client v0.25.2
33902026-03-14T20:38:00.627Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-03-14T20:38:00.732Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-14T20:38:00.893Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-14T20:38:00.997Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-14T20:38:01.628Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33952026-03-14T20:38:01.673Z Compiling p256 v0.13.2
33962026-03-14T20:38:01.792Z Compiling p521 v0.13.3
33972026-03-14T20:38:02.057Z Compiling yasna v0.5.2
33982026-03-14T20:38:02.245Z Compiling kstat-rs v0.2.4
33992026-03-14T20:38:02.342Z Compiling headers-core v0.3.0
34002026-03-14T20:38:02.533Z Compiling nanorand v0.7.0
34012026-03-14T20:38:02.563Z Compiling russh-cryptovec v0.7.3
34022026-03-14T20:38:02.695Z Compiling atty v0.2.14
34032026-03-14T20:38:02.728Z Compiling md5 v0.7.0
34042026-03-14T20:38:02.818Z Compiling home v0.5.12
34052026-03-14T20:38:02.844Z Compiling base16ct v1.0.0
34062026-03-14T20:38:02.867Z Compiling crc8 v0.1.1
34072026-03-14T20:38:02.977Z Compiling russh-keys v0.45.0
34082026-03-14T20:38:03.012Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34092026-03-14T20:38:03.039Z Compiling flume v0.11.1
34102026-03-14T20:38:03.096Z Compiling rcgen v0.12.1
34112026-03-14T20:38:03.141Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-03-14T20:38:03.145Z Compiling headers v0.4.1
34132026-03-14T20:38:03.203Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-03-14T20:38:03.260Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34152026-03-14T20:38:03.312Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-14T20:38:03.517Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-14T20:38:03.572Z Compiling hyper-staticfile v0.10.1
34182026-03-14T20:38:03.738Z Compiling progenitor v0.11.2
34192026-03-14T20:38:03.973Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-14T20:38:04.091Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-14T20:38:04.239Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-03-14T20:38:04.332Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-14T20:38:04.358Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-14T20:38:04.399Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-14T20:38:04.686Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-14T20:38:04.873Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-14T20:38:05.030Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-14T20:38:05.253Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-14T20:38:05.277Z Compiling num-bigint v0.4.6
34302026-03-14T20:38:05.407Z Compiling des v0.8.1
34312026-03-14T20:38:05.432Z Compiling subprocess v0.2.15
34322026-03-14T20:38:05.515Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-14T20:38:05.707Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-03-14T20:38:05.856Z Compiling display-error-chain v0.2.2
34352026-03-14T20:38:05.899Z Compiling hex-literal v0.4.1
34362026-03-14T20:38:06.076Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-14T20:38:06.100Z Compiling colored v2.2.0
34382026-03-14T20:38:06.127Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-14T20:38:06.233Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-14T20:38:06.499Z Compiling socket2 v0.5.10
34412026-03-14T20:38:06.585Z Compiling internet-checksum v0.2.1
34422026-03-14T20:38:06.801Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-14T20:38:07.130Z Compiling russh v0.45.0
34442026-03-14T20:38:07.571Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-14T20:38:14.085Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-14T20:38:24.240Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-14T20:38:24.240Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-14T20:38:24.243Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-14T20:38:24.244Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-14T20:38:26.499Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-14T20:38:26.673Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-14T20:38:32.367Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-14T20:39:02.608Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-14T20:39:26.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34552026-03-14T20:39:26.982Z
34562026-03-14T20:39:26.986Zreal 1:57.798653538
34572026-03-14T20:39:26.986Zuser 11:39.696946002
34582026-03-14T20:39:26.986Zsys 2:04.740678908
34592026-03-14T20:39:26.986Ztrap 0.359699137
34602026-03-14T20:39:26.986Ztflt 0.591970140
34612026-03-14T20:39:26.986Zdflt 1.828828167
34622026-03-14T20:39:26.986Zkflt 0.000482195
34632026-03-14T20:39:26.986Zlock 40:37.905068373
34642026-03-14T20:39:26.986Zslp 26:24.659582027
34652026-03-14T20:39:26.986Zlat 47.905823852
34662026-03-14T20:39:26.986Zstop 3:56.917024534
34672026-03-14T20:39:26.986Z+ mkdir tests
34682026-03-14T20:39:26.989Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-14T20:39:26.990Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-14T20:39:27.026Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-622500e300e589eb tests/
34712026-03-14T20:39:27.058Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-dd53dfa82e1c9873 tests/
34722026-03-14T20:39:27.088Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-137f77be87536955 tests/
34732026-03-14T20:39:27.121Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-308a68e6e7f0d2f4 tests/
34742026-03-14T20:39:27.456Z+ 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/*)
34752026-03-14T20:39:27.459Z+ 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-dd53dfa82e1c9873 tests/commtest-137f77be87536955 tests/dhcp_server-622500e300e589eb tests/end_to_end_tests-308a68e6e7f0d2f4 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
34762026-03-14T20:41:06.816ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-14T20:41:06.816Za .github/buildomat/ci-env.sh 1K
34782026-03-14T20:41:06.816Za out/target/test 1K
34792026-03-14T20:41:06.816Za out/npuzone/npuzone 27402K
34802026-03-14T20:41:06.816Za package-manifest.toml 35K
34812026-03-14T20:41:06.816Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-14T20:41:06.816Za target/release/omicron-package 40536K
34832026-03-14T20:41:06.816Za target/release/xtask 11433K
34842026-03-14T20:41:06.816Za target/debug/bootstrap 334820K
34852026-03-14T20:41:06.816Za tests/bootstrap-dd53dfa82e1c9873 31310K
34862026-03-14T20:41:06.816Za tests/commtest-137f77be87536955 32395K
34872026-03-14T20:41:06.816Za tests/dhcp_server-622500e300e589eb 31310K
34882026-03-14T20:41:06.816Za tests/end_to_end_tests-308a68e6e7f0d2f4 376395K
34892026-03-14T20:41:06.816Za out/clickhouse.tar.gz 301598K
34902026-03-14T20:41:06.816Za out/clickhouse_keeper.tar.gz 287063K
34912026-03-14T20:41:06.816Za out/clickhouse_server.tar.gz 301596K
34922026-03-14T20:41:06.816Za out/cockroachdb.tar.gz 156491K
34932026-03-14T20:41:06.816Za out/crucible-pantry-zone.tar.gz 38977K
34942026-03-14T20:41:06.816Za out/crucible-utils.tar 17744K
34952026-03-14T20:41:06.816Za out/crucible-zone.tar.gz 53115K
34962026-03-14T20:41:06.816Za out/external-dns.tar.gz 43586K
34972026-03-14T20:41:06.816Za out/internal-dns.tar.gz 43586K
34982026-03-14T20:41:06.816Za out/mg-ddm-gz.tar 78377K
34992026-03-14T20:41:06.816Za out/nexus.tar.gz 208873K
35002026-03-14T20:41:06.816Za out/ntp.tar.gz 25407K
35012026-03-14T20:41:06.816Za out/omicron-gateway-softnpu.tar.gz 28202K
35022026-03-14T20:41:06.816Za out/omicron-sled-agent.tar 185996K
35032026-03-14T20:41:06.816Za out/overlay.tar.gz 3K
35042026-03-14T20:41:06.817Za out/oximeter.tar.gz 57397K
35052026-03-14T20:41:06.817Za out/oxlog.tar 3782K
35062026-03-14T20:41:06.817Za out/probe.tar.gz 3037K
35072026-03-14T20:41:06.817Za out/propolis-server.tar.gz 74633K
35082026-03-14T20:41:06.817Za out/pumpkind-gz.tar 26647K
35092026-03-14T20:41:06.817Za out/switch-softnpu.tar.gz 366865K
35102026-03-14T20:41:06.820Z
35112026-03-14T20:41:06.820Zreal 1:39.373074127
35122026-03-14T20:41:06.820Zuser 1:36.352855097
35132026-03-14T20:41:06.820Zsys 6.200109608
35142026-03-14T20:41:06.820Ztrap 0.006980068
35152026-03-14T20:41:06.820Ztflt 0.000000000
35162026-03-14T20:41:06.820Zdflt 0.000000000
35172026-03-14T20:41:06.820Zkflt 0.000000000
35182026-03-14T20:41:06.820Zlock 0.000000000
35192026-03-14T20:41:06.820Zslp 1:35.559519147
35202026-03-14T20:41:06.820Zlat 0.620948649
35212026-03-14T20:41:06.821Zstop 0.000557742
35222026-03-14T20:41:06.821Zprocess exited: duration 1247023 ms, exit code 0
 
35232026-03-14T20:41:06.838Zfound 1 output files
35242026-03-14T20:41:06.838Zuploading: /work/package.tar.gz (2317667041 bytes)
35252026-03-14T20:41:35.440Zuploaded: /work/package.tar.gz