01KM10J8ZJ7BN8Q4BTB8ZN1WKT: 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: 01KM10JQW5FHFZM62KERS2P8PR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T17:42:24.263Zjob assigned to worker 01KM10JXWNY54B5GR3FEDZQ0HF [factory aws, i-0078d58bad44ad6c8] (queued for 1 m 22 s)
 
22026-03-18T17:42:33.200Zstarting task 0: "setup"
32026-03-18T17:42:33.205Z++ uname -s
42026-03-18T17:42:33.209Z+ kern=SunOS
52026-03-18T17:42:33.209Z+ build_user=build
62026-03-18T17:42:33.209Z+ build_uid=12345
72026-03-18T17:42:33.209Z+ work_dir=/work
82026-03-18T17:42:33.209Z+ input_dir=/input
92026-03-18T17:42:33.209Z+ [[ 0 == 12345 ]]
102026-03-18T17:42:33.209Z+ case "$kern" in
112026-03-18T17:42:33.209Z+ groupadd -g 12345 build
122026-03-18T17:42:33.212Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T17:42:35.219Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T17:42:35.298Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T17:42:35.301Z+ home_fs=zfs
162026-03-18T17:42:35.301Z+ [[ zfs == autofs ]]
172026-03-18T17:42:35.301Z+ mkdir -p /home/build
182026-03-18T17:42:35.304Z+ chown build:build /home/build /work
192026-03-18T17:42:37.305Z+ chmod 0700 /home/build /work
202026-03-18T17:42:37.308Zprocess exited: duration 4110 ms, exit code 0
 
212026-03-18T17:42:37.314Zstarting task 1: "rust-toolchain"
222026-03-18T17:42:37.320Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T17:42:37.320Z * rust toolchain channel = "1.94.0"
242026-03-18T17:42:37.320Z * rust toolchain profile = "default"
252026-03-18T17:42:37.323Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T17:42:37.323Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T17:42:37.323Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T17:42:37.323Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T17:42:37.323Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T17:42:37.417Zinfo: downloading installer
312026-03-18T17:42:39.095Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T17:42:39.095Zwarn: /opt/ooce/bin
332026-03-18T17:42:39.096Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T17:42:39.096Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T17:42:39.096Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T17:42:39.096Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T17:42:39.096Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T17:42:39.096Zerror: cannot install while Rust is installed
392026-03-18T17:42:39.096Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T17:42:39.096Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T17:42:39.096Zwarn: /home/build/.rustup/settings.toml
422026-03-18T17:42:39.096Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T17:42:39.096Zwarn: instead of the one inferred from the default host triple.
442026-03-18T17:42:39.108Zinfo: profile set to default
452026-03-18T17:42:39.108Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T17:42:39.111Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T17:42:39.255Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T17:42:39.258Zinfo: downloading 6 components
492026-03-18T17:42:55.939Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T17:42:55.939Z
512026-03-18T17:42:55.974Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T17:42:55.974Z
532026-03-18T17:42:55.977Z
542026-03-18T17:42:55.977ZRust is installed now. Great!
552026-03-18T17:42:55.977Z
562026-03-18T17:42:55.977ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T17:42:55.977Zenvironment variable. This has not been done automatically.
582026-03-18T17:42:55.977Z
592026-03-18T17:42:55.977ZTo configure your current shell, you need to source
602026-03-18T17:42:55.977Zthe corresponding env file under $HOME/.cargo.
612026-03-18T17:42:55.977Z
622026-03-18T17:42:55.977ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T17:42:55.977Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T17:42:55.977Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T17:42:55.977Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T17:42:55.977Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T17:42:55.977Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T17:42:55.977Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T17:42:55.977Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T17:42:55.977Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T17:42:56.085Z+ rustup --version
722026-03-18T17:42:56.092Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T17:42:56.095Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T17:42:56.118Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T17:42:56.122Z+ cargo --version
762026-03-18T17:42:56.133Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T17:42:56.136Z+ rustc --version
782026-03-18T17:42:56.161Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T17:42:56.165Zprocess exited: duration 18848 ms, exit code 0
 
802026-03-18T17:42:56.171Zstarting task 2: "authentication"
812026-03-18T17:42:56.191Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T17:42:56.197Zstarting task 3: "clone repository"
832026-03-18T17:42:56.202Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T17:42:56.205Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T17:42:56.243ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T17:44:26.865Z+ cd /work/oxidecomputer/omicron
872026-03-18T17:44:26.874Z+ git fetch origin d8b388c28b73a719b38ce019594eacea1c945e8e
882026-03-18T17:44:27.235ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T17:44:27.235Z * branch d8b388c28b73a719b38ce019594eacea1c945e8e -> FETCH_HEAD
902026-03-18T17:44:27.248Z+ [[ -n iliana/bump-cockroach ]]
912026-03-18T17:44:27.251Z++ git branch --show-current
922026-03-18T17:44:27.254Z+ current=main
932026-03-18T17:44:27.254Z+ [[ main != iliana/bump-cockroach ]]
942026-03-18T17:44:27.254Z+ git branch -f iliana/bump-cockroach d8b388c28b73a719b38ce019594eacea1c945e8e
952026-03-18T17:44:27.258Z+ git checkout -f iliana/bump-cockroach
962026-03-18T17:44:27.581ZSwitched to branch 'iliana/bump-cockroach'
972026-03-18T17:44:27.585Z+ git reset --hard d8b388c28b73a719b38ce019594eacea1c945e8e
982026-03-18T17:44:27.602ZHEAD is now at d8b388c28 update cockroach to v22.1.22-64-g86fdbfca06
992026-03-18T17:44:27.605Zprocess exited: duration 91397 ms, exit code 0
 
1002026-03-18T17:44:27.611Zstarting task 4: "build"
1012026-03-18T17:44:27.617Z+ source .github/buildomat/ci-env.sh
1022026-03-18T17:44:27.620Z++ export CARGO_TERM_COLOR=always
1032026-03-18T17:44:27.620Z++ CARGO_TERM_COLOR=always
1042026-03-18T17:44:27.620Z+ cargo --version
1052026-03-18T17:44:27.629Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T17:44:27.632Z+ rustc --version
1072026-03-18T17:44:27.658Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T17:44:27.662Z+ WORK=/work
1092026-03-18T17:44:27.662Z+ pfexec mkdir -p /work
1102026-03-18T17:44:27.667Z+ pfexec chown build /work
1112026-03-18T17:44:27.671Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T17:44:37.613Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T17:44:47.207Z Startup: Caching catalogs ... Done
1142026-03-18T17:45:09.190ZPlanning: Solver setup ... Done (20.393s)
1152026-03-18T17:45:09.343ZPlanning: Running solver ... Done (0.154s)
1162026-03-18T17:45:09.520ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-18T17:45:09.538ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T17:45:09.676ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T17:45:09.719ZPlanning: Package planning ... Done (0.043s)
1202026-03-18T17:45:09.759ZPlanning: Merging actions ... Done (0.040s)
1212026-03-18T17:45:10.002ZPlanning: Checking for conflicting actions ... Done (0.243s)
1222026-03-18T17:45:10.012ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T17:45:10.895ZPlanning: Evaluating mediators ... Done (0.883s)
1242026-03-18T17:45:10.903ZPlanning: Planning completed in 23.55 seconds
1252026-03-18T17:45:10.917Z Packages to install: 4
1262026-03-18T17:45:10.917Z Mediators to change: 2
1272026-03-18T17:45:10.917Z Services to change: 1
1282026-03-18T17:45:10.921Z Estimated space available: 155.43 GB
1292026-03-18T17:45:10.921ZEstimated space to be consumed: 1.83 GB
1302026-03-18T17:45:10.921Z Create boot environment: No
1312026-03-18T17:45:10.921ZCreate backup boot environment: No
1322026-03-18T17:45:10.921Z Rebuild boot archive: No
1332026-03-18T17:45:10.921Z
1342026-03-18T17:45:10.921ZChanged mediators:
1352026-03-18T17:45:10.921Z mediator clang:
1362026-03-18T17:45:10.921Z version: None -> 15 (system default)
1372026-03-18T17:45:10.921Z
1382026-03-18T17:45:10.921Z mediator llvm:
1392026-03-18T17:45:10.921Z version: 14 (system default) -> 15 (system default)
1402026-03-18T17:45:10.921Z
1412026-03-18T17:45:10.921ZChanged packages:
1422026-03-18T17:45:10.921Zhelios-dev
1432026-03-18T17:45:10.921Z developer/build-essential
1442026-03-18T17:45:10.921Z None -> 11-2.0
1452026-03-18T17:45:10.921Z library/libxmlsec1
1462026-03-18T17:45:10.921Z None -> 1.2.35-2.0
1472026-03-18T17:45:10.921Z ooce/developer/clang-15
1482026-03-18T17:45:10.921Z None -> 15.0.7-2.0
1492026-03-18T17:45:10.921Z ooce/developer/llvm-15
1502026-03-18T17:45:10.921Z None -> 15.0.7-2.0
1512026-03-18T17:45:10.921Z
1522026-03-18T17:45:10.922ZServices:
1532026-03-18T17:45:10.922Z restart_fmri:
1542026-03-18T17:45:10.922Z svc:/system/update-man-index:default
1552026-03-18T17:45:10.967Z
1562026-03-18T17:45:10.967ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T17:45:15.968ZDownload: 2001/3290 items 118.7/212.6MB 55% complete (24.0M/s)
1582026-03-18T17:45:21.032ZDownload: 3280/3290 items 209.3/212.6MB 98% complete (24.9M/s)
1592026-03-18T17:45:28.256ZDownload: 3288/3290 items 212.0/212.6MB 99% complete (20.2M/s)
1602026-03-18T17:45:28.287ZDownload: Completed 212.60 MB in 17.32 seconds (12.3M/s)
1612026-03-18T17:45:28.437Z Actions: 1/3689 actions (Installing new actions)
1622026-03-18T17:45:32.599Z Actions: Completed 3689 actions in 4.16 seconds.
1632026-03-18T17:45:32.944Z Done (0.339s)
1642026-03-18T17:45:32.944Z Done (0.000s)
1652026-03-18T17:45:33.835Z Done (0.891s)
1662026-03-18T17:45:37.871Z Done (3.695s)
1672026-03-18T17:45:37.953Z Done (0.020s)
1682026-03-18T17:45:37.956Z Done (0.000s)
1692026-03-18T17:45:38.089Z Done (0.000s)
1702026-03-18T17:45:39.035ZPlanning: Evaluating mediator changes ... Done
1712026-03-18T17:45:39.176ZPlanning: Checking for conflicting actions ... Done
1722026-03-18T17:45:39.179ZPlanning: Consolidating action changes ... Done
1732026-03-18T17:45:39.398ZPlanning: Evaluating mediators ... Done
1742026-03-18T17:45:39.401ZPlanning: Planning completed in 0.36 seconds
1752026-03-18T17:45:39.427Z Mediators to change: 2
1762026-03-18T17:45:39.427Z Create boot environment: No
1772026-03-18T17:45:39.430ZCreate backup boot environment: No
1782026-03-18T17:45:39.498Z Done
1792026-03-18T17:45:39.498Z Done
1802026-03-18T17:45:40.229Z Done
1812026-03-18T17:45:43.565Z Done
1822026-03-18T17:45:43.621Z Done
1832026-03-18T17:45:43.630Z Done
1842026-03-18T17:45:43.737Z Done
1852026-03-18T17:45:44.273ZPlanning: Evaluating mediator changes ... Done
1862026-03-18T17:45:44.277ZPlanning: Merging actions ... Done
1872026-03-18T17:45:44.441ZPlanning: Checking for conflicting actions ... Done
1882026-03-18T17:45:44.445ZPlanning: Consolidating action changes ... Done
1892026-03-18T17:45:44.663ZPlanning: Evaluating mediators ... Done
1902026-03-18T17:45:44.705ZPlanning: Planning completed in 0.64 seconds
1912026-03-18T17:45:44.736Z Packages to change: 1
1922026-03-18T17:45:44.736Z Mediators to change: 1
1932026-03-18T17:45:44.739Z Services to change: 1
1942026-03-18T17:45:44.739Z Create boot environment: No
1952026-03-18T17:45:44.739ZCreate backup boot environment: Yes
1962026-03-18T17:45:47.218Z Actions: 1/6 actions (Updating modified actions)
1972026-03-18T17:45:47.221Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-18T17:45:47.221Z Done
1992026-03-18T17:45:47.221Z Done
2002026-03-18T17:45:47.409Z Done
2012026-03-18T17:45:50.682Z Done
2022026-03-18T17:45:50.765Z Done
2032026-03-18T17:45:50.769Z Done
2042026-03-18T17:45:50.983Z Done
2052026-03-18T17:45:51.358ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-18T17:45:51.358Zclang system 15 system
2072026-03-18T17:45:51.358Zcsh system system illumos
2082026-03-18T17:45:51.358Zctags system system illumos
2092026-03-18T17:45:51.358Zfile system system illumos
2102026-03-18T17:45:51.358Zgcc vendor 12 vendor
2112026-03-18T17:45:51.358Zgcc system 10 system
2122026-03-18T17:45:51.358Zgcc system 7 system
2132026-03-18T17:45:51.358Zgo system 1.20 system
2142026-03-18T17:45:51.358Zgo system 1.19 system
2152026-03-18T17:45:51.358Zllvm system 15 system
2162026-03-18T17:45:51.358Zllvm system 14 system
2172026-03-18T17:45:51.358Zmariadb system 10.6 system
2182026-03-18T17:45:51.358Zmta vendor vendor dma
2192026-03-18T17:45:51.358Zopenjdk system 17 system
2202026-03-18T17:45:51.358Zopenjdk system 11 system
2212026-03-18T17:45:51.358Zopenjdk system 1.8 system
2222026-03-18T17:45:51.358Zopenssl vendor 3 vendor
2232026-03-18T17:45:51.358Zperl system 5.36 system
2242026-03-18T17:45:51.359Zpostgresql system 15 system
2252026-03-18T17:45:51.359Zpostgresql system 13 system
2262026-03-18T17:45:51.359Zpython vendor 3 vendor
2272026-03-18T17:45:51.359Zpython system 2 system
2282026-03-18T17:45:51.359Zpython3 system 3.11 system
2292026-03-18T17:45:51.359Zruby system 3.0 system
2302026-03-18T17:45:51.359Zwords vendor vendor american-english
2312026-03-18T17:45:51.359Zwords system system australian-english
2322026-03-18T17:45:51.359Zwords system system british-english
2332026-03-18T17:45:51.359Zwords system system canadian-english
2342026-03-18T17:45:51.359Zwords system system french
2352026-03-18T17:45:51.359Zwords system system italian
2362026-03-18T17:45:51.359Zwords system system ngerman
2372026-03-18T17:45:51.359Zwords system system ogerman
2382026-03-18T17:45:51.359Zwords system system spanish
2392026-03-18T17:45:51.660ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-18T17:45:51.661Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-18T17:45:57.583ZFMRI IFO
2422026-03-18T17:45:57.583Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-18T17:45:57.583Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-18T17:45:57.583Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-18T17:45:57.583Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-18T17:45:57.583Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-18T17:45:57.583Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-18T17:45:57.583Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-18T17:45:57.583Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-18T17:45:57.583Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-18T17:45:57.583Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-18T17:45:57.583Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-18T17:45:57.583Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-18T17:45:57.583Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-18T17:45:57.583Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-18T17:45:57.583Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-18T17:45:57.583Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-18T17:45:58.798Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-18T17:45:59.120Z Updating crates.io index
2602026-03-18T17:45:59.155Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-18T17:45:59.887Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-18T17:46:00.631Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-03-18T17:46:00.937Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-18T17:46:01.721Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-18T17:46:06.469Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-18T17:46:07.627Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-18T17:46:10.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-18T17:46:14.706Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-18T17:46:15.842Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-18T17:46:16.325Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-18T17:46:17.052Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-18T17:46:17.572Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-18T17:46:18.221Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-18T17:46:18.506Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-18T17:46:19.548Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-18T17:46:21.453Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-18T17:46:21.753Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-18T17:46:22.023Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-18T17:46:22.609Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-18T17:46:22.932Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-18T17:46:23.174Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-18T17:46:23.578Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-18T17:46:24.094Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-18T17:46:25.593Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-18T17:46:26.850Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-18T17:46:27.112Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-18T17:46:27.667Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-18T17:46:27.963Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-18T17:46:29.337Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-18T17:46:29.665Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-18T17:46:30.329Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-18T17:46:30.659Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-18T17:46:31.290Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-18T17:46:31.526Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-18T17:46:31.902Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-18T17:46:32.189Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-18T17:46:32.651Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-18T17:46:56.398Z Downloading crates ...
2992026-03-18T17:46:56.448Z Downloaded cpufeatures v0.2.17
3002026-03-18T17:46:56.451Z Downloaded cfg-if v1.0.4
3012026-03-18T17:46:56.458Z Downloaded anstyle-parse v0.2.7
3022026-03-18T17:46:56.461Z Downloaded anstyle v1.0.13
3032026-03-18T17:46:56.461Z Downloaded anstyle-query v1.1.5
3042026-03-18T17:46:56.464Z Downloaded digest v0.10.7
3052026-03-18T17:46:56.467Z Downloaded crypto-common v0.1.7
3062026-03-18T17:46:56.470Z Downloaded displaydoc v0.2.5
3072026-03-18T17:46:56.474Z Downloaded textwrap v0.16.2
3082026-03-18T17:46:56.474Z Downloaded zmij v1.0.21
3092026-03-18T17:46:56.477Z Downloaded serde_core v1.0.228
3102026-03-18T17:46:56.477Z Downloaded unicode-linebreak v0.1.5
3112026-03-18T17:46:56.480Z Downloaded quote v1.0.44
3122026-03-18T17:46:56.480Z Downloaded zerofrom-derive v0.1.6
3132026-03-18T17:46:56.488Z Downloaded memchr v2.8.0
3142026-03-18T17:46:56.492Z Downloaded usdt v0.5.0
3152026-03-18T17:46:56.492Z Downloaded terminal_size v0.4.3
3162026-03-18T17:46:56.492Z Downloaded yoke-derive v0.8.1
3172026-03-18T17:46:56.492Z Downloaded plain v0.2.3
3182026-03-18T17:46:56.492Z Downloaded thiserror-impl v1.0.69
3192026-03-18T17:46:56.492Z Downloaded usdt-attr-macro v0.5.0
3202026-03-18T17:46:56.492Z Downloaded unicode-xid v0.2.6
3212026-03-18T17:46:56.492Z Downloaded ucd-trie v0.1.7
3222026-03-18T17:46:56.497Z Downloaded serde-untagged v0.1.9
3232026-03-18T17:46:56.497Z Downloaded toml_datetime v0.6.11
3242026-03-18T17:46:56.497Z Downloaded smallvec v1.15.1
3252026-03-18T17:46:56.497Z Downloaded is_terminal_polyfill v1.70.2
3262026-03-18T17:46:56.497Z Downloaded getrandom v0.4.1
3272026-03-18T17:46:56.501Z Downloaded toml v0.8.23
3282026-03-18T17:46:56.501Z Downloaded zerovec-derive v0.11.2
3292026-03-18T17:46:56.506Z Downloaded zerofrom v0.1.6
3302026-03-18T17:46:56.506Z Downloaded serde_derive v1.0.228
3312026-03-18T17:46:56.506Z Downloaded utf8parse v0.2.2
3322026-03-18T17:46:56.506Z Downloaded memmap v0.7.0
3332026-03-18T17:46:56.514Z Downloaded idna_adapter v1.2.1
3342026-03-18T17:46:56.514Z Downloaded zerocopy-derive v0.7.35
3352026-03-18T17:46:56.518Z Downloaded tinystr v0.8.2
3362026-03-18T17:46:56.518Z Downloaded thiserror-impl v2.0.18
3372026-03-18T17:46:56.518Z Downloaded fnv v1.0.7
3382026-03-18T17:46:56.518Z Downloaded dtrace-parser v0.2.0
3392026-03-18T17:46:56.518Z Downloaded usdt-impl v0.5.0
3402026-03-18T17:46:56.518Z Downloaded utf8_iter v1.0.4
3412026-03-18T17:46:56.518Z Downloaded pretty-hex v0.4.1
3422026-03-18T17:46:56.518Z Downloaded toml_write v0.1.2
3432026-03-18T17:46:56.529Z Downloaded macaddr v1.0.1
3442026-03-18T17:46:56.529Z Downloaded heck v0.4.1
3452026-03-18T17:46:56.529Z Downloaded usdt-macro v0.5.0
3462026-03-18T17:46:56.530Z Downloaded cargo-platform v0.2.0
3472026-03-18T17:46:56.533Z Downloaded clap_lex v1.0.0
3482026-03-18T17:46:56.533Z Downloaded thread-id v4.2.2
3492026-03-18T17:46:56.533Z Downloaded writeable v0.6.2
3502026-03-18T17:46:56.533Z Downloaded unicode-ident v1.0.24
3512026-03-18T17:46:56.533Z Downloaded version_check v0.9.5
3522026-03-18T17:46:56.533Z Downloaded typeid v1.0.3
3532026-03-18T17:46:56.533Z Downloaded log v0.4.29
3542026-03-18T17:46:56.533Z Downloaded percent-encoding v2.3.2
3552026-03-18T17:46:56.533Z Downloaded thiserror v2.0.18
3562026-03-18T17:46:56.537Z Downloaded ordered-float v2.10.1
3572026-03-18T17:46:56.537Z Downloaded toml_edit v0.22.27
3582026-03-18T17:46:56.540Z Downloaded swrite v0.1.0
3592026-03-18T17:46:56.543Z Downloaded strsim v0.11.1
3602026-03-18T17:46:56.543Z Downloaded heck v0.5.0
3612026-03-18T17:46:56.543Z Downloaded smawk v0.3.2
3622026-03-18T17:46:56.546Z Downloaded itoa v1.0.17
3632026-03-18T17:46:56.546Z Downloaded typenum v1.19.0
3642026-03-18T17:46:56.550Z Downloaded tabled_derive v0.7.0
3652026-03-18T17:46:56.550Z Downloaded stable_deref_trait v1.2.1
3662026-03-18T17:46:56.550Z Downloaded form_urlencoded v1.2.2
3672026-03-18T17:46:56.550Z Downloaded errno v0.3.14
3682026-03-18T17:46:56.553Z Downloaded yoke v0.8.1
3692026-03-18T17:46:56.553Z Downloaded serde_spanned v0.6.9
3702026-03-18T17:46:56.553Z Downloaded num-traits v0.2.19
3712026-03-18T17:46:56.556Z Downloaded colorchoice v1.0.4
3722026-03-18T17:46:56.556Z Downloaded scroll v0.12.0
3732026-03-18T17:46:56.556Z Downloaded generic-array v0.14.7
3742026-03-18T17:46:56.559Z Downloaded cargo_toml v0.21.0
3752026-03-18T17:46:56.559Z Downloaded thiserror v1.0.69
3762026-03-18T17:46:56.562Z Downloaded pest_meta v2.8.6
3772026-03-18T17:46:56.566Z Downloaded proc-macro-error-attr v1.0.4
3782026-03-18T17:46:56.567Z Downloaded potential_utf v0.1.4
3792026-03-18T17:46:56.567Z Downloaded anstream v0.6.21
3802026-03-18T17:46:56.570Z Downloaded url v2.5.8
3812026-03-18T17:46:56.570Z Downloaded scroll_derive v0.12.1
3822026-03-18T17:46:56.573Z Downloaded dof v0.3.0
3832026-03-18T17:46:56.573Z Downloaded fastrand v2.3.0
3842026-03-18T17:46:56.577Z Downloaded block-buffer v0.10.4
3852026-03-18T17:46:56.577Z Downloaded zerotrie v0.2.3
3862026-03-18T17:46:56.581Z Downloaded serde-value v0.7.0
3872026-03-18T17:46:56.586Z Downloaded byteorder v1.5.0
3882026-03-18T17:46:56.589Z Downloaded bytecount v0.6.9
3892026-03-18T17:46:56.596Z Downloaded zerocopy v0.7.35
3902026-03-18T17:46:56.601Z Downloaded synstructure v0.13.2
3912026-03-18T17:46:56.606Z Downloaded zerovec v0.11.5
3922026-03-18T17:46:56.608Z Downloaded unicode-width v0.2.0
3932026-03-18T17:46:56.611Z Downloaded erased-serde v0.4.9
3942026-03-18T17:46:56.614Z Downloaded equivalent v1.0.2
3952026-03-18T17:46:56.614Z Downloaded winnow v0.7.14
3962026-03-18T17:46:56.619Z Downloaded unicode-width v0.1.14
3972026-03-18T17:46:56.624Z Downloaded fs-err v3.3.0
3982026-03-18T17:46:56.627Z Downloaded sha2 v0.10.9
3992026-03-18T17:46:56.627Z Downloaded proc-macro-error v1.0.4
4002026-03-18T17:46:56.630Z Downloaded camino v1.2.2
4012026-03-18T17:46:56.630Z Downloaded litemap v0.8.1
4022026-03-18T17:46:56.633Z Downloaded camino-tempfile v1.4.1
4032026-03-18T17:46:56.633Z Downloaded serde_tokenstream v0.2.3
4042026-03-18T17:46:56.633Z Downloaded pest_derive v2.8.6
4052026-03-18T17:46:56.636Z Downloaded once_cell v1.21.3
4062026-03-18T17:46:56.638Z Downloaded autocfg v1.5.0
4072026-03-18T17:46:56.639Z Downloaded semver v1.0.27
4082026-03-18T17:46:56.648Z Downloaded cargo_metadata v0.21.0
4092026-03-18T17:46:56.651Z Downloaded clap_derive v4.5.55
4102026-03-18T17:46:56.654Z Downloaded pest_generator v2.8.6
4112026-03-18T17:46:56.654Z Downloaded cargo-util-schemas v0.8.2
4122026-03-18T17:46:56.657Z Downloaded bitflags v2.11.0
4132026-03-18T17:46:56.660Z Downloaded proc-macro2 v1.0.106
4142026-03-18T17:46:56.663Z Downloaded serde v1.0.228
4152026-03-18T17:46:56.666Z Downloaded anyhow v1.0.102
4162026-03-18T17:46:56.670Z Downloaded papergrid v0.11.0
4172026-03-18T17:46:56.673Z Downloaded tempfile v3.25.0
4182026-03-18T17:46:56.676Z Downloaded icu_properties v2.1.2
4192026-03-18T17:46:56.676Z Downloaded clap v4.5.60
4202026-03-18T17:46:56.681Z Downloaded icu_normalizer v2.1.1
4212026-03-18T17:46:56.684Z Downloaded icu_collections v2.1.1
4222026-03-18T17:46:56.687Z Downloaded icu_locale_core v2.1.1
4232026-03-18T17:46:56.691Z Downloaded icu_normalizer_data v2.1.1
4242026-03-18T17:46:56.694Z Downloaded icu_provider v2.1.1
4252026-03-18T17:46:56.708Z Downloaded indexmap v2.13.0
4262026-03-18T17:46:56.732Z Downloaded pest v2.8.6
4272026-03-18T17:46:56.745Z Downloaded hashbrown v0.16.1
4282026-03-18T17:46:56.748Z Downloaded idna v1.1.0
4292026-03-18T17:46:56.754Z Downloaded clap_builder v4.5.60
4302026-03-18T17:46:56.760Z Downloaded serde_json v1.0.149
4312026-03-18T17:46:56.765Z Downloaded icu_properties_data v2.1.2
4322026-03-18T17:46:56.773Z Downloaded goblin v0.8.2
4332026-03-18T17:46:56.786Z Downloaded tabled v0.15.0
4342026-03-18T17:46:56.797Z Downloaded syn v1.0.109
4352026-03-18T17:46:56.804Z Downloaded syn v2.0.117
4362026-03-18T17:46:56.819Z Downloaded rustix v1.1.3
4372026-03-18T17:46:56.845Z Downloaded libc v0.2.180
4382026-03-18T17:46:56.930Z Compiling proc-macro2 v1.0.106
4392026-03-18T17:46:56.930Z Compiling unicode-ident v1.0.24
4402026-03-18T17:46:56.933Z Compiling quote v1.0.44
4412026-03-18T17:46:56.933Z Compiling serde_core v1.0.228
4422026-03-18T17:46:56.933Z Compiling libc v0.2.180
4432026-03-18T17:46:56.933Z Compiling version_check v0.9.5
4442026-03-18T17:46:56.933Z Compiling stable_deref_trait v1.2.1
4452026-03-18T17:46:56.933Z Compiling serde v1.0.228
4462026-03-18T17:46:56.933Z Compiling memchr v2.8.0
4472026-03-18T17:46:56.933Z Compiling zmij v1.0.21
4482026-03-18T17:46:57.184Z Compiling ucd-trie v0.1.7
4492026-03-18T17:46:57.190Z Compiling autocfg v1.5.0
4502026-03-18T17:46:57.190Z Compiling itoa v1.0.17
4512026-03-18T17:46:57.190Z Compiling thiserror v1.0.69
4522026-03-18T17:46:57.190Z Compiling writeable v0.6.2
4532026-03-18T17:46:57.523Z Compiling litemap v0.8.1
4542026-03-18T17:46:57.553Z Compiling rustix v1.1.3
4552026-03-18T17:46:57.799Z Compiling pest v2.8.6
4562026-03-18T17:46:57.799Z Compiling byteorder v1.5.0
4572026-03-18T17:46:57.862Z Compiling icu_normalizer_data v2.1.1
4582026-03-18T17:46:57.923Z Compiling icu_properties_data v2.1.2
4592026-03-18T17:46:57.946Z Compiling bitflags v2.11.0
4602026-03-18T17:46:57.951Z Compiling serde_json v1.0.149
4612026-03-18T17:46:57.951Z Compiling num-traits v0.2.19
4622026-03-18T17:46:58.194Z Compiling equivalent v1.0.2
4632026-03-18T17:46:58.340Z Compiling smallvec v1.15.1
4642026-03-18T17:46:58.345Z Compiling hashbrown v0.16.1
4652026-03-18T17:46:58.427Z Compiling typeid v1.0.3
4662026-03-18T17:46:58.509Z Compiling proc-macro-error-attr v1.0.4
4672026-03-18T17:46:58.623Z Compiling errno v0.3.14
4682026-03-18T17:46:58.652Z Compiling thread-id v4.2.2
4692026-03-18T17:46:58.679Z Compiling usdt-impl v0.5.0
4702026-03-18T17:46:58.683Z Compiling toml_write v0.1.2
4712026-03-18T17:46:58.770Z Compiling syn v1.0.109
4722026-03-18T17:46:58.801Z Compiling erased-serde v0.4.9
4732026-03-18T17:46:58.915Z Compiling winnow v0.7.14
4742026-03-18T17:46:59.026Z Compiling proc-macro-error v1.0.4
4752026-03-18T17:46:59.055Z Compiling utf8_iter v1.0.4
4762026-03-18T17:46:59.081Z Compiling syn v2.0.117
4772026-03-18T17:46:59.136Z Compiling indexmap v2.13.0
4782026-03-18T17:46:59.173Z Compiling log v0.4.29
4792026-03-18T17:46:59.234Z Compiling camino v1.2.2
4802026-03-18T17:46:59.238Z Compiling pest_meta v2.8.6
4812026-03-18T17:46:59.348Z Compiling percent-encoding v2.3.2
4822026-03-18T17:46:59.351Z Compiling getrandom v0.4.1
4832026-03-18T17:46:59.398Z Compiling utf8parse v0.2.2
4842026-03-18T17:46:59.402Z Compiling thiserror v2.0.18
4852026-03-18T17:46:59.458Z Compiling plain v0.2.3
4862026-03-18T17:46:59.563Z Compiling anstyle-parse v0.2.7
4872026-03-18T17:46:59.614Z Compiling form_urlencoded v1.2.2
4882026-03-18T17:46:59.744Z Compiling cfg-if v1.0.4
4892026-03-18T17:46:59.823Z Compiling ordered-float v2.10.1
4902026-03-18T17:46:59.853Z Compiling pretty-hex v0.4.1
4912026-03-18T17:46:59.909Z Compiling anstyle v1.0.13
4922026-03-18T17:46:59.912Z Compiling is_terminal_polyfill v1.70.2
4932026-03-18T17:46:59.994Z Compiling anstyle-query v1.1.5
4942026-03-18T17:46:59.998Z Compiling colorchoice v1.0.4
4952026-03-18T17:47:00.111Z Compiling terminal_size v0.4.3
4962026-03-18T17:47:00.157Z Compiling fs-err v3.3.0
4972026-03-18T17:47:00.215Z Compiling anstream v0.6.21
4982026-03-18T17:47:00.215Z Compiling fastrand v2.3.0
4992026-03-18T17:47:00.243Z Compiling heck v0.4.1
5002026-03-18T17:47:00.325Z Compiling semver v1.0.27
5012026-03-18T17:47:00.443Z Compiling once_cell v1.21.3
5022026-03-18T17:47:00.510Z Compiling clap_lex v1.0.0
5032026-03-18T17:47:00.578Z Compiling anyhow v1.0.102
5042026-03-18T17:47:00.605Z Compiling unicode-xid v0.2.6
5052026-03-18T17:47:00.665Z Compiling heck v0.5.0
5062026-03-18T17:47:00.691Z Compiling fnv v1.0.7
5072026-03-18T17:47:00.736Z Compiling unicode-width v0.1.14
5082026-03-18T17:47:00.775Z Compiling bytecount v0.6.9
5092026-03-18T17:47:00.831Z Compiling strsim v0.11.1
5102026-03-18T17:47:00.885Z Compiling tempfile v3.25.0
5112026-03-18T17:47:00.912Z Compiling serde-untagged v0.1.9
5122026-03-18T17:47:01.004Z Compiling memmap v0.7.0
5132026-03-18T17:47:01.036Z Compiling smawk v0.3.2
5142026-03-18T17:47:01.039Z Compiling unicode-width v0.2.0
5152026-03-18T17:47:01.122Z Compiling papergrid v0.11.0
5162026-03-18T17:47:01.176Z Compiling clap_builder v4.5.60
5172026-03-18T17:47:01.263Z Compiling unicode-linebreak v0.1.5
5182026-03-18T17:47:01.266Z Compiling camino-tempfile v1.4.1
5192026-03-18T17:47:01.381Z Compiling swrite v0.1.0
5202026-03-18T17:47:01.427Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-18T17:47:01.573Z Compiling textwrap v0.16.2
5222026-03-18T17:47:01.949Z Compiling tabled_derive v0.7.0
5232026-03-18T17:47:02.757Z Compiling synstructure v0.13.2
5242026-03-18T17:47:02.757Z Compiling pest_generator v2.8.6
5252026-03-18T17:47:02.822Z Compiling tabled v0.15.0
5262026-03-18T17:47:03.466Z Compiling serde_derive v1.0.228
5272026-03-18T17:47:03.466Z Compiling zerofrom-derive v0.1.6
5282026-03-18T17:47:03.469Z Compiling yoke-derive v0.8.1
5292026-03-18T17:47:03.469Z Compiling zerovec-derive v0.11.2
5302026-03-18T17:47:03.469Z Compiling displaydoc v0.2.5
5312026-03-18T17:47:03.563Z Compiling thiserror-impl v1.0.69
5322026-03-18T17:47:03.567Z Compiling zerocopy-derive v0.7.35
5332026-03-18T17:47:03.567Z Compiling pest_derive v2.8.6
5342026-03-18T17:47:03.645Z Compiling scroll_derive v0.12.1
5352026-03-18T17:47:03.648Z Compiling thiserror-impl v2.0.18
5362026-03-18T17:47:03.784Z Compiling clap_derive v4.5.55
5372026-03-18T17:47:04.535Z Compiling scroll v0.12.0
5382026-03-18T17:47:04.717Z Compiling zerocopy v0.7.35
5392026-03-18T17:47:04.842Z Compiling goblin v0.8.2
5402026-03-18T17:47:04.901Z Compiling zerofrom v0.1.6
5412026-03-18T17:47:05.042Z Compiling yoke v0.8.1
5422026-03-18T17:47:05.123Z Compiling dtrace-parser v0.2.0
5432026-03-18T17:47:05.251Z Compiling zerovec v0.11.5
5442026-03-18T17:47:05.251Z Compiling zerotrie v0.2.3
5452026-03-18T17:47:05.524Z Compiling clap v4.5.60
5462026-03-18T17:47:05.836Z Compiling tinystr v0.8.2
5472026-03-18T17:47:05.836Z Compiling potential_utf v0.1.4
5482026-03-18T17:47:05.999Z Compiling icu_collections v2.1.1
5492026-03-18T17:47:06.036Z Compiling icu_locale_core v2.1.1
5502026-03-18T17:47:06.801Z Compiling icu_provider v2.1.1
5512026-03-18T17:47:06.880Z Compiling dof v0.3.0
5522026-03-18T17:47:06.880Z Compiling serde_tokenstream v0.2.3
5532026-03-18T17:47:06.927Z Compiling serde_spanned v0.6.9
5542026-03-18T17:47:06.931Z Compiling toml_datetime v0.6.11
5552026-03-18T17:47:06.931Z Compiling serde-value v0.7.0
5562026-03-18T17:47:06.931Z Compiling cargo-platform v0.2.0
5572026-03-18T17:47:06.931Z Compiling macaddr v1.0.1
5582026-03-18T17:47:07.095Z Compiling icu_properties v2.1.2
5592026-03-18T17:47:07.095Z Compiling icu_normalizer v2.1.1
5602026-03-18T17:47:07.215Z Compiling toml_edit v0.22.27
5612026-03-18T17:47:07.763Z Compiling usdt-attr-macro v0.5.0
5622026-03-18T17:47:07.767Z Compiling usdt-macro v0.5.0
5632026-03-18T17:47:08.279Z Compiling idna_adapter v1.2.1
5642026-03-18T17:47:08.416Z Compiling idna v1.1.0
5652026-03-18T17:47:08.504Z Compiling usdt v0.5.0
5662026-03-18T17:47:08.761Z Compiling url v2.5.8
5672026-03-18T17:47:08.997Z Compiling toml v0.8.23
5682026-03-18T17:47:09.463Z Compiling cargo-util-schemas v0.8.2
5692026-03-18T17:47:09.466Z Compiling cargo_toml v0.21.0
5702026-03-18T17:47:10.602Z Compiling cargo_metadata v0.21.0
5712026-03-18T17:47:11.887Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-18T17:47:14.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
5732026-03-18T17:47:15.040Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-18T17:47:15.752Z Downloading crates ...
5752026-03-18T17:47:15.875Z Downloaded adler2 v2.0.1
5762026-03-18T17:47:15.878Z Downloaded cobs v0.3.0
5772026-03-18T17:47:15.878Z Downloaded async-stream-impl v0.3.6
5782026-03-18T17:47:15.879Z Downloaded argon2 v0.5.3
5792026-03-18T17:47:15.879Z Downloaded bitfield-macros v0.19.4
5802026-03-18T17:47:15.882Z Downloaded async-recursion v1.1.1
5812026-03-18T17:47:15.882Z Downloaded array-init v0.0.4
5822026-03-18T17:47:15.885Z Downloaded bcs v0.1.6
5832026-03-18T17:47:15.889Z Downloaded backon v1.6.0
5842026-03-18T17:47:15.892Z Downloaded async-bb8-diesel v0.2.1
5852026-03-18T17:47:15.895Z Downloaded daft-derive v0.1.5
5862026-03-18T17:47:15.899Z Downloaded base64ct v1.8.3
5872026-03-18T17:47:15.901Z Downloaded critical-section v1.2.0
5882026-03-18T17:47:15.902Z Downloaded chacha20 v0.10.0
5892026-03-18T17:47:15.904Z Downloaded darling v0.20.11
5902026-03-18T17:47:15.907Z Downloaded expectorate v1.2.0
5912026-03-18T17:47:15.912Z Downloaded atomic-waker v1.1.2
5922026-03-18T17:47:15.912Z Downloaded ciborium-ll v0.2.2
5932026-03-18T17:47:15.915Z Downloaded bb8 v0.8.6
5942026-03-18T17:47:15.915Z Downloaded allocator-api2 v0.2.21
5952026-03-18T17:47:15.915Z Downloaded atomicwrites v0.4.4
5962026-03-18T17:47:15.920Z Downloaded bcrypt-pbkdf v0.10.0
5972026-03-18T17:47:15.920Z Downloaded atty v0.2.14
5982026-03-18T17:47:15.921Z Downloaded arrayref v0.3.9
5992026-03-18T17:47:15.923Z Downloaded aead v0.5.2
6002026-03-18T17:47:15.923Z Downloaded async-stream v0.3.6
6012026-03-18T17:47:15.923Z Downloaded embedded-io v0.4.0
6022026-03-18T17:47:15.927Z Downloaded dtrace-parser v0.3.0
6032026-03-18T17:47:15.927Z Downloaded crossbeam-deque v0.8.6
6042026-03-18T17:47:15.927Z Downloaded deranged v0.5.8
6052026-03-18T17:47:15.930Z Downloaded async-trait v0.1.89
6062026-03-18T17:47:15.934Z Downloaded arrayvec v0.7.6
6072026-03-18T17:47:15.937Z Downloaded csv-core v0.1.13
6082026-03-18T17:47:15.937Z Downloaded endian-type v0.1.2
6092026-03-18T17:47:15.937Z Downloaded downcast-rs v2.0.2
6102026-03-18T17:47:15.940Z Downloaded darling_macro v0.23.0
6112026-03-18T17:47:15.940Z Downloaded crucible-workspace-hack v0.1.0
6122026-03-18T17:47:15.940Z Downloaded dsl_auto_type v0.2.0
6132026-03-18T17:47:15.940Z Downloaded assert_matches v1.5.0
6142026-03-18T17:47:15.943Z Downloaded cfg_aliases v0.2.1
6152026-03-18T17:47:15.943Z Downloaded embedded-io v0.6.1
6162026-03-18T17:47:15.946Z Downloaded crossbeam-utils v0.8.21
6172026-03-18T17:47:15.949Z Downloaded either v1.15.0
6182026-03-18T17:47:15.949Z Downloaded crossbeam-epoch v0.9.18
6192026-03-18T17:47:15.951Z Downloaded cfg_aliases v0.1.1
6202026-03-18T17:47:15.954Z Downloaded dirs-sys-next v0.1.2
6212026-03-18T17:47:15.954Z Downloaded debug-ignore v1.0.5
6222026-03-18T17:47:15.957Z Downloaded dyn-clone v1.0.20
6232026-03-18T17:47:15.957Z Downloaded cstr-argument v0.1.2
6242026-03-18T17:47:15.957Z Downloaded crunchy v0.2.4
6252026-03-18T17:47:15.961Z Downloaded base16ct v0.2.0
6262026-03-18T17:47:15.961Z Downloaded bit-set v0.8.0
6272026-03-18T17:47:15.964Z Downloaded cargo-platform v0.1.9
6282026-03-18T17:47:15.964Z Downloaded bitfield-struct v0.6.2
6292026-03-18T17:47:15.964Z Downloaded env_logger v0.11.9
6302026-03-18T17:47:15.967Z Downloaded drift v0.1.3
6312026-03-18T17:47:15.970Z Downloaded derive_more v0.99.20
6322026-03-18T17:47:15.974Z Downloaded derive-where v1.6.0
6332026-03-18T17:47:15.977Z Downloaded fixedbitset v0.4.2
6342026-03-18T17:47:15.980Z Downloaded enum-as-inner v0.6.1
6352026-03-18T17:47:15.980Z Downloaded dropshot-api-manager-types v0.6.0
6362026-03-18T17:47:15.983Z Downloaded dof v0.4.0
6372026-03-18T17:47:15.983Z Downloaded defmt v0.3.100
6382026-03-18T17:47:15.986Z Downloaded ascii-canvas v3.0.0
6392026-03-18T17:47:15.986Z Downloaded defmt v1.0.1
6402026-03-18T17:47:15.989Z Downloaded ecdsa v0.16.9
6412026-03-18T17:47:15.991Z Downloaded curve25519-dalek-derive v0.1.1
6422026-03-18T17:47:15.991Z Downloaded console v0.16.2
6432026-03-18T17:47:15.994Z Downloaded env_filter v1.0.0
6442026-03-18T17:47:15.994Z Downloaded dirs-next v2.0.0
6452026-03-18T17:47:15.997Z Downloaded darling_macro v0.20.11
6462026-03-18T17:47:15.997Z Downloaded display-error-chain v0.2.2
6472026-03-18T17:47:15.997Z Downloaded convert_case v0.4.0
6482026-03-18T17:47:16.000Z Downloaded bit-set v0.5.3
6492026-03-18T17:47:16.000Z Downloaded castaway v0.2.4
6502026-03-18T17:47:16.000Z Downloaded cexpr v0.6.0
6512026-03-18T17:47:16.004Z Downloaded float-ord v0.3.2
6522026-03-18T17:47:16.005Z Downloaded document-features v0.2.12
6532026-03-18T17:47:16.007Z Downloaded block-padding v0.3.3
6542026-03-18T17:47:16.007Z Downloaded bit-vec v0.8.0
6552026-03-18T17:47:16.007Z Downloaded cpufeatures v0.3.0
6562026-03-18T17:47:16.011Z Downloaded base16ct v1.0.0
6572026-03-18T17:47:16.011Z Downloaded foreign-types-shared v0.3.1
6582026-03-18T17:47:16.011Z Downloaded float-cmp v0.10.0
6592026-03-18T17:47:16.015Z Downloaded crc8 v0.1.1
6602026-03-18T17:47:16.016Z Downloaded ciborium-io v0.2.2
6612026-03-18T17:47:16.016Z Downloaded crc v3.4.0
6622026-03-18T17:47:16.019Z Downloaded futures-io v0.3.32
6632026-03-18T17:47:16.019Z Downloaded futures-core v0.3.32
6642026-03-18T17:47:16.019Z Downloaded foreign-types v0.5.0
6652026-03-18T17:47:16.024Z Downloaded diesel_table_macro_syntax v0.3.0
6662026-03-18T17:47:16.024Z Downloaded funty v2.0.0
6672026-03-18T17:47:16.024Z Downloaded difflib v0.4.0
6682026-03-18T17:47:16.024Z Downloaded darling_macro v0.21.3
6692026-03-18T17:47:16.026Z Downloaded flagset v0.4.7
6702026-03-18T17:47:16.027Z Downloaded bitflags v1.3.2
6712026-03-18T17:47:16.030Z Downloaded foreign-types-shared v0.1.1
6722026-03-18T17:47:16.030Z Downloaded foreign-types v0.3.2
6732026-03-18T17:47:16.032Z Downloaded fixedbitset v0.5.7
6742026-03-18T17:47:16.032Z Downloaded darling v0.23.0
6752026-03-18T17:47:16.036Z Downloaded futures-macro v0.3.32
6762026-03-18T17:47:16.039Z Downloaded cmake v0.1.57
6772026-03-18T17:47:16.039Z Downloaded ghash v0.5.1
6782026-03-18T17:47:16.042Z Downloaded fxhash v0.2.1
6792026-03-18T17:47:16.042Z Downloaded const_format v0.2.35
6802026-03-18T17:47:16.045Z Downloaded gethostname v0.5.0
6812026-03-18T17:47:16.045Z Downloaded futures-sink v0.3.32
6822026-03-18T17:47:16.048Z Downloaded hash32 v0.3.1
6832026-03-18T17:47:16.048Z Downloaded futures-task v0.3.32
6842026-03-18T17:47:16.051Z Downloaded derive_builder_macro v0.20.2
6852026-03-18T17:47:16.051Z Downloaded bumpalo v3.20.2
6862026-03-18T17:47:16.054Z Downloaded headers-core v0.3.0
6872026-03-18T17:47:16.054Z Downloaded filetime v0.2.27
6882026-03-18T17:47:16.057Z Downloaded hex v0.4.3
6892026-03-18T17:47:16.057Z Downloaded hash32 v0.2.1
6902026-03-18T17:47:16.061Z Downloaded globwalk v0.9.1
6912026-03-18T17:47:16.061Z Downloaded git-stub v1.0.0
6922026-03-18T17:47:16.064Z Downloaded ff v0.13.1
6932026-03-18T17:47:16.064Z Downloaded hostname v0.4.2
6942026-03-18T17:47:16.064Z Downloaded hex-literal v0.4.1
6952026-03-18T17:47:16.068Z Downloaded hostname v0.3.1
6962026-03-18T17:47:16.068Z Downloaded hubpack v0.1.2
6972026-03-18T17:47:16.068Z Downloaded defmt-macros v1.0.1
6982026-03-18T17:47:16.071Z Downloaded diesel-dtrace v0.5.0
6992026-03-18T17:47:16.071Z Downloaded der_derive v0.7.3
7002026-03-18T17:47:16.074Z Downloaded ena v0.14.4
7012026-03-18T17:47:16.075Z Downloaded ctr v0.9.2
7022026-03-18T17:47:16.079Z Downloaded cbc v0.1.2
7032026-03-18T17:47:16.079Z Downloaded derive_builder_core v0.20.2
7042026-03-18T17:47:16.082Z Downloaded foldhash v0.1.5
7052026-03-18T17:47:16.082Z Downloaded const_format_proc_macros v0.2.34
7062026-03-18T17:47:16.085Z Downloaded cargo_metadata v0.19.2
7072026-03-18T17:47:16.085Z Downloaded backoff v0.4.0
7082026-03-18T17:47:16.088Z Downloaded http-range v0.1.5
7092026-03-18T17:47:16.088Z Downloaded erased-serde v0.3.31
7102026-03-18T17:47:16.091Z Downloaded chacha20 v0.9.1
7112026-03-18T17:47:16.094Z Downloaded cassowary v0.3.0
7122026-03-18T17:47:16.094Z Downloaded camino-tempfile-ext v0.3.3
7132026-03-18T17:47:16.097Z Downloaded foldhash v0.2.0
7142026-03-18T17:47:16.097Z Downloaded fallible-iterator v0.2.0
7152026-03-18T17:47:16.099Z Downloaded hyper-tls v0.6.0
7162026-03-18T17:47:16.099Z Downloaded hubpack_derive v0.1.1
7172026-03-18T17:47:16.099Z Downloaded httpdate v1.0.3
7182026-03-18T17:47:16.102Z Downloaded futures-executor v0.3.32
7192026-03-18T17:47:16.102Z Downloaded bzip2 v0.4.4
7202026-03-18T17:47:16.105Z Downloaded blake2 v0.10.6
7212026-03-18T17:47:16.108Z Downloaded fs-err v2.11.0
7222026-03-18T17:47:16.109Z Downloaded foreign-types-macros v0.2.3
7232026-03-18T17:47:16.112Z Downloaded ed25519 v2.2.3
7242026-03-18T17:47:16.112Z Downloaded indoc v1.0.9
7252026-03-18T17:47:16.116Z Downloaded ident_case v1.0.1
7262026-03-18T17:47:16.128Z Downloaded is-terminal v0.4.17
7272026-03-18T17:47:16.131Z Downloaded glob v0.3.3
7282026-03-18T17:47:16.131Z Downloaded instability v0.3.11
7292026-03-18T17:47:16.134Z Downloaded inout v0.1.4
7302026-03-18T17:47:16.134Z Downloaded indent_write v2.2.0
7312026-03-18T17:47:16.137Z Downloaded globset v0.4.18
7322026-03-18T17:47:16.137Z Downloaded group v0.13.0
7332026-03-18T17:47:16.140Z Downloaded git-stub-vcs v0.1.0
7342026-03-18T17:47:16.140Z Downloaded futures v0.3.32
7352026-03-18T17:47:16.143Z Downloaded cookie v0.18.1
7362026-03-18T17:47:16.145Z Downloaded libscf-sys v1.1.0
7372026-03-18T17:47:16.148Z Downloaded lazy_static v1.5.0
7382026-03-18T17:47:16.148Z Downloaded lalrpop-util v0.19.12
7392026-03-18T17:47:16.151Z Downloaded kstat-rs v0.2.4
7402026-03-18T17:47:16.151Z Downloaded keccak v0.1.6
7412026-03-18T17:47:16.151Z Downloaded is_ci v1.2.0
7422026-03-18T17:47:16.154Z Downloaded internet-checksum v0.2.1
7432026-03-18T17:47:16.154Z Downloaded http-body-util v0.1.3
7442026-03-18T17:47:16.157Z Downloaded console v0.15.11
7452026-03-18T17:47:16.160Z Downloaded des v0.8.1
7462026-03-18T17:47:16.160Z Downloaded colored v3.1.1
7472026-03-18T17:47:16.163Z Downloaded crc32fast v1.5.0
7482026-03-18T17:47:16.166Z Downloaded dropshot_endpoint v0.16.7
7492026-03-18T17:47:16.169Z Downloaded derive_builder v0.20.2
7502026-03-18T17:47:16.172Z Downloaded lru-slab v0.1.2
7512026-03-18T17:47:16.172Z Downloaded hyper-staticfile v0.10.1
7522026-03-18T17:47:16.175Z Downloaded md5 v0.7.0
7532026-03-18T17:47:16.175Z Downloaded match_cfg v0.1.0
7542026-03-18T17:47:16.178Z Downloaded managed v0.8.0
7552026-03-18T17:47:16.178Z Downloaded lzss v0.8.2
7562026-03-18T17:47:16.181Z Downloaded md-5 v0.10.6
7572026-03-18T17:47:16.181Z Downloaded mime v0.3.17
7582026-03-18T17:47:16.184Z Downloaded memoffset v0.9.1
7592026-03-18T17:47:16.184Z Downloaded impl-trait-for-tuples v0.2.3
7602026-03-18T17:47:16.186Z Downloaded getrandom v0.2.17
7612026-03-18T17:47:16.189Z Downloaded newline-converter v0.3.0
7622026-03-18T17:47:16.189Z Downloaded newtype-uuid-macros v0.1.0
7632026-03-18T17:47:16.192Z Downloaded ingot v0.1.1
7642026-03-18T17:47:16.192Z Downloaded indoc v2.0.7
7652026-03-18T17:47:16.196Z Downloaded multimap v0.10.1
7662026-03-18T17:47:16.196Z Downloaded maplit v1.0.2
7672026-03-18T17:47:16.199Z Downloaded instant v0.1.13
7682026-03-18T17:47:16.199Z Downloaded new_debug_unreachable v1.0.6
7692026-03-18T17:47:16.199Z Downloaded nodrop v0.1.14
7702026-03-18T17:47:16.202Z Downloaded nibble_vec v0.1.0
7712026-03-18T17:47:16.202Z Downloaded half v1.8.3
7722026-03-18T17:47:16.205Z Downloaded highway v1.3.0
7732026-03-18T17:47:16.205Z Downloaded hickory-client v0.25.2
7742026-03-18T17:47:16.208Z Downloaded newtype_derive v0.1.6
7752026-03-18T17:47:16.208Z Downloaded const-oid v0.9.6
7762026-03-18T17:47:16.211Z Downloaded num v0.4.3
7772026-03-18T17:47:16.211Z Downloaded normalize-line-endings v0.3.0
7782026-03-18T17:47:16.214Z Downloaded num-derive v0.3.3
7792026-03-18T17:47:16.214Z Downloaded maybe-uninit v2.0.0
7802026-03-18T17:47:16.214Z Downloaded lru-cache v0.1.2
7812026-03-18T17:47:16.217Z Downloaded num-iter v0.1.45
7822026-03-18T17:47:16.217Z Downloaded num-derive v0.4.2
7832026-03-18T17:47:16.221Z Downloaded ipnetwork v0.21.1
7842026-03-18T17:47:16.221Z Downloaded num_threads v0.1.7
7852026-03-18T17:47:16.225Z Downloaded num_enum_derive v0.5.11
7862026-03-18T17:47:16.225Z Downloaded hmac v0.12.1
7872026-03-18T17:47:16.225Z Downloaded linked-hash-map v0.5.6
7882026-03-18T17:47:16.228Z Downloaded futures-channel v0.3.32
7892026-03-18T17:47:16.229Z Downloaded num-conv v0.2.0
7902026-03-18T17:47:16.229Z Downloaded olpc-cjson v0.1.4
7912026-03-18T17:47:16.231Z Downloaded jobserver v0.1.34
7922026-03-18T17:47:16.232Z Downloaded linear-map v1.2.0
7932026-03-18T17:47:16.234Z Downloaded libsw-core v0.3.2
7942026-03-18T17:47:16.234Z Downloaded fatfs v0.3.6
7952026-03-18T17:47:16.239Z Downloaded libsw v3.5.0
7962026-03-18T17:47:16.242Z Downloaded ahash v0.8.12
7972026-03-18T17:47:16.242Z Downloaded darling v0.21.3
7982026-03-18T17:47:16.245Z Downloaded crc-any v2.5.0
7992026-03-18T17:47:16.249Z Downloaded elliptic-curve v0.13.8
8002026-03-18T17:47:16.252Z Downloaded openssl-probe v0.1.6
8012026-03-18T17:47:16.252Z Downloaded opaque-debug v0.3.1
8022026-03-18T17:47:16.252Z Downloaded mime_guess v2.0.5
8032026-03-18T17:47:16.255Z Downloaded openssl-probe v0.2.1
8042026-03-18T17:47:16.255Z Downloaded lru v0.12.5
8052026-03-18T17:47:16.255Z Downloaded libloading v0.8.9
8062026-03-18T17:47:16.259Z Downloaded openssl-macros v0.1.1
8072026-03-18T17:47:16.262Z Downloaded newtype-uuid v1.3.2
8082026-03-18T17:47:16.262Z Downloaded oso-derive v0.27.3
8092026-03-18T17:47:16.262Z Downloaded iana-time-zone v0.1.65
8102026-03-18T17:47:16.266Z Downloaded diff v0.1.13
8112026-03-18T17:47:16.269Z Downloaded packed_struct_codegen v0.10.1
8122026-03-18T17:47:16.269Z Downloaded diesel_derives v2.3.7
8132026-03-18T17:47:16.272Z Downloaded nonempty v0.12.0
8142026-03-18T17:47:16.277Z Downloaded native-tls v0.2.18
8152026-03-18T17:47:16.277Z Downloaded nanorand v0.7.0
8162026-03-18T17:47:16.280Z Downloaded parse-display v0.10.0
8172026-03-18T17:47:16.280Z Downloaded getrandom v0.3.4
8182026-03-18T17:47:16.284Z Downloaded multer v3.1.0
8192026-03-18T17:47:16.288Z Downloaded ipnet v2.11.0
8202026-03-18T17:47:16.288Z Downloaded ingot-types v0.1.2
8212026-03-18T17:47:16.288Z Downloaded lock_api v0.4.14
8222026-03-18T17:47:16.288Z Downloaded ingot-macros v0.1.1
8232026-03-18T17:47:16.292Z Downloaded base64 v0.21.7
8242026-03-18T17:47:16.295Z Downloaded libefi-sys v0.1.0
8252026-03-18T17:47:16.295Z Downloaded httparse v1.10.1
8262026-03-18T17:47:16.295Z Downloaded compact_str v0.8.1
8272026-03-18T17:47:16.299Z Downloaded parse-size v1.1.0
8282026-03-18T17:47:16.302Z Downloaded num_enum_derive v0.7.5
8292026-03-18T17:47:16.302Z Downloaded num_enum v0.7.5
8302026-03-18T17:47:16.305Z Downloaded peg-runtime v0.8.5
8312026-03-18T17:47:16.310Z Downloaded pbkdf2 v0.12.2
8322026-03-18T17:47:16.310Z Downloaded phf_shared v0.12.1
8332026-03-18T17:47:16.310Z Downloaded path-slash v0.1.5
8342026-03-18T17:47:16.313Z Downloaded pbkdf2 v0.11.0
8352026-03-18T17:47:16.313Z Downloaded phf_shared v0.11.3
8362026-03-18T17:47:16.313Z Downloaded bytes v1.11.1
8372026-03-18T17:47:16.316Z Downloaded chacha20poly1305 v0.10.1
8382026-03-18T17:47:16.319Z Downloaded num-rational v0.4.2
8392026-03-18T17:47:16.319Z Downloaded num-integer v0.1.46
8402026-03-18T17:47:16.322Z Downloaded pin-utils v0.1.0
8412026-03-18T17:47:16.322Z Downloaded darling_core v0.20.11
8422026-03-18T17:47:16.325Z Downloaded fs_extra v1.3.0
8432026-03-18T17:47:16.329Z Downloaded phf_shared v0.13.1
8442026-03-18T17:47:16.329Z Downloaded num_enum v0.5.11
8452026-03-18T17:47:16.332Z Downloaded darling_core v0.21.3
8462026-03-18T17:47:16.335Z Downloaded predicates-core v1.0.10
8472026-03-18T17:47:16.338Z Downloaded colored v2.2.0
8482026-03-18T17:47:16.342Z Downloaded predicates-tree v1.0.13
8492026-03-18T17:47:16.343Z Downloaded memmap2 v0.9.10
8502026-03-18T17:47:16.343Z Downloaded ar_archive_writer v0.5.1
8512026-03-18T17:47:16.346Z Downloaded oxnet v0.1.4
8522026-03-18T17:47:16.349Z Downloaded oxide-tokio-rt v0.1.3
8532026-03-18T17:47:16.349Z Downloaded owo-colors v4.3.0
8542026-03-18T17:47:16.354Z Downloaded litrs v1.0.0
8552026-03-18T17:47:16.355Z Downloaded proc-macro-crate v1.3.1
8562026-03-18T17:47:16.360Z Downloaded precomputed-hash v0.1.1
8572026-03-18T17:47:16.360Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-03-18T17:47:16.360Z Downloaded proc-macro-crate v3.4.0
8592026-03-18T17:47:16.360Z Downloaded powerfmt v0.2.0
8602026-03-18T17:47:16.360Z Downloaded packed_struct v0.10.1
8612026-03-18T17:47:16.364Z Downloaded ignore v0.4.25
8622026-03-18T17:47:16.364Z Downloaded indexmap v1.9.3
8632026-03-18T17:47:16.369Z Downloaded parking_lot_core v0.8.6
8642026-03-18T17:47:16.369Z Downloaded hyper-rustls v0.27.7
8652026-03-18T17:47:16.372Z Downloaded progenitor-client v0.11.2
8662026-03-18T17:47:16.372Z Downloaded humantime v2.3.0
8672026-03-18T17:47:16.372Z Downloaded cookie_store v0.22.1
8682026-03-18T17:47:16.375Z Downloaded ciborium v0.2.2
8692026-03-18T17:47:16.375Z Downloaded clang-sys v1.8.1
8702026-03-18T17:47:16.378Z Downloaded nu-ansi-term v0.50.3
8712026-03-18T17:47:16.378Z Downloaded paste v1.0.15
8722026-03-18T17:47:16.382Z Downloaded pem-rfc7468 v0.7.0
8732026-03-18T17:47:16.386Z Downloaded pem v3.0.6
8742026-03-18T17:47:16.386Z Downloaded parse-display-derive v0.10.0
8752026-03-18T17:47:16.386Z Downloaded peg v0.8.5
8762026-03-18T17:47:16.390Z Downloaded quick-error v1.2.3
8772026-03-18T17:47:16.393Z Downloaded progenitor-macro v0.10.0
8782026-03-18T17:47:16.393Z Downloaded psl-types v2.0.11
8792026-03-18T17:47:16.393Z Downloaded progenitor-macro v0.11.2
8802026-03-18T17:47:16.397Z Downloaded heapless v0.8.0
8812026-03-18T17:47:16.397Z Downloaded peg-macros v0.8.5
8822026-03-18T17:47:16.400Z Downloaded num-complex v0.4.6
8832026-03-18T17:47:16.400Z Downloaded base64 v0.22.1
8842026-03-18T17:47:16.403Z Downloaded phf v0.13.1
8852026-03-18T17:47:16.403Z Downloaded phf v0.12.1
8862026-03-18T17:47:16.407Z Downloaded headers v0.4.1
8872026-03-18T17:47:16.410Z Downloaded pkcs8 v0.10.2
8882026-03-18T17:47:16.414Z Downloaded radium v0.7.0
8892026-03-18T17:47:16.414Z Downloaded pin-project-internal v1.1.11
8902026-03-18T17:47:16.417Z Downloaded password-hash v0.5.0
8912026-03-18T17:47:16.417Z Downloaded half v2.7.1
8922026-03-18T17:47:16.421Z Downloaded rand_xorshift v0.4.0
8932026-03-18T17:47:16.421Z Downloaded rand_chacha v0.3.1
8942026-03-18T17:47:16.425Z Downloaded postgres-protocol v0.6.10
8952026-03-18T17:47:16.425Z Downloaded poly1305 v0.8.0
8962026-03-18T17:47:16.431Z Downloaded derive_more v2.1.1
8972026-03-18T17:47:16.434Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-03-18T17:47:16.436Z Downloaded recursive v0.1.1
8992026-03-18T17:47:16.437Z Downloaded polyval v0.6.2
9002026-03-18T17:47:16.439Z Downloaded ppv-lite86 v0.2.21
9012026-03-18T17:47:16.440Z Downloaded parking_lot v0.12.5
9022026-03-18T17:47:16.442Z Downloaded der v0.7.10
9032026-03-18T17:47:16.446Z Downloaded progenitor-client v0.10.0
9042026-03-18T17:47:16.450Z Downloaded progenitor v0.13.0
9052026-03-18T17:47:16.450Z Downloaded ref-cast v1.0.25
9062026-03-18T17:47:16.453Z Downloaded parking_lot v0.11.2
9072026-03-18T17:47:16.453Z Downloaded progenitor-client v0.13.0
9082026-03-18T17:47:16.453Z Downloaded progenitor v0.10.0
9092026-03-18T17:47:16.456Z Downloaded psm v0.1.30
9102026-03-18T17:47:16.461Z Downloaded progenitor-extras v0.1.1
9112026-03-18T17:47:16.461Z Downloaded rfc6979 v0.4.0
9122026-03-18T17:47:16.461Z Downloaded parking_lot_core v0.9.12
9132026-03-18T17:47:16.464Z Downloaded rustc_version v0.1.7
9142026-03-18T17:47:16.464Z Downloaded rustc-hash v2.1.1
9152026-03-18T17:47:16.464Z Downloaded proc-macro-error2 v2.0.1
9162026-03-18T17:47:16.467Z Downloaded progenitor v0.11.2
9172026-03-18T17:47:16.470Z Downloaded heapless v0.7.17
9182026-03-18T17:47:16.473Z Downloaded r2d2 v0.8.10
9192026-03-18T17:47:16.473Z Downloaded hickory-resolver v0.24.4
9202026-03-18T17:47:16.476Z Downloaded password-hash v0.4.2
9212026-03-18T17:47:16.479Z Downloaded hickory-resolver v0.25.2
9222026-03-18T17:47:16.482Z Downloaded progenitor-macro v0.13.0
9232026-03-18T17:47:16.482Z Downloaded libbz2-rs-sys v0.2.2
9242026-03-18T17:47:16.485Z Downloaded pkcs5 v0.7.1
9252026-03-18T17:47:16.488Z Downloaded russh-cryptovec v0.7.3
9262026-03-18T17:47:16.488Z Downloaded pkcs1 v0.7.5
9272026-03-18T17:47:16.492Z Downloaded rtoolbox v0.0.3
9282026-03-18T17:47:16.492Z Downloaded indicatif v0.18.4
9292026-03-18T17:47:16.495Z Downloaded dropshot-api-manager v0.6.0
9302026-03-18T17:47:16.498Z Downloaded omicron-zone-package v0.12.2
9312026-03-18T17:47:16.502Z Downloaded rand_core v0.9.5
9322026-03-18T17:47:16.502Z Downloaded rand_chacha v0.9.0
9332026-03-18T17:47:16.507Z Downloaded darling_core v0.23.0
9342026-03-18T17:47:16.510Z Downloaded rustc_version v0.4.1
9352026-03-18T17:47:16.510Z Downloaded rand_core v0.10.0
9362026-03-18T17:47:16.510Z Downloaded rand_core v0.6.4
9372026-03-18T17:47:16.513Z Downloaded postgres-types v0.2.12
9382026-03-18T17:47:16.513Z Downloaded flume v0.11.1
9392026-03-18T17:47:16.523Z Downloaded same-file v1.0.6
9402026-03-18T17:47:16.527Z Downloaded scopeguard v1.2.0
9412026-03-18T17:47:16.527Z Downloaded flate2 v1.1.9
9422026-03-18T17:47:16.527Z Downloaded salsa20 v0.10.2
9432026-03-18T17:47:16.527Z Downloaded rand_seeder v0.4.0
9442026-03-18T17:47:16.527Z Downloaded oso v0.27.3
9452026-03-18T17:47:16.531Z Downloaded primeorder v0.13.6
9462026-03-18T17:47:16.531Z Downloaded papergrid v0.17.0
9472026-03-18T17:47:16.534Z Downloaded miniz_oxide v0.8.9
9482026-03-18T17:47:16.537Z Downloaded ref-cast-impl v1.0.25
9492026-03-18T17:47:16.537Z Downloaded aes v0.8.4
9502026-03-18T17:47:16.540Z Downloaded secrecy v0.8.0
9512026-03-18T17:47:16.540Z Downloaded scrypt v0.11.0
9522026-03-18T17:47:16.543Z Downloaded sapling-renderdag v0.1.0
9532026-03-18T17:47:16.543Z Downloaded predicates v3.1.4
9542026-03-18T17:47:16.546Z Downloaded serde_plain v1.0.2
9552026-03-18T17:47:16.546Z Downloaded serde_repr v0.1.20
9562026-03-18T17:47:16.549Z Downloaded scroll_derive v0.13.1
9572026-03-18T17:47:16.549Z Downloaded derive_more-impl v2.1.1
9582026-03-18T17:47:16.553Z Downloaded semver v0.1.20
9592026-03-18T17:47:16.556Z Downloaded resolv-conf v0.7.6
9602026-03-18T17:47:16.556Z Downloaded jiff-static v0.2.21
9612026-03-18T17:47:16.561Z Downloaded serde-big-array v0.5.1
9622026-03-18T17:47:16.565Z Downloaded seq-macro v0.3.6
9632026-03-18T17:47:16.565Z Downloaded pin-project-lite v0.2.17
9642026-03-18T17:47:16.568Z Downloaded postcard v1.1.3
9652026-03-18T17:47:16.568Z Downloaded serde_spanned v1.0.4
9662026-03-18T17:47:16.571Z Downloaded cc v1.2.56
9672026-03-18T17:47:16.571Z Downloaded shell-words v1.1.1
9682026-03-18T17:47:16.574Z Downloaded crypto-bigint v0.5.5
9692026-03-18T17:47:16.578Z Downloaded ed25519-dalek v2.2.0
9702026-03-18T17:47:16.581Z Downloaded pkg-config v0.3.32
9712026-03-18T17:47:16.585Z Downloaded signal-hook-tokio v0.3.1
9722026-03-18T17:47:16.585Z Downloaded signal-hook-mio v0.2.5
9732026-03-18T17:47:16.587Z Downloaded quinn-udp v0.5.14
9742026-03-18T17:47:16.588Z Downloaded siphasher v1.0.2
9752026-03-18T17:47:16.588Z Downloaded cancel-safe-futures v0.1.5
9762026-03-18T17:47:16.591Z Downloaded cargo_toml v0.22.3
9772026-03-18T17:47:16.595Z Downloaded bzip2 v0.6.1
9782026-03-18T17:47:16.595Z Downloaded http-body v1.0.1
9792026-03-18T17:47:16.598Z Downloaded serde_urlencoded v0.7.1
9802026-03-18T17:47:16.598Z Downloaded sigpipe v0.1.3
9812026-03-18T17:47:16.598Z Downloaded serde_bytes v0.11.19
9822026-03-18T17:47:16.598Z Downloaded sha1 v0.10.6
9832026-03-18T17:47:16.601Z Downloaded rusty-fork v0.3.1
9842026-03-18T17:47:16.602Z Downloaded rustversion v1.0.22
9852026-03-18T17:47:16.605Z Downloaded slog-bunyan v2.5.0
9862026-03-18T17:47:16.605Z Downloaded home v0.5.12
9872026-03-18T17:47:16.608Z Downloaded rustls-pemfile v2.2.0
9882026-03-18T17:47:16.608Z Downloaded scheduled-thread-pool v0.2.7
9892026-03-18T17:47:16.611Z Downloaded rustls-pemfile v1.0.4
9902026-03-18T17:47:16.611Z Downloaded minimal-lexical v0.2.1
9912026-03-18T17:47:16.615Z Downloaded rustls-native-certs v0.8.3
9922026-03-18T17:47:16.619Z Downloaded pin-project v1.1.11
9932026-03-18T17:47:16.624Z Downloaded sec1 v0.7.3
9942026-03-18T17:47:16.627Z Downloaded schemars_derive v0.8.22
9952026-03-18T17:47:16.627Z Downloaded russh-keys v0.45.0
9962026-03-18T17:47:16.630Z Downloaded prefix-trie v0.7.0
9972026-03-18T17:47:16.633Z Downloaded serde-hex v0.1.0
9982026-03-18T17:47:16.633Z Downloaded p256 v0.13.2
9992026-03-18T17:47:16.636Z Downloaded secrecy v0.10.3
10002026-03-18T17:47:16.640Z Downloaded hashbrown v0.12.3
10012026-03-18T17:47:16.643Z Downloaded aho-corasick v1.1.4
10022026-03-18T17:47:16.647Z Downloaded http v1.4.0
10032026-03-18T17:47:16.651Z Downloaded convert_case v0.10.0
10042026-03-18T17:47:16.651Z Downloaded hickory-server v0.25.2
10052026-03-18T17:47:16.654Z Downloaded hashbrown v0.13.2
10062026-03-18T17:47:16.657Z Downloaded progenitor-impl v0.11.2
10072026-03-18T17:47:16.661Z Downloaded daft v0.1.5
10082026-03-18T17:47:16.661Z Downloaded corncobs v0.1.4
10092026-03-18T17:47:16.665Z Downloaded structmeta v0.3.0
10102026-03-18T17:47:16.665Z Downloaded strip-ansi-escapes v0.2.1
10112026-03-18T17:47:16.665Z Downloaded ssh-cipher v0.2.0
10122026-03-18T17:47:16.665Z Downloaded ssh-encoding v0.2.0
10132026-03-18T17:47:16.670Z Downloaded sqlparser_derive v0.5.0
10142026-03-18T17:47:16.670Z Downloaded serde_path_to_error v0.1.20
10152026-03-18T17:47:16.670Z Downloaded sct v0.7.1
10162026-03-18T17:47:16.674Z Downloaded structmeta-derive v0.3.0
10172026-03-18T17:47:16.674Z Downloaded rustls-pki-types v1.14.0
10182026-03-18T17:47:16.674Z Downloaded simd-adler32 v0.3.8
10192026-03-18T17:47:16.676Z Downloaded serde_derive_internals v0.29.1
10202026-03-18T17:47:16.680Z Downloaded signature v2.2.0
10212026-03-18T17:47:16.680Z Downloaded signal-hook-registry v1.4.8
10222026-03-18T17:47:16.680Z Downloaded shlex v1.3.0
10232026-03-18T17:47:16.684Z Downloaded derive-ex v0.1.8
10242026-03-18T17:47:16.684Z Downloaded slog-envlogger v2.2.0
10252026-03-18T17:47:16.687Z Downloaded slog-async v2.8.0
10262026-03-18T17:47:16.687Z Downloaded strum v0.27.2
10272026-03-18T17:47:16.687Z Downloaded supports-color v3.0.2
10282026-03-18T17:47:16.687Z Downloaded strum v0.26.3
10292026-03-18T17:47:16.690Z Downloaded slog-scope v4.4.1
10302026-03-18T17:47:16.690Z Downloaded slab v0.4.12
10312026-03-18T17:47:16.694Z Downloaded scroll v0.13.0
10322026-03-18T17:47:16.694Z Downloaded find-msvc-tools v0.1.9
10332026-03-18T17:47:16.694Z Downloaded sync_wrapper v1.0.2
10342026-03-18T17:47:16.698Z Downloaded sync-ptr v0.1.4
10352026-03-18T17:47:16.698Z Downloaded progenitor-impl v0.10.0
10362026-03-18T17:47:16.698Z Downloaded hyper-util v0.1.20
10372026-03-18T17:47:16.702Z Downloaded subtle v2.6.1
10382026-03-18T17:47:16.705Z Downloaded slog-stdlog v4.1.1
10392026-03-18T17:47:16.705Z Downloaded crossterm v0.29.0
10402026-03-18T17:47:16.709Z Downloaded tabwriter v1.4.1
10412026-03-18T17:47:16.712Z Downloaded take_mut v0.2.2
10422026-03-18T17:47:16.712Z Downloaded openssl-sys v0.9.111
10432026-03-18T17:47:16.715Z Downloaded spki v0.7.3
10442026-03-18T17:47:16.718Z Downloaded pretty_assertions v1.4.1
10452026-03-18T17:47:16.721Z Downloaded rcgen v0.12.1
10462026-03-18T17:47:16.721Z Downloaded prettyplease v0.2.37
10472026-03-18T17:47:16.724Z Downloaded tagptr v0.2.0
10482026-03-18T17:47:16.728Z Downloaded tabled_derive v0.11.0
10492026-03-18T17:47:16.728Z Downloaded slog-json v2.6.1
10502026-03-18T17:47:16.728Z Downloaded slog-dtrace v0.3.0
10512026-03-18T17:47:16.731Z Downloaded smallvec v0.6.14
10522026-03-18T17:47:16.731Z Downloaded crc-catalog v2.4.0
10532026-03-18T17:47:16.734Z Downloaded termtree v0.5.1
10542026-03-18T17:47:16.734Z Downloaded tap v1.0.1
10552026-03-18T17:47:16.734Z Downloaded snafu-derive v0.8.9
10562026-03-18T17:47:16.738Z Downloaded thread-id v5.1.0
10572026-03-18T17:47:16.738Z Downloaded sqlformat v0.3.5
10582026-03-18T17:47:16.741Z Downloaded thiserror-impl-no-std v2.0.2
10592026-03-18T17:47:16.742Z Downloaded constant_time_eq v0.4.2
10602026-03-18T17:47:16.742Z Downloaded cipher v0.4.4
10612026-03-18T17:47:16.745Z Downloaded string_cache v0.8.9
10622026-03-18T17:47:16.745Z Downloaded serde_with_macros v3.17.0
10632026-03-18T17:47:16.748Z Downloaded progenitor-impl v0.13.0
10642026-03-18T17:47:16.751Z Downloaded blowfish v0.9.1
10652026-03-18T17:47:16.751Z Downloaded crossbeam-channel v0.5.15
10662026-03-18T17:47:16.754Z Downloaded stacker v0.1.23
10672026-03-18T17:47:16.757Z Downloaded ron v0.8.1
10682026-03-18T17:47:16.760Z Downloaded testing_table v0.3.0
10692026-03-18T17:47:16.760Z Downloaded stringprep v0.1.5
10702026-03-18T17:47:16.763Z Downloaded buf-list v1.1.2
10712026-03-18T17:47:16.763Z Downloaded time-core v0.1.8
10722026-03-18T17:47:16.766Z Downloaded tinyvec_macros v0.1.1
10732026-03-18T17:47:16.766Z Downloaded strum_macros v0.26.4
10742026-03-18T17:47:16.769Z Downloaded serde_cbor v0.11.2
10752026-03-18T17:47:16.770Z Downloaded fd-lock v4.0.4
10762026-03-18T17:47:16.773Z Downloaded strum_macros v0.27.2
10772026-03-18T17:47:16.776Z Downloaded publicsuffix v2.3.0
10782026-03-18T17:47:16.776Z Downloaded aes-gcm v0.10.3
10792026-03-18T17:47:16.779Z Downloaded smf v0.2.3
10802026-03-18T17:47:16.782Z Downloaded strum_macros v0.24.3
10812026-03-18T17:47:16.782Z Downloaded spin v0.9.8
10822026-03-18T17:47:16.785Z Downloaded arc-swap v1.8.2
10832026-03-18T17:47:16.788Z Downloaded dunce v1.0.5
10842026-03-18T17:47:16.788Z Downloaded nom v7.1.3
10852026-03-18T17:47:16.791Z Downloaded defmt-parser v1.0.0
10862026-03-18T17:47:16.794Z Downloaded rustls-platform-verifier v0.6.2
10872026-03-18T17:47:16.797Z Downloaded ryu v1.0.23
10882026-03-18T17:47:16.800Z Downloaded support-bundle-viewer v0.1.2
10892026-03-18T17:47:16.800Z Downloaded itertools v0.10.5
10902026-03-18T17:47:16.804Z Downloaded rayon-core v1.13.0
10912026-03-18T17:47:16.807Z Downloaded rand v0.8.5
10922026-03-18T17:47:16.810Z Downloaded termios v0.3.3
10932026-03-18T17:47:16.813Z Downloaded hashbrown v0.15.5
10942026-03-18T17:47:16.816Z Downloaded data-encoding v2.10.0
10952026-03-18T17:47:16.820Z Downloaded bitfield v0.19.4
10962026-03-18T17:47:16.820Z Downloaded slog-term v2.9.2
10972026-03-18T17:47:16.823Z Downloaded bit-vec v0.6.3
10982026-03-18T17:47:16.823Z Downloaded topological-sort v0.2.2
10992026-03-18T17:47:16.827Z Downloaded try-lock v0.2.5
11002026-03-18T17:47:16.827Z Downloaded trait-variant v0.1.2
11012026-03-18T17:47:16.832Z Downloaded tower-layer v0.3.3
11022026-03-18T17:47:16.832Z Downloaded crossterm v0.28.1
11032026-03-18T17:47:16.841Z Downloaded tls_codec v0.4.2
11042026-03-18T17:47:16.844Z Downloaded num-bigint v0.4.6
11052026-03-18T17:47:16.847Z Downloaded unarray v0.1.4
11062026-03-18T17:47:16.850Z Downloaded thread_local v1.1.9
11072026-03-18T17:47:16.850Z Downloaded thiserror-no-std v2.0.2
11082026-03-18T17:47:16.855Z Downloaded static_assertions v1.1.0
11092026-03-18T17:47:16.860Z Downloaded tiny-keccak v2.0.2
11102026-03-18T17:47:16.863Z Downloaded typify-macro v0.6.1
11112026-03-18T17:47:16.863Z Downloaded slog v2.8.2
11122026-03-18T17:47:16.867Z Downloaded time-macros v0.2.27
11132026-03-18T17:47:16.870Z Downloaded typify-macro v0.4.3
11142026-03-18T17:47:16.870Z Downloaded libxml v0.3.3
11152026-03-18T17:47:16.873Z Downloaded tokio-macros v2.6.0
11162026-03-18T17:47:16.878Z Downloaded tokio-dtrace v0.1.1
11172026-03-18T17:47:16.878Z Downloaded unit-prefix v0.5.2
11182026-03-18T17:47:16.881Z Downloaded universal-hash v0.5.1
11192026-03-18T17:47:16.882Z Downloaded similar v2.7.0
11202026-03-18T17:47:16.885Z Downloaded tokio-native-tls v0.3.1
11212026-03-18T17:47:16.885Z Downloaded term v0.7.0
11222026-03-18T17:47:16.888Z Downloaded usdt v0.6.0
11232026-03-18T17:47:16.888Z Downloaded untrusted v0.9.0
11242026-03-18T17:47:16.888Z Downloaded untrusted v0.7.1
11252026-03-18T17:47:16.892Z Downloaded unicode-truncate v1.1.0
11262026-03-18T17:47:16.892Z Downloaded socket2 v0.5.10
11272026-03-18T17:47:16.896Z Downloaded utf-8 v0.7.6
11282026-03-18T17:47:16.896Z Downloaded num-bigint-dig v0.8.6
11292026-03-18T17:47:16.900Z Downloaded itertools v0.12.1
11302026-03-18T17:47:16.903Z Downloaded schemars v0.9.0
11312026-03-18T17:47:16.914Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-03-18T17:47:16.917Z Downloaded void v1.0.2
11332026-03-18T17:47:16.917Z Downloaded tower-service v0.3.3
11342026-03-18T17:47:16.917Z Downloaded iri-string v0.7.10
11352026-03-18T17:47:16.921Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-03-18T17:47:16.924Z Downloaded tokio-tungstenite v0.21.0
11372026-03-18T17:47:16.924Z Downloaded tokio-rustls v0.25.0
11382026-03-18T17:47:16.928Z Downloaded itertools v0.13.0
11392026-03-18T17:47:16.931Z Downloaded term v1.2.1
11402026-03-18T17:47:16.934Z Downloaded rsa v0.9.10
11412026-03-18T17:47:16.939Z Downloaded unicase v2.9.0
11422026-03-18T17:47:16.942Z Downloaded schemars v0.8.22
11432026-03-18T17:47:16.947Z Downloaded want v0.3.1
11442026-03-18T17:47:16.951Z Downloaded waitgroup v0.1.2
11452026-03-18T17:47:16.951Z Downloaded wait-timeout v0.2.1
11462026-03-18T17:47:16.951Z Downloaded rustls-webpki v0.103.9
11472026-03-18T17:47:16.955Z Downloaded hyper v1.8.1
11482026-03-18T17:47:16.958Z Downloaded schemars v1.2.1
11492026-03-18T17:47:16.969Z Downloaded socket2 v0.6.2
11502026-03-18T17:47:16.973Z Downloaded subprocess v0.2.15
11512026-03-18T17:47:16.976Z Downloaded xshell-macros v0.2.7
11522026-03-18T17:47:16.976Z Downloaded serde_yaml v0.9.34+deprecated
11532026-03-18T17:47:16.979Z Downloaded rand v0.9.2
11542026-03-18T17:47:16.984Z Downloaded iddqd v0.3.17
11552026-03-18T17:47:16.988Z Downloaded usdt-impl v0.6.0
11562026-03-18T17:47:16.988Z Downloaded tokio-rustls v0.24.1
11572026-03-18T17:47:16.993Z Downloaded hkdf v0.12.4
11582026-03-18T17:47:16.993Z Downloaded toml_parser v1.0.9+spec-1.1.0
11592026-03-18T17:47:16.999Z Downloaded tokio-tungstenite v0.23.1
11602026-03-18T17:47:16.999Z Downloaded samael v0.0.19
11612026-03-18T17:47:17.004Z Downloaded tokio-rustls v0.26.4
11622026-03-18T17:47:17.004Z Downloaded tar v0.4.44
11632026-03-18T17:47:17.005Z Downloaded zone_cfg_derive v0.3.1
11642026-03-18T17:47:17.010Z Downloaded zeroize_derive v1.4.3
11652026-03-18T17:47:17.010Z Downloaded tui-tree-widget v0.23.1
11662026-03-18T17:47:17.010Z Downloaded tls_codec_derive v0.4.2
11672026-03-18T17:47:17.010Z Downloaded zone v0.3.1
11682026-03-18T17:47:17.015Z Downloaded usdt-macro v0.6.0
11692026-03-18T17:47:17.015Z Downloaded usdt-attr-macro v0.6.0
11702026-03-18T17:47:17.015Z Downloaded signal-hook v0.3.18
11712026-03-18T17:47:17.015Z Downloaded qorb v0.4.1
11722026-03-18T17:47:17.020Z Downloaded vergen-lib v0.1.6
11732026-03-18T17:47:17.020Z Downloaded twox-hash v2.1.2
11742026-03-18T17:47:17.020Z Downloaded itertools v0.14.0
11752026-03-18T17:47:17.025Z Downloaded whoami v1.6.1
11762026-03-18T17:47:17.028Z Downloaded vsss-rs v3.3.4
11772026-03-18T17:47:17.028Z Downloaded wyz v0.5.1
11782026-03-18T17:47:17.031Z Downloaded tracing-attributes v0.1.31
11792026-03-18T17:47:17.031Z Downloaded tinyvec v1.10.0
11802026-03-18T17:47:17.034Z Downloaded libm v0.2.16
11812026-03-18T17:47:17.040Z Downloaded xattr v1.6.1
11822026-03-18T17:47:17.044Z Downloaded whoami v2.1.0
11832026-03-18T17:47:17.044Z Downloaded unicode-properties v0.1.4
11842026-03-18T17:47:17.048Z Downloaded test-strategy v0.4.5
11852026-03-18T17:47:17.052Z Downloaded xshell v0.2.7
11862026-03-18T17:47:17.052Z Downloaded mio v1.1.1
11872026-03-18T17:47:17.055Z Downloaded xz2 v0.1.7
11882026-03-18T17:47:17.055Z Downloaded vergen v9.0.6
11892026-03-18T17:47:17.059Z Downloaded toml v0.9.12+spec-1.1.0
11902026-03-18T17:47:17.064Z Downloaded snafu v0.8.9
11912026-03-18T17:47:17.068Z Downloaded toml v0.7.8
11922026-03-18T17:47:17.073Z Downloaded vergen-git2 v1.0.7
11932026-03-18T17:47:17.073Z Downloaded quinn v0.11.9
11942026-03-18T17:47:17.073Z Downloaded zeroize v1.8.2
11952026-03-18T17:47:17.077Z Downloaded vergen-gitcl v1.0.8
11962026-03-18T17:47:17.077Z Downloaded tokio-stream v0.1.18
11972026-03-18T17:47:17.090Z Downloaded zstd-safe v7.2.4
11982026-03-18T17:47:17.090Z Downloaded uzers v0.12.2
11992026-03-18T17:47:17.090Z Downloaded p521 v0.13.3
12002026-03-18T17:47:17.094Z Downloaded tungstenite v0.23.0
12012026-03-18T17:47:17.094Z Downloaded zstd v0.13.3
12022026-03-18T17:47:17.094Z Downloaded futures-util v0.3.32
12032026-03-18T17:47:17.103Z Downloaded tungstenite v0.21.0
12042026-03-18T17:47:17.107Z Downloaded h2 v0.4.13
12052026-03-18T17:47:17.111Z Downloaded walkdir v2.5.0
12062026-03-18T17:47:17.111Z Downloaded typify v0.6.1
12072026-03-18T17:47:17.114Z Downloaded yasna v0.5.2
12082026-03-18T17:47:17.119Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-03-18T17:47:17.123Z Downloaded rand v0.10.0
12102026-03-18T17:47:17.136Z Downloaded steno v0.4.1
12112026-03-18T17:47:17.139Z Downloaded rustyline v14.0.0
12122026-03-18T17:47:17.142Z Downloaded zerocopy v0.6.6
12132026-03-18T17:47:17.146Z Downloaded vte v0.14.1
12142026-03-18T17:47:17.150Z Downloaded unsafe-libyaml v0.2.11
12152026-03-18T17:47:17.150Z Downloaded russh v0.45.0
12162026-03-18T17:47:17.153Z Downloaded tracing-core v0.1.36
12172026-03-18T17:47:17.160Z Downloaded unicode-bidi v0.3.18
12182026-03-18T17:47:17.172Z Downloaded typify v0.4.3
12192026-03-18T17:47:17.180Z Downloaded toml_edit v0.19.15
12202026-03-18T17:47:17.196Z Downloaded tokio-postgres v0.7.16
12212026-03-18T17:47:17.206Z Downloaded uuid v1.21.0
12222026-03-18T17:47:17.209Z Downloaded reedline v0.40.0
12232026-03-18T17:47:17.216Z Downloaded reqwest v0.13.2
12242026-03-18T17:47:17.221Z Downloaded zopfli v0.8.3
12252026-03-18T17:47:17.224Z Downloaded yansi v1.0.1
12262026-03-18T17:47:17.234Z Downloaded tower v0.5.3
12272026-03-18T17:47:17.240Z Downloaded ssh-key v0.6.7
12282026-03-18T17:47:17.246Z Downloaded rpassword v7.4.0
12292026-03-18T17:47:17.249Z Downloaded blake3 v1.8.3
12302026-03-18T17:47:17.254Z Downloaded portable-atomic v1.13.1
12312026-03-18T17:47:17.260Z Downloaded bitvec v1.0.1
12322026-03-18T17:47:17.271Z Downloaded unicode_categories v0.1.1
12332026-03-18T17:47:17.275Z Downloaded reqwest v0.12.28
12342026-03-18T17:47:17.278Z Downloaded zip v0.6.6
12352026-03-18T17:47:17.282Z Downloaded git2 v0.20.4
12362026-03-18T17:47:17.288Z Downloaded regex v1.12.3
12372026-03-18T17:47:17.291Z Downloaded chrono v0.4.44
12382026-03-18T17:47:17.297Z Downloaded aws-lc-rs v1.16.0
12392026-03-18T17:47:17.304Z Downloaded rustls-webpki v0.101.7
12402026-03-18T17:47:17.315Z Downloaded zerocopy-derive v0.8.40
12412026-03-18T17:47:17.324Z Downloaded moka v0.12.13
12422026-03-18T17:47:17.328Z Downloaded x509-cert v0.2.5
12432026-03-18T17:47:17.332Z Downloaded ron v0.12.0
12442026-03-18T17:47:17.339Z Downloaded bindgen v0.71.1
12452026-03-18T17:47:17.345Z Downloaded p384 v0.13.1
12462026-03-18T17:47:17.348Z Downloaded salty v0.3.0
12472026-03-18T17:47:17.354Z Downloaded typed-path v0.9.3
12482026-03-18T17:47:17.357Z Downloaded rayon v1.11.0
12492026-03-18T17:47:17.372Z Downloaded tower-http v0.6.8
12502026-03-18T17:47:17.379Z Downloaded quick-xml v0.37.5
12512026-03-18T17:47:17.383Z Downloaded unicode-normalization v0.1.25
12522026-03-18T17:47:17.386Z Downloaded tokio-util v0.7.18
12532026-03-18T17:47:17.391Z Downloaded serde_with v3.17.0
12542026-03-18T17:47:17.401Z Downloaded proptest v1.10.0
12552026-03-18T17:47:17.408Z Downloaded goblin v0.10.5
12562026-03-18T17:47:17.414Z Downloaded curve25519-dalek v4.1.3
12572026-03-18T17:47:17.421Z Downloaded zip v4.6.1
12582026-03-18T17:47:17.424Z Downloaded unicode-segmentation v1.12.0
12592026-03-18T17:47:17.427Z Downloaded petname v2.0.2
12602026-03-18T17:47:17.430Z Downloaded tough v0.20.0
12612026-03-18T17:47:17.437Z Downloaded lalrpop v0.19.12
12622026-03-18T17:47:17.445Z Downloaded rustls-webpki v0.102.8
12632026-03-18T17:47:17.460Z Downloaded object v0.30.4
12642026-03-18T17:47:17.466Z Downloaded winnow v0.5.40
12652026-03-18T17:47:17.473Z Downloaded winnow v0.6.26
12662026-03-18T17:47:17.479Z Downloaded nix v0.27.1
12672026-03-18T17:47:17.488Z Downloaded radix_trie v0.2.1
12682026-03-18T17:47:17.492Z Downloaded openssl v0.10.75
12692026-03-18T17:47:17.498Z Downloaded quinn-proto v0.11.13
12702026-03-18T17:47:17.530Z Downloaded tabled v0.20.0
12712026-03-18T17:47:17.543Z Downloaded nix v0.28.0
12722026-03-18T17:47:17.552Z Downloaded time v0.3.47
12732026-03-18T17:47:17.560Z Downloaded nix v0.29.0
12742026-03-18T17:47:17.569Z Downloaded polar-core v0.27.3
12752026-03-18T17:47:17.575Z Downloaded nix v0.31.1
12762026-03-18T17:47:17.585Z Downloaded dropshot v0.16.7
12772026-03-18T17:47:17.602Z Downloaded zlib-rs v0.6.2
12782026-03-18T17:47:17.606Z Downloaded webpki-roots v1.0.6
12792026-03-18T17:47:17.609Z Downloaded vcpkg v0.2.15
12802026-03-18T17:47:17.640Z Downloaded smoltcp v0.9.1
12812026-03-18T17:47:17.647Z Downloaded openapiv3 v2.2.0
12822026-03-18T17:47:17.656Z Downloaded zerocopy v0.8.40
12832026-03-18T17:47:17.664Z Downloaded rustls v0.21.12
12842026-03-18T17:47:17.671Z Downloaded smoltcp v0.11.0
12852026-03-18T17:47:17.681Z Downloaded regress v0.10.5
12862026-03-18T17:47:17.687Z Downloaded rustls v0.22.4
12872026-03-18T17:47:17.698Z Downloaded regex-syntax v0.8.10
12882026-03-18T17:47:17.702Z Downloaded rustix v0.38.44
12892026-03-18T17:47:17.720Z Downloaded rustls v0.23.37
12902026-03-18T17:47:17.729Z Downloaded hickory-proto v0.25.2
12912026-03-18T17:47:17.741Z Downloaded diesel v2.3.7
12922026-03-18T17:47:17.756Z Downloaded object v0.37.3
12932026-03-18T17:47:17.765Z Downloaded sqlparser v0.61.0
12942026-03-18T17:47:17.773Z Downloaded hickory-proto v0.24.4
12952026-03-18T17:47:17.785Z Downloaded regex-syntax v0.6.29
12962026-03-18T17:47:17.791Z Downloaded bstr v1.12.1
12972026-03-18T17:47:17.796Z Downloaded ratatui v0.29.0
12982026-03-18T17:47:17.812Z Downloaded typify-impl v0.4.3
12992026-03-18T17:47:17.823Z Downloaded sled v0.34.7
13002026-03-18T17:47:17.831Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-03-18T17:47:17.840Z Downloaded tracing v0.1.44
13022026-03-18T17:47:17.859Z Downloaded zerocopy-derive v0.6.6
13032026-03-18T17:47:17.865Z Downloaded typify-impl v0.6.1
13042026-03-18T17:47:17.876Z Downloaded regex-automata v0.4.14
13052026-03-18T17:47:17.888Z Downloaded chrono-tz v0.10.4
13062026-03-18T17:47:17.942Z Downloaded petgraph v0.6.5
13072026-03-18T17:47:17.956Z Downloaded libz-sys v1.1.24
13082026-03-18T17:47:17.973Z Downloaded tokio v1.49.0
13092026-03-18T17:47:18.003Z Downloaded sha3 v0.10.8
13102026-03-18T17:47:18.007Z Downloaded lzma-sys v0.1.20
13112026-03-18T17:47:18.029Z Downloaded jiff v0.2.21
13122026-03-18T17:47:18.045Z Downloaded petgraph v0.8.3
13132026-03-18T17:47:18.063Z Downloaded csv v1.4.0
13142026-03-18T17:47:18.078Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-03-18T17:47:18.174Z Downloaded encoding_rs v0.8.35
13162026-03-18T17:47:18.210Z Downloaded ring v0.17.14
13172026-03-18T17:47:18.243Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-03-18T17:47:18.745Z Downloaded aws-lc-sys v0.37.1
13192026-03-18T17:47:19.073Z Compiling libc v0.2.180
13202026-03-18T17:47:19.078Z Compiling serde v1.0.228
13212026-03-18T17:47:19.078Z Compiling log v0.4.29
13222026-03-18T17:47:19.078Z Compiling find-msvc-tools v0.1.9
13232026-03-18T17:47:19.078Z Compiling shlex v1.3.0
13242026-03-18T17:47:19.078Z Compiling smallvec v1.15.1
13252026-03-18T17:47:19.078Z Compiling typenum v1.19.0
13262026-03-18T17:47:19.078Z Compiling subtle v2.6.1
13272026-03-18T17:47:19.078Z Compiling generic-array v0.14.7
13282026-03-18T17:47:19.078Z Compiling scopeguard v1.2.0
13292026-03-18T17:47:19.260Z Compiling portable-atomic v1.13.1
13302026-03-18T17:47:19.374Z Compiling const-oid v0.9.6
13312026-03-18T17:47:19.394Z Compiling critical-section v1.2.0
13322026-03-18T17:47:19.417Z Compiling syn v2.0.117
13332026-03-18T17:47:19.438Z Compiling zerocopy v0.8.40
13342026-03-18T17:47:19.507Z Compiling lock_api v0.4.14
13352026-03-18T17:47:19.510Z Compiling parking_lot_core v0.9.12
13362026-03-18T17:47:19.552Z Compiling serde_json v1.0.149
13372026-03-18T17:47:19.597Z Compiling pin-project-lite v0.2.17
13382026-03-18T17:47:19.622Z Compiling pkg-config v0.3.32
13392026-03-18T17:47:19.622Z Compiling bitflags v2.11.0
13402026-03-18T17:47:19.693Z Compiling libm v0.2.16
13412026-03-18T17:47:19.697Z Compiling num-traits v0.2.19
13422026-03-18T17:47:19.759Z Compiling futures-core v0.3.32
13432026-03-18T17:47:19.806Z Compiling percent-encoding v2.3.2
13442026-03-18T17:47:19.833Z Compiling allocator-api2 v0.2.21
13452026-03-18T17:47:19.927Z Compiling cpufeatures v0.2.17
13462026-03-18T17:47:19.999Z Compiling futures-sink v0.3.32
13472026-03-18T17:47:20.002Z Compiling foldhash v0.2.0
13482026-03-18T17:47:20.093Z Compiling getrandom v0.4.1
13492026-03-18T17:47:20.096Z Compiling slab v0.4.12
13502026-03-18T17:47:20.165Z Compiling futures-channel v0.3.32
13512026-03-18T17:47:20.211Z Compiling futures-io v0.3.32
13522026-03-18T17:47:20.214Z Compiling futures-task v0.3.32
13532026-03-18T17:47:20.231Z Compiling rand_core v0.10.0
13542026-03-18T17:47:20.296Z Compiling hashbrown v0.16.1
13552026-03-18T17:47:20.363Z Compiling getrandom v0.3.4
13562026-03-18T17:47:20.388Z Compiling rustversion v1.0.22
13572026-03-18T17:47:20.410Z Compiling form_urlencoded v1.2.2
13582026-03-18T17:47:20.462Z Compiling fs_extra v1.3.0
13592026-03-18T17:47:20.485Z Compiling base64ct v1.8.3
13602026-03-18T17:47:20.508Z Compiling dunce v1.0.5
13612026-03-18T17:47:20.533Z Compiling ident_case v1.0.1
13622026-03-18T17:47:20.536Z Compiling flagset v0.4.7
13632026-03-18T17:47:20.612Z Compiling iana-time-zone v0.1.65
13642026-03-18T17:47:20.642Z Compiling getrandom v0.2.17
13652026-03-18T17:47:20.664Z Compiling jobserver v0.1.34
13662026-03-18T17:47:20.690Z Compiling errno v0.3.14
13672026-03-18T17:47:20.719Z Compiling mio v1.1.1
13682026-03-18T17:47:20.764Z Compiling socket2 v0.6.2
13692026-03-18T17:47:20.949Z Compiling rand_core v0.6.4
13702026-03-18T17:47:20.972Z Compiling signal-hook-registry v1.4.8
13712026-03-18T17:47:20.995Z Compiling once_cell v1.21.3
13722026-03-18T17:47:21.042Z Compiling cc v1.2.56
13732026-03-18T17:47:21.109Z Compiling parking_lot v0.12.5
13742026-03-18T17:47:21.231Z Compiling indexmap v2.13.0
13752026-03-18T17:47:21.253Z Compiling pem-rfc7468 v0.7.0
13762026-03-18T17:47:21.278Z Compiling rustix v1.1.3
13772026-03-18T17:47:21.305Z Compiling uuid v1.21.0
13782026-03-18T17:47:21.334Z Compiling rustc_version v0.4.1
13792026-03-18T17:47:21.361Z Compiling aws-lc-rs v1.16.0
13802026-03-18T17:47:21.413Z Compiling regex-syntax v0.8.10
13812026-03-18T17:47:21.467Z Compiling vcpkg v0.2.15
13822026-03-18T17:47:21.652Z Compiling rand_core v0.9.5
13832026-03-18T17:47:21.685Z Compiling tracing-core v0.1.36
13842026-03-18T17:47:21.707Z Compiling crossbeam-utils v0.8.21
13852026-03-18T17:47:21.742Z Compiling base64 v0.22.1
13862026-03-18T17:47:21.776Z Compiling untrusted v0.7.1
13872026-03-18T17:47:21.820Z Compiling httparse v1.10.1
13882026-03-18T17:47:21.875Z Compiling schemars v0.8.22
13892026-03-18T17:47:21.951Z Compiling openssl-probe v0.2.1
13902026-03-18T17:47:22.028Z Compiling untrusted v0.9.0
13912026-03-18T17:47:22.092Z Compiling syn v1.0.109
13922026-03-18T17:47:22.116Z Compiling cmake v0.1.57
13932026-03-18T17:47:22.210Z Compiling atomic-waker v1.1.2
13942026-03-18T17:47:22.213Z Compiling tinyvec_macros v0.1.1
13952026-03-18T17:47:22.213Z Compiling rustls v0.23.37
13962026-03-18T17:47:22.275Z Compiling tower-service v0.3.3
13972026-03-18T17:47:22.278Z Compiling try-lock v0.2.5
13982026-03-18T17:47:22.365Z Compiling dyn-clone v1.0.20
13992026-03-18T17:47:22.404Z Compiling tower-layer v0.3.3
14002026-03-18T17:47:22.432Z Compiling want v0.3.1
14012026-03-18T17:47:22.482Z Compiling tinyvec v1.10.0
14022026-03-18T17:47:22.508Z Compiling spin v0.9.8
14032026-03-18T17:47:22.511Z Compiling aho-corasick v1.1.4
14042026-03-18T17:47:22.555Z Compiling httpdate v1.0.3
14052026-03-18T17:47:22.579Z Compiling time-core v0.1.8
14062026-03-18T17:47:22.598Z Compiling num-conv v0.2.0
14072026-03-18T17:47:22.647Z Compiling foreign-types-shared v0.1.1
14082026-03-18T17:47:22.672Z Compiling powerfmt v0.2.0
14092026-03-18T17:47:22.718Z Compiling openssl v0.10.75
14102026-03-18T17:47:22.775Z Compiling pin-utils v0.1.0
14112026-03-18T17:47:22.804Z Compiling crc32fast v1.5.0
14122026-03-18T17:47:22.829Z Compiling foreign-types v0.3.2
14132026-03-18T17:47:22.829Z Compiling time-macros v0.2.27
14142026-03-18T17:47:22.876Z Compiling wait-timeout v0.2.1
14152026-03-18T17:47:22.900Z Compiling num_threads v0.1.7
14162026-03-18T17:47:22.904Z Compiling siphasher v1.0.2
14172026-03-18T17:47:22.961Z Compiling deranged v0.5.8
14182026-03-18T17:47:22.995Z Compiling bit-vec v0.8.0
14192026-03-18T17:47:23.020Z Compiling either v1.15.0
14202026-03-18T17:47:23.023Z Compiling native-tls v0.2.18
14212026-03-18T17:47:23.068Z Compiling quick-error v1.2.3
14222026-03-18T17:47:23.071Z Compiling simd-adler32 v0.3.8
14232026-03-18T17:47:23.224Z Compiling usdt-impl v0.6.0
14242026-03-18T17:47:23.248Z Compiling unicode-normalization v0.1.25
14252026-03-18T17:47:23.270Z Compiling bit-set v0.8.0
14262026-03-18T17:47:23.329Z Compiling crossbeam-epoch v0.9.18
14272026-03-18T17:47:23.351Z Compiling rand_xorshift v0.4.0
14282026-03-18T17:47:23.354Z Compiling slog v2.8.2
14292026-03-18T17:47:23.394Z Compiling aws-lc-sys v0.37.1
14302026-03-18T17:47:23.454Z Compiling ring v0.17.14
14312026-03-18T17:47:23.502Z Compiling openssl-sys v0.9.111
14322026-03-18T17:47:23.524Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14332026-03-18T17:47:23.547Z Compiling tempfile v3.25.0
14342026-03-18T17:47:23.610Z Compiling bzip2-sys v0.1.13+1.0.8
14352026-03-18T17:47:23.637Z Compiling synstructure v0.13.2
14362026-03-18T17:47:23.801Z Compiling serde_derive_internals v0.29.1
14372026-03-18T17:47:23.897Z Compiling pest_generator v2.8.6
14382026-03-18T17:47:23.920Z Compiling darling_core v0.20.11
14392026-03-18T17:47:23.984Z Compiling regex-automata v0.4.14
14402026-03-18T17:47:24.091Z Compiling rusty-fork v0.3.1
14412026-03-18T17:47:24.399Z Compiling time v0.3.47
14422026-03-18T17:47:24.459Z Compiling darling_core v0.21.3
14432026-03-18T17:47:24.542Z Compiling heapless v0.7.17
14442026-03-18T17:47:24.563Z Compiling thread-id v5.1.0
14452026-03-18T17:47:24.675Z Compiling sync_wrapper v1.0.2
14462026-03-18T17:47:24.824Z Compiling cookie v0.18.1
14472026-03-18T17:47:24.850Z Compiling zstd-safe v7.2.4
14482026-03-18T17:47:24.893Z Compiling anyhow v1.0.102
14492026-03-18T17:47:24.920Z Compiling signal-hook v0.3.18
14502026-03-18T17:47:25.060Z Compiling unicode-bidi v0.3.18
14512026-03-18T17:47:25.092Z Compiling unarray v0.1.4
14522026-03-18T17:47:25.118Z Compiling unicode-segmentation v1.12.0
14532026-03-18T17:47:25.143Z Compiling rayon-core v1.13.0
14542026-03-18T17:47:25.154Z Compiling paste v1.0.15
14552026-03-18T17:47:25.188Z Compiling adler2 v2.0.1
14562026-03-18T17:47:25.243Z Compiling unicode-properties v0.1.4
14572026-03-18T17:47:25.371Z Compiling miniz_oxide v0.8.9
14582026-03-18T17:47:25.522Z Compiling stringprep v0.1.5
14592026-03-18T17:47:25.615Z Compiling crossbeam-deque v0.8.6
14602026-03-18T17:47:25.665Z Compiling num-integer v0.1.46
14612026-03-18T17:47:25.688Z Compiling vergen-lib v0.1.6
14622026-03-18T17:47:25.814Z Compiling curve25519-dalek v4.1.3
14632026-03-18T17:47:25.928Z Compiling ff v0.13.1
14642026-03-18T17:47:25.976Z Compiling hash32 v0.2.1
14652026-03-18T17:47:26.116Z Compiling memoffset v0.9.1
14662026-03-18T17:47:26.141Z Compiling num-bigint-dig v0.8.6
14672026-03-18T17:47:26.177Z Compiling litrs v1.0.0
14682026-03-18T17:47:26.235Z Compiling fallible-iterator v0.2.0
14692026-03-18T17:47:26.259Z Compiling rustix v0.38.44
14702026-03-18T17:47:26.289Z Compiling serde_derive v1.0.228
14712026-03-18T17:47:26.319Z Compiling zeroize_derive v1.4.3
14722026-03-18T17:47:26.385Z Compiling zerofrom-derive v0.1.6
14732026-03-18T17:47:26.407Z Compiling yoke-derive v0.8.1
14742026-03-18T17:47:26.413Z Compiling zerocopy-derive v0.8.40
14752026-03-18T17:47:26.676Z Compiling zerovec-derive v0.11.2
14762026-03-18T17:47:26.708Z Compiling displaydoc v0.2.5
14772026-03-18T17:47:26.732Z Compiling tokio-macros v2.6.0
14782026-03-18T17:47:26.891Z Compiling futures-macro v0.3.32
14792026-03-18T17:47:27.194Z Compiling zeroize v1.8.2
14802026-03-18T17:47:27.321Z Compiling der_derive v0.7.3
14812026-03-18T17:47:27.722Z Compiling thiserror-impl v2.0.18
14822026-03-18T17:47:27.745Z Compiling rustls-pki-types v1.14.0
14832026-03-18T17:47:27.991Z Compiling futures-util v0.3.32
14842026-03-18T17:47:28.036Z Compiling tracing-attributes v0.1.31
14852026-03-18T17:47:28.113Z Compiling schemars_derive v0.8.22
14862026-03-18T17:47:28.215Z Compiling crypto-common v0.1.7
14872026-03-18T17:47:28.259Z Compiling block-buffer v0.10.4
14882026-03-18T17:47:28.290Z Compiling block-padding v0.3.3
14892026-03-18T17:47:28.354Z Compiling zerofrom v0.1.6
14902026-03-18T17:47:28.416Z Compiling scroll_derive v0.13.1
14912026-03-18T17:47:28.500Z Compiling digest v0.10.7
14922026-03-18T17:47:28.524Z Compiling yoke v0.8.1
14932026-03-18T17:47:28.547Z Compiling inout v0.1.4
14942026-03-18T17:47:28.551Z Compiling pest_derive v2.8.6
14952026-03-18T17:47:28.634Z Compiling der v0.7.10
14962026-03-18T17:47:28.789Z Compiling zerovec v0.11.5
14972026-03-18T17:47:28.812Z Compiling zerotrie v0.2.3
14982026-03-18T17:47:28.850Z Compiling hmac v0.12.1
14992026-03-18T17:47:29.057Z Compiling sha2 v0.10.9
15002026-03-18T17:47:29.123Z Compiling cipher v0.4.4
15012026-03-18T17:47:29.221Z Compiling pbkdf2 v0.12.2
15022026-03-18T17:47:29.380Z Compiling darling_macro v0.20.11
15032026-03-18T17:47:29.479Z Compiling tinystr v0.8.2
15042026-03-18T17:47:29.504Z Compiling potential_utf v0.1.4
15052026-03-18T17:47:29.552Z Compiling salsa20 v0.10.2
15062026-03-18T17:47:29.574Z Compiling thiserror v2.0.18
15072026-03-18T17:47:29.725Z Compiling icu_locale_core v2.1.1
15082026-03-18T17:47:29.728Z Compiling icu_collections v2.1.1
15092026-03-18T17:47:29.772Z Compiling spki v0.7.3
15102026-03-18T17:47:29.772Z Compiling scrypt v0.11.0
15112026-03-18T17:47:29.868Z Compiling cbc v0.1.2
15122026-03-18T17:47:29.894Z Compiling aes v0.8.4
15132026-03-18T17:47:29.919Z Compiling tracing v0.1.44
15142026-03-18T17:47:30.020Z Compiling scroll v0.13.0
15152026-03-18T17:47:30.064Z Compiling darling v0.20.11
15162026-03-18T17:47:30.086Z Compiling openssl-macros v0.1.1
15172026-03-18T17:47:30.150Z Compiling thiserror-impl v1.0.69
15182026-03-18T17:47:30.199Z Compiling derive_builder_core v0.20.2
15192026-03-18T17:47:30.282Z Compiling dtrace-parser v0.3.0
15202026-03-18T17:47:30.336Z Compiling goblin v0.10.5
15212026-03-18T17:47:30.392Z Compiling signature v2.2.0
15222026-03-18T17:47:30.437Z Compiling rustls-native-certs v0.8.3
15232026-03-18T17:47:30.611Z Compiling icu_provider v2.1.1
15242026-03-18T17:47:30.632Z Compiling pkcs5 v0.7.1
15252026-03-18T17:47:30.911Z Compiling scroll_derive v0.12.1
15262026-03-18T17:47:30.933Z Compiling md-5 v0.10.6
15272026-03-18T17:47:31.038Z Compiling icu_normalizer v2.1.1
15282026-03-18T17:47:31.090Z Compiling bytes v1.11.1
15292026-03-18T17:47:31.161Z Compiling icu_properties v2.1.2
15302026-03-18T17:47:31.186Z Compiling chrono v0.4.44
15312026-03-18T17:47:31.212Z Compiling pkcs8 v0.10.2
15322026-03-18T17:47:31.339Z Compiling ipnet v2.11.0
15332026-03-18T17:47:31.360Z Compiling toml_datetime v0.6.11
15342026-03-18T17:47:31.381Z Compiling serde_tokenstream v0.2.3
15352026-03-18T17:47:31.453Z Compiling derive_builder_macro v0.20.2
15362026-03-18T17:47:31.646Z Compiling serde_spanned v0.6.9
15372026-03-18T17:47:31.711Z Compiling erased-serde v0.3.31
15382026-03-18T17:47:31.785Z Compiling tokio v1.49.0
15392026-03-18T17:47:31.815Z Compiling http v1.4.0
15402026-03-18T17:47:31.838Z Compiling scroll v0.12.0
15412026-03-18T17:47:31.859Z Compiling webpki-roots v1.0.6
15422026-03-18T17:47:31.972Z Compiling darling_macro v0.21.3
15432026-03-18T17:47:31.995Z Compiling thiserror v1.0.69
15442026-03-18T17:47:32.030Z Compiling zerocopy-derive v0.7.35
15452026-03-18T17:47:32.055Z Compiling smoltcp v0.9.1
15462026-03-18T17:47:32.079Z Compiling base16ct v0.2.0
15472026-03-18T17:47:32.144Z Compiling ryu v1.0.23
15482026-03-18T17:47:32.209Z Compiling iri-string v0.7.10
15492026-03-18T17:47:32.326Z Compiling zlib-rs v0.6.2
15502026-03-18T17:47:32.391Z Compiling idna_adapter v1.2.1
15512026-03-18T17:47:32.458Z Compiling psl-types v2.0.11
15522026-03-18T17:47:32.506Z Compiling cfg_aliases v0.2.1
15532026-03-18T17:47:32.583Z Compiling idna v1.1.0
15542026-03-18T17:47:32.609Z Compiling ref-cast v1.0.25
15552026-03-18T17:47:32.612Z Compiling darling v0.21.3
15562026-03-18T17:47:32.657Z Compiling ppv-lite86 v0.2.21
15572026-03-18T17:47:32.711Z Compiling http-body v1.0.1
15582026-03-18T17:47:32.773Z Compiling nix v0.31.1
15592026-03-18T17:47:32.892Z Compiling http-body-util v0.1.3
15602026-03-18T17:47:32.978Z Compiling url v2.5.8
15612026-03-18T17:47:33.087Z Compiling rand_chacha v0.9.0
15622026-03-18T17:47:33.117Z Compiling rand_chacha v0.3.1
15632026-03-18T17:47:33.144Z Compiling publicsuffix v2.3.0
15642026-03-18T17:47:33.221Z Compiling serde_urlencoded v0.7.1
15652026-03-18T17:47:33.244Z Compiling zerocopy v0.7.35
15662026-03-18T17:47:33.247Z Compiling sec1 v0.7.3
15672026-03-18T17:47:33.300Z Compiling goblin v0.8.2
15682026-03-18T17:47:33.380Z Compiling rand v0.9.2
15692026-03-18T17:47:33.508Z Compiling rand v0.8.5
15702026-03-18T17:47:33.559Z Compiling derive_builder v0.20.2
15712026-03-18T17:47:33.712Z Compiling cargo-platform v0.1.9
15722026-03-18T17:47:33.736Z Compiling hkdf v0.12.4
15732026-03-18T17:47:33.959Z Compiling hubpack_derive v0.1.1
15742026-03-18T17:47:33.994Z Compiling crypto-bigint v0.5.5
15752026-03-18T17:47:34.066Z Compiling regex v1.12.3
15762026-03-18T17:47:34.069Z Compiling document-features v0.2.12
15772026-03-18T17:47:34.170Z Compiling proptest v1.10.0
15782026-03-18T17:47:34.395Z Compiling dof v0.4.0
15792026-03-18T17:47:34.425Z Compiling postgres-protocol v0.6.10
15802026-03-18T17:47:34.678Z Compiling curve25519-dalek-derive v0.1.1
15812026-03-18T17:47:34.702Z Compiling ipnetwork v0.21.1
15822026-03-18T17:47:34.757Z Compiling ref-cast-impl v1.0.25
15832026-03-18T17:47:34.780Z Compiling strum_macros v0.27.2
15842026-03-18T17:47:34.853Z Compiling daft-derive v0.1.5
15852026-03-18T17:47:35.102Z Compiling oxnet v0.1.4
15862026-03-18T17:47:35.170Z Compiling async-trait v0.1.89
15872026-03-18T17:47:35.556Z Compiling group v0.13.0
15882026-03-18T17:47:35.643Z Compiling num-iter v0.1.45
15892026-03-18T17:47:35.904Z Compiling proc-macro-error v1.0.4
15902026-03-18T17:47:36.118Z Compiling heck v0.4.1
15912026-03-18T17:47:36.326Z Compiling terminal_size v0.4.3
15922026-03-18T17:47:36.348Z Compiling phf_shared v0.13.1
15932026-03-18T17:47:36.437Z Compiling lazy_static v1.5.0
15942026-03-18T17:47:36.460Z Compiling vergen v9.0.6
15952026-03-18T17:47:36.493Z Compiling flate2 v1.1.9
15962026-03-18T17:47:36.518Z Compiling fs-err v3.3.0
15972026-03-18T17:47:36.574Z Compiling ahash v0.8.12
15982026-03-18T17:47:36.632Z Compiling bumpalo v3.20.2
15992026-03-18T17:47:36.660Z Compiling libbz2-rs-sys v0.2.2
16002026-03-18T17:47:36.694Z Compiling foldhash v0.1.5
16012026-03-18T17:47:36.720Z Compiling bitflags v1.3.2
16022026-03-18T17:47:36.723Z Compiling managed v0.8.0
16032026-03-18T17:47:36.779Z Compiling object v0.37.3
16042026-03-18T17:47:36.806Z Compiling winnow v0.5.40
16052026-03-18T17:47:36.925Z Compiling zopfli v0.8.3
16062026-03-18T17:47:36.950Z Compiling tokio-util v0.7.18
16072026-03-18T17:47:36.977Z Compiling tower v0.5.3
16082026-03-18T17:47:36.980Z Compiling tokio-native-tls v0.3.1
16092026-03-18T17:47:37.030Z Compiling hashbrown v0.15.5
16102026-03-18T17:47:37.080Z Compiling console v0.16.2
16112026-03-18T17:47:37.136Z Compiling clap_builder v4.5.60
16122026-03-18T17:47:37.225Z Compiling phf v0.13.1
16132026-03-18T17:47:37.248Z Compiling bzip2 v0.6.1
16142026-03-18T17:47:37.543Z Compiling tower-http v0.6.8
16152026-03-18T17:47:37.571Z Compiling newtype-uuid v1.3.2
16162026-03-18T17:47:37.614Z Compiling strum v0.27.2
16172026-03-18T17:47:37.654Z Compiling signal-hook-mio v0.2.5
16182026-03-18T17:47:37.799Z Compiling usdt-macro v0.6.0
16192026-03-18T17:47:37.824Z Compiling usdt-attr-macro v0.6.0
16202026-03-18T17:47:37.827Z Compiling zone_cfg_derive v0.3.1
16212026-03-18T17:47:37.873Z Compiling daft v0.1.5
16222026-03-18T17:47:37.876Z Compiling rayon v1.11.0
16232026-03-18T17:47:38.021Z Compiling h2 v0.4.13
16242026-03-18T17:47:38.104Z Compiling dof v0.3.0
16252026-03-18T17:47:38.250Z Compiling cargo_metadata v0.19.2
16262026-03-18T17:47:38.273Z Compiling cookie_store v0.22.1
16272026-03-18T17:47:38.405Z Compiling elliptic-curve v0.13.8
16282026-03-18T17:47:38.690Z Compiling toml_edit v0.19.15
16292026-03-18T17:47:38.832Z Compiling postgres-types v0.2.12
16302026-03-18T17:47:38.951Z Compiling bzip2 v0.4.4
16312026-03-18T17:47:39.032Z Compiling hubpack v0.1.2
16322026-03-18T17:47:39.133Z Compiling zstd v0.13.3
16332026-03-18T17:47:39.175Z Compiling serde_with_macros v3.17.0
16342026-03-18T17:47:39.242Z Compiling dtrace-parser v0.2.0
16352026-03-18T17:47:39.333Z Compiling ed25519 v2.2.3
16362026-03-18T17:47:39.494Z Compiling pkcs1 v0.7.5
16372026-03-18T17:47:39.612Z Compiling hex v0.4.3
16382026-03-18T17:47:39.843Z Compiling serde-big-array v0.5.1
16392026-03-18T17:47:39.982Z Compiling rfc6979 v0.4.0
16402026-03-18T17:47:40.034Z Compiling bstr v1.12.1
16412026-03-18T17:47:40.056Z Compiling serde_repr v0.1.20
16422026-03-18T17:47:40.149Z Compiling strum_macros v0.26.4
16432026-03-18T17:47:40.170Z Compiling enum-as-inner v0.6.1
16442026-03-18T17:47:40.319Z Compiling clap_derive v4.5.55
16452026-03-18T17:47:40.347Z Compiling itertools v0.12.1
16462026-03-18T17:47:40.485Z Compiling phf_shared v0.11.3
16472026-03-18T17:47:40.568Z Compiling float-cmp v0.10.0
16482026-03-18T17:47:40.716Z Compiling thread-id v4.2.2
16492026-03-18T17:47:40.747Z Compiling memmap2 v0.9.10
16502026-03-18T17:47:40.773Z Compiling env_filter v1.0.0
16512026-03-18T17:47:40.799Z Compiling encoding_rs v0.8.35
16522026-03-18T17:47:40.880Z Compiling mime v0.3.17
16532026-03-18T17:47:40.902Z Compiling new_debug_unreachable v1.0.6
16542026-03-18T17:47:41.014Z Compiling unit-prefix v0.5.2
16552026-03-18T17:47:41.017Z Compiling fixedbitset v0.4.2
16562026-03-18T17:47:41.069Z Compiling jiff v0.2.21
16572026-03-18T17:47:41.222Z Compiling fixedbitset v0.5.7
16582026-03-18T17:47:41.248Z Compiling data-encoding v2.10.0
16592026-03-18T17:47:41.274Z Compiling predicates-core v1.0.10
16602026-03-18T17:47:41.347Z Compiling keccak v0.1.6
16612026-03-18T17:47:41.450Z Compiling static_assertions v1.1.0
16622026-03-18T17:47:41.525Z Compiling precomputed-hash v0.1.1
16632026-03-18T17:47:41.556Z Compiling rustc-hash v2.1.1
16642026-03-18T17:47:41.651Z Compiling normalize-line-endings v0.3.0
16652026-03-18T17:47:41.673Z Compiling whoami v2.1.0
16662026-03-18T17:47:41.732Z Compiling difflib v0.4.0
16672026-03-18T17:47:41.787Z Compiling iddqd v0.3.17
16682026-03-18T17:47:42.083Z Compiling predicates v3.1.4
16692026-03-18T17:47:42.200Z Compiling hyper v1.8.1
16702026-03-18T17:47:42.257Z Compiling tokio-postgres v0.7.16
16712026-03-18T17:47:42.496Z Compiling zone v0.3.1
16722026-03-18T17:47:42.499Z Compiling hickory-proto v0.25.2
16732026-03-18T17:47:42.539Z Compiling string_cache v0.8.9
16742026-03-18T17:47:42.669Z Compiling strum v0.26.3
16752026-03-18T17:47:42.705Z Compiling toml_edit v0.22.27
16762026-03-18T17:47:42.807Z Compiling clap v4.5.60
16772026-03-18T17:47:42.854Z Compiling sha3 v0.10.8
16782026-03-18T17:47:42.878Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-18T17:47:42.927Z Compiling petgraph v0.8.3
16802026-03-18T17:47:42.958Z Compiling petgraph v0.6.5
16812026-03-18T17:47:42.989Z Compiling indicatif v0.18.4
16822026-03-18T17:47:43.412Z Compiling env_logger v0.11.9
16832026-03-18T17:47:43.443Z Compiling usdt v0.6.0
16842026-03-18T17:47:43.466Z Compiling usdt-impl v0.5.0
16852026-03-18T17:47:43.603Z Compiling serde_with v3.17.0
16862026-03-18T17:47:43.802Z Compiling hyper-util v0.1.20
16872026-03-18T17:47:43.897Z Compiling similar v2.7.0
16882026-03-18T17:47:44.159Z Compiling toml v0.7.8
16892026-03-18T17:47:44.265Z Compiling crossterm v0.28.1
16902026-03-18T17:47:44.389Z Compiling ecdsa v0.16.9
16912026-03-18T17:47:44.755Z Compiling zip v4.6.1
16922026-03-18T17:47:44.929Z Compiling ed25519-dalek v2.2.0
16932026-03-18T17:47:45.014Z Compiling rsa v0.9.10
16942026-03-18T17:47:45.072Z Compiling zip v0.6.6
16952026-03-18T17:47:45.588Z Compiling tokio-stream v0.1.18
16962026-03-18T17:47:45.636Z Compiling hyper-tls v0.6.0
16972026-03-18T17:47:45.951Z Compiling buf-list v1.1.2
16982026-03-18T17:47:46.104Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-18T17:47:46.127Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-18T17:47:46.184Z Compiling openapiv3 v2.2.0
17012026-03-18T17:47:46.251Z Compiling x509-cert v0.2.5
17022026-03-18T17:47:46.329Z Compiling sha1 v0.10.6
17032026-03-18T17:47:46.356Z Compiling itertools v0.13.0
17042026-03-18T17:47:46.447Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-18T17:47:46.567Z Compiling lalrpop-util v0.19.12
17062026-03-18T17:47:46.612Z Compiling peg-runtime v0.8.5
17072026-03-18T17:47:46.652Z Compiling thread_local v1.1.9
17082026-03-18T17:47:46.726Z Compiling slog-async v2.8.0
17092026-03-18T17:47:46.847Z Compiling futures-executor v0.3.32
17102026-03-18T17:47:46.870Z Compiling crossbeam-channel v0.5.15
17112026-03-18T17:47:47.008Z Compiling filetime v0.2.27
17122026-03-18T17:47:47.011Z Compiling is-terminal v0.4.17
17132026-03-18T17:47:47.012Z Compiling take_mut v0.2.2
17142026-03-18T17:47:47.078Z Compiling xattr v1.6.1
17152026-03-18T17:47:47.165Z Compiling term v1.2.1
17162026-03-18T17:47:47.188Z Compiling futures v0.3.32
17172026-03-18T17:47:47.244Z Compiling tar v0.4.44
17182026-03-18T17:47:47.554Z Compiling slog-term v2.9.2
17192026-03-18T17:48:07.879Z Compiling rustls-webpki v0.103.9
17202026-03-18T17:48:11.902Z Compiling tokio-rustls v0.26.4
17212026-03-18T17:48:11.902Z Compiling rustls-platform-verifier v0.6.2
17222026-03-18T17:48:12.161Z Compiling hyper-rustls v0.27.7
17232026-03-18T17:48:12.421Z Compiling reqwest v0.12.28
17242026-03-18T17:48:12.421Z Compiling reqwest v0.13.2
17252026-03-18T17:48:15.192Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-18T17:48:15.484Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-18T17:48:19.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17282026-03-18T17:48:19.426Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-18T17:48:19.490ZMar 18 17:48:18.370 INFO Starting download, target: Console
17302026-03-18T17:48:19.490ZMar 18 17:48:18.370 INFO Starting download, target: MaghemiteMgd
17312026-03-18T17:48:19.490ZMar 18 17:48:18.370 INFO Starting download, target: TransceiverControl
17322026-03-18T17:48:19.490ZMar 18 17:48:18.370 INFO Starting download, target: Cockroach
17332026-03-18T17:48:19.490ZMar 18 17:48:18.370 INFO Starting download, target: DendriteStub
17342026-03-18T17:48:19.490ZMar 18 17:48:18.370 INFO Starting download, target: Clickhouse
17352026-03-18T17:48:19.493ZMar 18 17:48:18.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-18T17:48:19.493ZMar 18 17:48:18.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-18T17:48:19.493ZMar 18 17:48:18.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-18T17:48:19.493ZMar 18 17:48:18.370 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-18T17:48:19.493ZMar 18 17:48:18.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-18T17:48:19.493ZMar 18 17:48:18.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-18T17:48:20.006ZMar 18 17:48:18.880 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-18T17:48:20.355ZMar 18 17:48:19.227 INFO Download complete, target: TransceiverControl
17432026-03-18T17:48:20.541ZMar 18 17:48:19.411 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-18T17:48:20.908ZMar 18 17:48:19.788 INFO Download complete, target: Console
17452026-03-18T17:48:21.130ZMar 18 17:48:20.009 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-18T17:48:21.407ZMar 18 17:48:20.285 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-18T17:48:21.975ZMar 18 17:48:20.855 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-18T17:48:22.606ZMar 18 17:48:21.486 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-18T17:48:22.606ZMar 18 17:48:21.486 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-18T17:48:24.742ZMar 18 17:48:23.622 INFO Download complete, target: DendriteStub
17512026-03-18T17:48:24.989ZMar 18 17:48:23.869 INFO Download complete, target: MaghemiteMgd
17522026-03-18T17:48:30.271ZMar 18 17:48:29.151 INFO Checking that binary works, target: Cockroach
17532026-03-18T17:48:30.396ZMar 18 17:48:29.276 INFO Download complete, target: Cockroach
17542026-03-18T17:48:33.247ZMar 18 17:48:32.126 INFO Checking that binary works, target: Clickhouse
17552026-03-18T17:48:33.348ZMar 18 17:48:32.227 INFO Download complete, target: Clickhouse
17562026-03-18T17:48:33.354ZAll prerequisites installed successfully
17572026-03-18T17:48:33.357Z
17582026-03-18T17:48:33.357Zreal 4:05.656154648
17592026-03-18T17:48:33.357Zuser 10:19.965140345
17602026-03-18T17:48:33.357Zsys 2:05.750611145
17612026-03-18T17:48:33.357Ztrap 0.350700378
17622026-03-18T17:48:33.357Ztflt 1.129951479
17632026-03-18T17:48:33.357Zdflt 1.847354491
17642026-03-18T17:48:33.357Zkflt 0.025441877
17652026-03-18T17:48:33.357Zlock 32:24.736160207
17662026-03-18T17:48:33.357Zslp 25:58.490316843
17672026-03-18T17:48:33.357Zlat 32.783895639
17682026-03-18T17:48:33.357Zstop 4:37.060186146
17692026-03-18T17:48:33.357Z+ ptime -m cargo xtask download softnpu
17702026-03-18T17:48:34.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17712026-03-18T17:48:34.077Z Running `target/debug/xtask download softnpu`
17722026-03-18T17:48:35.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
17732026-03-18T17:48:35.165Z Running `target/debug/xtask-downloader softnpu`
17742026-03-18T17:48:35.211ZMar 18 17:48:34.090 INFO Starting download, target: Softnpu
17752026-03-18T17:48:35.215ZMar 18 17:48:34.091 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-18T17:48:35.974ZMar 18 17:48:34.853 INFO Download complete, target: Softnpu
17772026-03-18T17:48:35.978Z
17782026-03-18T17:48:35.981Zreal 2.616557702
17792026-03-18T17:48:35.981Zuser 1.762350641
17802026-03-18T17:48:35.981Zsys 0.792019848
17812026-03-18T17:48:35.981Ztrap 0.000540961
17822026-03-18T17:48:35.981Ztflt 0.000061499
17832026-03-18T17:48:35.981Zdflt 0.000083836
17842026-03-18T17:48:35.981Zkflt 0.000000000
17852026-03-18T17:48:35.981Zlock 13.810606440
17862026-03-18T17:48:35.981Zslp 0.527563803
17872026-03-18T17:48:35.981Zlat 0.053186915
17882026-03-18T17:48:35.981Zstop 0.000167339
17892026-03-18T17:48:35.981Z+ export CARGO_INCREMENTAL=0
17902026-03-18T17:48:35.981Z+ CARGO_INCREMENTAL=0
17912026-03-18T17:48:35.981Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-18T17:48:37.170Z Compiling proc-macro2 v1.0.106
17932026-03-18T17:48:37.170Z Compiling quote v1.0.44
17942026-03-18T17:48:37.182Z Compiling unicode-ident v1.0.24
17952026-03-18T17:48:37.182Z Compiling libc v0.2.180
17962026-03-18T17:48:37.182Z Compiling serde_core v1.0.228
17972026-03-18T17:48:37.182Z Compiling serde v1.0.228
17982026-03-18T17:48:37.182Z Compiling cfg-if v1.0.4
17992026-03-18T17:48:37.183Z Compiling version_check v0.9.5
18002026-03-18T17:48:37.183Z Compiling shlex v1.3.0
18012026-03-18T17:48:37.183Z Compiling find-msvc-tools v0.1.9
18022026-03-18T17:48:37.334Z Compiling typenum v1.19.0
18032026-03-18T17:48:37.349Z Compiling portable-atomic v1.13.1
18042026-03-18T17:48:37.355Z Compiling memchr v2.8.0
18052026-03-18T17:48:37.355Z Compiling autocfg v1.5.0
18062026-03-18T17:48:37.355Z Compiling zmij v1.0.21
18072026-03-18T17:48:37.591Z Compiling serde_json v1.0.149
18082026-03-18T17:48:37.628Z Compiling zerocopy v0.8.40
18092026-03-18T17:48:37.727Z Compiling generic-array v0.14.7
18102026-03-18T17:48:37.870Z Compiling parking_lot_core v0.9.12
18112026-03-18T17:48:37.937Z Compiling libm v0.2.16
18122026-03-18T17:48:37.959Z Compiling smallvec v1.15.1
18132026-03-18T17:48:38.049Z Compiling icu_properties_data v2.1.2
18142026-03-18T17:48:38.072Z Compiling icu_normalizer_data v2.1.1
18152026-03-18T17:48:38.098Z Compiling itoa v1.0.17
18162026-03-18T17:48:38.167Z Compiling num-traits v0.2.19
18172026-03-18T17:48:38.174Z Compiling log v0.4.29
18182026-03-18T17:48:38.231Z Compiling getrandom v0.4.1
18192026-03-18T17:48:38.297Z Compiling pkg-config v0.3.32
18202026-03-18T17:48:38.378Z Compiling stable_deref_trait v1.2.1
18212026-03-18T17:48:38.448Z Compiling subtle v2.6.1
18222026-03-18T17:48:38.451Z Compiling scopeguard v1.2.0
18232026-03-18T17:48:38.566Z Compiling fnv v1.0.7
18242026-03-18T17:48:38.611Z Compiling lock_api v0.4.14
18252026-03-18T17:48:38.632Z Compiling jobserver v0.1.34
18262026-03-18T17:48:38.651Z Compiling getrandom v0.2.17
18272026-03-18T17:48:38.679Z Compiling errno v0.3.14
18282026-03-18T17:48:38.751Z Compiling thiserror v2.0.18
18292026-03-18T17:48:38.886Z Compiling rand_core v0.6.4
18302026-03-18T17:48:38.977Z Compiling cc v1.2.56
18312026-03-18T17:48:39.001Z Compiling pin-project-lite v0.2.17
18322026-03-18T17:48:39.024Z Compiling getrandom v0.3.4
18332026-03-18T17:48:39.096Z Compiling syn v2.0.117
18342026-03-18T17:48:39.195Z Compiling critical-section v1.2.0
18352026-03-18T17:48:39.266Z Compiling allocator-api2 v0.2.21
18362026-03-18T17:48:39.269Z Compiling equivalent v1.0.2
18372026-03-18T17:48:39.338Z Compiling rustversion v1.0.22
18382026-03-18T17:48:39.452Z Compiling writeable v0.6.2
18392026-03-18T17:48:39.452Z Compiling fs_extra v1.3.0
18402026-03-18T17:48:39.455Z Compiling foldhash v0.2.0
18412026-03-18T17:48:39.649Z Compiling litemap v0.8.1
18422026-03-18T17:48:39.691Z Compiling dunce v1.0.5
18432026-03-18T17:48:39.796Z Compiling once_cell v1.21.3
18442026-03-18T17:48:39.823Z Compiling percent-encoding v2.3.2
18452026-03-18T17:48:39.893Z Compiling hashbrown v0.16.1
18462026-03-18T17:48:39.995Z Compiling cmake v0.1.57
18472026-03-18T17:48:40.086Z Compiling const-oid v0.9.6
18482026-03-18T17:48:40.181Z Compiling signal-hook-registry v1.4.8
18492026-03-18T17:48:40.185Z Compiling rustix v1.1.3
18502026-03-18T17:48:40.247Z Compiling socket2 v0.6.2
18512026-03-18T17:48:40.269Z Compiling mio v1.1.1
18522026-03-18T17:48:40.293Z Compiling schemars v0.8.22
18532026-03-18T17:48:40.318Z Compiling utf8_iter v1.0.4
18542026-03-18T17:48:40.521Z Compiling semver v1.0.27
18552026-03-18T17:48:40.543Z Compiling parking_lot v0.12.5
18562026-03-18T17:48:40.657Z Compiling indexmap v2.13.0
18572026-03-18T17:48:40.680Z Compiling rand_core v0.10.0
18582026-03-18T17:48:40.816Z Compiling bitflags v2.11.0
18592026-03-18T17:48:40.841Z Compiling ring v0.17.14
18602026-03-18T17:48:40.910Z Compiling aws-lc-sys v0.37.1
18612026-03-18T17:48:40.938Z Compiling aws-lc-rs v1.16.0
18622026-03-18T17:48:40.978Z Compiling form_urlencoded v1.2.2
18632026-03-18T17:48:41.220Z Compiling futures-core v0.3.32
18642026-03-18T17:48:41.246Z Compiling strsim v0.11.1
18652026-03-18T17:48:41.436Z Compiling byteorder v1.5.0
18662026-03-18T17:48:41.467Z Compiling thiserror v1.0.69
18672026-03-18T17:48:41.599Z Compiling ucd-trie v0.1.7
18682026-03-18T17:48:41.651Z Compiling httparse v1.10.1
18692026-03-18T17:48:41.775Z Compiling heck v0.5.0
18702026-03-18T17:48:41.779Z Compiling ident_case v1.0.1
18712026-03-18T17:48:41.824Z Compiling pest v2.8.6
18722026-03-18T17:48:41.849Z Compiling vcpkg v0.2.15
18732026-03-18T17:48:41.959Z Compiling regex-syntax v0.8.10
18742026-03-18T17:48:41.962Z Compiling syn v1.0.109
18752026-03-18T17:48:42.131Z Compiling crossbeam-utils v0.8.21
18762026-03-18T17:48:42.313Z Compiling futures-sink v0.3.32
18772026-03-18T17:48:42.353Z Compiling rustls v0.23.37
18782026-03-18T17:48:42.379Z Compiling rustc_version v0.4.1
18792026-03-18T17:48:42.427Z Compiling futures-task v0.3.32
18802026-03-18T17:48:42.472Z Compiling futures-channel v0.3.32
18812026-03-18T17:48:42.498Z Compiling futures-io v0.3.32
18822026-03-18T17:48:42.501Z Compiling cpufeatures v0.2.17
18832026-03-18T17:48:42.501Z Compiling slab v0.4.12
18842026-03-18T17:48:42.632Z Compiling openssl-sys v0.9.111
18852026-03-18T17:48:42.700Z Compiling plain v0.2.3
18862026-03-18T17:48:42.750Z Compiling iana-time-zone v0.1.65
18872026-03-18T17:48:42.772Z Compiling uuid v1.21.0
18882026-03-18T17:48:42.822Z Compiling aho-corasick v1.1.4
18892026-03-18T17:48:42.848Z Compiling time-core v0.1.8
18902026-03-18T17:48:42.998Z Compiling num-conv v0.2.0
18912026-03-18T17:48:43.023Z Compiling synstructure v0.13.2
18922026-03-18T17:48:43.065Z Compiling serde_derive_internals v0.29.1
18932026-03-18T17:48:43.197Z Compiling time-macros v0.2.27
18942026-03-18T17:48:43.325Z Compiling pest_meta v2.8.6
18952026-03-18T17:48:43.579Z Compiling pretty-hex v0.4.1
18962026-03-18T17:48:43.602Z Compiling openssl v0.10.75
18972026-03-18T17:48:43.949Z Compiling crc32fast v1.5.0
18982026-03-18T17:48:43.952Z Compiling either v1.15.0
18992026-03-18T17:48:44.004Z Compiling regex-automata v0.4.14
19002026-03-18T17:48:44.029Z Compiling base64ct v1.8.3
19012026-03-18T17:48:44.054Z Compiling anyhow v1.0.102
19022026-03-18T17:48:44.080Z Compiling darling_core v0.21.3
19032026-03-18T17:48:44.120Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-18T17:48:44.182Z Compiling pest_generator v2.8.6
19052026-03-18T17:48:44.247Z Compiling native-tls v0.2.18
19062026-03-18T17:48:44.306Z Compiling flagset v0.4.7
19072026-03-18T17:48:44.421Z Compiling pem-rfc7468 v0.7.0
19082026-03-18T17:48:44.446Z Compiling rand_core v0.9.5
19092026-03-18T17:48:44.522Z Compiling slog v2.8.2
19102026-03-18T17:48:44.593Z Compiling tracing-core v0.1.36
19112026-03-18T17:48:44.655Z Compiling dyn-clone v1.0.20
19122026-03-18T17:48:44.730Z Compiling untrusted v0.9.0
19132026-03-18T17:48:44.807Z Compiling rayon-core v1.13.0
19142026-03-18T17:48:44.956Z Compiling cookie v0.18.1
19152026-03-18T17:48:44.983Z Compiling serde_derive v1.0.228
19162026-03-18T17:48:45.072Z Compiling zeroize_derive v1.4.3
19172026-03-18T17:48:45.075Z Compiling zerofrom-derive v0.1.6
19182026-03-18T17:48:45.131Z Compiling yoke-derive v0.8.1
19192026-03-18T17:48:45.158Z Compiling zerovec-derive v0.11.2
19202026-03-18T17:48:45.180Z Compiling displaydoc v0.2.5
19212026-03-18T17:48:45.214Z Compiling zerocopy-derive v0.8.40
19222026-03-18T17:48:45.240Z Compiling tokio-macros v2.6.0
19232026-03-18T17:48:45.394Z Compiling futures-macro v0.3.32
19242026-03-18T17:48:45.873Z Compiling zeroize v1.8.2
19252026-03-18T17:48:46.087Z Compiling thiserror-impl v2.0.18
19262026-03-18T17:48:46.227Z Compiling tracing-attributes v0.1.31
19272026-03-18T17:48:46.407Z Compiling der_derive v0.7.3
19282026-03-18T17:48:46.443Z Compiling schemars_derive v0.8.22
19292026-03-18T17:48:46.540Z Compiling thiserror-impl v1.0.69
19302026-03-18T17:48:46.650Z Compiling zerofrom v0.1.6
19312026-03-18T17:48:46.826Z Compiling yoke v0.8.1
19322026-03-18T17:48:46.901Z Compiling crypto-common v0.1.7
19332026-03-18T17:48:47.084Z Compiling zerovec v0.11.5
19342026-03-18T17:48:47.108Z Compiling zerotrie v0.2.3
19352026-03-18T17:48:47.556Z Compiling block-buffer v0.10.4
19362026-03-18T17:48:47.686Z Compiling pest_derive v2.8.6
19372026-03-18T17:48:47.764Z Compiling digest v0.10.7
19382026-03-18T17:48:47.826Z Compiling tinystr v0.8.2
19392026-03-18T17:48:47.891Z Compiling potential_utf v0.1.4
19402026-03-18T17:48:47.945Z Compiling futures-util v0.3.32
19412026-03-18T17:48:48.015Z Compiling hmac v0.12.1
19422026-03-18T17:48:48.055Z Compiling icu_locale_core v2.1.1
19432026-03-18T17:48:48.079Z Compiling icu_collections v2.1.1
19442026-03-18T17:48:48.136Z Compiling block-padding v0.3.3
19452026-03-18T17:48:48.159Z Compiling sha2 v0.10.9
19462026-03-18T17:48:48.230Z Compiling rustls-pki-types v1.14.0
19472026-03-18T17:48:48.356Z Compiling inout v0.1.4
19482026-03-18T17:48:48.581Z Compiling cipher v0.4.4
19492026-03-18T17:48:48.903Z Compiling scroll_derive v0.13.1
19502026-03-18T17:48:48.955Z Compiling scroll_derive v0.12.1
19512026-03-18T17:48:48.998Z Compiling icu_provider v2.1.1
19522026-03-18T17:48:49.136Z Compiling openssl-macros v0.1.1
19532026-03-18T17:48:49.286Z Compiling bytes v1.11.1
19542026-03-18T17:48:49.425Z Compiling icu_normalizer v2.1.1
19552026-03-18T17:48:49.522Z Compiling icu_properties v2.1.2
19562026-03-18T17:48:49.674Z Compiling chrono v0.4.44
19572026-03-18T17:48:49.771Z Compiling serde_tokenstream v0.2.3
19582026-03-18T17:48:50.062Z Compiling tokio v1.49.0
19592026-03-18T17:48:50.512Z Compiling http v1.4.0
19602026-03-18T17:48:50.870Z Compiling idna_adapter v1.2.1
19612026-03-18T17:48:51.022Z Compiling idna v1.1.0
19622026-03-18T17:48:51.202Z Compiling der v0.7.10
19632026-03-18T17:48:51.225Z Compiling darling_macro v0.21.3
19642026-03-18T17:48:51.322Z Compiling ppv-lite86 v0.2.21
19652026-03-18T17:48:51.519Z Compiling url v2.5.8
19662026-03-18T17:48:51.720Z Compiling regex v1.12.3
19672026-03-18T17:48:51.744Z Compiling zerocopy-derive v0.7.35
19682026-03-18T17:48:51.836Z Compiling darling v0.21.3
19692026-03-18T17:48:51.952Z Compiling salsa20 v0.10.2
19702026-03-18T17:48:52.164Z Compiling pbkdf2 v0.12.2
19712026-03-18T17:48:52.325Z Compiling tracing v0.1.44
19722026-03-18T17:48:52.417Z Compiling spki v0.7.3
19732026-03-18T17:48:52.779Z Compiling base64 v0.22.1
19742026-03-18T17:48:52.828Z Compiling camino v1.2.2
19752026-03-18T17:48:52.856Z Compiling scrypt v0.11.0
19762026-03-18T17:48:53.040Z Compiling rand_chacha v0.9.0
19772026-03-18T17:48:53.110Z Compiling aes v0.8.4
19782026-03-18T17:48:53.154Z Compiling cbc v0.1.2
19792026-03-18T17:48:53.769Z Compiling usdt-impl v0.5.0
19802026-03-18T17:48:53.840Z Compiling winnow v0.7.14
19812026-03-18T17:48:53.925Z Compiling ref-cast v1.0.25
19822026-03-18T17:48:54.059Z Compiling usdt-impl v0.6.0
19832026-03-18T17:48:54.217Z Compiling paste v1.0.15
19842026-03-18T17:48:54.345Z Compiling pkcs5 v0.7.1
19852026-03-18T17:48:54.622Z Compiling rand v0.9.2
19862026-03-18T17:48:54.689Z Compiling http-body v1.0.1
19872026-03-18T17:48:54.836Z Compiling scroll v0.13.0
19882026-03-18T17:48:54.903Z Compiling scroll v0.12.0
19892026-03-18T17:48:54.941Z Compiling toml_datetime v0.6.11
19902026-03-18T17:48:54.973Z Compiling serde_spanned v0.6.9
19912026-03-18T17:48:55.117Z Compiling heapless v0.7.17
19922026-03-18T17:48:55.247Z Compiling tokio-util v0.7.18
19932026-03-18T17:48:55.279Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-18T17:48:55.302Z Compiling signal-hook v0.3.18
19952026-03-18T17:48:55.348Z Compiling untrusted v0.7.1
19962026-03-18T17:48:55.448Z Compiling openssl-probe v0.2.1
19972026-03-18T17:48:55.526Z Compiling zstd-safe v7.2.4
19982026-03-18T17:48:55.653Z Compiling atomic-waker v1.1.2
19992026-03-18T17:48:55.719Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-18T17:48:55.877Z Compiling goblin v0.8.2
20012026-03-18T17:48:55.882Z Compiling goblin v0.10.5
20022026-03-18T17:48:55.920Z Compiling pkcs8 v0.10.2
20032026-03-18T17:48:56.477Z Compiling zerocopy v0.7.35
20042026-03-18T17:48:56.500Z Compiling ref-cast-impl v1.0.25
20052026-03-18T17:48:56.569Z Compiling darling_core v0.20.11
20062026-03-18T17:48:56.794Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-18T17:48:56.883Z Compiling memoffset v0.9.1
20082026-03-18T17:48:57.117Z Compiling tower-service v0.3.3
20092026-03-18T17:48:57.149Z Compiling tower-layer v0.3.3
20102026-03-18T17:48:57.154Z Compiling tinyvec_macros v0.1.1
20112026-03-18T17:48:57.254Z Compiling try-lock v0.2.5
20122026-03-18T17:48:57.278Z Compiling litrs v1.0.0
20132026-03-18T17:48:57.328Z Compiling fastrand v2.3.0
20142026-03-18T17:48:57.551Z Compiling rustix v0.38.44
20152026-03-18T17:48:57.657Z Compiling winnow v0.5.40
20162026-03-18T17:48:57.778Z Compiling h2 v0.4.13
20172026-03-18T17:48:57.860Z Compiling want v0.3.1
20182026-03-18T17:48:57.929Z Compiling document-features v0.2.12
20192026-03-18T17:48:57.980Z Compiling tinyvec v1.10.0
20202026-03-18T17:48:58.783Z Compiling dtrace-parser v0.2.0
20212026-03-18T17:48:58.842Z Compiling dtrace-parser v0.3.0
20222026-03-18T17:48:59.265Z Compiling dof v0.3.0
20232026-03-18T17:48:59.330Z Compiling ipnet v2.11.0
20242026-03-18T17:48:59.365Z Compiling darling_macro v0.20.11
20252026-03-18T17:48:59.608Z Compiling toml_edit v0.19.15
20262026-03-18T17:48:59.680Z Compiling dof v0.4.0
20272026-03-18T17:48:59.703Z Compiling async-trait v0.1.89
20282026-03-18T17:48:59.993Z Compiling daft-derive v0.1.5
20292026-03-18T17:49:00.107Z Compiling curve25519-dalek v4.1.3
20302026-03-18T17:49:00.275Z Compiling spin v0.9.8
20312026-03-18T17:49:00.306Z Compiling thread-id v5.1.0
20322026-03-18T17:49:00.425Z Compiling thread-id v4.2.2
20332026-03-18T17:49:00.448Z Compiling proc-macro-error-attr v1.0.4
20342026-03-18T17:49:00.546Z Compiling num-bigint-dig v0.8.6
20352026-03-18T17:49:00.713Z Compiling httpdate v1.0.3
20362026-03-18T17:49:00.910Z Compiling powerfmt v0.2.0
20372026-03-18T17:49:00.940Z Compiling smoltcp v0.9.1
20382026-03-18T17:49:00.944Z Compiling pin-utils v0.1.0
20392026-03-18T17:49:01.049Z Compiling foreign-types-shared v0.1.1
20402026-03-18T17:49:01.078Z Compiling cfg_aliases v0.2.1
20412026-03-18T17:49:01.171Z Compiling foreign-types v0.3.2
20422026-03-18T17:49:01.196Z Compiling deranged v0.5.8
20432026-03-18T17:49:01.202Z Compiling nix v0.31.1
20442026-03-18T17:49:01.220Z Compiling tempfile v3.25.0
20452026-03-18T17:49:01.386Z Compiling darling v0.20.11
20462026-03-18T17:49:01.876Z Compiling hyper v1.8.1
20472026-03-18T17:49:01.993Z Compiling ipnetwork v0.21.1
20482026-03-18T17:49:02.017Z Compiling strum_macros v0.26.4
20492026-03-18T17:49:02.294Z Compiling wait-timeout v0.2.1
20502026-03-18T17:49:02.470Z Compiling proc-macro-error v1.0.4
20512026-03-18T17:49:02.670Z Compiling quick-error v1.2.3
20522026-03-18T17:49:02.735Z Compiling utf8parse v0.2.2
20532026-03-18T17:49:02.769Z Compiling bit-vec v0.8.0
20542026-03-18T17:49:02.773Z Compiling num_threads v0.1.7
20552026-03-18T17:49:02.879Z Compiling simd-adler32 v0.3.8
20562026-03-18T17:49:02.951Z Compiling unicode-segmentation v1.12.0
20572026-03-18T17:49:03.079Z Compiling anstyle v1.0.13
20582026-03-18T17:49:03.141Z Compiling siphasher v1.0.2
20592026-03-18T17:49:03.358Z Compiling time v0.3.47
20602026-03-18T17:49:03.388Z Compiling hyper-util v0.1.20
20612026-03-18T17:49:03.475Z Compiling bit-set v0.8.0
20622026-03-18T17:49:03.556Z Compiling anstyle-parse v0.2.7
20632026-03-18T17:49:03.805Z Compiling rusty-fork v0.3.1
20642026-03-18T17:49:04.216Z Compiling crossbeam-epoch v0.9.18
20652026-03-18T17:49:04.260Z Compiling derive_builder_core v0.20.2
20662026-03-18T17:49:04.699Z Compiling unicode-normalization v0.1.25
20672026-03-18T17:49:05.366Z Compiling rustls-native-certs v0.8.3
20682026-03-18T17:49:05.710Z Compiling signature v2.2.0
20692026-03-18T17:49:05.733Z Compiling hubpack_derive v0.1.1
20702026-03-18T17:49:05.759Z Compiling strum_macros v0.27.2
20712026-03-18T17:49:05.914Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-18T17:49:06.002Z Compiling rand_xorshift v0.4.0
20732026-03-18T17:49:06.122Z Compiling sync_wrapper v1.0.2
20742026-03-18T17:49:06.201Z Compiling fs-err v3.3.0
20752026-03-18T17:49:06.293Z Compiling ahash v0.8.12
20762026-03-18T17:49:06.314Z Compiling anstyle-query v1.1.5
20772026-03-18T17:49:06.317Z Compiling is_terminal_polyfill v1.70.2
20782026-03-18T17:49:06.358Z Compiling object v0.37.3
20792026-03-18T17:49:06.466Z Compiling adler2 v2.0.1
20802026-03-18T17:49:06.572Z Compiling colorchoice v1.0.4
20812026-03-18T17:49:06.645Z Compiling unicode-bidi v0.3.18
20822026-03-18T17:49:06.668Z Compiling unicode-properties v0.1.4
20832026-03-18T17:49:06.697Z Compiling unarray v0.1.4
20842026-03-18T17:49:06.721Z Compiling anstream v0.6.21
20852026-03-18T17:49:06.855Z Compiling proptest v1.10.0
20862026-03-18T17:49:06.933Z Compiling miniz_oxide v0.8.9
20872026-03-18T17:49:07.120Z Compiling stringprep v0.1.5
20882026-03-18T17:49:07.297Z Compiling tower v0.5.3
20892026-03-18T17:49:07.658Z Compiling derive_builder_macro v0.20.2
20902026-03-18T17:49:07.937Z Compiling crossbeam-deque v0.8.6
20912026-03-18T17:49:07.973Z Compiling heck v0.4.1
20922026-03-18T17:49:08.033Z Compiling usdt-attr-macro v0.6.0
20932026-03-18T17:49:08.057Z Compiling usdt-macro v0.6.0
20942026-03-18T17:49:08.279Z Compiling http-body-util v0.1.3
20952026-03-18T17:49:08.373Z Compiling webpki-roots v1.0.6
20962026-03-18T17:49:08.611Z Compiling rand_chacha v0.3.1
20972026-03-18T17:49:08.637Z Compiling erased-serde v0.3.31
20982026-03-18T17:49:08.659Z Compiling md-5 v0.10.6
20992026-03-18T17:49:08.825Z Compiling num-integer v0.1.46
21002026-03-18T17:49:08.868Z Compiling hash32 v0.2.1
21012026-03-18T17:49:09.005Z Compiling vergen-lib v0.1.6
21022026-03-18T17:49:09.027Z Compiling ff v0.13.1
21032026-03-18T17:49:09.076Z Compiling base16ct v0.2.0
21042026-03-18T17:49:09.102Z Compiling ryu v1.0.23
21052026-03-18T17:49:09.127Z Compiling psl-types v2.0.11
21062026-03-18T17:49:09.130Z Compiling iri-string v0.7.10
21072026-03-18T17:49:09.199Z Compiling fallible-iterator v0.2.0
21082026-03-18T17:49:09.250Z Compiling zlib-rs v0.6.2
21092026-03-18T17:49:09.297Z Compiling serde_urlencoded v0.7.1
21102026-03-18T17:49:09.322Z Compiling publicsuffix v2.3.0
21112026-03-18T17:49:09.392Z Compiling sec1 v0.7.3
21122026-03-18T17:49:09.440Z Compiling group v0.13.0
21132026-03-18T17:49:09.476Z Compiling num-iter v0.1.45
21142026-03-18T17:49:09.629Z Compiling newtype-uuid v1.3.2
21152026-03-18T17:49:09.652Z Compiling postgres-protocol v0.6.10
21162026-03-18T17:49:09.771Z Compiling rand v0.8.5
21172026-03-18T17:49:10.054Z Compiling oxnet v0.1.4
21182026-03-18T17:49:10.136Z Compiling derive_builder v0.20.2
21192026-03-18T17:49:10.337Z Compiling zone_cfg_derive v0.3.1
21202026-03-18T17:49:10.360Z Compiling tokio-native-tls v0.3.1
21212026-03-18T17:49:10.449Z Compiling phf_shared v0.13.1
21222026-03-18T17:49:10.564Z Compiling lazy_static v1.5.0
21232026-03-18T17:49:10.671Z Compiling terminal_size v0.4.3
21242026-03-18T17:49:10.716Z Compiling serde_with_macros v3.17.0
21252026-03-18T17:49:10.764Z Compiling cargo-platform v0.1.9
21262026-03-18T17:49:10.813Z Compiling tower-http v0.6.8
21272026-03-18T17:49:10.862Z Compiling hkdf v0.12.4
21282026-03-18T17:49:10.979Z Compiling crypto-bigint v0.5.5
21292026-03-18T17:49:11.003Z Compiling enum-as-inner v0.6.1
21302026-03-18T17:49:11.024Z Compiling clap_derive v4.5.55
21312026-03-18T17:49:11.063Z Compiling serde_repr v0.1.20
21322026-03-18T17:49:11.128Z Compiling vergen v9.0.6
21332026-03-18T17:49:11.254Z Compiling bumpalo v3.20.2
21342026-03-18T17:49:11.277Z Compiling managed v0.8.0
21352026-03-18T17:49:11.338Z Compiling clap_lex v1.0.0
21362026-03-18T17:49:11.388Z Compiling unicode-width v0.2.0
21372026-03-18T17:49:11.410Z Compiling bitflags v1.3.2
21382026-03-18T17:49:11.588Z Compiling libbz2-rs-sys v0.2.2
21392026-03-18T17:49:11.733Z Compiling foldhash v0.1.5
21402026-03-18T17:49:11.756Z Compiling console v0.16.2
21412026-03-18T17:49:11.802Z Compiling clap_builder v4.5.60
21422026-03-18T17:49:11.805Z Compiling zopfli v0.8.3
21432026-03-18T17:49:12.039Z Compiling hashbrown v0.15.5
21442026-03-18T17:49:12.124Z Compiling bzip2 v0.6.1
21452026-03-18T17:49:12.216Z Compiling flate2 v1.1.9
21462026-03-18T17:49:12.355Z Compiling elliptic-curve v0.13.8
21472026-03-18T17:49:12.430Z Compiling cargo_metadata v0.19.2
21482026-03-18T17:49:12.619Z Compiling phf v0.13.1
21492026-03-18T17:49:12.791Z Compiling hyper-tls v0.6.0
21502026-03-18T17:49:12.817Z Compiling signal-hook-mio v0.2.5
21512026-03-18T17:49:12.843Z Compiling rayon v1.11.0
21522026-03-18T17:49:12.981Z Compiling daft v0.1.5
21532026-03-18T17:49:13.089Z Compiling cookie_store v0.22.1
21542026-03-18T17:49:13.211Z Compiling postgres-types v0.2.12
21552026-03-18T17:49:13.348Z Compiling zstd v0.13.3
21562026-03-18T17:49:13.443Z Compiling bzip2 v0.4.4
21572026-03-18T17:49:13.465Z Compiling strum v0.27.2
21582026-03-18T17:49:13.796Z Compiling hubpack v0.1.2
21592026-03-18T17:49:13.879Z Compiling ed25519 v2.2.3
21602026-03-18T17:49:13.909Z Compiling phf_shared v0.11.3
21612026-03-18T17:49:14.115Z Compiling pkcs1 v0.7.5
21622026-03-18T17:49:14.210Z Compiling hex v0.4.3
21632026-03-18T17:49:14.264Z Compiling serde-big-array v0.5.1
21642026-03-18T17:49:14.376Z Compiling rfc6979 v0.4.0
21652026-03-18T17:49:14.459Z Compiling bstr v1.12.1
21662026-03-18T17:49:14.629Z Compiling itertools v0.12.1
21672026-03-18T17:49:14.652Z Compiling float-cmp v0.10.0
21682026-03-18T17:49:14.678Z Compiling memmap2 v0.9.10
21692026-03-18T17:49:14.681Z Compiling env_filter v1.0.0
21702026-03-18T17:49:14.855Z Compiling encoding_rs v0.8.35
21712026-03-18T17:49:14.913Z Compiling fixedbitset v0.5.7
21722026-03-18T17:49:14.961Z Compiling data-encoding v2.10.0
21732026-03-18T17:49:14.989Z Compiling difflib v0.4.0
21742026-03-18T17:49:15.014Z Compiling toml_write v0.1.2
21752026-03-18T17:49:15.059Z Compiling whoami v2.1.0
21762026-03-18T17:49:15.259Z Compiling mime v0.3.17
21772026-03-18T17:49:15.292Z Compiling rustc-hash v2.1.1
21782026-03-18T17:49:15.317Z Compiling static_assertions v1.1.0
21792026-03-18T17:49:15.340Z Compiling fixedbitset v0.4.2
21802026-03-18T17:49:15.428Z Compiling keccak v0.1.6
21812026-03-18T17:49:15.469Z Compiling unit-prefix v0.5.2
21822026-03-18T17:49:15.521Z Compiling new_debug_unreachable v1.0.6
21832026-03-18T17:49:15.593Z Compiling jiff v0.2.21
21842026-03-18T17:49:15.621Z Compiling precomputed-hash v0.1.1
21852026-03-18T17:49:15.689Z Compiling normalize-line-endings v0.3.0
21862026-03-18T17:49:15.714Z Compiling predicates-core v1.0.10
21872026-03-18T17:49:15.748Z Compiling string_cache v0.8.9
21882026-03-18T17:49:15.771Z Compiling sha3 v0.10.8
21892026-03-18T17:49:15.840Z Compiling indicatif v0.18.4
21902026-03-18T17:49:15.866Z Compiling petgraph v0.6.5
21912026-03-18T17:49:15.916Z Compiling predicates v3.1.4
21922026-03-18T17:49:16.158Z Compiling iddqd v0.3.17
21932026-03-18T17:49:16.339Z Compiling zone v0.3.1
21942026-03-18T17:49:16.397Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21952026-03-18T17:49:16.703Z Compiling hickory-proto v0.25.2
21962026-03-18T17:49:16.725Z Compiling tokio-postgres v0.7.16
21972026-03-18T17:49:16.728Z Compiling toml_edit v0.22.27
21982026-03-18T17:49:16.879Z Compiling petgraph v0.8.3
21992026-03-18T17:49:17.171Z Compiling similar v2.7.0
22002026-03-18T17:49:17.656Z Compiling env_logger v0.11.9
22012026-03-18T17:49:17.915Z Compiling usdt v0.6.0
22022026-03-18T17:49:18.471Z Compiling ecdsa v0.16.9
22032026-03-18T17:49:18.589Z Compiling serde_with v3.17.0
22042026-03-18T17:49:19.005Z Compiling rsa v0.9.10
22052026-03-18T17:49:19.524Z Compiling zip v4.6.1
22062026-03-18T17:49:19.867Z Compiling ed25519-dalek v2.2.0
22072026-03-18T17:49:20.127Z Compiling clap v4.5.60
22082026-03-18T17:49:20.245Z Compiling crossterm v0.28.1
22092026-03-18T17:49:20.617Z Compiling zip v0.6.6
22102026-03-18T17:49:20.776Z Compiling strum v0.26.3
22112026-03-18T17:49:20.843Z Compiling toml v0.7.8
22122026-03-18T17:49:20.990Z Compiling tokio-stream v0.1.18
22132026-03-18T17:49:21.048Z Compiling buf-list v1.1.2
22142026-03-18T17:49:21.331Z Compiling x509-cert v0.2.5
22152026-03-18T17:49:21.397Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-18T17:49:21.620Z Compiling openapiv3 v2.2.0
22172026-03-18T17:49:21.657Z Compiling sha1 v0.10.6
22182026-03-18T17:49:21.838Z Compiling itertools v0.13.0
22192026-03-18T17:49:22.147Z Compiling lalrpop-util v0.19.12
22202026-03-18T17:49:22.592Z Compiling peg-runtime v0.8.5
22212026-03-18T17:49:37.273Z Compiling macaddr v1.0.1
22222026-03-18T17:49:37.636Z Compiling structmeta-derive v0.3.0
22232026-03-18T17:49:37.657Z Compiling itertools v0.14.0
22242026-03-18T17:49:38.491Z Compiling heapless v0.8.0
22252026-03-18T17:49:38.979Z Compiling structmeta v0.3.0
22262026-03-18T17:49:39.352Z Compiling ingot-macros v0.1.1
22272026-03-18T17:49:43.214Z Compiling rustls-webpki v0.103.9
22282026-03-18T17:49:45.007Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-18T17:49:45.811Z Compiling hash32 v0.3.1
22302026-03-18T17:49:46.034Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-18T17:49:46.198Z Compiling smoltcp v0.11.0
22322026-03-18T17:49:46.367Z Compiling proc-macro-crate v3.4.0
22332026-03-18T17:49:46.450Z Compiling ingot-types v0.1.2
22342026-03-18T17:49:46.648Z Compiling cobs v0.3.0
22352026-03-18T17:49:46.759Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-18T17:49:46.780Z Compiling rustls v0.22.4
22372026-03-18T17:49:46.807Z Compiling proc-macro-crate v1.3.1
22382026-03-18T17:49:46.976Z Compiling num_enum_derive v0.7.5
22392026-03-18T17:49:47.006Z Compiling ingot v0.1.1
22402026-03-18T17:49:47.105Z Compiling postcard v1.1.3
22412026-03-18T17:49:47.125Z Compiling rustls-webpki v0.102.8
22422026-03-18T17:49:47.166Z Compiling futures-executor v0.3.32
22432026-03-18T17:49:47.365Z Compiling foreign-types-macros v0.2.3
22442026-03-18T17:49:47.394Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-18T17:49:47.660Z Compiling multer v3.1.0
22462026-03-18T17:49:47.698Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-18T17:49:47.783Z Compiling thread_local v1.1.9
22482026-03-18T17:49:47.804Z Compiling foreign-types-shared v0.3.1
22492026-03-18T17:49:47.924Z Compiling slog-async v2.8.0
22502026-03-18T17:49:47.952Z Compiling match_cfg v0.1.0
22512026-03-18T17:49:47.974Z Compiling typeid v1.0.3
22522026-03-18T17:49:47.996Z Compiling cpufeatures v0.3.0
22532026-03-18T17:49:48.061Z Compiling hostname v0.3.1
22542026-03-18T17:49:48.113Z Compiling chacha20 v0.10.0
22552026-03-18T17:49:48.135Z Compiling tokio-rustls v0.26.4
22562026-03-18T17:49:48.233Z Compiling rustls-platform-verifier v0.6.2
22572026-03-18T17:49:48.265Z Compiling num_enum v0.7.5
22582026-03-18T17:49:48.289Z Compiling foreign-types v0.5.0
22592026-03-18T17:49:48.459Z Compiling hyper-rustls v0.27.7
22602026-03-18T17:49:48.463Z Compiling futures v0.3.32
22612026-03-18T17:49:48.509Z Compiling num_enum_derive v0.5.11
22622026-03-18T17:49:48.552Z Compiling derive-ex v0.1.8
22632026-03-18T17:49:48.602Z Compiling tabwriter v1.4.1
22642026-03-18T17:49:48.683Z Compiling slog-json v2.6.1
22652026-03-18T17:49:48.719Z Compiling crossbeam-channel v0.5.15
22662026-03-18T17:49:48.875Z Compiling reqwest v0.13.2
22672026-03-18T17:49:49.031Z Compiling reqwest v0.12.28
22682026-03-18T17:49:49.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-18T17:49:49.445Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-18T17:49:49.629Z Compiling async-stream-impl v0.3.6
22712026-03-18T17:49:49.651Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-18T17:49:49.728Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-18T17:49:49.981Z Compiling serde_spanned v1.0.4
22742026-03-18T17:49:50.152Z Compiling is-terminal v0.4.17
22752026-03-18T17:49:50.207Z Compiling cstr-argument v0.1.2
22762026-03-18T17:49:50.230Z Compiling dropshot v0.16.7
22772026-03-18T17:49:50.297Z Compiling take_mut v0.2.2
22782026-03-18T17:49:50.300Z Compiling erased-serde v0.4.9
22792026-03-18T17:49:50.444Z Compiling term v1.2.1
22802026-03-18T17:49:50.469Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-18T17:49:50.472Z Compiling toml_writer v1.0.6+spec-1.1.0
22822026-03-18T17:49:50.517Z Compiling crucible-workspace-hack v0.1.0
22832026-03-18T17:49:50.664Z Compiling async-stream v0.3.6
22842026-03-18T17:49:50.721Z Compiling test-strategy v0.4.5
22852026-03-18T17:49:50.791Z Compiling toml v0.9.12+spec-1.1.0
22862026-03-18T17:49:50.836Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-18T17:49:50.862Z Compiling slog-term v2.9.2
22882026-03-18T17:49:50.886Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22892026-03-18T17:49:50.929Z Compiling num_enum v0.5.11
22902026-03-18T17:49:51.112Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-03-18T17:49:51.295Z Compiling tokio-rustls v0.25.0
22922026-03-18T17:49:51.389Z Compiling slog-bunyan v2.5.0
22932026-03-18T17:49:51.420Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-03-18T17:49:51.719Z Compiling rand v0.10.0
22952026-03-18T17:49:51.828Z Compiling parse-display-derive v0.10.0
22962026-03-18T17:49:51.896Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-03-18T17:49:52.147Z Compiling backon v1.6.0
22982026-03-18T17:49:52.206Z Compiling waitgroup v0.1.2
22992026-03-18T17:49:52.337Z Compiling newtype-uuid-macros v0.1.0
23002026-03-18T17:49:53.428Z Compiling dropshot_endpoint v0.16.7
23012026-03-18T17:49:53.431Z Compiling rustls-pemfile v2.2.0
23022026-03-18T17:49:53.431Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-18T17:49:53.431Z Compiling serde_path_to_error v0.1.20
23042026-03-18T17:49:53.431Z Compiling hostname v0.4.2
23052026-03-18T17:49:53.431Z Compiling instant v0.1.13
23062026-03-18T17:49:53.431Z Compiling libefi-sys v0.1.0
23072026-03-18T17:49:53.431Z Compiling debug-ignore v1.0.5
23082026-03-18T17:49:53.431Z Compiling colored v3.1.1
23092026-03-18T17:49:53.431Z Compiling backoff v0.4.0
23102026-03-18T17:49:53.431Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-18T17:49:53.431Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-18T17:49:53.431Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23132026-03-18T17:49:53.431Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-18T17:49:53.431Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-18T17:49:53.562Z Compiling camino-tempfile v1.4.1
23162026-03-18T17:49:53.731Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-18T17:49:53.785Z Compiling usdt-attr-macro v0.5.0
23182026-03-18T17:49:53.806Z Compiling parse-display v0.10.0
23192026-03-18T17:49:53.903Z Compiling usdt-macro v0.5.0
23202026-03-18T17:49:53.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-03-18T17:49:54.076Z Compiling secrecy v0.10.3
23222026-03-18T17:49:54.298Z Compiling bitfield-struct v0.6.2
23232026-03-18T17:49:54.354Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242026-03-18T17:49:54.739Z Compiling num-derive v0.4.2
23252026-03-18T17:49:54.782Z Compiling regress v0.10.5
23262026-03-18T17:49:54.880Z Compiling ordered-float v2.10.1
23272026-03-18T17:49:54.903Z Compiling blake3 v1.8.3
23282026-03-18T17:49:54.906Z Compiling memmap v0.7.0
23292026-03-18T17:49:55.125Z Compiling sigpipe v0.1.3
23302026-03-18T17:49:55.272Z Compiling glob v0.3.3
23312026-03-18T17:49:55.293Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-18T17:49:55.314Z Compiling serde-value v0.7.0
23332026-03-18T17:49:55.572Z Compiling usdt v0.5.0
23342026-03-18T17:49:55.600Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-18T17:49:55.678Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-18T17:49:55.681Z Compiling serde-untagged v0.1.9
23372026-03-18T17:49:55.792Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-18T17:49:55.939Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23392026-03-18T17:49:56.147Z Compiling toml v0.8.23
23402026-03-18T17:49:56.184Z Compiling smf v0.2.3
23412026-03-18T17:49:56.187Z Compiling filetime v0.2.27
23422026-03-18T17:49:56.231Z Compiling arrayvec v0.7.6
23432026-03-18T17:49:56.341Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-18T17:49:56.391Z Compiling whoami v1.6.1
23452026-03-18T17:49:56.463Z Compiling same-file v1.0.6
23462026-03-18T17:49:56.484Z Compiling unicode-xid v0.2.6
23472026-03-18T17:49:56.508Z Compiling constant_time_eq v0.4.2
23482026-03-18T17:49:56.564Z Compiling xattr v1.6.1
23492026-03-18T17:49:56.614Z Compiling arrayref v0.3.9
23502026-03-18T17:49:56.681Z Compiling walkdir v2.5.0
23512026-03-18T17:49:56.727Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-03-18T17:49:56.774Z Compiling tar v0.4.44
23532026-03-18T17:49:56.833Z Compiling cargo-util-schemas v0.8.2
23542026-03-18T17:49:56.855Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23552026-03-18T17:49:56.977Z Compiling tokio-dtrace v0.1.1
23562026-03-18T17:49:57.165Z Compiling gethostname v0.5.0
23572026-03-18T17:49:57.358Z Compiling cargo-platform v0.2.0
23582026-03-18T17:49:57.403Z Compiling topological-sort v0.2.2
23592026-03-18T17:49:57.579Z Compiling oxide-tokio-rt v0.1.3
23602026-03-18T17:49:57.602Z Compiling shell-words v1.1.1
23612026-03-18T17:49:57.635Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-18T17:49:57.658Z Compiling indent_write v2.2.0
23632026-03-18T17:49:58.440Z Compiling cargo_metadata v0.21.0
23642026-03-18T17:50:09.426Z Compiling progenitor-client v0.13.0
23652026-03-18T17:50:09.448Z Compiling progenitor-client v0.10.0
23662026-03-18T17:50:09.452Z Compiling omicron-zone-package v0.12.2
23672026-03-18T17:50:09.571Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-18T17:50:09.575Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-18T17:50:09.575Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-18T17:50:09.575Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-18T17:50:09.754Z Compiling progenitor-extras v0.1.1
23722026-03-18T17:50:10.035Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-18T17:50:19.546Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-18T17:50:20.795Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-18T17:50:29.011Z Finished `release` profile [optimized] target(s) in 1m 53s
23762026-03-18T17:50:29.197Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-18T17:50:29.264ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-18T17:50:29.267ZCreated new build target 'test' and set it as active
23792026-03-18T17:50:29.271Z
23802026-03-18T17:50:29.271Zreal 1:53.272333488
23812026-03-18T17:50:29.271Zuser 20:05.619841476
23822026-03-18T17:50:29.271Zsys 3:00.959096520
23832026-03-18T17:50:29.271Ztrap 0.524404857
23842026-03-18T17:50:29.271Ztflt 2.838845393
23852026-03-18T17:50:29.271Zdflt 3.962366174
23862026-03-18T17:50:29.271Zkflt 0.000645675
23872026-03-18T17:50:29.271Zlock 1:03:42.094030901
23882026-03-18T17:50:29.271Zslp 51:10.501108800
23892026-03-18T17:50:29.271Zlat 46.728688354
23902026-03-18T17:50:29.271Zstop 7:37.225715692
23912026-03-18T17:50:29.271Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-18T17:50:30.461Z Finished `release` profile [optimized] target(s) in 1.17s
23932026-03-18T17:50:30.529Z Running `target/release/omicron-package -t test package`
23942026-03-18T17:50:30.594ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-18T17:50:32.485Z Compiling regress v0.10.5
23962026-03-18T17:50:32.485Z Compiling heck v0.5.0
23972026-03-18T17:50:32.488Z Compiling unsafe-libyaml v0.2.11
23982026-03-18T17:50:32.488Z Compiling convert_case v0.4.0
23992026-03-18T17:50:32.797Z Compiling half v2.7.1
24002026-03-18T17:50:32.797Z Compiling ciborium-io v0.2.2
24012026-03-18T17:50:32.856Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24022026-03-18T17:50:32.861Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24032026-03-18T17:50:32.917Z Compiling prettyplease v0.2.37
24042026-03-18T17:50:32.948Z Compiling typify-impl v0.6.1
24052026-03-18T17:50:32.977Z Compiling universal-hash v0.5.1
24062026-03-18T17:50:32.980Z Compiling thiserror-impl-no-std v2.0.2
24072026-03-18T17:50:32.980Z Compiling opaque-debug v0.3.1
24082026-03-18T17:50:32.980Z Compiling unicode-width v0.1.14
24092026-03-18T17:50:33.072Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-18T17:50:33.135Z Compiling chacha20 v0.9.1
24112026-03-18T17:50:33.138Z Compiling password-hash v0.5.0
24122026-03-18T17:50:33.138Z Compiling derive_more v0.99.20
24132026-03-18T17:50:33.138Z Compiling poly1305 v0.8.0
24142026-03-18T17:50:33.208Z Compiling ciborium-ll v0.2.2
24152026-03-18T17:50:33.240Z Compiling blake2 v0.10.6
24162026-03-18T17:50:33.336Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24172026-03-18T17:50:33.471Z Compiling serde_yaml v0.9.34+deprecated
24182026-03-18T17:50:33.503Z Compiling aead v0.5.2
24192026-03-18T17:50:33.507Z Compiling is-terminal v0.4.17
24202026-03-18T17:50:33.587Z Compiling ciborium v0.2.2
24212026-03-18T17:50:33.640Z Compiling swrite v0.1.0
24222026-03-18T17:50:33.683Z Compiling argon2 v0.5.3
24232026-03-18T17:50:33.781Z Compiling chacha20poly1305 v0.10.1
24242026-03-18T17:50:33.810Z Compiling serde_spanned v1.0.4
24252026-03-18T17:50:33.997Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-18T17:50:34.059Z Compiling bytecount v0.6.9
24272026-03-18T17:50:34.091Z Compiling rustls v0.22.4
24282026-03-18T17:50:34.125Z Compiling rustls-webpki v0.102.8
24292026-03-18T17:50:34.165Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-18T17:50:34.308Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-18T17:50:34.340Z Compiling derive-where v1.6.0
24322026-03-18T17:50:34.343Z Compiling thread_local v1.1.9
24332026-03-18T17:50:34.409Z Compiling match_cfg v0.1.0
24342026-03-18T17:50:34.461Z Compiling thiserror-no-std v2.0.2
24352026-03-18T17:50:34.535Z Compiling hostname v0.3.1
24362026-03-18T17:50:34.607Z Compiling vsss-rs v3.3.4
24372026-03-18T17:50:34.732Z Compiling multer v3.1.0
24382026-03-18T17:50:34.765Z Compiling slog-async v2.8.0
24392026-03-18T17:50:34.831Z Compiling slog-json v2.6.1
24402026-03-18T17:50:34.861Z Compiling crossbeam-channel v0.5.15
24412026-03-18T17:50:34.902Z Compiling futures-executor v0.3.32
24422026-03-18T17:50:34.994Z Compiling term v1.2.1
24432026-03-18T17:50:35.075Z Compiling take_mut v0.2.2
24442026-03-18T17:50:35.137Z Compiling futures v0.3.32
24452026-03-18T17:50:35.242Z Compiling slog-bunyan v2.5.0
24462026-03-18T17:50:35.277Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-03-18T17:50:35.340Z Compiling async-stream v0.3.6
24482026-03-18T17:50:35.504Z Compiling slog-term v2.9.2
24492026-03-18T17:50:35.536Z Compiling dropshot v0.16.7
24502026-03-18T17:50:35.539Z Compiling progenitor-client v0.13.0
24512026-03-18T17:50:35.602Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-18T17:50:35.638Z Compiling waitgroup v0.1.2
24532026-03-18T17:50:35.704Z Compiling backon v1.6.0
24542026-03-18T17:50:35.830Z Compiling rustls-pemfile v2.2.0
24552026-03-18T17:50:35.866Z Compiling hostname v0.4.2
24562026-03-18T17:50:35.866Z Compiling serde_path_to_error v0.1.20
24572026-03-18T17:50:35.944Z Compiling instant v0.1.13
24582026-03-18T17:50:35.986Z Compiling debug-ignore v1.0.5
24592026-03-18T17:50:35.989Z Compiling progenitor-extras v0.1.1
24602026-03-18T17:50:36.056Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-03-18T17:50:36.059Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-03-18T17:50:36.125Z Compiling backoff v0.4.0
24632026-03-18T17:50:36.129Z Compiling parse-display v0.10.0
24642026-03-18T17:50:36.158Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-03-18T17:50:36.188Z Compiling progenitor-client v0.10.0
24662026-03-18T17:50:36.192Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-03-18T17:50:36.281Z Compiling macaddr v1.0.1
24682026-03-18T17:50:36.313Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24692026-03-18T17:50:36.358Z Compiling console v0.15.11
24702026-03-18T17:50:36.393Z Compiling newline-converter v0.3.0
24712026-03-18T17:50:36.427Z Compiling atomicwrites v0.4.4
24722026-03-18T17:50:36.462Z Compiling num-rational v0.4.2
24732026-03-18T17:50:36.583Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-18T17:50:36.616Z Compiling num-complex v0.4.6
24752026-03-18T17:50:36.775Z Compiling slog-dtrace v0.3.0
24762026-03-18T17:50:36.812Z Compiling async-recursion v1.1.1
24772026-03-18T17:50:36.844Z Compiling cancel-safe-futures v0.1.5
24782026-03-18T17:50:37.025Z Compiling expectorate v1.2.0
24792026-03-18T17:50:37.137Z Compiling owo-colors v4.3.0
24802026-03-18T17:50:37.167Z Compiling float-ord v0.3.2
24812026-03-18T17:50:37.251Z Compiling tokio-rustls v0.25.0
24822026-03-18T17:50:37.292Z Compiling num v0.4.3
24832026-03-18T17:50:37.461Z Compiling libsw-core v0.3.2
24842026-03-18T17:50:37.495Z Compiling resolv-conf v0.7.6
24852026-03-18T17:50:37.628Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-03-18T17:50:37.659Z Compiling toml v0.8.23
24872026-03-18T17:50:37.731Z Compiling libsw v3.5.0
24882026-03-18T17:50:37.764Z Compiling linear-map v1.2.0
24892026-03-18T17:50:37.894Z Compiling minimal-lexical v0.2.1
24902026-03-18T17:50:37.993Z Compiling linked-hash-map v0.5.6
24912026-03-18T17:50:38.061Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-03-18T17:50:38.095Z Compiling unicode-xid v0.2.6
24932026-03-18T17:50:38.243Z Compiling nom v7.1.3
24942026-03-18T17:50:38.284Z Compiling lru-cache v0.1.2
24952026-03-18T17:50:38.316Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-03-18T17:50:38.320Z Compiling globset v0.4.18
24972026-03-18T17:50:38.379Z Compiling hickory-proto v0.24.4
24982026-03-18T17:50:38.475Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-03-18T17:50:38.507Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-03-18T17:50:38.786Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-03-18T17:50:39.022Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-03-18T17:50:39.725Z Compiling typify-macro v0.6.1
25032026-03-18T17:50:40.061Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-18T17:50:40.152Z Compiling convert_case v0.10.0
25052026-03-18T17:50:40.567Z Compiling derive_more-impl v2.1.1
25062026-03-18T17:50:41.377Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-03-18T17:50:41.539Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-03-18T17:50:41.613Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-03-18T17:50:41.787Z Compiling typify v0.6.1
25102026-03-18T17:50:41.867Z Compiling hickory-resolver v0.24.4
25112026-03-18T17:50:41.958Z Compiling progenitor-impl v0.13.0
25122026-03-18T17:50:42.069Z Compiling pin-project-internal v1.1.11
25132026-03-18T17:50:42.875Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-18T17:50:43.135Z Compiling derive_more v2.1.1
25152026-03-18T17:50:43.273Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-18T17:50:43.463Z Compiling qorb v0.4.1
25172026-03-18T17:50:43.493Z Compiling pin-project v1.1.11
25182026-03-18T17:50:43.652Z Compiling pem v3.0.6
25192026-03-18T17:50:43.900Z Compiling snafu-derive v0.8.9
25202026-03-18T17:50:44.547Z Compiling termtree v0.5.1
25212026-03-18T17:50:44.739Z Compiling crossterm v0.29.0
25222026-03-18T17:50:44.791Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-03-18T17:50:44.970Z Compiling progenitor-macro v0.13.0
25242026-03-18T17:50:46.054Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-03-18T17:50:46.202Z Compiling snafu v0.8.9
25262026-03-18T17:50:46.936Z Compiling olpc-cjson v0.1.4
25272026-03-18T17:50:47.253Z Compiling phf_shared v0.12.1
25282026-03-18T17:50:47.569Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-03-18T17:50:47.621Z Compiling serde_plain v1.0.2
25302026-03-18T17:50:48.231Z Compiling vte v0.14.1
25312026-03-18T17:50:48.488Z Compiling csv-core v0.1.13
25322026-03-18T17:50:48.540Z Compiling highway v1.3.0
25332026-03-18T17:50:48.757Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-18T17:50:48.865Z Compiling chrono-tz v0.10.4
25352026-03-18T17:50:49.026Z Compiling typed-path v0.9.3
25362026-03-18T17:50:49.175Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-18T17:50:49.457Z Compiling csv v1.4.0
25382026-03-18T17:50:49.734Z Compiling strip-ansi-escapes v0.2.1
25392026-03-18T17:50:49.768Z Compiling phf v0.12.1
25402026-03-18T17:50:50.041Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-03-18T17:50:50.317Z Compiling const_format_proc_macros v0.2.34
25422026-03-18T17:50:50.348Z Compiling papergrid v0.11.0
25432026-03-18T17:50:50.481Z Compiling fd-lock v4.0.4
25442026-03-18T17:50:50.676Z Compiling tough v0.20.0
25452026-03-18T17:50:50.709Z Compiling peg-macros v0.8.5
25462026-03-18T17:50:50.739Z Compiling tabled_derive v0.7.0
25472026-03-18T17:50:50.885Z Compiling progenitor v0.13.0
25482026-03-18T17:50:51.350Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-03-18T17:50:51.815Z Compiling nu-ansi-term v0.50.3
25502026-03-18T17:50:52.155Z Compiling reedline v0.40.0
25512026-03-18T17:50:52.400Z Compiling peg v0.8.5
25522026-03-18T17:50:52.503Z Compiling tabled v0.15.0
25532026-03-18T17:50:52.535Z Compiling const_format v0.2.35
25542026-03-18T17:50:52.614Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25552026-03-18T17:50:52.844Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-03-18T17:50:53.195Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25572026-03-18T17:50:54.744Z Compiling bcs v0.1.6
25582026-03-18T17:50:54.781Z Compiling semver v0.1.20
25592026-03-18T17:50:55.181Z Compiling rustc_version v0.1.7
25602026-03-18T17:50:55.312Z Compiling base64 v0.21.7
25612026-03-18T17:50:55.480Z Compiling newtype_derive v0.1.6
25622026-03-18T17:50:55.792Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-03-18T17:50:56.009Z Compiling typify-impl v0.4.3
25642026-03-18T17:50:56.096Z Compiling smawk v0.3.2
25652026-03-18T17:50:56.308Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-18T17:50:56.338Z Compiling unicode-linebreak v0.1.5
25672026-03-18T17:50:56.665Z Compiling humantime v2.3.0
25682026-03-18T17:50:56.739Z Compiling textwrap v0.16.2
25692026-03-18T17:50:56.896Z Compiling dropshot-api-manager-types v0.6.0
25702026-03-18T17:50:56.986Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-03-18T17:50:57.058Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-03-18T17:50:57.385Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-03-18T17:50:57.593Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-03-18T17:50:57.690Z Compiling steno v0.4.1
25752026-03-18T17:50:58.656Z Compiling utf-8 v0.7.6
25762026-03-18T17:50:58.762Z Compiling tagptr v0.2.0
25772026-03-18T17:50:59.008Z Compiling moka v0.12.13
25782026-03-18T17:50:59.677Z Compiling tungstenite v0.21.0
25792026-03-18T17:51:00.012Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-03-18T17:51:00.217Z Compiling radium v0.7.0
25812026-03-18T17:51:00.576Z Compiling hickory-resolver v0.25.2
25822026-03-18T17:51:00.714Z Compiling tokio-tungstenite v0.21.0
25832026-03-18T17:51:01.023Z Compiling typify-macro v0.4.3
25842026-03-18T17:51:01.229Z Compiling maybe-uninit v2.0.0
25852026-03-18T17:51:01.389Z Compiling tap v1.0.1
25862026-03-18T17:51:01.583Z Compiling wyz v0.5.1
25872026-03-18T17:51:01.918Z Compiling zerocopy-derive v0.6.6
25882026-03-18T17:51:02.064Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-03-18T17:51:02.407Z Compiling display-error-chain v0.2.2
25902026-03-18T17:51:02.581Z Compiling funty v2.0.0
25912026-03-18T17:51:02.635Z Compiling crc-catalog v2.4.0
25922026-03-18T17:51:02.797Z Compiling packed_struct v0.10.1
25932026-03-18T17:51:02.986Z Compiling zerocopy v0.6.6
25942026-03-18T17:51:03.015Z Compiling typify v0.4.3
25952026-03-18T17:51:03.190Z Compiling progenitor-impl v0.10.0
25962026-03-18T17:51:03.340Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-18T17:51:03.926Z Compiling bitvec v1.0.1
25982026-03-18T17:51:05.127Z Compiling crc v3.4.0
25992026-03-18T17:51:05.772Z Compiling packed_struct_codegen v0.10.1
26002026-03-18T17:51:06.236Z Compiling progenitor-macro v0.10.0
26012026-03-18T17:51:06.329Z Compiling bitfield-macros v0.19.4
26022026-03-18T17:51:06.509Z Compiling indexmap v1.9.3
26032026-03-18T17:51:06.783Z Compiling nodrop v0.1.14
26042026-03-18T17:51:06.944Z Compiling array-init v0.0.4
26052026-03-18T17:51:07.256Z Compiling bitfield v0.19.4
26062026-03-18T17:51:07.573Z Compiling smallvec v0.6.14
26072026-03-18T17:51:07.698Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-03-18T17:51:07.866Z Compiling num-derive v0.3.3
26092026-03-18T17:51:07.920Z Compiling proc-macro-error-attr2 v2.0.0
26102026-03-18T17:51:08.441Z Compiling hashbrown v0.12.3
26112026-03-18T17:51:08.709Z Compiling proc-macro-error2 v2.0.1
26122026-03-18T17:51:08.740Z Compiling serde-hex v0.1.0
26132026-03-18T17:51:08.842Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-03-18T17:51:09.015Z Compiling libscf-sys v1.1.0
26152026-03-18T17:51:09.132Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-03-18T17:51:09.236Z Compiling ron v0.8.1
26172026-03-18T17:51:09.266Z Compiling hashbrown v0.13.2
26182026-03-18T17:51:09.299Z Compiling vergen-gitcl v1.0.8
26192026-03-18T17:51:09.579Z Compiling dirs-sys-next v0.1.2
26202026-03-18T17:51:09.863Z Compiling glob v0.3.3
26212026-03-18T17:51:09.939Z Compiling crc-any v2.5.0
26222026-03-18T17:51:10.104Z Compiling maplit v1.0.2
26232026-03-18T17:51:10.252Z Compiling crunchy v0.2.4
26242026-03-18T17:51:10.364Z Compiling diesel_derives v2.3.7
26252026-03-18T17:51:10.498Z Compiling clang-sys v1.8.1
26262026-03-18T17:51:10.694Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-03-18T17:51:10.724Z Compiling object v0.30.4
26282026-03-18T17:51:10.915Z Compiling dirs-next v2.0.0
26292026-03-18T17:51:11.029Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-18T17:51:11.111Z Compiling tabled_derive v0.11.0
26312026-03-18T17:51:11.282Z Compiling papergrid v0.17.0
26322026-03-18T17:51:11.542Z Compiling testing_table v0.3.0
26332026-03-18T17:51:11.672Z Compiling dsl_auto_type v0.2.0
26342026-03-18T17:51:11.719Z Compiling scheduled-thread-pool v0.2.7
26352026-03-18T17:51:11.904Z Compiling diesel_table_macro_syntax v0.3.0
26362026-03-18T17:51:12.051Z Compiling progenitor v0.10.0
26372026-03-18T17:51:12.084Z Compiling tiny-keccak v2.0.2
26382026-03-18T17:51:12.087Z Compiling path-slash v0.1.5
26392026-03-18T17:51:12.211Z Compiling r2d2 v0.8.10
26402026-03-18T17:51:12.271Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26412026-03-18T17:51:12.327Z Compiling term v0.7.0
26422026-03-18T17:51:12.530Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-18T17:51:12.560Z Compiling arc-swap v1.8.2
26442026-03-18T17:51:12.592Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-18T17:51:12.625Z Compiling downcast-rs v2.0.2
26462026-03-18T17:51:12.793Z Compiling xshell-macros v0.2.7
26472026-03-18T17:51:12.887Z Compiling tabled v0.20.0
26482026-03-18T17:51:13.006Z Compiling bit-vec v0.6.3
26492026-03-18T17:51:13.041Z Compiling slog-scope v4.4.1
26502026-03-18T17:51:13.166Z Compiling ascii-canvas v3.0.0
26512026-03-18T17:51:13.311Z Compiling xshell v0.2.7
26522026-03-18T17:51:13.341Z Compiling bit-set v0.5.3
26532026-03-18T17:51:13.578Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-18T17:51:13.609Z Compiling itertools v0.10.5
26552026-03-18T17:51:13.821Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-18T17:51:14.156Z Compiling ena v0.14.4
26572026-03-18T17:51:14.413Z Compiling libloading v0.8.9
26582026-03-18T17:51:14.469Z Compiling regex-syntax v0.6.29
26592026-03-18T17:51:14.702Z Compiling unicase v2.9.0
26602026-03-18T17:51:14.945Z Compiling diff v0.1.13
26612026-03-18T17:51:15.109Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622026-03-18T17:51:15.139Z Compiling bindgen v0.71.1
26632026-03-18T17:51:15.488Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-18T17:51:17.183Z Compiling lalrpop v0.19.12
26652026-03-18T17:51:17.555Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-03-18T17:51:18.570Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-03-18T17:51:18.957Z Compiling diesel v2.3.7
26682026-03-18T17:51:19.045Z Compiling slog-stdlog v4.1.1
26692026-03-18T17:51:19.388Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-03-18T17:51:19.632Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-03-18T17:51:19.719Z Compiling cexpr v0.6.0
26722026-03-18T17:51:19.851Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-03-18T17:51:20.126Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-03-18T17:51:20.343Z Compiling crc8 v0.1.1
26752026-03-18T17:51:20.501Z Compiling slog-envlogger v2.2.0
26762026-03-18T17:51:20.531Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-03-18T17:51:20.624Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-03-18T17:51:21.032Z Compiling headers-core v0.3.0
26792026-03-18T17:51:21.222Z Compiling libxml v0.3.3
26802026-03-18T17:51:21.399Z Compiling headers v0.4.1
26812026-03-18T17:51:21.588Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-18T17:51:21.989Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-18T17:51:22.272Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-18T17:51:22.845Z Compiling strum_macros v0.24.3
26852026-03-18T17:51:23.031Z Compiling indoc v1.0.9
26862026-03-18T17:51:23.226Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-18T17:51:23.229Z Compiling derive_builder v0.20.2
26882026-03-18T17:51:23.466Z Compiling oso-derive v0.27.3
26892026-03-18T17:51:23.507Z Compiling quick-xml v0.37.5
26902026-03-18T17:51:23.539Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-18T17:51:23.568Z Compiling half v1.8.3
26922026-03-18T17:51:23.603Z Compiling openssl-probe v0.1.6
26932026-03-18T17:51:23.967Z Compiling serde_cbor v0.11.2
26942026-03-18T17:51:24.146Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-18T17:51:24.149Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-18T17:51:24.507Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-18T17:51:25.119Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-18T17:51:25.304Z Compiling bb8 v0.8.6
26992026-03-18T17:51:25.308Z Compiling trait-variant v0.1.2
27002026-03-18T17:51:25.444Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-03-18T17:51:25.561Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-03-18T17:51:25.797Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-03-18T17:51:26.006Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-18T17:51:26.047Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-18T17:51:26.186Z Compiling fxhash v0.2.1
27062026-03-18T17:51:26.287Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-03-18T17:51:26.442Z Compiling kstat-rs v0.2.4
27082026-03-18T17:51:26.617Z Compiling libz-sys v1.1.24
27092026-03-18T17:51:26.722Z Compiling nonempty v0.12.0
27102026-03-18T17:51:27.005Z Compiling salty v0.3.0
27112026-03-18T17:51:27.008Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-18T17:51:27.108Z Compiling samael v0.0.19
27132026-03-18T17:51:27.248Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-18T17:51:27.399Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27152026-03-18T17:51:27.445Z Compiling progenitor-impl v0.11.2
27162026-03-18T17:51:27.537Z Compiling darling_core v0.23.0
27172026-03-18T17:51:28.230Z Compiling nanorand v0.7.0
27182026-03-18T17:51:28.369Z Compiling polar-core v0.27.3
27192026-03-18T17:51:28.481Z Compiling fs-err v2.11.0
27202026-03-18T17:51:28.777Z Compiling parking_lot_core v0.8.6
27212026-03-18T17:51:28.990Z Compiling mime_guess v2.0.5
27222026-03-18T17:51:29.173Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27232026-03-18T17:51:29.821Z Compiling flume v0.11.1
27242026-03-18T17:51:30.111Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27252026-03-18T17:51:30.521Z Compiling progenitor-macro v0.11.2
27262026-03-18T17:51:30.709Z Compiling darling_macro v0.23.0
27272026-03-18T17:51:31.689Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-18T17:51:32.130Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-18T17:51:32.399Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-18T17:51:34.039Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-18T17:51:34.674Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-18T17:51:34.942Z Compiling progenitor-client v0.11.2
27332026-03-18T17:51:35.618Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-03-18T17:51:36.544Z Compiling git-stub v1.0.0
27352026-03-18T17:51:36.880Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-03-18T17:51:37.390Z Compiling instability v0.3.11
27372026-03-18T17:51:37.759Z Compiling git-stub-vcs v0.1.0
27382026-03-18T17:51:38.220Z Compiling progenitor v0.11.2
27392026-03-18T17:51:38.449Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-03-18T17:51:38.687Z Compiling darling v0.23.0
27412026-03-18T17:51:38.855Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-03-18T17:51:41.768Z Compiling oso v0.27.3
27432026-03-18T17:51:42.341Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27442026-03-18T17:51:42.415Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-18T17:51:42.470Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-03-18T17:51:42.502Z Compiling ignore v0.4.25
27472026-03-18T17:51:44.504Z Compiling diesel-dtrace v0.5.0
27482026-03-18T17:51:44.949Z Compiling async-bb8-diesel v0.2.1
27492026-03-18T17:51:46.198Z Compiling primeorder v0.13.6
27502026-03-18T17:51:46.604Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-03-18T17:51:46.710Z Compiling castaway v0.2.4
27522026-03-18T17:51:46.906Z Compiling nibble_vec v0.1.0
27532026-03-18T17:51:47.139Z Compiling atty v0.2.14
27542026-03-18T17:51:47.323Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-03-18T17:51:47.580Z Compiling parse-size v1.1.0
27562026-03-18T17:51:47.611Z Compiling http-range v0.1.5
27572026-03-18T17:51:47.775Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-18T17:51:47.864Z Compiling indoc v2.0.7
27592026-03-18T17:51:48.015Z Compiling endian-type v0.1.2
27602026-03-18T17:51:48.097Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-03-18T17:51:48.229Z Compiling radix_trie v0.2.1
27622026-03-18T17:51:48.448Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-03-18T17:51:48.814Z Compiling compact_str v0.8.1
27642026-03-18T17:51:48.842Z Compiling p384 v0.13.1
27652026-03-18T17:51:50.023Z Compiling globwalk v0.9.1
27662026-03-18T17:51:50.095Z Compiling parking_lot v0.11.2
27672026-03-18T17:51:50.887Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-03-18T17:51:51.129Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-03-18T17:51:51.239Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-03-18T17:51:51.272Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-18T17:51:51.285Z Compiling predicates-tree v1.0.13
27722026-03-18T17:51:51.670Z Compiling unicode-truncate v1.1.0
27732026-03-18T17:51:51.704Z Compiling lru v0.12.5
27742026-03-18T17:51:51.891Z Compiling prefix-trie v0.7.0
27752026-03-18T17:51:51.937Z Compiling vergen-git2 v1.0.7
27762026-03-18T17:51:51.996Z Compiling cassowary v0.3.0
27772026-03-18T17:51:52.512Z Compiling hickory-server v0.25.2
27782026-03-18T17:51:52.618Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-03-18T17:51:53.028Z Compiling ratatui v0.29.0
27802026-03-18T17:51:53.695Z Compiling camino-tempfile-ext v0.3.3
27812026-03-18T17:51:53.725Z Compiling hyper-staticfile v0.10.1
27822026-03-18T17:51:53.991Z Compiling sled v0.34.7
27832026-03-18T17:51:55.275Z Compiling hickory-client v0.25.2
27842026-03-18T17:51:55.687Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-03-18T17:51:56.048Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-03-18T17:51:56.252Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-03-18T17:51:56.390Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-03-18T17:51:56.506Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-18T17:51:57.234Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27902026-03-18T17:51:57.715Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-03-18T17:51:58.294Z Compiling rand_seeder v0.4.0
27922026-03-18T17:51:58.388Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-18T17:51:58.604Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-03-18T17:51:58.903Z Compiling lzma-sys v0.1.20
27952026-03-18T17:51:58.965Z Compiling rustls v0.21.12
27962026-03-18T17:51:59.067Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-18T17:51:59.198Z Compiling corncobs v0.1.4
27982026-03-18T17:51:59.332Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-18T17:51:59.444Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-03-18T17:51:59.477Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-03-18T17:51:59.508Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-18T17:51:59.690Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-18T17:51:59.847Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-18T17:52:00.217Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-03-18T17:52:00.373Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-03-18T17:52:00.531Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-03-18T17:52:00.623Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-18T17:52:03.726Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-18T17:52:04.313Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-18T17:52:04.449Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-03-18T17:52:04.591Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-18T17:52:04.757Z Compiling cargo_toml v0.22.3
28132026-03-18T17:52:04.899Z Compiling rustls-webpki v0.101.7
28142026-03-18T17:52:06.124Z Compiling sct v0.7.1
28152026-03-18T17:52:06.146Z Compiling nix v0.29.0
28162026-03-18T17:52:06.430Z Compiling secrecy v0.8.0
28172026-03-18T17:52:06.660Z Compiling void v1.0.2
28182026-03-18T17:52:06.833Z Compiling lzss v0.8.2
28192026-03-18T17:52:07.310Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-18T17:52:07.779Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-18T17:52:08.102Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-18T17:52:08.131Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-18T17:52:08.262Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-18T17:52:08.584Z Compiling git2 v0.20.4
28252026-03-18T17:52:09.326Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-03-18T17:52:09.626Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-03-18T17:52:09.974Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-03-18T17:52:10.269Z Compiling tungstenite v0.23.0
28292026-03-18T17:52:10.302Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-18T17:52:10.363Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-18T17:52:10.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-03-18T17:52:10.644Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-03-18T17:52:10.880Z Compiling nix v0.27.1
28342026-03-18T17:52:10.926Z Compiling serde_bytes v0.11.19
28352026-03-18T17:52:11.306Z Compiling tokio-tungstenite v0.23.1
28362026-03-18T17:52:11.795Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-18T17:52:12.482Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-18T17:52:12.513Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-03-18T17:52:13.218Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-18T17:52:13.364Z Compiling tokio-rustls v0.24.1
28412026-03-18T17:52:13.727Z Compiling ron v0.12.0
28422026-03-18T17:52:13.789Z Compiling xz2 v0.1.7
28432026-03-18T17:52:14.026Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-03-18T17:52:14.795Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-18T17:52:15.837Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-18T17:52:18.371Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-18T17:52:18.785Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-18T17:52:19.184Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-03-18T17:52:20.588Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-03-18T17:52:21.650Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-03-18T17:52:22.420Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-03-18T17:52:22.697Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-03-18T17:52:23.619Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-18T17:52:23.654Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-03-18T17:52:25.001Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-03-18T17:52:26.228Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-03-18T17:52:26.384Z Compiling rustls-pemfile v1.0.4
28582026-03-18T17:52:26.897Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28592026-03-18T17:52:28.632Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-03-18T17:52:28.866Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-03-18T17:52:29.011Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-03-18T17:52:29.153Z Compiling signal-hook-tokio v0.3.1
28632026-03-18T17:52:29.380Z Compiling yasna v0.5.2
28642026-03-18T17:52:29.898Z Compiling twox-hash v2.1.2
28652026-03-18T17:52:30.022Z Compiling is_ci v1.2.0
28662026-03-18T17:52:30.289Z Compiling base16ct v1.0.0
28672026-03-18T17:52:30.635Z Compiling supports-color v3.0.2
28682026-03-18T17:52:30.750Z Compiling rcgen v0.12.1
28692026-03-18T17:52:30.979Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-03-18T17:52:31.010Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-03-18T17:52:31.090Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-03-18T17:52:31.273Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-03-18T17:52:31.465Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28742026-03-18T17:52:33.228Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-18T17:52:34.227Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-03-18T17:52:36.279Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-03-18T17:52:36.409Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-03-18T17:52:36.706Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-03-18T17:52:37.745Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-18T17:52:37.917Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-03-18T17:52:38.038Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-03-18T17:52:38.205Z Compiling fatfs v0.3.6
28832026-03-18T17:52:38.334Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-03-18T17:52:39.726Z Compiling rtoolbox v0.0.3
28852026-03-18T17:52:40.070Z Compiling subprocess v0.2.15
28862026-03-18T17:52:41.313Z Compiling assert_matches v1.5.0
28872026-03-18T17:52:41.449Z Compiling seq-macro v0.3.6
28882026-03-18T17:52:42.125Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-03-18T17:52:42.798Z Compiling rpassword v7.4.0
28902026-03-18T17:52:43.082Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-03-18T17:52:43.230Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-03-18T17:52:43.350Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-18T17:52:43.512Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-03-18T17:52:45.494Z Compiling tui-tree-widget v0.23.1
28952026-03-18T17:52:45.854Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-03-18T17:52:46.515Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-03-18T17:52:47.212Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-03-18T17:52:47.492Z Compiling uzers v0.12.2
28992026-03-18T17:52:48.584Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-03-18T17:52:49.304Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-03-18T17:52:50.706Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-18T17:52:54.299Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-18T17:52:54.390Z Compiling support-bundle-viewer v0.1.2
29042026-03-18T17:52:56.749Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-03-18T17:52:56.780Z Compiling multimap v0.10.1
29062026-03-18T17:53:19.483Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-18T17:53:21.876Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-18T17:53:24.369Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-03-18T18:00:22.510Z Finished `release` profile [optimized] target(s) in 9m 51s
29102026-03-18T18:01:16.260Z
29112026-03-18T18:01:16.263Zreal 10:46.891156685
29122026-03-18T18:01:16.263Zuser 1:38:45.256657975
29132026-03-18T18:01:16.263Zsys 4:06.830757601
29142026-03-18T18:01:16.263Ztrap 2.246191036
29152026-03-18T18:01:16.263Ztflt 2.082659611
29162026-03-18T18:01:16.264Zdflt 17.114507182
29172026-03-18T18:01:16.264Zkflt 0.001378989
29182026-03-18T18:01:16.264Zlock 8:01:13.203739083
29192026-03-18T18:01:16.264Zslp 2:46:32.722983494
29202026-03-18T18:01:16.264Zlat 2:50.795189045
29212026-03-18T18:01:16.264Zstop 7:07.209015105
29222026-03-18T18:01:16.264Z+ mapfile -t packages
29232026-03-18T18:01:16.264Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-03-18T18:01:17.532Z Finished `release` profile [optimized] target(s) in 1.26s
29252026-03-18T18:01:17.601Z Running `target/release/omicron-package -t test list-outputs`
29262026-03-18T18:01:17.666ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-03-18T18:01:17.669Z+ ptime -m cargo build --locked --release -p xtask
29282026-03-18T18:01:18.379Z Compiling libc v0.2.180
29292026-03-18T18:01:18.379Z Compiling serde v1.0.228
29302026-03-18T18:01:18.382Z Compiling serde_core v1.0.228
29312026-03-18T18:01:18.485Z Compiling rustix v1.1.3
29322026-03-18T18:01:18.522Z Compiling serde_json v1.0.149
29332026-03-18T18:01:18.531Z Compiling bitflags v2.11.0
29342026-03-18T18:01:18.558Z Compiling num-traits v0.2.19
29352026-03-18T18:01:18.573Z Compiling syn v2.0.117
29362026-03-18T18:01:18.588Z Compiling smallvec v1.15.1
29372026-03-18T18:01:18.591Z Compiling hashbrown v0.16.1
29382026-03-18T18:01:18.632Z Compiling usdt-impl v0.5.0
29392026-03-18T18:01:18.648Z Compiling syn v1.0.109
29402026-03-18T18:01:18.665Z Compiling getrandom v0.4.1
29412026-03-18T18:01:18.668Z Compiling log v0.4.29
29422026-03-18T18:01:18.814Z Compiling percent-encoding v2.3.2
29432026-03-18T18:01:19.023Z Compiling form_urlencoded v1.2.2
29442026-03-18T18:01:19.200Z Compiling fs-err v3.3.0
29452026-03-18T18:01:19.203Z Compiling once_cell v1.21.3
29462026-03-18T18:01:19.217Z Compiling anyhow v1.0.102
29472026-03-18T18:01:19.250Z Compiling heck v0.4.1
29482026-03-18T18:01:19.396Z Compiling indexmap v2.13.0
29492026-03-18T18:01:19.548Z Compiling errno v0.3.14
29502026-03-18T18:01:19.551Z Compiling thread-id v4.2.2
29512026-03-18T18:01:19.551Z Compiling memmap v0.7.0
29522026-03-18T18:01:20.019Z Compiling ordered-float v2.10.1
29532026-03-18T18:01:20.691Z Compiling proc-macro-error v1.0.4
29542026-03-18T18:01:21.003Z Compiling tabled_derive v0.7.0
29552026-03-18T18:01:21.027Z Compiling terminal_size v0.4.3
29562026-03-18T18:01:21.030Z Compiling tempfile v3.25.0
29572026-03-18T18:01:21.145Z Compiling clap_builder v4.5.60
29582026-03-18T18:01:21.149Z Compiling textwrap v0.16.2
29592026-03-18T18:01:21.341Z Compiling camino-tempfile v1.4.1
29602026-03-18T18:01:21.839Z Compiling tabled v0.15.0
29612026-03-18T18:01:22.146Z Compiling synstructure v0.13.2
29622026-03-18T18:01:22.149Z Compiling pest_generator v2.8.6
29632026-03-18T18:01:22.674Z Compiling serde_derive v1.0.228
29642026-03-18T18:01:22.674Z Compiling zerofrom-derive v0.1.6
29652026-03-18T18:01:22.677Z Compiling yoke-derive v0.8.1
29662026-03-18T18:01:22.678Z Compiling zerovec-derive v0.11.2
29672026-03-18T18:01:22.678Z Compiling displaydoc v0.2.5
29682026-03-18T18:01:22.678Z Compiling thiserror-impl v1.0.69
29692026-03-18T18:01:22.678Z Compiling zerocopy-derive v0.7.35
29702026-03-18T18:01:22.678Z Compiling scroll_derive v0.12.1
29712026-03-18T18:01:22.703Z Compiling thiserror-impl v2.0.18
29722026-03-18T18:01:22.706Z Compiling clap_derive v4.5.55
29732026-03-18T18:01:22.823Z Compiling pest_derive v2.8.6
29742026-03-18T18:01:23.636Z Compiling scroll v0.12.0
29752026-03-18T18:01:23.762Z Compiling zerocopy v0.7.35
29762026-03-18T18:01:23.970Z Compiling goblin v0.8.2
29772026-03-18T18:01:24.046Z Compiling zerofrom v0.1.6
29782026-03-18T18:01:24.221Z Compiling yoke v0.8.1
29792026-03-18T18:01:24.236Z Compiling thiserror v1.0.69
29802026-03-18T18:01:24.309Z Compiling thiserror v2.0.18
29812026-03-18T18:01:24.385Z Compiling dtrace-parser v0.2.0
29822026-03-18T18:01:24.454Z Compiling zerovec v0.11.5
29832026-03-18T18:01:24.471Z Compiling zerotrie v0.2.3
29842026-03-18T18:01:24.920Z Compiling clap v4.5.60
29852026-03-18T18:01:25.272Z Compiling tinystr v0.8.2
29862026-03-18T18:01:25.292Z Compiling potential_utf v0.1.4
29872026-03-18T18:01:25.544Z Compiling icu_locale_core v2.1.1
29882026-03-18T18:01:25.579Z Compiling icu_collections v2.1.1
29892026-03-18T18:01:26.780Z Compiling icu_provider v2.1.1
29902026-03-18T18:01:27.196Z Compiling icu_normalizer v2.1.1
29912026-03-18T18:01:27.248Z Compiling icu_properties v2.1.2
29922026-03-18T18:01:27.279Z Compiling toml_datetime v0.6.11
29932026-03-18T18:01:27.282Z Compiling serde_spanned v0.6.9
29942026-03-18T18:01:27.312Z Compiling dof v0.3.0
29952026-03-18T18:01:27.366Z Compiling serde_tokenstream v0.2.3
29962026-03-18T18:01:27.538Z Compiling serde-value v0.7.0
29972026-03-18T18:01:27.778Z Compiling toml_edit v0.22.27
29982026-03-18T18:01:27.814Z Compiling cargo-platform v0.2.0
29992026-03-18T18:01:27.891Z Compiling macaddr v1.0.1
30002026-03-18T18:01:28.465Z Compiling usdt-attr-macro v0.5.0
30012026-03-18T18:01:28.496Z Compiling idna_adapter v1.2.1
30022026-03-18T18:01:28.551Z Compiling usdt-macro v0.5.0
30032026-03-18T18:01:28.646Z Compiling idna v1.1.0
30042026-03-18T18:01:29.129Z Compiling url v2.5.8
30052026-03-18T18:01:29.329Z Compiling usdt v0.5.0
30062026-03-18T18:01:29.917Z Compiling toml v0.8.23
30072026-03-18T18:01:30.521Z Compiling cargo-util-schemas v0.8.2
30082026-03-18T18:01:30.521Z Compiling cargo_toml v0.21.0
30092026-03-18T18:01:31.924Z Compiling cargo_metadata v0.21.0
30102026-03-18T18:01:36.080Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-03-18T18:01:40.096Z Finished `release` profile [optimized] target(s) in 22.41s
30122026-03-18T18:01:40.244Z
30132026-03-18T18:01:40.247Zreal 22.535090616
30142026-03-18T18:01:40.247Zuser 3:07.411712104
30152026-03-18T18:01:40.247Zsys 20.330401900
30162026-03-18T18:01:40.247Ztrap 0.084986329
30172026-03-18T18:01:40.247Ztflt 0.620678130
30182026-03-18T18:01:40.247Zdflt 1.871548360
30192026-03-18T18:01:40.247Zkflt 0.000070730
30202026-03-18T18:01:40.247Zlock 7:15.681202999
30212026-03-18T18:01:40.247Zslp 4:25.069248367
30222026-03-18T18:01:40.247Zlat 8.257659254
30232026-03-18T18:01:40.247Zstop 28.344756542
30242026-03-18T18:01:40.247Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-18T18:01:40.247Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-03-18T18:01:40.247Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-18T18:01:40.247Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-03-18T18:01:40.247Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-03-18T18:01:41.520Z Compiling regress v0.10.5
30302026-03-18T18:01:41.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-03-18T18:01:41.691Z Compiling serde_spanned v1.0.4
30322026-03-18T18:01:41.711Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-03-18T18:01:41.748Z Compiling newtype-uuid-macros v0.1.0
30342026-03-18T18:01:41.751Z Compiling structmeta-derive v0.3.0
30352026-03-18T18:01:41.751Z Compiling rustls v0.22.4
30362026-03-18T18:01:41.751Z Compiling rustls-webpki v0.102.8
30372026-03-18T18:01:41.751Z Compiling multer v3.1.0
30382026-03-18T18:01:41.770Z Compiling match_cfg v0.1.0
30392026-03-18T18:01:41.773Z Compiling debug-ignore v1.0.5
30402026-03-18T18:01:41.886Z Compiling progenitor-client v0.13.0
30412026-03-18T18:01:41.889Z Compiling slog-json v2.6.1
30422026-03-18T18:01:41.889Z Compiling async-stream-impl v0.3.6
30432026-03-18T18:01:41.960Z Compiling hostname v0.3.1
30442026-03-18T18:01:42.009Z Compiling toml v0.9.12+spec-1.1.0
30452026-03-18T18:01:42.032Z Compiling dropshot v0.16.7
30462026-03-18T18:01:42.032Z Compiling itertools v0.14.0
30472026-03-18T18:01:42.035Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30482026-03-18T18:01:42.035Z Compiling waitgroup v0.1.2
30492026-03-18T18:01:42.181Z Compiling slog-bunyan v2.5.0
30502026-03-18T18:01:42.206Z Compiling rustls-pemfile v2.2.0
30512026-03-18T18:01:42.262Z Compiling dropshot_endpoint v0.16.7
30522026-03-18T18:01:42.284Z Compiling serde_path_to_error v0.1.20
30532026-03-18T18:01:42.386Z Compiling hostname v0.4.2
30542026-03-18T18:01:42.391Z Compiling macaddr v1.0.1
30552026-03-18T18:01:42.412Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-18T18:01:42.489Z Compiling progenitor-client v0.10.0
30572026-03-18T18:01:42.521Z Compiling instant v0.1.13
30582026-03-18T18:01:42.589Z Compiling backon v1.6.0
30592026-03-18T18:01:42.675Z Compiling backoff v0.4.0
30602026-03-18T18:01:42.730Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-03-18T18:01:42.753Z Compiling async-stream v0.3.6
30622026-03-18T18:01:42.802Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-03-18T18:01:42.807Z Compiling progenitor-extras v0.1.1
30642026-03-18T18:01:42.870Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-03-18T18:01:42.911Z Compiling unsafe-libyaml v0.2.11
30662026-03-18T18:01:42.921Z Compiling crucible-workspace-hack v0.1.0
30672026-03-18T18:01:42.929Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-18T18:01:42.979Z Compiling secrecy v0.10.3
30692026-03-18T18:01:42.999Z Compiling heapless v0.8.0
30702026-03-18T18:01:43.022Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-03-18T18:01:43.165Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-03-18T18:01:43.197Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-03-18T18:01:43.236Z Compiling hash32 v0.3.1
30742026-03-18T18:01:43.292Z Compiling smoltcp v0.11.0
30752026-03-18T18:01:43.375Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-03-18T18:01:43.431Z Compiling structmeta v0.3.0
30772026-03-18T18:01:43.452Z Compiling toml v0.8.23
30782026-03-18T18:01:43.510Z Compiling tabwriter v1.4.1
30792026-03-18T18:01:43.540Z Compiling cobs v0.3.0
30802026-03-18T18:01:43.626Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-18T18:01:43.705Z Compiling proc-macro-crate v3.4.0
30822026-03-18T18:01:43.747Z Compiling derive-ex v0.1.8
30832026-03-18T18:01:43.768Z Compiling parse-display-derive v0.10.0
30842026-03-18T18:01:43.832Z Compiling foreign-types-macros v0.2.3
30852026-03-18T18:01:43.837Z Compiling ingot-macros v0.1.1
30862026-03-18T18:01:43.875Z Compiling convert_case v0.4.0
30872026-03-18T18:01:43.900Z Compiling cpufeatures v0.3.0
30882026-03-18T18:01:43.939Z Compiling foreign-types-shared v0.3.1
30892026-03-18T18:01:44.029Z Compiling chacha20 v0.10.0
30902026-03-18T18:01:44.077Z Compiling postcard v1.1.3
30912026-03-18T18:01:44.362Z Compiling proc-macro-crate v1.3.1
30922026-03-18T18:01:44.402Z Compiling derive_more v0.99.20
30932026-03-18T18:01:44.453Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-03-18T18:01:44.479Z Compiling universal-hash v0.5.1
30952026-03-18T18:01:44.482Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-18T18:01:44.530Z Compiling num_enum_derive v0.7.5
30972026-03-18T18:01:44.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-18T18:01:44.638Z Compiling foreign-types v0.5.0
30992026-03-18T18:01:44.699Z Compiling cstr-argument v0.1.2
31002026-03-18T18:01:44.760Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-18T18:01:44.764Z Compiling opaque-debug v0.3.1
31022026-03-18T18:01:44.831Z Compiling colored v3.1.1
31032026-03-18T18:01:44.898Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-18T18:01:44.925Z Compiling rand v0.10.0
31052026-03-18T18:01:44.972Z Compiling num_enum_derive v0.5.11
31062026-03-18T18:01:45.020Z Compiling tokio-rustls v0.25.0
31072026-03-18T18:01:45.047Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31082026-03-18T18:01:45.127Z Compiling typify-impl v0.6.1
31092026-03-18T18:01:45.260Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-03-18T18:01:45.282Z Compiling half v2.7.1
31112026-03-18T18:01:45.391Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31122026-03-18T18:01:45.729Z Compiling ciborium-io v0.2.2
31132026-03-18T18:01:45.769Z Compiling camino-tempfile v1.4.1
31142026-03-18T18:01:45.795Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-03-18T18:01:45.874Z Compiling ciborium-ll v0.2.2
31162026-03-18T18:01:46.013Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-03-18T18:01:46.041Z Compiling num_enum v0.7.5
31182026-03-18T18:01:46.110Z Compiling ciborium v0.2.2
31192026-03-18T18:01:46.113Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-18T18:01:46.196Z Compiling smf v0.2.3
31212026-03-18T18:01:46.224Z Compiling test-strategy v0.4.5
31222026-03-18T18:01:46.227Z Compiling parse-display v0.10.0
31232026-03-18T18:01:46.227Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-18T18:01:46.247Z Compiling aead v0.5.2
31252026-03-18T18:01:46.324Z Compiling num-derive v0.4.2
31262026-03-18T18:01:46.327Z Compiling sigpipe v0.1.3
31272026-03-18T18:01:46.437Z Compiling glob v0.3.3
31282026-03-18T18:01:46.468Z Compiling num_enum v0.5.11
31292026-03-18T18:01:46.494Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-03-18T18:01:46.594Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31312026-03-18T18:01:46.640Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-18T18:01:46.664Z Compiling poly1305 v0.8.0
31332026-03-18T18:01:46.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-18T18:01:46.871Z Compiling chacha20 v0.9.1
31352026-03-18T18:01:46.964Z Compiling whoami v1.6.1
31362026-03-18T18:01:46.967Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31372026-03-18T18:01:47.009Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-03-18T18:01:47.071Z Compiling thiserror-impl-no-std v2.0.2
31392026-03-18T18:01:47.232Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-03-18T18:01:47.290Z Compiling num-rational v0.4.2
31412026-03-18T18:01:47.316Z Compiling password-hash v0.5.0
31422026-03-18T18:01:47.369Z Compiling blake2 v0.10.6
31432026-03-18T18:01:47.459Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-18T18:01:47.618Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-18T18:01:47.645Z Compiling num-complex v0.4.6
31462026-03-18T18:01:47.670Z Compiling indent_write v2.2.0
31472026-03-18T18:01:47.670Z Compiling prettyplease v0.2.37
31482026-03-18T18:01:47.865Z Compiling ingot-types v0.1.2
31492026-03-18T18:01:47.892Z Compiling argon2 v0.5.3
31502026-03-18T18:01:47.914Z Compiling chacha20poly1305 v0.10.1
31512026-03-18T18:01:48.021Z Compiling float-ord v0.3.2
31522026-03-18T18:01:48.161Z Compiling num v0.4.3
31532026-03-18T18:01:48.164Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-03-18T18:01:48.164Z Compiling gethostname v0.5.0
31552026-03-18T18:01:48.164Z Compiling usdt-macro v0.5.0
31562026-03-18T18:01:48.263Z Compiling usdt-attr-macro v0.5.0
31572026-03-18T18:01:48.266Z Compiling derive-where v1.6.0
31582026-03-18T18:01:48.312Z Compiling memmap v0.7.0
31592026-03-18T18:01:48.370Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-18T18:01:48.411Z Compiling ingot v0.1.1
31612026-03-18T18:01:48.457Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31622026-03-18T18:01:48.603Z Compiling typify-impl v0.4.3
31632026-03-18T18:01:48.737Z Compiling thiserror-no-std v2.0.2
31642026-03-18T18:01:48.760Z Compiling atomicwrites v0.4.4
31652026-03-18T18:01:48.821Z Compiling cancel-safe-futures v0.1.5
31662026-03-18T18:01:48.878Z Compiling vsss-rs v3.3.4
31672026-03-18T18:01:49.032Z Compiling owo-colors v4.3.0
31682026-03-18T18:01:49.147Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-03-18T18:01:49.170Z Compiling libsw-core v0.3.2
31702026-03-18T18:01:49.239Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-03-18T18:01:49.341Z Compiling async-recursion v1.1.1
31722026-03-18T18:01:49.368Z Compiling usdt v0.5.0
31732026-03-18T18:01:49.417Z Compiling resolv-conf v0.7.6
31742026-03-18T18:01:49.462Z Compiling libsw v3.5.0
31752026-03-18T18:01:49.747Z Compiling linear-map v1.2.0
31762026-03-18T18:01:49.774Z Compiling libefi-sys v0.1.0
31772026-03-18T18:01:49.807Z Compiling newline-converter v0.3.0
31782026-03-18T18:01:49.908Z Compiling hickory-proto v0.24.4
31792026-03-18T18:01:49.980Z Compiling console v0.15.11
31802026-03-18T18:01:50.032Z Compiling bitfield-struct v0.6.2
31812026-03-18T18:01:50.118Z Compiling linked-hash-map v0.5.6
31822026-03-18T18:01:50.200Z Compiling semver v0.1.20
31832026-03-18T18:01:50.260Z Compiling pin-project-internal v1.1.11
31842026-03-18T18:01:50.304Z Compiling slog-dtrace v0.3.0
31852026-03-18T18:01:50.329Z Compiling minimal-lexical v0.2.1
31862026-03-18T18:01:50.435Z Compiling lru-cache v0.1.2
31872026-03-18T18:01:50.523Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31882026-03-18T18:01:50.586Z Compiling expectorate v1.2.0
31892026-03-18T18:01:50.618Z Compiling rustc_version v0.1.7
31902026-03-18T18:01:50.644Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-03-18T18:01:50.647Z Compiling nom v7.1.3
31922026-03-18T18:01:50.784Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-03-18T18:01:50.810Z Compiling tokio-dtrace v0.1.1
31942026-03-18T18:01:50.837Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31952026-03-18T18:01:50.904Z Compiling dropshot-api-manager-types v0.6.0
31962026-03-18T18:01:50.961Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31972026-03-18T18:01:50.990Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-03-18T18:01:51.092Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-18T18:01:51.190Z Compiling newtype_derive v0.1.6
32002026-03-18T18:01:51.226Z Compiling phf_shared v0.12.1
32012026-03-18T18:01:51.256Z Compiling pem v3.0.6
32022026-03-18T18:01:51.376Z Compiling snafu-derive v0.8.9
32032026-03-18T18:01:51.473Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-18T18:01:51.500Z Compiling csv-core v0.1.13
32052026-03-18T18:01:51.528Z Compiling xshell-macros v0.2.7
32062026-03-18T18:01:51.566Z Compiling highway v1.3.0
32072026-03-18T18:01:51.730Z Compiling typify-macro v0.6.1
32082026-03-18T18:01:51.758Z Compiling same-file v1.0.6
32092026-03-18T18:01:51.882Z Compiling pin-project v1.1.11
32102026-03-18T18:01:51.882Z Compiling chrono-tz v0.10.4
32112026-03-18T18:01:52.007Z Compiling walkdir v2.5.0
32122026-03-18T18:01:52.036Z Compiling const_format_proc_macros v0.2.34
32132026-03-18T18:01:52.039Z Compiling csv v1.4.0
32142026-03-18T18:01:52.089Z Compiling xshell v0.2.7
32152026-03-18T18:01:52.222Z Compiling phf v0.12.1
32162026-03-18T18:01:52.450Z Compiling oxide-tokio-rt v0.1.3
32172026-03-18T18:01:52.547Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-18T18:01:52.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-03-18T18:01:52.786Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32202026-03-18T18:01:52.812Z Compiling globset v0.4.18
32212026-03-18T18:01:52.815Z Compiling olpc-cjson v0.1.4
32222026-03-18T18:01:52.867Z Compiling primeorder v0.13.6
32232026-03-18T18:01:52.890Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32242026-03-18T18:01:52.925Z Compiling serde_plain v1.0.2
32252026-03-18T18:01:53.081Z Compiling hickory-resolver v0.24.4
32262026-03-18T18:01:53.105Z Compiling base64 v0.21.7
32272026-03-18T18:01:53.221Z Compiling typed-path v0.9.3
32282026-03-18T18:01:53.250Z Compiling const_format v0.2.35
32292026-03-18T18:01:53.254Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-03-18T18:01:53.537Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-03-18T18:01:53.571Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-03-18T18:01:53.714Z Compiling tabled_derive v0.7.0
32332026-03-18T18:01:53.785Z Compiling bcs v0.1.6
32342026-03-18T18:01:54.157Z Compiling snafu v0.8.9
32352026-03-18T18:01:54.211Z Compiling typify v0.6.1
32362026-03-18T18:01:54.258Z Compiling salty v0.3.0
32372026-03-18T18:01:54.350Z Compiling progenitor-impl v0.13.0
32382026-03-18T18:01:54.378Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32392026-03-18T18:01:54.463Z Compiling radium v0.7.0
32402026-03-18T18:01:54.558Z Compiling qorb v0.4.1
32412026-03-18T18:01:54.593Z Compiling tough v0.20.0
32422026-03-18T18:01:54.617Z Compiling termtree v0.5.1
32432026-03-18T18:01:54.667Z Compiling textwrap v0.16.2
32442026-03-18T18:01:54.861Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-03-18T18:01:54.927Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-03-18T18:01:55.046Z Compiling steno v0.4.1
32472026-03-18T18:01:55.107Z Compiling tabled v0.15.0
32482026-03-18T18:01:55.187Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-03-18T18:01:55.250Z Compiling typify-macro v0.4.3
32502026-03-18T18:01:55.277Z Compiling tap v1.0.1
32512026-03-18T18:01:55.302Z Compiling utf-8 v0.7.6
32522026-03-18T18:01:55.399Z Compiling maybe-uninit v2.0.0
32532026-03-18T18:01:55.402Z Compiling humantime v2.3.0
32542026-03-18T18:01:55.463Z Compiling wyz v0.5.1
32552026-03-18T18:01:55.567Z Compiling tungstenite v0.21.0
32562026-03-18T18:01:55.774Z Compiling p384 v0.13.1
32572026-03-18T18:01:55.839Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32582026-03-18T18:01:55.893Z Compiling arc-swap v1.8.2
32592026-03-18T18:01:56.054Z Compiling packed_struct v0.10.1
32602026-03-18T18:01:56.290Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-03-18T18:01:56.325Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-03-18T18:01:56.419Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-03-18T18:01:56.568Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-03-18T18:01:56.770Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-18T18:01:57.080Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32662026-03-18T18:01:57.108Z Compiling funty v2.0.0
32672026-03-18T18:01:57.385Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-03-18T18:01:57.562Z Compiling tagptr v0.2.0
32692026-03-18T18:01:57.607Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-18T18:01:57.680Z Compiling typify v0.4.3
32712026-03-18T18:01:57.793Z Compiling moka v0.12.13
32722026-03-18T18:01:57.852Z Compiling progenitor-impl v0.10.0
32732026-03-18T18:01:58.046Z Compiling bitvec v1.0.1
32742026-03-18T18:01:58.145Z Compiling progenitor-macro v0.13.0
32752026-03-18T18:01:58.496Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-03-18T18:01:58.559Z Compiling tokio-tungstenite v0.21.0
32772026-03-18T18:01:58.703Z Compiling slog-scope v4.4.1
32782026-03-18T18:01:58.828Z Compiling polyval v0.6.2
32792026-03-18T18:01:58.892Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-03-18T18:01:58.920Z Compiling packed_struct_codegen v0.10.1
32812026-03-18T18:01:59.005Z Compiling zerocopy-derive v0.6.6
32822026-03-18T18:01:59.065Z Compiling bitfield-macros v0.19.4
32832026-03-18T18:01:59.091Z Compiling proc-macro-error-attr2 v2.0.0
32842026-03-18T18:01:59.153Z Compiling indexmap v1.9.3
32852026-03-18T18:01:59.255Z Compiling nodrop v0.1.14
32862026-03-18T18:01:59.368Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-03-18T18:01:59.413Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-03-18T18:01:59.437Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32892026-03-18T18:01:59.650Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32902026-03-18T18:01:59.889Z Compiling parking_lot_core v0.8.6
32912026-03-18T18:02:00.072Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-03-18T18:02:00.105Z Compiling crc-catalog v2.4.0
32932026-03-18T18:02:00.222Z Compiling zerocopy v0.6.6
32942026-03-18T18:02:00.274Z Compiling crc v3.4.0
32952026-03-18T18:02:00.325Z Compiling bitfield v0.19.4
32962026-03-18T18:02:00.358Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-18T18:02:00.430Z Compiling proc-macro-error2 v2.0.1
32982026-03-18T18:02:00.621Z Compiling array-init v0.0.4
32992026-03-18T18:02:00.730Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-18T18:02:00.785Z Compiling ghash v0.5.1
33012026-03-18T18:02:00.895Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-03-18T18:02:00.920Z Compiling slog-stdlog v4.1.1
33032026-03-18T18:02:00.998Z Compiling smallvec v0.6.14
33042026-03-18T18:02:01.198Z Compiling hickory-resolver v0.25.2
33052026-03-18T18:02:01.238Z Compiling git-stub v1.0.0
33062026-03-18T18:02:01.309Z Compiling ctr v0.9.2
33072026-03-18T18:02:01.343Z Compiling num-derive v0.3.3
33082026-03-18T18:02:01.540Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-03-18T18:02:01.620Z Compiling lzma-sys v0.1.20
33102026-03-18T18:02:01.646Z Compiling hashbrown v0.12.3
33112026-03-18T18:02:01.669Z Compiling progenitor-macro v0.10.0
33122026-03-18T18:02:01.872Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-03-18T18:02:01.948Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-18T18:02:01.999Z Compiling unicase v2.9.0
33152026-03-18T18:02:02.026Z Compiling aes-gcm v0.10.3
33162026-03-18T18:02:02.107Z Compiling git-stub-vcs v0.1.0
33172026-03-18T18:02:02.203Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-18T18:02:02.299Z Compiling mime_guess v2.0.5
33192026-03-18T18:02:02.302Z Compiling serde-hex v0.1.0
33202026-03-18T18:02:02.348Z Compiling slog-envlogger v2.2.0
33212026-03-18T18:02:02.443Z Compiling tabled_derive v0.11.0
33222026-03-18T18:02:02.504Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-18T18:02:02.626Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33242026-03-18T18:02:02.650Z Compiling libscf-sys v1.1.0
33252026-03-18T18:02:02.827Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-03-18T18:02:03.085Z Compiling progenitor-impl v0.11.2
33272026-03-18T18:02:03.111Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-03-18T18:02:03.157Z Compiling ron v0.8.1
33292026-03-18T18:02:03.184Z Compiling papergrid v0.17.0
33302026-03-18T18:02:03.317Z Compiling cargo_toml v0.22.3
33312026-03-18T18:02:03.893Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-03-18T18:02:03.923Z Compiling hashbrown v0.13.2
33332026-03-18T18:02:04.123Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-03-18T18:02:04.512Z Compiling testing_table v0.3.0
33352026-03-18T18:02:04.554Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33362026-03-18T18:02:04.621Z Compiling ssh-encoding v0.2.0
33372026-03-18T18:02:04.647Z Compiling blowfish v0.9.1
33382026-03-18T18:02:04.750Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-18T18:02:04.852Z Compiling nibble_vec v0.1.0
33402026-03-18T18:02:04.877Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-03-18T18:02:05.002Z Compiling crc-any v2.5.0
33422026-03-18T18:02:05.025Z Compiling endian-type v0.1.2
33432026-03-18T18:02:05.054Z Compiling corncobs v0.1.4
33442026-03-18T18:02:05.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-03-18T18:02:05.249Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-18T18:02:05.279Z Compiling radix_trie v0.2.1
33472026-03-18T18:02:05.333Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-18T18:02:05.435Z Compiling progenitor v0.13.0
33492026-03-18T18:02:05.478Z Compiling ssh-cipher v0.2.0
33502026-03-18T18:02:05.568Z Compiling bcrypt-pbkdf v0.10.0
33512026-03-18T18:02:05.602Z Compiling tabled v0.20.0
33522026-03-18T18:02:05.664Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33532026-03-18T18:02:05.693Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33542026-03-18T18:02:05.734Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33552026-03-18T18:02:05.815Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-03-18T18:02:05.841Z Compiling object v0.30.4
33572026-03-18T18:02:06.023Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-03-18T18:02:06.321Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-03-18T18:02:06.397Z Compiling parking_lot v0.11.2
33602026-03-18T18:02:06.524Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-03-18T18:02:06.783Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-18T18:02:06.947Z Compiling progenitor-macro v0.11.2
33632026-03-18T18:02:06.971Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-18T18:02:07.057Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33652026-03-18T18:02:07.442Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33662026-03-18T18:02:07.490Z Compiling progenitor-client v0.11.2
33672026-03-18T18:02:07.647Z Compiling prefix-trie v0.7.0
33682026-03-18T18:02:07.679Z Compiling password-hash v0.4.2
33692026-03-18T18:02:07.715Z Compiling fxhash v0.2.1
33702026-03-18T18:02:07.932Z Compiling secrecy v0.8.0
33712026-03-18T18:02:07.955Z Compiling http-range v0.1.5
33722026-03-18T18:02:08.153Z Compiling half v1.8.3
33732026-03-18T18:02:08.200Z Compiling path-slash v0.1.5
33742026-03-18T18:02:08.227Z Compiling hickory-server v0.25.2
33752026-03-18T18:02:08.404Z Compiling pbkdf2 v0.11.0
33762026-03-18T18:02:08.529Z Compiling serde_cbor v0.11.2
33772026-03-18T18:02:08.555Z Compiling sled v0.34.7
33782026-03-18T18:02:08.678Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-03-18T18:02:08.956Z Compiling progenitor v0.10.0
33802026-03-18T18:02:08.981Z Compiling xz2 v0.1.7
33812026-03-18T18:02:09.109Z Compiling ron v0.12.0
33822026-03-18T18:02:09.182Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33832026-03-18T18:02:09.326Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-03-18T18:02:09.381Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-03-18T18:02:09.832Z Compiling ssh-key v0.6.7
33862026-03-18T18:02:10.081Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33872026-03-18T18:02:10.431Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-18T18:02:10.456Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-18T18:02:10.876Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33902026-03-18T18:02:11.189Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-03-18T18:02:11.274Z Compiling hickory-client v0.25.2
33922026-03-18T18:02:11.719Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33932026-03-18T18:02:11.760Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-03-18T18:02:11.784Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-03-18T18:02:12.150Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-03-18T18:02:12.320Z Compiling p521 v0.13.3
33972026-03-18T18:02:12.369Z Compiling p256 v0.13.2
33982026-03-18T18:02:12.849Z Compiling yasna v0.5.2
33992026-03-18T18:02:12.906Z Compiling kstat-rs v0.2.4
34002026-03-18T18:02:12.932Z Compiling headers-core v0.3.0
34012026-03-18T18:02:12.935Z Compiling nanorand v0.7.0
34022026-03-18T18:02:13.120Z Compiling atty v0.2.14
34032026-03-18T18:02:13.297Z Compiling russh-cryptovec v0.7.3
34042026-03-18T18:02:13.325Z Compiling crc8 v0.1.1
34052026-03-18T18:02:13.358Z Compiling home v0.5.12
34062026-03-18T18:02:13.382Z Compiling base16ct v1.0.0
34072026-03-18T18:02:13.410Z Compiling md5 v0.7.0
34082026-03-18T18:02:13.506Z Compiling rcgen v0.12.1
34092026-03-18T18:02:13.570Z Compiling flume v0.11.1
34102026-03-18T18:02:13.573Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34112026-03-18T18:02:13.667Z Compiling russh-keys v0.45.0
34122026-03-18T18:02:13.728Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-18T18:02:13.754Z Compiling headers v0.4.1
34142026-03-18T18:02:13.785Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-18T18:02:13.954Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-18T18:02:13.981Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-03-18T18:02:14.031Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-03-18T18:02:14.180Z Compiling progenitor v0.11.2
34192026-03-18T18:02:14.208Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-03-18T18:02:14.414Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-03-18T18:02:14.562Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-03-18T18:02:14.733Z Compiling hyper-staticfile v0.10.1
34232026-03-18T18:02:14.877Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-03-18T18:02:14.902Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-03-18T18:02:15.214Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-18T18:02:15.325Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-18T18:02:15.420Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-03-18T18:02:15.493Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-18T18:02:15.831Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-03-18T18:02:15.860Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312026-03-18T18:02:15.891Z Compiling num-bigint v0.4.6
34322026-03-18T18:02:15.917Z Compiling des v0.8.1
34332026-03-18T18:02:15.949Z Compiling subprocess v0.2.15
34342026-03-18T18:02:16.208Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-03-18T18:02:16.323Z Compiling display-error-chain v0.2.2
34362026-03-18T18:02:16.528Z Compiling hex-literal v0.4.1
34372026-03-18T18:02:16.653Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-18T18:02:16.700Z Compiling colored v2.2.0
34392026-03-18T18:02:16.794Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-18T18:02:16.849Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-03-18T18:02:17.013Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-18T18:02:17.108Z Compiling socket2 v0.5.10
34432026-03-18T18:02:17.203Z Compiling internet-checksum v0.2.1
34442026-03-18T18:02:17.721Z Compiling russh v0.45.0
34452026-03-18T18:02:17.972Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-03-18T18:02:24.741Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-03-18T18:02:34.887Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-18T18:02:34.888Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-03-18T18:02:34.890Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-18T18:02:34.890Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-03-18T18:02:37.113Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-03-18T18:02:37.294Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-03-18T18:02:43.024Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34542026-03-18T18:03:13.362Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34552026-03-18T18:03:37.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34562026-03-18T18:03:37.732Z
34572026-03-18T18:03:37.735Zreal 1:57.405919463
34582026-03-18T18:03:37.735Zuser 11:32.889130822
34592026-03-18T18:03:37.735Zsys 2:03.105200301
34602026-03-18T18:03:37.735Ztrap 0.350816820
34612026-03-18T18:03:37.735Ztflt 0.497792825
34622026-03-18T18:03:37.735Zdflt 1.551568226
34632026-03-18T18:03:37.735Zkflt 0.000312110
34642026-03-18T18:03:37.735Zlock 40:08.469624639
34652026-03-18T18:03:37.735Zslp 25:59.519002061
34662026-03-18T18:03:37.735Zlat 47.156258475
34672026-03-18T18:03:37.735Zstop 3:54.234895339
34682026-03-18T18:03:37.735Z+ mkdir tests
34692026-03-18T18:03:37.738Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-03-18T18:03:37.738Z+ xargs -I '{}' -t cp '{}' tests/
34712026-03-18T18:03:37.776Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34722026-03-18T18:03:37.807Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34732026-03-18T18:03:37.839Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34742026-03-18T18:03:37.868Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34752026-03-18T18:03:38.219Z+ 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/*)
34762026-03-18T18:03:38.221Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34772026-03-18T18:05:17.558ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-03-18T18:05:17.558Za .github/buildomat/ci-env.sh 1K
34792026-03-18T18:05:17.558Za out/target/test 1K
34802026-03-18T18:05:17.558Za out/npuzone/npuzone 27402K
34812026-03-18T18:05:17.558Za package-manifest.toml 35K
34822026-03-18T18:05:17.558Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-03-18T18:05:17.558Za target/release/omicron-package 40561K
34842026-03-18T18:05:17.558Za target/release/xtask 11433K
34852026-03-18T18:05:17.558Za target/debug/bootstrap 335395K
34862026-03-18T18:05:17.558Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34872026-03-18T18:05:17.558Za tests/commtest-24d786529c44a77c 32395K
34882026-03-18T18:05:17.558Za tests/dhcp_server-58b78f45b9570bbf 31310K
34892026-03-18T18:05:17.558Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K
34902026-03-18T18:05:17.558Za out/clickhouse.tar.gz 301709K
34912026-03-18T18:05:17.558Za out/clickhouse_keeper.tar.gz 287173K
34922026-03-18T18:05:17.558Za out/clickhouse_server.tar.gz 301708K
34932026-03-18T18:05:17.558Za out/cockroachdb.tar.gz 154185K
34942026-03-18T18:05:17.558Za out/crucible-pantry-zone.tar.gz 38990K
34952026-03-18T18:05:17.558Za out/crucible-utils.tar 17744K
34962026-03-18T18:05:17.558Za out/crucible-zone.tar.gz 53128K
34972026-03-18T18:05:17.559Za out/external-dns.tar.gz 43604K
34982026-03-18T18:05:17.559Za out/internal-dns.tar.gz 43604K
34992026-03-18T18:05:17.559Za out/mg-ddm-gz.tar 78377K
35002026-03-18T18:05:17.559Za out/nexus.tar.gz 209044K
35012026-03-18T18:05:17.559Za out/ntp.tar.gz 25418K
35022026-03-18T18:05:17.559Za out/omicron-gateway-softnpu.tar.gz 28226K
35032026-03-18T18:05:17.559Za out/omicron-sled-agent.tar 186543K
35042026-03-18T18:05:17.559Za out/overlay.tar.gz 3K
35052026-03-18T18:05:17.559Za out/oximeter.tar.gz 57439K
35062026-03-18T18:05:17.559Za out/oxlog.tar 3782K
35072026-03-18T18:05:17.559Za out/probe.tar.gz 3037K
35082026-03-18T18:05:17.559Za out/propolis-server.tar.gz 74633K
35092026-03-18T18:05:17.559Za out/pumpkind-gz.tar 26647K
35102026-03-18T18:05:17.559Za out/switch-softnpu.tar.gz 367872K
35112026-03-18T18:05:17.562Z
35122026-03-18T18:05:17.562Zreal 1:39.327265874
35132026-03-18T18:05:17.562Zuser 1:36.348430961
35142026-03-18T18:05:17.562Zsys 6.162285519
35152026-03-18T18:05:17.562Ztrap 0.006775608
35162026-03-18T18:05:17.562Ztflt 0.000000000
35172026-03-18T18:05:17.563Zdflt 0.000000000
35182026-03-18T18:05:17.563Zkflt 0.000000000
35192026-03-18T18:05:17.563Zlock 0.000000000
35202026-03-18T18:05:17.563Zslp 1:35.525391426
35212026-03-18T18:05:17.563Zlat 0.606160500
35222026-03-18T18:05:17.563Zstop 0.000618828
35232026-03-18T18:05:17.563Zprocess exited: duration 1249821 ms, exit code 0
 
35242026-03-18T18:05:17.578Zfound 1 output files
35252026-03-18T18:05:17.578Zuploading: /work/package.tar.gz (2317504870 bytes)
35262026-03-18T18:05:49.179Zuploaded: /work/package.tar.gz